21560 Commits (492cbc62271ee8eb5955cab84cf01749d297189e)
 

Author SHA1 Message Date
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'
4 years ago
Barış Soner Uşaklı 8ece64ab82 fix: test for https://github.com/NodeBB/NodeBB/pull/9180 4 years ago
Barış Soner Uşaklı 7069735aa2 Merge branch 'master' of https://github.com/NodeBB/NodeBB 4 years ago
Barış Soner Uşaklı da54697075 fix: #9176, limit description size 4 years ago
Julian Lam 9534d95619 fix: broken test due to change in response code 4 years ago
Julian Lam 0da2843281 feat(api): schema definition for new credential checking route 4 years ago
Julian Lam 97d678fd2a fix: return a user object, not an array of user objects (in v3 login check route) 4 years ago
Julian Lam 8c86f5bcec fix: bad execution flow in utilities.login 4 years ago
Julian Lam 87a7d85e89 fix: missing breadcrumbs in schema 4 years ago
Julian Lam 534224133b fix: random loadFiles added by errant vscode autocompletion 4 years ago
Julian Lam 8bbb320867 feat: handle HTTP 429 as a response code 4 years ago
Julian Lam 56f929ed4f feat: add write API route for checking login credentials 4 years ago
Julian Lam 1cf0032d9f feat: allow override of local fns in login controller, 400 instead of 500 for wrong login type [breaking] 4 years ago
Renovate Bot d3e041e292 chore(deps): update dependency husky to v4.3.7 4 years ago
Barış Soner Uşaklı 6cbb77afda fix: add missing breadcrumb on /user/<slug>/categories 4 years ago
Barış Soner Uşaklı f0dd302c77 perf: use only required calls 4 years ago
Peter Jaszkowiak a51c5698c7 fix: `--help` usage info
yargs (via nconf) would exit when detecting a help flag

also improves the speed of `./nodebb help build`
4 years ago
Barış Soner Uşaklı 072a0e32d8 feat: #8813, faster category search dropdown
when you have 4k+ categories manipulating DOM becomes very slow
clone the list and manipulate it outside of DOM, replace list on DOM when search is done
add utils.debounce so list is updated slower
4 years ago
Misty (Bot) e3cd7a2343 chore: incrementing version number - v1.16.1
(cherry picked from commit 7fb032b396261149419df693fd68002cb3607923)
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
4 years ago
Misty (Bot) b6d71710a0 chore: update changelog for v1.16.1 4 years ago
Julian Lam 171017c38c fix: #9130, remove timestamp prefix from thumbnail names in API response 4 years ago
Barış Soner Uşaklı 8c31afae7d feat: #9173, show installed plugin versions in ./nodebb plugins 4 years ago
Misty (Bot) afe6d84710 Latest translations and fallbacks 4 years ago
Renovate Bot e445ae5a7a fix(deps): update dependency autoprefixer to v10.2.0 4 years ago
Julian Lam b9ba44edd7 fix: #9166 missing relative path in topic thumbs modal and topic list 4 years ago
Renovate Bot fd045c67c9 fix(deps): update socket.io packages to v3.0.5 4 years ago
Barış Soner Uşaklı 0d7dfeeb86 chore: increase test timeout 4 years ago
Barış Soner Uşaklı 1968bf50f1 fix: #9163, fix total connection count on ACP
sockets.sockets is a JS map in 3.x
4 years ago
Renovate Bot 87e333b44f fix(deps): update dependency nodebb-theme-persona to v10.3.16 4 years ago
Renovate Bot 4524f825d4 fix(deps): update dependency benchpressjs to v2.4.0 4 years ago
Misty (Bot) 5fcf3ea61b chore: incrementing version number - v1.16.1-beta.0 4 years ago
Misty (Bot) ebf1624a90 Latest translations and fallbacks 4 years ago
Renovate Bot 18ae7cf719 chore(deps): update dependency eslint to v7.17.0 4 years ago
Misty (Bot) d1700c40e2 Latest translations and fallbacks 4 years ago
Andrew Rodrigues 4d6ddf6dbf
feat: added note that you can now upload videos 4 years ago
Julian Lam e5edbc6faf feat: automatically attempt socket.io reconnection on ajaxify
Also, updated messaging and toaster to accurately reflect offline-mode state
4 years ago
Renovate Bot 189be9e0be fix(deps): update dependency nodebb-theme-persona to v10.3.15 4 years ago
Julian Lam 041d45c3d2 fix: genericise .necro-post, bump persona to latest 4 years ago
Julian Lam edb8da1ef9 feat(api): closes #9123 category and topic routes migrated to Write API 4 years ago
Julian Lam 77a5adb616 fix(tests): handle nested allOf blocks 4 years ago
Julian Lam 9ecfac9b68 feat(api): #9123, migrate rest of the getObject controllers to Write API 4 years ago
Julian Lam cdff8d286a chore(api): add deprecation notices re: #9123 4 years ago
Julian Lam e267f29584 feat(api): #9123, migrate /api/post/pid/:pid to Write API 4 years ago
Misty (Bot) 1002c14aa2 Latest translations and fallbacks 4 years ago
Barış Soner Uşaklı 33290850ee fix: #9126, skip base64 and long values 4 years ago
Barış Soner Uşaklı 3121215e87 fix: #9127, use assets path 4 years ago
Barış Soner Uşaklı c1ecfd1ebf feat: #9135, don't try to reconnect forever 4 years ago
Julian Lam a555f02415 fix: inability for admins with setting privilege to save plugin settings 4 years ago
Julian Lam fb3f3f729f refactor(openapi): update TopicObject component to reference TopicObjectSlim in its schema 4 years ago
Julian Lam 895e3d939e fix: #9149, server-side handling of disableChatMessageEditing 4 years ago