Commit Graph

948 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
705796f628 feat: add action:topics.scheduled.notify
add missing notify calls into scheduled topics
2024-09-10 09:38:05 -04:00
Julian Lam
1611b17bd7 feat: send topic title into user-posted-topic-with-tag notification type, unbold tags in copy 2024-06-25 13:04:34 -04:00
Barış Soner Uşaklı
54b0139531 fix: wront topic events showing up in topic
when you perform a topic action on a topic that has queued posts
store topic event id in the event hash
dont load queued post events when adding a new topic event
2024-06-24 21:59:12 -04:00
Barış Soner Uşaklı
381bbb04ad fix: dont show self in suggested topics 2024-06-22 08:59:50 -04:00
Barış Soner Uşaklı
351ee71d64 fix: suggested topic tid 2024-06-17 18:07:21 -04:00
Barış Soner Uşaklı
74dd2844a0 refactor: remove exits check 2024-06-15 13:36:13 -04:00
Barış Soner Uşaklı
8ded36f25d refactor: suggest topics, use strings for tids
limit search results
2024-06-09 23:26:12 -04:00
Barış Soner Uşaklı
7969e62d06 fix: wrong var for ignored 2024-05-25 12:36:04 -04:00
Barış Soner Uşaklı
29dbe92d6e feat: show ignored/watched topics in topic list, closes #10974 2024-05-25 12:28:39 -04:00
Barış Soner Uşaklı
f764a3ea5c use cid:<cid>:pids instead of posts:pid 2024-04-25 11:15:23 -04:00
Barış Soner Uşaklı
ce9e1cf19b cap number of posts checked
activity pub returns 40k 🏮
2024-04-23 13:17:50 -04:00
Barış Soner Uşaklı
d599493057 Merge branch 'master' into develop 2024-04-15 12:13:20 -04:00
Marek Dorda
8f317c01bb Add action:topic.updateTags hook (#12513)
Fix https://github.com/NodeBB/NodeBB/issues/12512
2024-04-15 09:04:53 -04:00
Barış Soner Uşaklı
3042cf02d1 Merge branch 'master' into develop 2024-04-11 16:46:01 -04:00
Barış Soner Uşaklı
d725679648 fix: #12485, resolve flags on a topics posts on topic delete 2024-04-09 10:54:45 -04:00
Barış Soner Uşaklı
99df4a5c7e Merge branch 'master' into develop 2024-03-26 10:34:53 -04:00
Barış Soner Uşaklı
3b2d8551d7 refactor: remove log 2024-03-26 10:08:30 -04:00
Barış Soner Uşaklı
168419cf24 feat: add hook to modify sorting options/fields 2024-03-26 09:57:34 -04:00
Barış Soner Uşaklı
c375e2229f Merge branch 'master' into develop 2024-03-11 20:39:55 -04:00
Barış Soner Uşaklı
3b48695b2f fix: tids:create on topic post 2024-03-11 20:39:11 -04:00
Barış Soner Uşaklı
7c37f32dae fix: missing uid for modify event, closes #12394 2024-03-06 11:34:55 -05:00
Barış Soner Uşaklı
d32cc66db5 create sort in sorted.js 2024-03-04 16:40:48 -05:00
Barış Soner Uşaklı
2a9b0a3c9c feat: add new sorting option to categories
add new zset for category topics
fix sorting names
2024-03-04 16:06:04 -05:00
Barış Soner Uşaklı
b3ad44eef0 string 2024-02-29 16:53:41 -05:00
Barış Soner Uşaklı
4ed8a5ff3c testing popular sorting 2024-02-29 16:46:49 -05:00
Barış Soner Uşaklı
0743cb3cf2 chore: up harmony 2024-02-05 10:56:41 -05:00
Barış Soner Uşaklı
45cfb3691e feat: show unread categories based on unread topics (#12317)
* feat: show unread categories based on unread topics

if a category has unread topics in one of its children then mark category unread
deprecate cid:<cid>:read_by_uid sets
upgrade script to remove the old sets

* chore: up harmony
2024-01-30 17:47:06 -05:00
Julian Lam
d500ebb181 fix: bookmark in topic data is nullable now
This prevents the superfluous "/1" being appended to all topics you've never been into.

This looks to be a change in the public API but the documented API lists this property as nullable already, so it looks like this commit is actually *restoring* proper behaviour.
2024-01-17 23:14:31 -05:00
Barış Soner Uşaklı
71b7d2c8c7 Merge branch 'master' into develop 2024-01-10 17:44:59 -05:00
Barış Soner Uşaklı
5f91cc833f fix: topic event translations closes #12273 2024-01-10 17:44:52 -05:00
Barış Soner Uşaklı
bf37d6d2e3 Merge branch 'master' into develop 2023-12-23 00:16:26 -05:00
Barış Soner Uşaklı
563e03b6ae perf: dont load all followed tids on unread/recent?filter=watched 2023-12-23 00:16:19 -05:00
Barış Soner Uşaklı
0a3a2e0e69 remove body short from subject 2023-12-22 19:58:55 -05:00
Barış Soner Uşaklı
84fed97b41 feat: add tracking categories and make watching send notifications (#12147)
* feat: add tracking categories and make watching send notifications

upgrade script to change the defaults

* add missing spec

* test: one more spec
2023-11-03 12:49:17 -04:00
Barış Soner Uşaklı
f31f8bac9c add index to suggest topics 2023-10-11 13:18:50 -04:00
Barış Soner Uşaklı
844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00
Barış Soner Uşaklı
be14f6cc52 feat: closes #11553, add forked from message like merged into 2023-09-28 10:10:30 -04:00
Barış Soner Uşaklı
40d290c1a9 Tag follow (#12041)
* feat: tag follow

* on tag delete remove it from following users

* feat: on tag rename update user followed tags

and move the

* add new filter on /notifications

* feat: openapi updates

* chore: up themes

* chore: up peace

* refactor: remove unused title
2023-09-27 10:57:00 -04:00
Barış Soner Uşaklı
cddac03a5f fix: change priv to topics:read 2023-09-26 11:51:18 -04:00
Barış Soner Uşaklı
77d6d0abfc fix: #12035, filter tids in mark all read 2023-09-25 20:34:10 -04:00
Barış Soner Uşaklı
19b7cdb245 fix: #11981, post immediately when canceling scheduling 2023-09-06 11:43:43 -04:00
Barış Soner Uşaklı
979f24b173 feat: #6021 add min:rep-post-links (#11938)
new reputation limit to post links
if post queue is enabled and user doesn't have enough reputation to post links, queue their posts

if post queue is NOT enabled and user doesn't have enough reputation to post links show error

check content on topic post, topic reply, post edit
2023-08-21 14:00:36 -04:00
Barış Soner Uşaklı
0316f324e7 feat: add toMid to chat messages 2023-08-06 02:33:28 -04:00
Barış Soner Uşaklı
f359a76702 feat: #11814, dont check content len for admins 2023-07-26 09:58:16 -04:00
Barış Soner Uşaklı
2f8c301aba fix groups reference 2023-07-12 20:43:53 -04:00
Barış Soner Uşaklı
f2152953cd add displayname to parent posts 2023-07-12 10:40:25 -04:00
Barış Soner Uşaklı
fe9b87808b Merge branch 'master' into develop 2023-06-27 13:58:02 -04:00
Barış Soner Uşaklı
01c36f8bfb fix: #11761, don't escape topic title twice
if a reply is being edited topicData.title is already escaped
2023-06-27 13:57:44 -04:00
Barış Soner Uşaklı
1abe1d5e01 testing thumb fix (#11727)
* testing thumb fix

* one more test

* remove logs
2023-06-17 19:23:36 -04:00
Barış Soner Uşaklı
9ee1d7b063 fix: if reply is in different topic dont hide in parent 2023-06-16 09:05:37 -04:00