Julian Lam
36bcdf8f9d
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
8cf4a6f62e
fix: alert on page load
2 years ago
Eldor
3bd9a87154
fix: show error alert if password change fails
2 years ago
Barış Soner Uşaklı
79731735c0
feat: allow file uploads on mobile chat
...
closes https://github.com/NodeBB/NodeBB/issues/11217
2 years ago
Barış Soner Uşaklı
06f4801e57
refactor: remove debug log closes #11090
2 years ago
Julian Lam
43e7c98824
fix: relax selectors for client-side form validation so that all form elements are checked
2 years ago
Julian Lam
dadbcd731c
feat: integrating basic client-side form validity checking in settings v1 and v2
2 years ago
Barış Soner Uşaklı
91c2e5ac25
refactor: not deprecated on 2.x
2 years ago
Julian Lam
97d8b53fd3
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
d264c6ac4b
refactor: use utils.debounce
2 years ago
Julian Lam
a2fafc2b15
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Barış Soner Uşaklı
9227b82e2c
fix: check cid as well as template
3 years ago
Julian Lam
96b46411b1
Merge branch 'master' into develop
3 years ago
Julian Lam
9c576a0758
Email confirmation QOL updates ( #10987 )
...
* breaking: remove `SocketUser.emailConfirm`, re: #10954
* chore: move email confirmation related configs to own section in Settings > Email
* feat: new user email method `getValidationExpiry`, returns expiration in ms.. probably.
* fix: bug where `user.email.isValidationPending` returned an u nexpected non-boolean value if there was no confirmation pending (only when checking email as well)
* fix: update getValidationExpiry to return ms
* test: use emailConfirmInterval for tests, for now
* fix: throw friendly error when attempting an email change within email confirmation window
* feat: new config option `emailConfirmExpiry` in days, governs how long the confirm link is good for
* test: additional tests for user email methods
* fix: add back missing handling of option
* test: fix tests
3 years ago
Julian Lam
af27606e20
fix : #10968 , icon selector in ACP when icon name is typed in
3 years ago
Julian Lam
1e864a7518
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Barış Soner Uşaklı
61d32bdebb
fix: category ordering add test
3 years ago
Barış Soner Uşaklı
989b55d07e
fix: crash in category drag, closes #10932
...
happens when a child is dragged to root or from root to a nested level
3 years ago
Barış Soner Uşaklı
c0b1ded363
fix more categories button not moving with parent
...
fix order issue
3 years ago
Julian Lam
803398e915
fix: broken flag history on flag update
3 years ago
Barış Soner Uşaklı
a584dae650
feat: add relevant topic events to post objects
...
see c9604f216a
3 years ago
Barış Soner Uşaklı
aad0a618c8
fix: scroll to post if theme doesn't have top navbar
3 years ago
Julian Lam
6391f77b01
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Julian Lam
135fe55bed
feat: client-side hooks for navigator scroll action
3 years ago
Julian Lam
664bc5f54d
fix: update nav thumb on setIndex call (thx @barisusakli)
3 years ago
Julian Lam
aeb94c32b9
feat: j and k hotkeys in topic to navigate through it quickly
3 years ago
Julian Lam
b7287c1eb8
fix: do not call `navigator.update()` when `scrollToElement` is explicitly passed a new index value
3 years ago
Julian Lam
fa643eb808
fix: race condition where `navigator.update` was called when it should not be
3 years ago
Julian Lam
9f9a835fcb
feat: a couple utility methods in navigator module to get and set count and index
3 years ago
Julian Lam
5b9de0e521
fix: be tidier and explicitly clean up ctrl-f hotkey on topic page
3 years ago
Julian Lam
3700174c62
refactor: added new ajaxify method .cleanup, called before ajaxify.start.
3 years ago
Barış Soner Uşaklı
b5dd89e1c0
feat: store topic title and tags in diffs ( #10900 )
...
* feat: store topic title and tags in diffs
allow restoring post diff if tags didn't change
* test: fix tests, fast computer problems
3 years ago
Barış Soner Uşaklı
8e2129f858
fix : #10896 , unescape / in taskbar
3 years ago
Julian Lam
f1cca5be8d
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Julian Lam
d3e38df8ea
fix: add back timeago to post history modal
3 years ago
Julian Lam
881c7c4d18
fix: automatically remove `lang` parameter if it matches the forum default
3 years ago
Barış Soner Uşaklı
f6f37dc1cd
fix: registration regression, closes #10875
3 years ago
Opliko
1920732528
feat: remove visibilityjs ( #10870 )
...
* feat: remove visibilityjs
* fix: actually remove require
* style: add a newline
* style: forgot a semicolon
* style: accidently removed trailing newline
* fix: move property declaration to its actual previous place
3 years ago
Barış Soner Uşaklı
b7addffc9e
breaking: reduce nodebb.min.js size by around 800kb
...
const zxcvbn = require('zxcvbn');
bundles a huge amount of code, now it won't be in nodebb.min.js
3 years ago
Julian Lam
df36d96788
fix: empty thread tools container on open
3 years ago
Julian Lam
3dd3cd8297
fix: add dropup handler to thread tools menu, updated how post tools menu adds dropup handler
3 years ago
Barış Soner Uşaklı
a2d0cd162d
refactor: remove console.log
3 years ago
Julian Lam
bc2ea86023
chore: remove client-side js file for tpl that no longer exists
3 years ago
Julian Lam
d05705183f
refactor: move export generation logic to v3 controller, GET/HEAD routes for exports
...
re: #10384
3 years ago
Barış Soner Uşaklı
0a6900fc77
feat: don't show signatures again in pagination mode in same topic
3 years ago
Barış Soner Uşaklı
aba420a3f3
feat: setting to show signatures only once in topics, closes #10071
3 years ago
Opliko
bcb94edeb4
feat: add event type to topic event component
3 years ago
Julian Lam
4055e3bd1c
feat: automatically enable the SMTP transport option if the SMTP service is changed
3 years ago
Barış Soner Uşaklı
4586f68eaf
fix: race condition causing undefined ajaxify.data
3 years ago
Julian Lam
847d2b9141
fix : #10795 , early return for selection tooltip based on calling user privilege
3 years ago