Commit Graph

21396 Commits (a972b5a77a2047fa2f5b381b61f7c976e6343810)
 

Author SHA1 Message Date
Barış Soner Uşaklı fcc1e24ad0 feat: rename admin middleware header hook
Renovate Bot 6d980d26d7 fix(deps): update dependency nodebb-plugin-composer-default to v6.5.5
Misty (Bot) c62a6b6ca8 Latest translations and fallbacks
Julian Lam da191341e8 feat(acp): added new admin privilege for groups management
Julian Lam 3959a7bd9c fix(api): failing test due to missing file
Julian Lam 80ee3dfbd1 fix(api): tests
Barış Soner Uşaklı 931105e6cb fix: dont show deleted posts in navigator
Julian Lam 32e36f7b2e feat(api): group ownership API route, switch client-side to use API route
Julian Lam 98550d61d7 feat(api): add schema for groups update route
Julian Lam 4fc1337762 feat(api): added schema for email unsubscribe token
Julian Lam 501a7b7774 fix: bug in api path existence test
It was only checking for the path, but not ensuring that the method was also defined
Julian Lam 1cd2689cf6 refactor(api): deprecated groups update socket in favour of API lib
Julian Lam e640a41a78 refactor(api): update group deletion calls to use write API
Renovate Bot 4919e5968d fix(deps): update dependency sharp to v0.27.0
Misty (Bot) 4ac13160b5 Latest translations and fallbacks
Barış Soner Uşaklı 2ef72a94c2 fix: , fix move topic/post timeout errors
Julian Lam 34ccabe3ab fix: bad assignment logic in middleware.renderHeader
Julian Lam 75b1bbd09f feat: explicitly add filter:admin/header.build hook
As it is not fired during middleware.processRender
Julian Lam 05d8b3c339 chore: add deprecation notice to topic thumb tpl value
Renovate Bot 2610dfcf56 chore(deps): update dependency eslint to v7.16.0
Renovate Bot 37b35f7de0 fix(deps): update dependency nodebb-theme-persona to v10.3.12
Julian Lam da4f91186b fix: , wrong path separator used in thumbs.get
Peter Jaszkowiak 2be396ff6e fix: email testing and settings change from ACP
- changing email SMTP settings wouldn't apply the first time
- "Send Test Email" now will report emailer errors in most cases
Julian Lam 713f029dc8 fix: removing ability to specify deprecated topic 'thumb' on topic creation
Barış Soner Uşaklı b369dc888b fix: , event is fired on socket.io
Julian Lam bbd97ccb48 fix: subfolder handling in tests
Julian Lam 5f038dffbd test: changed test a bit to see what is going on
Julian Lam 6062039de2 fix: .flat() not defined in v10, added debug router to exclusion list
Julian Lam f416dc177a fix: all tests, wrap up work
Julian Lam 9c2de86a6e fix: two more routes
Julian Lam cb32e32ae3 feat: fix more tests, add more routes, update api test suite
Julian Lam 14c51e3c60 feat: add registration/complete route, fix some other tests
Julian Lam b9a61d2d45 fix: api tests
Julian Lam 600807fbe1 fix: don't return deleted: 0 for ephemeral groups
Julian Lam 9de35ec5a3 feat: add missing schemas for various ACP settings routes
Julian Lam 438fa5c88f fix: send fewer items to client-side for ACP settings/email page
Julian Lam c079051b19 fix: errors in write-api schema
Julian Lam 8e5a413e4e chore: minor reordering of lines
Julian Lam 990f107736 fix: broken tests from last round of fixes
Julian Lam a962935743 fix: bad error message for request body api test
Julian Lam d6de925348 feat: add missing schema for category update and deletion
Deleted CategoryObj component, since CategoryObject is used more
Julian Lam 7fc329de2f fix: modify backreference test to not check router.all() calls
Julian Lam eef052c1bf fix: add missing token generation route to write api spec
Julian Lam d85181e031 feat: add schema for api ping routes
Julian Lam 878ee06715 refactor: schema backreference test to use map instead of reduce, properly check write-api routes
Julian Lam df8d62ba06 feat: normalize paths before comparison
Julian Lam dbe85630e3 feat: additional test to ensure any new routes added to express have a corresponding schema doc
re: 
Barış Soner Uşaklı a2152dd100 feat: update html-to-text closes https://github.com/NodeBB/NodeBB/pull/8810
renovate[bot] 55a55ea284
chore(deps): update actions/setup-node action to v2 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
psychobunny b8d4709eec fix(pwa): service-worker.js missing on subfolder installs