Barış Soner Uşaklı
119230d7ec
Merge branch 'develop' into activitypub
2024-06-06 13:18:12 -04:00
Barış Soner Uşaklı
1aaa6cbbc5
feat: add voters/upvoters v3 routes
...
closes #12423
2024-05-31 11:45:41 -04:00
Julian Lam
f2e43e894b
Merge remote-tracking branch 'origin/develop' into activitypub
2024-05-27 12:56:51 -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ı
70d2a6249d
Merge branch 'develop' into activitypub
2024-05-12 21:24:27 -04:00
Julian Lam
fc3f3a7831
feat: openapi spec for acp category federation page
2024-04-30 11:20:59 -04:00
Julian Lam
449ffd66c3
fix: remove unneeded flagged property in favour of flagId, use existing language key for rescind-report
...
cc @oplik0
2024-04-30 10:57:25 -04:00
Julian Lam
b7ad4317cc
fix: have category sync routes return full api response, openapi schema for that pair of routes
2024-04-29 11:45:40 -04:00
Barış Soner Uşaklı
5eb8c90bf8
test: fix schema
2024-04-29 10:39:36 -04:00
Julian Lam
4d777552d8
Merge branch 'develop' into activitypub
2024-04-26 14:12:48 -04:00
Julian Lam
2a58d0996d
fix: use reference object for post summary v3 api call
2024-04-26 14:11:36 -04:00
Julian Lam
7645365007
tests: fix some but not all tests
2024-04-26 14:10:42 -04:00
Barış Soner Uşaklı
91c3434fda
Merge branch 'develop' into activitypub
2024-04-25 11:16:42 -04:00
Barış Soner Uşaklı
d599493057
Merge branch 'master' into develop
2024-04-15 12:13:20 -04:00
Barış Soner Uşaklı
6816e39bd8
test: update spec
2024-04-12 12:02:57 -04:00
Barış Soner Uşaklı
3042cf02d1
Merge branch 'master' into develop
2024-04-11 16:46:01 -04:00
Julian Lam
f783338621
fix : #12496 , url in schema
2024-04-11 13:43:29 -04:00
Barış Soner Uşaklı
0b1f2546c8
fix : #12471 , remove readable strings
...
they are not localized properly
2024-04-07 11:10:15 -04:00
Opliko
a3dce46371
fix: adjust world schema
2024-03-28 13:20:30 +01:00
Julian Lam
3cc99a178e
feat: category handles, #12434
2024-03-22 12:39:48 -04:00
Julian Lam
4da1e9c464
fix: use CategoryObject in admins-mods schema def
2024-03-22 12:38:33 -04:00
Julian Lam
aafdefa7d6
fix: use CategoryObject in admins-mods schema def
2024-03-22 12:37:52 -04:00
Julian Lam
b1491ca3cd
fix: specify param for api test for /world
2024-03-12 11:08:57 -04:00
Julian Lam
b011595198
fix: side-effects from adding toPid to post intFields (now removed)
2024-02-22 10:08:44 -05:00
Julian Lam
e138b915b9
test: fix tests
2024-02-20 15:01:38 -05:00
Barış Soner Uşaklı
4bcbf75994
fix: spec
2024-02-08 13:23:22 -05:00
Barış Soner Uşaklı
38197163b9
Merge branch 'master' into develop
2024-02-05 16:39:07 -05:00
Barış Soner Uşaklı
5fec8b2381
test: fix spec
2024-02-05 16:32:22 -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
Opliko
2d8026ebb7
Add basic author information to topic data ( #12202 )
...
* feat: add author metadata to topics
* docs: add author object to OpenAPI definition
* docs: add remaining author properties to openapi definition
* docs: mark optional properties optional
* docs: properly set required properties
2023-12-01 09:08:50 -05:00
Julian Lam
c1e6be7705
refactor(socket.io): deprecate SocketModules.chats.typing in favour of api.chats.toggleTyping
2023-11-20 13:06:26 -05:00
Julian Lam
401e8636bd
refactor(socket.io): deprecate SocketModules.chats.loadPinnedMessages in favour of api.chats.getPinnedMessages"
2023-11-20 13:06:26 -05:00
Julian Lam
f9dc35021d
refactor(socket.io): deprecate SocketModules.chats.searchMessages in favour of api.search.roomMessages
2023-11-20 13:06:26 -05:00
Julian Lam
75c8cda18c
refactor(socket.io): deprecate SocketModules.chats.setNotificationSetting in favour of api.chats.watch
2023-11-20 13:06:26 -05:00
Julian Lam
b13c6ee431
refactor(socket.io): deprecated SocketModules.chats.toggleOwner in favour of api.chats.toggleOwner
2023-11-20 13:06:26 -05:00
Julian Lam
6e952263d1
refactor(socket.io): deprecated SocketModules.chats.searchMembers in favour of api.search.roomUsers
2023-11-20 13:06:26 -05:00
Julian Lam
62b7dfd400
refactor(socket.io): deprecate SocketModules.sortPublicRooms in favour of api.chats.sortPublicRooms
2023-11-20 13:06:26 -05:00
Julian Lam
5eaffb422c
refactor(socket.io): deprecate SocketModules.chat.getUnreadCount in favour of api.chats.getUnread
2023-11-20 13:06:26 -05:00
Julian Lam
214989a8c1
refactor(socket.io): deprecate SocketModules.chats.getIP in favour of api.chats.getIpAddress
2023-11-20 13:06:26 -05:00
Julian Lam
0d3c94e6bb
refactor(socket.io): deprecate SocketModules.chats.hasPrivateChat in favour of api.users.getPrivateRoomId
2023-11-20 13:06:26 -05:00
Julian Lam
a4133500fe
refactor(socket.io): deprecate SocketModules.chats.canMessage and .markAllRead with no alternative. deprecate .getRecentChats in favour of api.chats.list
2023-11-20 13:06:26 -05:00
Julian Lam
eebea4df2e
refactor(socket.io): deprecate SocketModules.chats.isDnD in favour of api.users.getStatus
2023-11-20 13:06:26 -05:00
Julian Lam
c4b4e79b28
refactor(socket.io): deprecate SocketModules.chats.getRaw in favour of api.chats.getRawMessage
2023-11-20 13:06:26 -05:00
Julian Lam
dc4cc74fbd
refator(socket.io): deprecate socketGroups.getChatGroups in favour of api.admin.listGroups
2023-11-09 11:53:17 -05:00
Julian Lam
807d778c77
refactor(socket.io): deprecate socketGroups.loadMoreMembers in favour of api.groups.listMembers
2023-11-09 11:53:17 -05:00
Julian Lam
d2f3333af0
refactor(socket.io): deprecate socketGroups.searchMembers in favour of api.groups.listMembers
2023-11-09 11:53:17 -05:00
Julian Lam
b61e814787
refactor(socket.io): deprecate socketGroups.loadMore in favour of api.groups.list
2023-11-09 11:53:17 -05:00
Barış Soner Uşaklı
fdff165e2b
feat: closes #12154 , add exempt groups
...
for new user restrictions
2023-11-07 12:36:40 -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
Julian Lam
f8cc8548bb
docs: fix improper verbiage in category watch schema
2023-11-03 10:41:53 -04:00