Barış Soner Uşaklı
49583fe48b
feat: allow slugs
2021-04-12 17:28:04 -04:00
Barış Soner Uşaklı
14e211fb68
fix : #9473 ( #9476 )
2021-04-08 14:16:59 -04:00
Barış Soner Uşaklı
27b481765b
fix : #9420 , paginate after loading notifications
2021-03-24 12:54:47 -04:00
Julian Lam
77ab46686d
fix: access checks for tags and thumbs get route
2021-01-12 17:38:35 -05:00
Julian Lam
b742229e59
fix : #9169 , re-adding v2-style behaviour so as to not break the API... yet
2021-01-08 15:12:33 -05:00
Manuel Valle
e14b67786c
Solve Custom home page route error bug ( #9180 )
...
When you select Custom Route as home you get a 404 error "/custom not found" error.
This because 'homePageRoute' property was used instead of 'homePageCustom'
2021-01-07 21:44:02 -05:00
Julian Lam
97d678fd2a
fix: return a user object, not an array of user objects (in v3 login check route)
2021-01-07 15:11:45 -05:00
Julian Lam
8c86f5bcec
fix: bad execution flow in utilities.login
2021-01-07 15:11:45 -05:00
Julian Lam
8bbb320867
feat: handle HTTP 429 as a response code
2021-01-07 15:11:45 -05:00
Julian Lam
56f929ed4f
feat: add write API route for checking login credentials
2021-01-07 15:11:45 -05:00
Julian Lam
1cf0032d9f
feat: allow override of local fns in login controller, 400 instead of 500 for wrong login type [breaking]
2021-01-07 15:11:45 -05:00
Barış Soner Uşaklı
6cbb77afda
fix: add missing breadcrumb on /user/<slug>/categories
2021-01-06 22:00:56 -05:00
Julian Lam
edb8da1ef9
feat(api): closes #9123 category and topic routes migrated to Write API
2020-12-29 10:32:01 -05:00
Julian Lam
9ecfac9b68
feat(api): #9123 , migrate rest of the getObject controllers to Write API
2020-12-29 10:32:01 -05:00
Julian Lam
cdff8d286a
chore(api): add deprecation notices re: #9123
2020-12-29 10:32:01 -05:00
Julian Lam
e267f29584
feat(api): #9123 , migrate /api/post/pid/:pid to Write API
2020-12-29 10:32:01 -05:00
Barış Soner Uşaklı
c1ecfd1ebf
feat: #9135 , don't try to reconnect forever
2020-12-28 11:44:14 -05:00
Julian Lam
d27815a8c0
fix : #9149 , incorrect client-side disableChatMessageEditing value for admins/gmods
2020-12-28 09:51:28 -05:00
Julian Lam
223f0a5515
feat(acp): admin tags privilege
2020-12-23 17:44:17 -05:00
Julian Lam
fb46a8d975
feat(acp): admins-mods privilege
2020-12-23 14:18:14 -05:00
Julian Lam
da191341e8
feat(acp): added new admin privilege for groups management
2020-12-22 21:45:51 -05:00
Julian Lam
32e36f7b2e
feat(api): group ownership API route, switch client-side to use API route
2020-12-22 14:26:31 -05:00
Julian Lam
1cd2689cf6
refactor(api): deprecated groups update socket in favour of API lib
2020-12-22 13:22:01 -05:00
Julian Lam
438fa5c88f
fix: send fewer items to client-side for ACP settings/email page
2020-12-18 14:01:41 -05:00
Barış Soner Uşaklı
4404e32ed9
fix : #9117 , lower query before search
2020-12-16 10:41:45 -05:00
Barış Soner Uşaklı
8f938eba19
fix : #9074 , fix svg uploads
2020-12-11 22:50:42 -05:00
Julian Lam
ab98740821
fix : #9100 topic thumbs in OG image tags
2020-12-11 15:38:40 -05:00
Barış Soner Uşaklı
80de572aa1
feat: add user.email.confirmByUid for sso plugins
2020-12-10 20:25:48 -05:00
Julian Lam
bd5c4a5cff
fix: tests
2020-12-09 16:46:19 -05:00
Julian Lam
3e54b70c06
fix : #9092 , Topic thumbnails do not work with third-party uploaders
2020-12-09 15:47:58 -05:00
Julian Lam
a30c8ab5c8
feat: clent-side modal for managing topic thumbs
...
closes #9087
2020-12-09 10:42:41 -05:00
Julian Lam
67cf5e83b7
fix: changes to thumb resizing logic
...
- Resized thumb no longer skews aspect ratio
- Thumbs resized down to maximum thumb size by WIDTH only
- image.checkDimensions() now returns dimensions
2020-12-09 10:42:41 -05:00
Julian Lam
c043cfebd6
fix: added back missing topic thumb tests that were removed in last commit
2020-12-09 10:42:41 -05:00
Julian Lam
340387c18a
fix : #9055 , non-standard API response from addThumbs route
...
Also removed old thumb upload router handler, and updated uploadPost handling in composer to match new response schema
2020-12-09 10:42:41 -05:00
Julian Lam
5950683316
feat: closes #9048 , tests for topic thumbs routes, write API schema
2020-12-09 10:42:41 -05:00
Julian Lam
4152aa552e
feat: tests for topic thumbs
...
Also added some error checking to addThumbs controller
2020-12-09 10:42:41 -05:00
Julian Lam
ef7d6db912
feat: server-side work for #9047
...
- rename Thumbs.commit to Thumbs.migrate
- new PUT method that calls Thumbs.migrate
- `checkThumbPrivileges` now takes a single object parameter (ins. of req/res)
2020-12-09 10:42:41 -05:00
Julian Lam
b5d910f53b
feat: core work for #9042 , thumb deletion now accepts uuids
...
+ common data validation for thumb addition and deletion
2020-12-09 10:42:41 -05:00
Julian Lam
90497e3ef5
feat: more work on topic thumbs refactor
...
- addThumb and deleteThumb are now protected routes (duh)
- new getThumbs route GET /api/v3/topics/<tid>/thumbs
- Updated `assert.path` middleware to better handle if relative paths are received with upload_url
- Slight refactor of thumbs lib to use validator to differentiate between tid and UUID
2020-12-09 10:42:41 -05:00
Julian Lam
708b1c338f
fix : #9040
2020-12-09 10:42:41 -05:00
Julian Lam
7e9e08f718
feat: server-side routes for handling multiple topic thumbnails
...
closes #8994 , requires 'topic-thumb-refactor' branch of composer-default
2020-12-09 10:42:41 -05:00
Julian Lam
98cd9e3549
feat: allow uploadThumb controller to be called in code
...
it, and uploadsController.upload() now return the results of their operation
2020-12-09 10:42:41 -05:00
Julian Lam
efa4eca0fe
fix : #9045 , no post usage info if '/files/' path received
2020-12-08 08:58:19 -05:00
Barış Soner Uşaklı
d2888d1d1f
Category tags ( #8938 )
...
* feat: wip category tags
* fix: tag search
* feat: remove debug
* fix: returns of searchTags and autocomplete
* fix: alpha sort
* fix: redis
* fix: delete zsets on category purge, fix another test
* fix: test
2020-12-06 12:36:40 -05:00
Barış Soner Uşaklı
648f6215ef
fix: redirect external with absolute urls
2020-12-03 17:20:03 -05:00
Barış Soner Uşaklı
458bfc0faf
fix: external path for subfolder installs
2020-12-03 14:52:27 -05:00
Barış Soner Uşaklı
64ac483ddd
fix : #9032
2020-12-03 13:51:22 -05:00
Barış Soner Uşaklı
5d00b0895b
fix: sso redirect on /login & /api/login
2020-12-03 10:29:18 -05:00
Barış Soner Uşaklı
6f68f4d20a
fix : #9032 , fix login redirect for sso plugins
2020-12-02 12:42:21 -05:00
Barış Soner Uşaklı
5f0f476b57
feat: #9005 , use timestamp in profile/cover images
...
delete current one if keepAllUserImages is turned off
fix typo in data
2020-12-01 20:24:22 -05:00