Julian Lam
135fe55bed
feat: client-side hooks for navigator scroll action
2022-09-19 14:29:03 -04:00
Julian Lam
664bc5f54d
fix: update nav thumb on setIndex call (thx @barisusakli)
2022-09-19 14:29:03 -04:00
Julian Lam
aeb94c32b9
feat: j and k hotkeys in topic to navigate through it quickly
2022-09-19 14:29:03 -04:00
Julian Lam
b7287c1eb8
fix: do not call navigator.update() when scrollToElement is explicitly passed a new index value
2022-09-19 14:29:03 -04:00
Julian Lam
fa643eb808
fix: race condition where navigator.update was called when it should not be
2022-09-19 14:29:03 -04:00
Julian Lam
9f9a835fcb
feat: a couple utility methods in navigator module to get and set count and index
2022-09-19 14:29:03 -04:00
Julian Lam
5b9de0e521
fix: be tidier and explicitly clean up ctrl-f hotkey on topic page
2022-09-19 09:32:36 -04:00
Julian Lam
3700174c62
refactor: added new ajaxify method .cleanup, called before ajaxify.start.
2022-09-19 09:32:36 -04:00
Misty Release Bot
ca92345c48
Latest translations and fallbacks
2022-09-15 09:06:37 +00:00
Julian Lam
f1cca5be8d
Merge remote-tracking branch 'origin/master' into develop
2022-09-14 13:19:53 -04:00
Julian Lam
d3e38df8ea
fix: add back timeago to post history modal
2022-09-14 13:19:37 -04:00
Julian Lam
881c7c4d18
fix: automatically remove lang parameter if it matches the forum default
2022-09-12 13:01:19 -04:00
Misty Release Bot
bf9bb489ad
Latest translations and fallbacks
2022-09-10 09:06:15 +00:00
Julian Lam
6061d611ea
Merge remote-tracking branch 'origin/master' into develop
2022-09-09 13:34:49 -04:00
Barış Soner Uşaklı
f6f37dc1cd
fix: registration regression, closes #10875
2022-09-04 10:11:52 -04:00
Misty Release Bot
bdfacb8903
Latest translations and fallbacks
2022-09-04 09:24:00 +00:00
Misty Release Bot
4b0a786dfb
Latest translations and fallbacks
2022-09-01 09:08:51 +00:00
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
2022-08-30 09:52:57 -04:00
Misty Release Bot
e7806021c9
Latest translations and fallbacks
2022-08-29 09:07:47 +00:00
Barış Soner Uşaklı
d12e0b8c5e
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2022-08-28 17:46:07 -04:00
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
2022-08-28 17:45:56 -04:00
Misty Release Bot
896ac77950
Latest translations and fallbacks
2022-08-28 09:08:08 +00:00
Misty Release Bot
e20433ecfc
chore(i18n): fallback strings for new resources: nodebb.admin-settings-reputation
2022-08-26 20:06:42 +00:00
Julian Lam
15b1561fd3
feat: introduce ACP defined option to rescind notif or do nothing on flag resolve/reject
...
/cc #10867
2022-08-26 16:05:45 -04:00
Julian Lam
df36d96788
fix: empty thread tools container on open
2022-08-26 11:48:23 -04:00
Julian Lam
3dd3cd8297
fix: add dropup handler to thread tools menu, updated how post tools menu adds dropup handler
2022-08-26 11:48:23 -04:00
Barış Soner Uşaklı
a2d0cd162d
refactor: remove console.log
2022-08-26 11:42:12 -04:00
Julian Lam
3cbb7a3df0
chore: move @textcomplete and its modules to composer-default
2022-08-25 16:42:47 -04:00
Julian Lam
bc2ea86023
chore: remove client-side js file for tpl that no longer exists
2022-08-23 14:35:50 -04:00
Julian Lam
70652ad480
docs(openapi): v3 spec for new user export routes
2022-08-22 17:03:43 -04:00
Julian Lam
d05705183f
refactor: move export generation logic to v3 controller, GET/HEAD routes for exports
...
re: #10384
2022-08-22 17:03:43 -04:00
Misty Release Bot
42e0fec392
Latest translations and fallbacks
2022-08-22 09:07:19 +00:00
Misty Release Bot
0ba03950e9
Latest translations and fallbacks
2022-08-19 09:06:15 +00:00
Misty Release Bot
665f163704
Latest translations and fallbacks
2022-08-18 09:06:36 +00:00
Julian Lam
b7bcc367c6
fix(deps): remove textcomplete in favour of @textcomplete/core (same package, just refactored)
2022-08-17 21:29:12 -04:00
Julian Lam
990ad6a11a
Merge remote-tracking branch 'origin/master' into develop
2022-08-17 15:32:49 -04:00
Misty Release Bot
f8297362b9
Latest translations and fallbacks
2022-08-17 09:05:59 +00:00
Barış Soner Uşaklı
4ceebf3939
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2022-08-16 19:17:28 -04:00
Barış Soner Uşaklı
0a6900fc77
feat: don't show signatures again in pagination mode in same topic
2022-08-16 19:17:23 -04:00
Misty Release Bot
fcbbb4d6d3
chore(i18n): fallback strings for new resources: nodebb.admin-settings-post
2022-08-16 22:06:55 +00:00
Barış Soner Uşaklı
aba420a3f3
feat: setting to show signatures only once in topics, closes #10071
2022-08-16 18:06:16 -04:00
Opliko
72e7b9f7d8
docs: explain what export routes actually do in OpenAPI documentation ( #10836 )
2022-08-16 15:57:24 -04:00
Misty Release Bot
6b76f99a3e
Latest translations and fallbacks
2022-08-16 09:06:48 +00:00
Opliko
bcb94edeb4
feat: add event type to topic event component
2022-08-15 14:18:43 -04:00
Misty Release Bot
6f9fa8c2c8
Latest translations and fallbacks
2022-08-15 09:06:13 +00:00
Misty Release Bot
90fc50e116
chore(i18n): fallback strings for new resources: nodebb.admin-advanced-cache
2022-08-14 00:36:36 +00:00
Opliko
a9bbb586fc
feat: allow plugins to add to admin cache list ( #10833 )
...
* feat: allow plugins to add to admin cache list
resolves #10820
plugins will have to use `filter:admin.cache.get` hook and just add their own cache to the object there.
* feat: add dump to ttlCache and expose properties
* feat: also expose properties under their current names
* feat: display TTL if set
2022-08-13 20:35:59 -04:00
Julian Lam
59f3ae201a
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 09:52:49 -04:00
Misty Release Bot
d7a02d677f
Latest translations and fallbacks
2022-08-10 09:06:32 +00:00
Misty Release Bot
8e9677544b
Latest translations and fallbacks
2022-08-09 09:06:35 +00:00