Julian Lam
d7c6b3d60e
refactor(socket.io): deprecate categories.setWatchState in favour of api.categories.setWatchState
2023-10-31 11:32:07 -04:00
Julian Lam
f1dbfaa283
chore(socket.io): deprecate categories.(isModerator|ignore|watch|getSelectCategories|getMoveCategories|getCategoriesByPrivilege)
2023-10-31 11:32:07 -04:00
Julian Lam
c442b6e662
refactor(socket.io): deprecate categories.getTopicCount in favour of api.categories.getTopicCount
2023-10-31 11:32:07 -04:00
Julian Lam
96046373da
refactor(socket.io): deprecate categories.get in favour of api.categories.list
2023-10-31 11:32:07 -04:00
Julian Lam
52b78e83a8
refactor(socket.io): deprecate categories.getRecentReplies in favour of api.categories.getPosts
2023-10-31 11:32:07 -04:00
Misty Release Bot
8393113851
chore(i18n): fallback strings for new resources: nodebb.modules
2023-10-31 14:15:30 +00:00
Barış Soner Uşaklı
4c4f3ac983
feat: add direct message link ( #12138 )
...
* feat: add direct message link
/message/:mid
add /:index? to chat routes
add copy link to chat messages
add messageCount to each room object
add infinitescroll in both directions to chat
* fix more tests
* test: more text fixes
* test: fix tests
* remove async
* dont crash if element not in dom
clamp scrollToIndex values to 0, msgCount
2023-10-31 10:15:06 -04:00
Misty Release Bot
7a8c27bf90
Latest translations and fallbacks
2023-10-31 09:18:34 +00:00
renovate[bot]
91e45fa26d
fix(deps): update dependency nodebb-theme-persona to v13.2.43 ( #12140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 22:41:07 -04:00
renovate[bot]
97016f4780
chore(deps): update commitlint monorepo to v18 ( #12105 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 22:40:55 -04:00
renovate[bot]
a3452c8f39
fix(deps): update dependency nodebb-theme-harmony to v1.1.92 ( #12131 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 22:40:34 -04:00
renovate[bot]
29a59b90a2
fix(deps): update dependency nodebb-theme-peace to v2.1.24 ( #12139 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 22:40:14 -04:00
renovate[bot]
2337d64194
fix(deps): update dependency spdx-license-list to v6.8.0
2023-10-30 14:01:05 -04:00
renovate[bot]
cdb407194a
fix(deps): update dependency nodebb-plugin-composer-default to v10.2.25 ( #12136 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 10:48:44 -04:00
renovate[bot]
2fb3af3cfe
fix(deps): update dependency cron to v3.1.6 ( #12132 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 10:48:07 -04:00
renovate[bot]
6b28f1dc1a
fix(deps): update dependency ace-builds to v1.31.1 ( #12135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-30 10:47:51 -04:00
Barış Soner Uşaklı
d3fb339c37
derp
2023-10-28 20:44:51 -04:00
Barış Soner Uşaklı
21c4779c93
Merge branch 'master' into develop
2023-10-28 13:42:14 -04:00
Barış Soner Uşaklı
46f6f9eff0
fix: thumb width
2023-10-28 13:42:06 -04:00
Misty Release Bot
3210ace6ae
Latest translations and fallbacks
2023-10-28 09:18:17 +00:00
Barış Soner Uşaklı
87a859aa93
feat: closes #5584 , setup winston to output to file
...
on upgrade
2023-10-27 19:27:00 -04:00
Julian Lam
022fa0e75f
fix: don't count internal links towards link count when restricting new users from posting links
2023-10-26 11:18:23 -04:00
Barış Soner Uşaklı
4693f8bf1e
Merge branch 'master' into develop
2023-10-26 11:15:53 -04:00
Barış Soner Uşaklı
1f8007476c
feat: closes #12123 , allow setting hh:mm for pin expiry
...
use locale for pin expiry and use short form
2023-10-26 11:14:58 -04:00
renovate[bot]
9bed7646d2
fix(deps): update dependency workerpool to v8 ( #12121 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 10:24:10 -04:00
renovate[bot]
9e8a21167b
chore(deps): update dependency sass-embedded to v1.69.5 ( #12127 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 10:23:55 -04:00
renovate[bot]
b351c00a7d
fix(deps): update dependency sass to v1.69.5 ( #12128 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 10:23:47 -04:00
Barış Soner Uşaklı
6c7e614417
feat: batch.processSortedSet min/max ( #12129 )
...
* feat: batch.processSortedSet min/max
* test if this works
2023-10-26 10:23:27 -04:00
Barış Soner Uşaklı
668a355afe
fix: closes #12126 , fix language keys
2023-10-25 19:07:13 -04:00
Barış Soner Uşaklı
075cd598d1
fix: closes #12126 , fix language keys
2023-10-25 19:06:29 -04:00
Barış Soner Uşaklı
23629e9025
Merge branch 'master' into develop
2023-10-25 15:53:54 -04:00
Barış Soner Uşaklı
b1b3dcb660
chore: up mentions
2023-10-25 15:53:41 -04:00
Barış Soner Uşaklı
e5a60dc857
fix: param
2023-10-25 13:40:15 -04:00
Barış Soner Uşaklı
dabc282dde
refactor: move async call to parallel
2023-10-25 13:25:55 -04:00
Julian Lam
6a696c43a3
fix: handle public chat rooms too
2023-10-25 13:23:01 -04:00
Julian Lam
18c27d1ad3
fix: suppress chat message notifications for users who are known to be in the chat room (uid is present in the corresponding socket.io room)
2023-10-25 13:23:01 -04:00
Misty Release Bot
5d7c10f128
chore: update changelog for v3.5.0
2023-10-25 14:34:04 +00:00
Misty Release Bot
b17ee0f09e
chore: incrementing version number - v3.5.0
v3.5.0
2023-10-25 14:34:02 +00:00
Barış Soner Uşaklı
4b185d0464
Merge branch 'master' into develop
2023-10-25 10:22:45 -04:00
Barış Soner Uşaklı
8428cc8d51
chore: up persona
2023-10-25 09:26:41 -04:00
Barış Soner Uşaklı
bd9eebd7ec
chore: up harmony
2023-10-24 19:14:42 -04:00
renovate[bot]
3e45788f00
fix(deps): update dependency cron to v3.1.4 ( #12117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-24 10:54:29 -04:00
Barış Soner Uşaklı
728d63f953
fix: closes #12115 , toggle hasmore as well
2023-10-24 10:52:33 -04:00
Misty Release Bot
7134265b5d
Latest translations and fallbacks
2023-10-24 09:18:48 +00:00
renovate[bot]
762ad16168
chore(deps): update actions/setup-node action to v4 ( #12114 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 16:07:58 -04:00
renovate[bot]
aba7eb0fad
fix(deps): update dependency ace-builds to v1.31.0 ( #12113 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 16:07:49 -04:00
Barış Soner Uşaklı
d401bf450b
fix count
2023-10-23 11:09:41 -04:00
Barış Soner Uşaklı
8d1ae5c009
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2023-10-23 10:31:28 -04:00
Barış Soner Uşaklı
2a833ea476
dont count drafts
2023-10-23 10:31:23 -04:00
Misty Release Bot
990bbd8cdc
chore(i18n): fallback strings for new resources: nodebb.admin-extend-widgets
2023-10-23 14:15:11 +00:00