22713 Commits (eddb98681c8100ca978e8bb6062001b4e30b68d4)
 

Author SHA1 Message Date
Barış Soner Uşaklı 3cd9434b56 fix: scope 4 years ago
Barış Soner Uşaklı 1eda538da5 fix: #9615, catch exceptions in renderOverride 4 years ago
Barış Soner Uşaklı 46a454f194 feat: add bodyClass to 500 page 4 years ago
gasoved 8168c6c407
fix: purge uploaded images accordingly #9606 (#9611)
* fix: purge uploaded images accordingly

* fix: tests

* fix: relative paths
4 years ago
Misty (Bot) ab5e2a4163 Latest translations and fallbacks 4 years ago
Renovate Bot 09aebbdafe fix(deps): update dependency postcss to v8.3.5 4 years ago
Barış Soner Uşaklı 7b4c0a1683 fix: keep query params when switching chat 4 years ago
Julian Lam a2400f6baf fix: accidental unnecessarily strict conditional that effectively rendered SSO state checking opt-in instead of opt-out 4 years ago
Renovate Bot 520050da19 fix(deps): update dependency postcss to v8.3.4 4 years ago
Julian Lam f9728aff2c feat: clear reset tokens on successful login 4 years ago
Renovate Bot c7006ec6b4 fix(deps): update dependency postcss to v8.3.3 4 years ago
Misty (Bot) dc613835e1 Latest translations and fallbacks 4 years ago
Renovate Bot 82b33dc40a fix(deps): update dependency ioredis to v4.27.6 4 years ago
Misty (Bot) 8f58c97c6d Latest translations and fallbacks 4 years ago
Julian Lam 5c42b3eab0 test: fixed broken tests from #9605, removed token clean on token usage as it is superceded by token clean on generation (+ associated test) 4 years ago
Julian Lam f6c14d6b62 fix: introduce artificial delay + delay fudging on invalid email during reset token generation 4 years ago
Julian Lam 229f96f872 fix: #9605, expire all active reset tokens for a uid if that uid generates a new one 4 years ago
Julian Lam f4eb336ad3 fix(deps): bump persona 4 years ago
Barış Soner Uşaklı 8c952aa381 fix: lint 4 years ago
Barış Soner Uşaklı be19f27f40 feat: add filter:categories.categorySearch 4 years ago
Misty (Bot) 3cc3ef6e70 Latest translations and fallbacks 4 years ago
Renovate Bot 88f21e9143 fix(deps): update dependency postcss to v8.3.2 4 years ago
Misty (Bot) db5f988324 Latest translations and fallbacks 4 years ago
Renovate Bot 71b4d6345b fix(deps): update dependency postcss to v8.3.1 4 years ago
Barış Soner Uşaklı cc0cf99fed
feat: allow nested properties on category page (#9601)
* feat: allow nested properties on category page

* fix: remove debug

* fix: remove debug
4 years ago
Misty (Bot) 8f00abc838 Latest translations and fallbacks 4 years ago
Barış Soner Uşaklı 39e1359142 fix: schema 4 years ago
Barış Soner Uşaklı 8ea58432c9 feat: show ip on acp manage users
update url on search
show matching ip when searching by ip
add ip to export csv
4 years ago
Barış Soner Uşaklı 6695927ea9 fix: pagination on acp users search 4 years ago
Misty (Bot) 1709139200 Latest translations and fallbacks 4 years ago
psychobunny 2db77b0cd2 docs: add undoTimeout 4 years ago
psychobunny e588948ff5 feat: add undoTimeout to moving posts as well #9599 4 years ago
psychobunny 05cc7ccb60 feat: make undoTimeout configurable, closes #9599 4 years ago
Julian Lam 93d94564c1 fix: #9596, incorrect placeholder string in some translations 4 years ago
Mats 2b42e7edb0 chore: lint 4 years ago
Mats 6f73261186 fix: extra ')' 4 years ago
Mats d07229aa6b chore: fix indentation 4 years ago
Mats edcba61aa9 fix: disallow editing of other users' notes
Feel free to close this if it is intentional, but as you are not allowed to delete other users notes I expect you shouldn't be able to edit them. Editing another users post also changes ownership, allowing you to then delete it.

I also added `error:` to the errormessage so that they display properly.
4 years ago
Barış Soner Uşaklı ca72aa93d7
Locks bug failing test (#9595)
* test: failing test for issue

* fix: #9593, don't lock if email is identical to username

* fix: lock calls after first call

* fix: add back email check

* test: remove invalid test

Co-authored-by: Julian Lam <julian@nodebb.org>
4 years ago
Renovate Bot 9f74caf65c fix(deps): update dependency ioredis to v4.27.5 4 years ago
Renovate Bot fac0bcbd35 chore(deps): update dependency eslint to v7.28.0 4 years ago
Julian Lam 816856b0c6 feat: introduce boolean res.locals flag to bypass session reroll (used by session-sharing)
The session reroll logic is still standard practice, but in some cases, it is not necessary or causes UX issues. An issue opened in session sharing (julianlam/nodebb-plugin-session-sharing#95) brought this to attention in that parsing the cookie to log in the user caused a reroll (as expected), but caused the session open on other tabs to be mismatched. If "re-validate" was turned on, it basically meant that it was not possible to use NodeBB with multiple tabs.

Session sharing now sets `reroll` to `false` if re-validate is enabled.
4 years ago
renovate[bot] 6632b2b6c3
fix(deps): update dependency connect-redis to v6 (#9590)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
4 years ago
Mats c448ba6f5a
Fixes flag note editing, deletion, and template update (#9581)
* Fixes flag note editing, deletion, and template update

Flag note datetime should be int.
Corrects argument order for note reloading.

* Chore: add missing radix

* fix: empty append bug

This line results in an error message popping up when clicking the flag notes text box, as the 'appendNote' case fires with no text. I can't tell that it serves any function.
4 years ago
Barış Soner Uşaklı 286644d0b8 fix: #9592, check session 4 years ago
Renovate Bot 4ffd234ff9 fix(deps): update dependency ioredis to v4.27.4 4 years ago
Barış Soner Uşaklı 3717df610a fix: don't crash if session doesn't exist 4 years ago
Barış Soner Uşaklı 66cae54ee3 fix: lint 4 years ago
Barış Soner Uşaklı 57e46e41e3 feat: allow modifying default category privileges 4 years ago
Renovate Bot 8672329218 chore(deps): update dependency smtp-server to v3.9.0 4 years ago