Commit Graph

9374 Commits (3e8cb732c5a584c6079618a273bbdc748a46df8d)

Author SHA1 Message Date
Misty (Bot) 78cd6de7e7 chore(i18n): fallback strings for new resources: nodebb.admin-settings-user
Barış Soner Uşaklı 2fe91e364e chore: remove unused lang key
Misty (Bot) 8c9609fdd0 Latest translations and fallbacks
Misty (Bot) 8b06d3770d Latest translations and fallbacks
Misty (Bot) 3ec9197c5c chore(i18n): fallback strings for new resources: nodebb.user
Barış Soner Uşaklı d1eb21c56d fix: , don't show optional message if email is required
Misty (Bot) 354aa1a58b chore(i18n): fallback strings for new resources: nodebb.email
Julian Lam 31ea2266a6 feat: nicer error handling for bad jwt in unsubscribe template
Barış Soner Uşaklı 03f5cbcce1 fix: , fix extra padding
Misty (Bot) d35ed55b5c Latest translations and fallbacks
Misty (Bot) 53ac159e28 Latest translations and fallbacks
Misty (Bot) 2633d8a53c Latest translations and fallbacks
Julian Lam 37a71291af fix: icon alignment issue that was also bugging me :shipit:
Barış Soner Uşaklı a75a043b61 feat: allow % in tags,
Misty (Bot) 418a6cf04c Latest translations and fallbacks
Misty (Bot) b610db09e5 Latest translations and fallbacks
Misty (Bot) d79d7e8081 chore(i18n): fallback strings for new resources: nodebb.user
Barış Soner Uşaklı 5eb02f59c2 fix: , add login info to email interstitial
Barış Soner Uşaklı 8ad64ec0f9 fix: , fix error messages in user creation
Misty (Bot) 6b1cd17e4a Latest translations and fallbacks
Barış Soner Uşaklı 69a7634a78 fix: , fix chat autocomplete hook
Misty (Bot) bec0ef8995 Latest translations and fallbacks
Misty (Bot) 9260355a96 Latest translations and fallbacks
Misty (Bot) ccdf65884e Latest translations and fallbacks
Misty (Bot) e6a46ef6ce chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads
Barış Soner Uşaklı a78e58f252 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 5278b11a01 refactor: remove unused language key
Misty (Bot) 5439e45f3e Latest translations and fallbacks
Misty (Bot) 1a6d5250fb Latest translations and fallbacks
Misty (Bot) a395596fbc Latest translations and fallbacks
Barış Soner Uşaklı b179f0fc0f fix: use component instead of class name
Misty (Bot) 842f96fc68 Latest translations and fallbacks
Julian Lam 2fe53cf849 feat: `GET /api/v3/chats/:roomId/messages`
Julian Lam aaa6f752d0 refactor: put message api calls behind `/messages` prefix,
Misty (Bot) 207ae8cd6e chore(i18n): fallback strings for new resources: nodebb.error
Julian Lam aeb43b9bb1 fix: rename language key for incorrect parameter type error
Julian Lam 47ab952639 docs: fix description for route
Julian Lam 0aa25f20d5 docs: roomId is number
Julian Lam 16ba16cdc4 fix: deprecate chats.leave
Julian Lam fe17c94c35 feat: `DELETE /api/v3/chats/:roomId/users` and `DELETE /api/v3/chats/:roomId/users/:uid`
Julian Lam 6294beea0b fix: re-allow kicking of the other party in a 1-to-1 chat
Julian Lam d62ee84637 feat: `POST /chats/:roomId/users`
Julian Lam 6eea6451d2 feat: `GET /chats/:roomId/users` [breaking]
Julian Lam d5fd098ecf feat: `POST /chats/:roomId/:mid` and `DELETE /chats/:roomId/:mid`
Julian Lam f48ed3658a feat: `PUT /chats/:roomId/:mid`
Julian Lam 74f1905ea8 feat: allow API checkRequired middleware error to be internationalized
Julian Lam 9a4fd5dc7e feat: `PUT /api/v3/chats/:roomId`
Julian Lam eeffb9d978 feat: `POST /api/v3/chats/:roomId`
Julian Lam 09cf9c7770 feat: `GET /api/v3/chats/:roomId`
Julian Lam 55e68e2fd5 docs: openAPI documentation for routes