Julian Lam
9be5629458
feat(writeapi): topic follow/ignore
2020-10-08 15:33:10 -04:00
Julian Lam
da25ce4d09
feat: topic delete/restore/purge/(un)pin/(un)lock
2020-10-08 15:33:10 -04:00
Julian Lam
49652e6f1b
feat: management of API tokens via ACP
2020-10-08 15:33:10 -04:00
Julian Lam
7757f965eb
fix: errors thrown if no password sent in to profile edit route
2020-10-08 15:33:10 -04:00
Julian Lam
6096f74ab2
feat(writeapi): adding missing files
2020-10-08 15:33:10 -04:00
Julian Lam
4c833d0bf0
feat(writeapi): topic posting and replying
2020-10-08 15:33:10 -04:00
Julian Lam
40dc1c38d3
feat(writeapi): added DELETE /groups/:slug/membership/:uid route
2020-10-08 15:33:10 -04:00
Julian Lam
68ecf41ecf
fix(writeapi): client-side group join API call
2020-10-08 15:33:10 -04:00
Julian Lam
952dc211dd
feat(writeapi): added group joining and deletion
2020-10-08 15:33:10 -04:00
Julian Lam
d044c3223e
feat(writeapi): abstracted ajax calls out to new api module
2020-10-08 15:33:10 -04:00
Julian Lam
ba345e53e8
feat(writeapi): added POST /api/v1/groups
2020-10-08 15:33:10 -04:00
Julian Lam
3072de4812
feat: added DELETE /api/v1/categories/:cid route
2020-10-08 15:33:10 -04:00
Julian Lam
e942ad8101
feat: added PUT /api/v1/categories/:cid route
...
Deprecated admin.categories.update socket call
Showing stack trace in console for errors, when in development mode
2020-10-08 15:33:10 -04:00
Julian Lam
dc666fd8a9
feat: added POST /api/v1/categories route
2020-10-08 15:33:10 -04:00
Julian Lam
a5af2dc819
feat: added PUT/DELETE /api/v1/users/:uid/ban routes
2020-10-08 15:33:10 -04:00
Julian Lam
b5bbcbaeaa
feat: added POST and DELETE /api/v1/users/:uid/follow routes
2020-10-08 15:33:10 -04:00
Julian Lam
7aed174ebc
feat: added PUT /api/v1/users/:uid/password route
2020-10-08 15:33:10 -04:00
Julian Lam
a1ddc210b2
feat: added DELETE /api/v1/users/:uid and DELETE /api/v1/users
2020-10-08 15:33:10 -04:00
Julian Lam
d15d9e4492
fix(refactor): patching helpers.tryRoute for API routes, some re-org
...
Thanks @barisusakli for the tip
2020-10-08 15:33:10 -04:00
Julian Lam
f6433ef2c5
fix(refactor): merging write-api auth middlewares with core middlewares
2020-10-08 15:33:10 -04:00
Julian Lam
ec5c48b188
feat: migrating write-api skeleton into core
2020-10-08 15:33:10 -04:00
Barış Soner Uşaklı
cb2f6f7c4a
fix: test
2020-10-04 22:11:41 -04:00
Barış Soner Uşaklı
7bf6d3b8eb
fix: dont let mods load postqueue for a cid they are not a mod of
2020-10-04 22:10:24 -04:00
Barış Soner Uşaklı
2ea9768e00
fix: show disabled categories in admin&mods
2020-10-04 21:52:57 -04:00
Barış Soner Uşaklı
fbd85680fb
fix: spec
2020-10-02 16:57:26 -04:00
Barış Soner Uşaklı
5d9a868142
feat: category filter on post queue ( #8710 )
...
* feat: category filter on post queue
category filter module
* feat: add spec
2020-10-02 16:35:20 -04:00
Peter Jaszkowiak
1aa336d837
refactor: shared constants ( #8707 )
...
define plugin name and theme name regexs in one location for consistency
define various shared paths in one place for consistency
2020-10-01 23:02:44 -04:00
Peter Jaszkowiak
55d5cccf2e
Document deprecations and remove old ones ( #8706 )
...
* chore: document deprecation removal versions
* chore: remove deprecations 2+ versions old
2020-10-01 12:25:03 -04:00
Julian Lam
38f88fc563
fix : #8699 tags route is case sensitive, though tags are not
2020-09-30 11:57:59 -04:00
psychobunny
6478b32d0e
feat: upload maskable icon for PWA
2020-09-29 07:49:21 -04:00
Julian Lam
b12e8d6312
feat: show top 5 trending plugins in new tab in Extend > Plugins
2020-09-28 19:53:54 -04:00
Julian Lam
07af621381
fix: typo in getCompatiblePlugins
2020-09-28 19:53:54 -04:00
psychobunny
31528a5202
fix: manifest - use absolute URL for start_url
2020-09-28 17:06:25 -04:00
Julian Lam
0fffe28941
fix: issue where the last flag filter could not be removed
2020-09-23 10:24:06 -04:00
Barış Soner Uşaklı
22cd265434
fix: tests
2020-09-17 21:52:05 -04:00
Barış Soner Uşaklı
220297d501
fix: use correct topic count for category
2020-09-17 21:41:54 -04:00
Barış Soner Uşaklı
de824007d9
feat: allow custom req.query.filter on /unread /recent
2020-09-13 19:41:39 -04:00
Barış Soner Uşaklı
4be693f2e7
feat: fullname search ( #8641 )
...
* feat: fullname search
* fix: take last element
* fix: attempt to fix psql like query
* feat: upgrade sript, another fix attempt
* fix: psql test
* fix: psql scan
* feat: add debug for test
* feat: test collate
* feat: cleanup
* fix: upgrade script
2020-09-11 23:20:49 -04:00
Julian Lam
0891236142
fix: typo
2020-09-11 14:41:10 -04:00
Barış Soner Uşaklı
c1c617b323
feat: add topicIndex to category page
2020-09-10 18:26:56 -04:00
Barış Soner Uşaklı
5f10d67db5
Remove sounds ( #8617 )
...
* feat: remove sounds
* feat: remove more sounds
* feat: disable sounds plugin
* fix: openapi
2020-09-06 23:45:00 -04:00
Julian Lam
0c20351702
feat: additional sorting options for flags
...
+ upvotes, +downvotes, +replies
2020-08-31 17:21:15 -04:00
Julian Lam
0e58d2b866
fix: update post-queue hook names
2020-08-28 11:50:21 -04:00
Julian Lam
b6b94a56dc
refactor: moved ip-blacklist and post-queue styles/tpls to themes
...
This is a breaking change!, re: #8580
2020-08-26 10:36:29 -04:00
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