Commit Graph

8703 Commits (5b2f0be0807766fbec6d69f8b4bd1dc9ef86aab7)

Author SHA1 Message Date
Misty (Bot) a55051de2f Latest translations and fallbacks
Julian Lam 966c4117ec refactor(api): post move to write API
Barış Soner Uşaklı 0fa4c11ea6 fix: don't chagne scrollTop if at the top of page
Julian Lam e118e59ce0 refactor(api): post diffs to use write API
Barış Soner Uşaklı 1590cdf19f fix: , fix double escaped arguments
Misty (Bot) a972b5a77a Latest translations and fallbacks
Barış Soner Uşaklı 3d36208877 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 0a471b76b5 fix: use max
Barış Soner Uşaklı c30b40abe7 fix: keep 60 topics minimum on topic list
Misty (Bot) fc3a0bd427 Latest translations and fallbacks
Misty (Bot) a26bfb3fda Latest translations and fallbacks
Julian Lam a407a51da6 fix: missing language strings (and fallbacks) for post-queue
Misty (Bot) d90c7ff43b Latest translations and fallbacks
Misty (Bot) 6c855bf48e Latest translations and fallbacks
Misty (Bot) 96280d76af Latest translations and fallbacks
Barış Soner Uşaklı d83d40cf9b fix: missing error message
Julian Lam 0da2843281 feat(api): schema definition for new credential checking route
Julian Lam 87a7d85e89 fix: missing breadcrumbs in schema
Barış Soner Uşaklı 072a0e32d8 feat: , 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
Misty (Bot) afe6d84710 Latest translations and fallbacks
Misty (Bot) ebf1624a90 Latest translations and fallbacks
Misty (Bot) d1700c40e2 Latest translations and fallbacks
Julian Lam e5edbc6faf feat: automatically attempt socket.io reconnection on ajaxify
Also, updated messaging and toaster to accurately reflect offline-mode state
Julian Lam 041d45c3d2 fix: genericise .necro-post, bump persona to latest
Julian Lam edb8da1ef9 feat(api): closes category and topic routes migrated to Write API
Misty (Bot) 1002c14aa2 Latest translations and fallbacks
Barış Soner Uşaklı 3121215e87 fix: , use assets path
Barış Soner Uşaklı c1ecfd1ebf feat: , don't try to reconnect forever
Julian Lam fb3f3f729f refactor(openapi): update TopicObject component to reference TopicObjectSlim in its schema
Barış Soner Uşaklı 20c1b684ed fix: , dont use service worker for posts requests
Misty (Bot) f1ec4961d9 Latest translations and fallbacks
Misty (Bot) 29fcdc4c22 Latest translations and fallbacks
Barış Soner Uşaklı 183cabe90f fix: , fix selector so it doesn't add img-responsive to profile pics
Misty (Bot) d85e351f43 Latest translations and fallbacks
Julian Lam 223f0a5515 feat(acp): admin tags privilege
Julian Lam d90aa95808 feat: add confirmation modal when assigning admin:admins-mods privilege
Julian Lam fb46a8d975 feat(acp): admins-mods privilege
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 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 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
Misty (Bot) 4ac13160b5 Latest translations and fallbacks
Barış Soner Uşaklı 2ef72a94c2 fix: , fix move topic/post timeout errors
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
Barış Soner Uşaklı b369dc888b fix: , event is fired on socket.io
Julian Lam f416dc177a fix: all tests, wrap up work