Julian Lam
3efe2362e2
fix: sorting the flags list by newest is not considered a filter
...
... as it is default
2020-08-19 09:15:18 -04:00
Julian Lam
346db0d84d
feat: flags list sorting, closes #8569
2020-08-18 21:03:59 -04:00
Julian Lam
cabe62a06c
fix : #8568 perPage not acting like a filter
2020-08-18 18:49:59 -04:00
Barış Soner Uşaklı
0189945996
refactor: remove util.promisify calls
2020-08-14 00:05:03 -04:00
Julian Lam
0903eb4b8c
feat: limit privileges column to superadmins only
2020-08-12 13:00:55 -04:00
Julian Lam
9adaccd036
feat: +assetBaseUrl, -l10BaseUrl, -requireBaseUrl
...
Additional base URLs were necessary for benchpress and translator,
and in order to not clutter the API response with needless one-
time use base URLs, I decided to use a single base that is used
by all of the services, assetBaseUrl.
2020-08-10 10:23:52 -04:00
Julian Lam
9e3fd0e479
Revert "feat: #8493 , plugin helper for standardised link/button injection"
...
This reverts commit 0bbb813e4b .
2020-08-07 12:25:17 -04:00
Sam Thompson
0bbb813e4b
feat: #8493 , plugin helper for standardised link/button injection
2020-08-07 11:48:04 -04:00
Julian Lam
9f3b78118a
fix: send hard 404 instead of soft 404 for missing modules
...
We used to send a soft 404 because require.js would error out on
a 404, but it seems years ago, error handling was added to the
require() call, so a hard 404 will not throw errors to the console
2020-08-07 11:32:07 -04:00
Julian Lam
68f8d6e3a1
fix : #8549 send 308 Permanent Redirect on topic/category shortlinks
2020-08-06 10:49:15 -04:00
Julian Lam
def16f9e97
feat: introduce overridable l10nBaseUrl config value
2020-08-06 10:49:15 -04:00
Barış Soner Uşaklı
2c35d0ba87
refactor: change incrementViewCount and markAsRead to async/await
2020-08-05 22:05:35 -04:00
Barış Soner Uşaklı
dfabd0a3fe
feat: remove administrator property from public routes
2020-08-05 14:24:00 -04:00
Barış Soner Uşaklı
fb7bb8d400
feat: use category selector in category page
...
fix privilege shortcuts in group page after search
2020-07-30 14:55:28 -04:00
Barış Soner Uşaklı
91411cc47c
feat: add privileges shortcut to groups list
...
fix issues with escape group names
2020-07-30 12:26:37 -04:00
Barış Soner Uşaklı
c4829fd8c2
feat: allow changing requirejs base url
2020-07-29 14:14:45 -04:00
Barış Soner Uşaklı
bbc7737e14
feat: ability to clear cache from acp
2020-07-29 12:50:18 -04:00
Barış Soner Uşaklı
69fb15276c
fix: tests
2020-07-29 12:19:07 -04:00
Barış Soner Uşaklı
8d8117ffa1
feat: reduce amount of data loaded on acp admin page
...
get rid of socket call and use ajaxify.data.categories
2020-07-29 11:57:20 -04:00
Barış Soner Uşaklı
5e5815f051
fix : #8515 , fix login redirect on subfolder
2020-07-27 22:28:07 -04:00
Barış Soner Uşaklı
fd4c3cda42
fix : #4695 , remove new notif alert
2020-07-27 21:34:21 -04:00
Barış Soner Uşaklı
37e56d94ce
feat: series upload
2020-07-27 11:46:14 -04:00
Barış Soner Uşaklı
4eae927d14
feat: remove deprecated hooks
2020-07-24 10:39:51 -04:00
psychobunny
a6ae69737b
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2020-07-23 18:34:20 -04:00
psychobunny
2c83278f97
feat: quick access dropdown on groups page to access privileges page
2020-07-23 17:59:52 -04:00
Barış Soner Uşaklı
844f2b4ed0
feat: #8524 , allow editing category of queued topic
2020-07-23 16:43:56 -04:00
Barış Soner Uşaklı
7260646d6c
fix : #8500 , allow regular users select topics on unread
2020-07-23 09:27:00 -04:00
Barış Soner Uşaklı
23a9a334cd
feat: short more info
2020-07-21 18:08:53 -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ı
658dd03b03
feat: add tools to recent/unread ( #8477 )
...
* feat: add tools to recent/unread
* fix: open api spec
* fix: more api spec
2020-07-08 14:09:10 -04:00
Barış Soner Uşaklı
ac6b571ed5
fix: dont allow searching by email/ip if not privileged
2020-07-04 16:43:44 -04:00
Barış Soner Uşaklı
59a2ace6f7
fix: only add blocksCount for self and admins
2020-07-01 23:16:20 -04:00
Barış Soner Uşaklı
fd20e5c62c
fix: tests
2020-07-01 23:05:40 -04:00
Barış Soner Uşaklı
eb9704f85e
feat: #8450 , next/prev link tags on /unread /recent
2020-06-30 11:34:32 -04:00
Barış Soner Uşaklı
2355d9d5dd
fix: escape navigation item fields, theme:id, category fields
2020-06-26 15:19:18 -04:00
Barış Soner Uşaklı
023de94ef8
fix: show controls @julianlam
2020-06-25 17:08:09 -04:00
Barış Soner Uşaklı
e53a18f219
fix : #8437 , #8433
2020-06-24 23:04:24 -04:00
Barış Soner Uşaklı
8383992dcc
feat: move export functions into child processes
2020-06-23 00:23:46 -04:00
Barış Soner Uşaklı
e80379dc0e
feat: display stack trace on winston.error
2020-06-20 23:32:12 -04:00
Julian Lam
35a06a8419
feat: #8412 breadcrumbs for ip-blacklist/post queue/flags
2020-06-16 11:34:44 -04:00
Barış Soner Uşaklı
53a9517d54
fix: crash in export posts if post content is undefined
2020-06-12 10:29:07 -04:00
Julian Lam
4acb3fb210
feat: #8387 expose global and admin privs to flags detail page
2020-06-09 10:06:37 -04: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ı
3a078f59ec
fix: tests
2020-06-04 22:06:03 -04:00
Barış Soner Uşaklı
1b5d5425b4
fix: handle search tag permission as well
2020-06-04 21:42:38 -04:00
Barış Soner Uşaklı
2100a03c1a
refactor: change name to privileges to match other apis
2020-06-04 21:31:02 -04:00
cryptoethic
f6b92d241a
fix: checking correct permissions for user search ( #8371 )
...
* fix: checking correct permissions for user search
* fix: missing permissions porperty in openapi /api/search
2020-06-04 21:27:43 -04:00
Barış Soner Uşaklı
842b8abb84
feat: add buildHeaderAsync ( #8367 )
...
* feat: add buildHeaderAsync
make helphers.notAllowed async
* fix: remove csrf from buildHeader
* fix: remove unused method, use middleware
* fix: /post/pid redirect doesn't need buildHeader
use buildHeaderAsync
2020-06-04 01:14:46 -04:00
Julian Lam
922d49be0b
fix(style): switch..case
2020-06-03 11:26:08 -04:00