evazion
adbef1b869
Merge pull request #5113 from nonamethanks/prune-disapprovals-on-queue-enter
...
Posts: prune disapprovals on new appeal or flag
2022-04-17 22:57:49 -05:00
evazion
e35bbb8bc8
Merge pull request #5120 from nottalulah/favgroup-any
...
favgroups: allow favgroup:any/none searches
2022-04-17 22:55:55 -05:00
evazion
4f684044e3
Merge pull request #5114 from nonamethanks/editable-post-disapprovals
...
Allow post disapprovals to be edited
2022-04-17 22:54:57 -05:00
evazion
c21c25089d
apm: disable Elastic APM initializer.
...
This caused problems because it effectively started the APM agent twice,
causing the configuration to be ignored and duplicate events to be sent.
2022-04-16 18:07:04 -05:00
nonamethanks
9612578fcb
Add Booth support
2022-04-16 17:52:18 +02:00
nonamethanks
70148366d9
Add source test helper
2022-04-15 23:09:27 +02:00
evazion
dce98286db
Revert "posts: remove tag limit from searches."
...
This reverts commit 2543a2b05b .
2022-04-13 03:13:50 -05:00
evazion
15a0fd604b
tags: exclude deprecated tags from related tags list.
...
Don't show deprecated tags in the related tags or translated tags lists
when editing a post. It doesn't make sense to recommended adding tags
that can't be added to the post.
2022-04-13 03:07:09 -05:00
evazion
e1c9a7d525
BURs: fix not being able to approve deprecation when tag is already deprecated.
...
Fix a bug where you couldn't approve a BUR deprecating a tag if that tag
was already deprecated by a separate BUR.
2022-04-13 02:32:16 -05:00
evazion
474ea5a6f0
Update Ruby gems and Yarn packages.
2022-04-13 01:39:38 -05:00
evazion
363cf2014b
views: fix deprecated calls to ViewComponent#with_variant.
2022-04-13 00:18:53 -05:00
Talulah
c1996e4f06
favgroups: allow favgroup:any/none searches
2022-04-12 23:01:19 -03:00
evazion
f69847fc59
Add Elastic APM integration.
...
https://www.elastic.co/guide/en/apm/agent/ruby/4.x/introduction.html
2022-04-12 20:49:10 -05:00
nonamethanks
1a990d5ab9
Allow post disapprovals to be edited
2022-04-11 21:05:44 +02:00
nonamethanks
63bd5daa3b
Posts: prune disapprovals on new appeal or flag
2022-04-11 15:54:28 +02:00
evazion
98b313f8de
Remove NewRelic integration.
...
Remove the NewRelic integration in preparation for migrating to Elastic APM instead.
2022-04-11 01:46:30 -05:00
evazion
05261bf6d7
tags: fix backwards deprecate tag links on tag edit page.
...
Fix the tag edit page getting the `deprecate tag` and `undeprecate tag` BUR links backwards.
2022-04-10 00:13:26 -05:00
evazion
90b800ced7
tags: add index on is_deprecated.
2022-04-10 00:07:15 -05:00
evazion
e37f3e6538
Merge pull request #5104 from nonamethanks/no-wiki-no-deprecation
...
Tags: don't allow deprecation of tags without wiki
2022-04-10 00:05:08 -05:00
evazion
18ffd9bb15
Merge pull request #5105 from nottalulah/patch-3
...
fix broken assertion in nijie test
2022-04-10 00:00:38 -05:00
evazion
b337bf700a
Merge pull request #5103 from nonamethanks/gitignore-vendor-root
...
Add /vendor to .gitignore
2022-04-09 23:59:41 -05:00
evazion
5f0800e053
Merge pull request #5108 from Jadrie/master
...
Convert GIT paths to https
2022-04-09 23:57:34 -05:00
Jadrie
6e8d5047d5
Convert GIT paths to https
...
See https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
2022-04-10 00:36:09 -04:00
nonamethanks
11281d6f58
Tags: don't allow deprecation of tags without wiki
2022-04-09 20:16:55 +02:00
Lily
9dde90ef94
fix broken assertion in nijie test
2022-04-09 12:32:45 -03:00
nonamethanks
0c6994f487
Add /vendor to .gitignore
...
This folder is created by running `bundle install`
2022-04-09 14:54:15 +02:00
evazion
a4659b4d09
Merge pull request #5099 from nonamethanks/deprecated-tags
...
Add ability to mark tags as deprecated
2022-04-09 04:56:43 -05:00
evazion
f27a85e879
Merge pull request #5092 from NamelessContributor/issue-5084
...
Add auto theme preference (fix #5084 )
2022-04-09 03:48:39 -05:00
evazion
4f6c947e4e
Merge pull request #5097 from NamelessContributor/fix-spoiler-link-tap
...
css: prevent acidentally opening spoilered links
2022-04-09 03:23:12 -05:00
nonamethanks
ea76a889db
Add ability to mark tags as deprecated
...
* Deprecated tags can't be added to posts, but existing deprecated tags
in a post won't be removed
* Only empty tags can be marked as deprecated manually
* No tags can be manually undeprecated
** These limits don't apply to admins
* Deprecating or undeprecating a tag will create a new mod action to
prevent people from going rogue
* Added deprecate/undeprecate commands for BURs
* Deprecating a tag via BUR removes all implications to and from it as well
2022-04-08 09:07:14 +02:00
NamelessContributor
91a9153764
css: prevent acidentally opening spoilered links
...
A small delay on the pointer-events property prevents accidentally
opening a link inside a spoiler when tapping to reveal the spoiler on
mobile.
2022-04-07 11:43:17 +02:00
evazion
98a9b2484b
post queries: parse order:*_count synonyms.
2022-04-06 23:57:55 -05:00
evazion
86de5cb5d2
posts: fixup flagger: metatag.
...
Fix regression in 01a22930e .
2022-04-06 23:57:50 -05:00
evazion
01a22930e7
posts: move attribute search methods from PostQueryBuilder to Post.
...
Move `status_matches` etc methods from PostQueryBuilder to Post. This is
to make refactoring to use the new query parser easier.
2022-04-06 20:25:09 -05:00
evazion
c707190bc1
posts: refactor modules to use concerning.
2022-04-06 20:25:00 -05:00
evazion
a4d43ae72a
post queries: track whether metatag values are quoted.
...
This is necessary for the `commentary:` metatag, which has different
behavior depending on whether the metatag value is quoted. For example,
`commentary:translated` finds translated commentaries, while
`commentary:"translated"` finds commentaries containing the literal word
"translated".
2022-04-06 17:20:27 -05:00
evazion
2adc530ba0
post queries: parse count metatag synonyms.
2022-04-06 17:20:27 -05:00
evazion
f15f365375
Merge pull request #4952 from thayol/fix-negated-ord
...
Search: "Fix" negated ordered metatags
2022-04-06 04:43:24 -05:00
evazion
783419bcd7
post queries: support single-quoted strings in metatags.
2022-04-06 00:18:38 -05:00
evazion
88be28ae36
users: optimize commented/noted post count on user profiles.
...
Count the number of commented and noted posts directly, instead of
indirectly by counting the number of posts in a `commenter:<name>` or
`noteupdater:<name>` search. This is faster because it generates
better SQL.
2022-04-06 00:18:29 -05:00
evazion
71c8768fe2
autocomplete: fix autocomplete not working.
...
Broken by 7fe7175 . PostQuery is no longer normalized by default, so the
AST structure not the same as before, which broke autocomplete.
2022-04-04 18:09:56 -05:00
evazion
7fe717506d
post queries: add methods for normalizing queries.
2022-04-04 03:56:56 -05:00
evazion
1957cb354e
post queries: add #replace_aliases method.
2022-04-04 03:56:54 -05:00
evazion
bf7c721815
post queries: refactor AST #simplify method.
...
Refactor the `PostQuery::AST#simplify` method to split it into three
methods: `#trim` to eliminate redundant AND and OR clauses, `#simplify`
to expand deeply nested subexpressions, and `#sort` to sort the query
into alphabetical order.
This is so we can normalize queries written by users by parsing and
rewriting them, but without expanding out nested subexpressions, which
can substantially alter the way the query is written.
2022-04-04 00:48:40 -05:00
evazion
8055c4f172
Fix stale site icons.
...
Fix artist URLs still showing old cached site icons because the URL
didn't change when the file was updated. Use `image_pack_tag` so that
the filename includes the hash, so that the URL changes when the file
changes.
2022-04-03 22:41:50 -05:00
evazion
70c5332be8
artist urls: add index on url column.
2022-04-03 17:08:36 -05:00
NamelessContributor
8ea514ad1c
css: add auto theme preference. fixes #5084
...
This is the new default. Users who previously used the light theme will
be migrated to the auto setting.
2022-04-03 18:05:34 +02:00
NamelessContributor
db5918a783
css: rename base/040_colors.css -> scss
2022-04-03 17:39:30 +02:00
evazion
83f5124a5e
Fix #5091 : Normalize reddit sources.
2022-04-03 03:46:17 -05:00
evazion
d96db350f3
pixiv: fix non-www Pixiv urls not being recognized.
...
Fix non-www Pixiv URLs (e.g. `https://pixiv.net/users/3584828 `) URLs not
being recognized by the URL parser.
2022-04-03 03:07:42 -05:00