Julian Lam
55b0e902fb
feat: consolidation of flags to reduce flagspam, #8510
...
Squashed commit of the following:
commit c6d0939620
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 24 13:41:32 2020 -0400
fix: more tests
commit 32f9af2a87
Merge: e50907535 4eae927d1
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 24 10:53:04 2020 -0400
Merge remote-tracking branch 'origin/master' into singleton-flags
commit e509075351
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 24 10:52:46 2020 -0400
fix: controllers-admin test
commit fd5af99e30
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 17 17:26:55 2020 -0400
fix(tests): dummy commit to trigger travisCI
commit c452a6ffcf
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 17 17:05:09 2020 -0400
fix(openapi): openapi spec changes
commit 8089a74e89
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 17 15:48:00 2020 -0400
fix: reversing the order of reports for display purposes
commit a099892b37
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 17 15:45:44 2020 -0400
refactor: run all flag creation calls in a single batch
commit b24999682f
Author: Julian Lam <julian@nodebb.org >
Date: Fri Jul 17 15:08:23 2020 -0400
feat: handling multiple reporters per flag, #8510
commit 08c75c0200
Author: Julian Lam <julian@nodebb.org >
Date: Thu Jul 16 20:53:18 2020 -0400
feat: upgrade script for #8510
2020-07-24 14:10:37 -04:00
Barış Soner Uşaklı
23a9a334cd
feat: short more info
2020-07-21 18:08:53 -04:00
Barış Soner Uşaklı
1e7397b1b8
feat: allow searching categories in ACP
2020-07-20 13:17:08 -04:00
Barış Soner Uşaklı
320008cd49
feat: #8509 , don't scroll chat to bottom if user scrolled up
2020-07-19 14:34:31 -04:00
psychobunny
06143ca7d7
feat: added quick link to edit privileges on the category edit page
2020-07-17 16:27:47 -04:00
Julian Lam
1e14af4503
fix: composer textarea placeholder l10n /cc @pitaj
2020-07-16 16:25:36 -04:00
Julian Lam
9fb9185fa7
feat: hide some filters behind 'more filters' button
2020-07-16 09:32:20 -04:00
Julian Lam
e3e55f25d0
refactor: flag sanity checks, +feat: flag limits
...
- Added new config flag:limitPerTarget, to disallow flags after an item has
already been flagged x times (default 0, or infinite)
- New zset flags:byTarget, score is the number of times a flag has been made
against that item
- "already-flagged" translation key removed, now "post-already-flagged" or
"user-already-flagged" -- this fixed bug where flagging a user you've already
flagged would tell you you've already flagged this post already.
- Refactored Flags.canFlag to throw errors only, instead of returning boolean
- Updated ACP form inputs for reputation settings page to be more bootstrappy
- +1 upgrade script
2020-07-15 17:10:49 -04:00
Julian Lam
f85a45c722
feat: logic for flag note deletion, #8499
2020-07-14 13:38:28 -04:00
Barış Soner Uşaklı
00d39fb32c
feat: #8460 , export groups members as csv
2020-07-10 13:12:14 -04:00
Barış Soner Uşaklı
3dcf538773
feat: #8023 , allow wildcard search for uid/email
2020-07-09 23:57:54 -04:00
Barış Soner Uşaklı
46a6686300
fix: category search in selector
2020-07-09 19:08:01 -04:00
Barış Soner Uşaklı
c513b88dff
feat: #8427 , daily downvote limits
2020-07-09 12:51:05 -04:00
Barış Soner Uşaklı
4adbf87c6c
feat: warn user if whitelisted tags are less than minTags
2020-07-08 21:36:48 -04:00
Barış Soner Uşaklı
9eb748b985
fix : #8467 , fix url to merged topic in subfolder installs
2020-07-05 17:41:39 -04:00
Misty (Bot)
fe908cc022
Latest translations and fallbacks
2020-07-01 09:05:28 +00:00
Misty (Bot)
a1a5424047
Latest translations and fallbacks
2020-06-30 09:05:40 +00:00
Julian Lam
6931f29d53
feat: allow flagging of user acounts from post tools menu
2020-06-29 19:49:52 -04:00
Misty (Bot)
1b1e9b6725
Latest translations and fallbacks
2020-06-29 09:06:13 +00:00
Misty (Bot)
e66b526ca0
Latest translations and fallbacks
2020-06-28 09:05:21 +00:00
Barış Soner Uşaklı
e09ab3dc19
feat: closes #8440 , allow configuring max topic count
2020-06-27 18:11:27 -04:00
Misty (Bot)
c0857f6390
Latest translations and fallbacks
2020-06-26 09:05:58 +00:00
Misty (Bot)
9b20d0ce20
Latest translations and fallbacks
2020-06-25 09:07:32 +00:00
Barış Soner Uşaklı
bffb830d87
feat: add missing translation key
2020-06-24 16:20:50 -04:00
Misty (Bot)
d50f7c7dfa
Latest translations and fallbacks
2020-06-23 09:06:09 +00:00
Barış Soner Uşaklı
8383992dcc
feat: move export functions into child processes
2020-06-23 00:23:46 -04:00
Misty (Bot)
76c577fa3c
Latest translations and fallbacks
2020-06-21 09:05:12 +00:00
Misty (Bot)
55f8f99bcd
Latest translations and fallbacks
2020-06-20 09:05:21 +00:00
Misty (Bot)
757cfe80be
Latest translations and fallbacks
2020-06-19 09:05:58 +00:00
Misty (Bot)
f5b3713313
Latest translations and fallbacks
2020-06-17 09:05:42 +00:00
Julian Lam
35a06a8419
feat: #8412 breadcrumbs for ip-blacklist/post queue/flags
2020-06-16 11:34:44 -04:00
Misty (Bot)
7fe9c1a26d
Latest translations and fallbacks
2020-06-16 09:05:31 +00:00
Misty (Bot)
cdf81159df
Latest translations and fallbacks
2020-06-15 18:42:49 +00:00
Julian Lam
d5af976915
feat: #8408 flags' quick assignment
2020-06-15 14:22:59 -04:00
Barış Soner Uşaklı
42466d3c6e
fix: add missing translations
2020-06-15 12:39:10 -04:00
Julian Lam
58b3d608fc
feat: allow post diffs to be restored, #8406
2020-06-15 11:03:04 -04:00
Misty (Bot)
8f81651e2f
Latest translations and fallbacks
2020-06-12 16:20:33 +00:00
Barış Soner Uşaklı
3a80a1651a
feat: add missing translation
2020-06-11 12:52:25 -04:00
Barış Soner Uşaklı
c4bdeae06e
feat: merge improvements wip
2020-06-09 15:26:41 -04:00
Barış Soner Uşaklı
a255c8f6fd
fix: language
2020-06-09 11:44:04 -04:00
Misty (Bot)
2287963388
chore: latest translations and fallbacks
2020-06-08 21:22:20 +00:00
Julian Lam
4d60eac60f
feat: #8384 options to delete account, content, or both
2020-06-08 13:42:28 -04:00
Julian Lam
67aca822e6
feat: account content deletion, closes #8381
2020-06-08 08:43:31 -04:00
Julian Lam
656b391fc5
feat: add missing language files for #8347
2020-06-07 14:37:39 -04:00
Misty (Bot)
8019d316e2
Latest translations and fallbacks
2020-06-06 09:28:28 +00:00
Julian Lam
a82e9bd7f6
feat: privileges for Admin Control Panel ( #8355 )
...
* feat: acp privileges (WIP)
* fix: restore global privilege hooks
* refactor: using cid 0 in admin privs
* fix: no need for zebrastripe-reset
* feat: manage:categories privilege WIP
* feat: renamed prefix to admin:, settigns and dashboard privs
* fix: nofocus on acp privs group find modal
* refactor: privileges.x.get() to not used hardcoded privs
* fix: crash if unable to get latest version
* feat: setting acp priv
* Revert "fix: crash if unable to get latest version"
This reverts commit afdb235f48 .
* feat: user/privilege acp privs
* fix: category selector in manage/privileges
* fix: guests potentially becoming admins
* fix: bug in setting admin privs
* fix: some last minute things + api docs
* fix: some more last minute fixes
2020-06-05 15:26:51 -04:00
Barış Soner Uşaklı
30cc83c033
fix : #8374 , revert event delete
2020-06-05 12:56:20 -04:00
Julian Lam
09184f4027
fix: new language tag for select_tags
2020-06-05 12:35:53 -04:00
Julian Lam
260a482caa
fix: remove duplicate link to manage/tags in settings/tags
2020-06-05 10:27:07 -04:00
Misty (Bot)
73055bfccc
Latest translations and fallbacks
2020-06-05 09:29:55 +00:00