72b8489ae7
client: display move notification
2023-03-23 21:10:17 +01:00
5ad18c8626
server: add migration for movedTo user/notif
2023-03-23 21:10:16 +01:00
910976a55b
server: implement receiving Move activities
...
For now only creates notifications.
2023-03-23 21:10:15 +01:00
3c2092935c
server: add object hint to resolvePerson
2023-03-23 21:10:14 +01:00
3311bd866b
add move notification type
2023-03-23 21:10:08 +01:00
c8a07e58f8
server: update summaly
...
- updates got (CVE-2022-33987)
- now properly preview XHTML pages
Changelog: Security
2023-03-23 20:32:31 +01:00
f1d7357e75
server: fix undefined variable in getOneApId
...
This is a fixup for commit 48fd543d0f
.
closes FoundKeyGang/FoundKey#365
2023-03-22 18:30:56 +01:00
48363a90ef
client: fix undefined variable in drive component
...
closes FoundKeyGang/FoundKey#360
2023-03-21 19:25:41 +01:00
59da6063cb
client: fix download button in wavesurfer
...
closes FoundKeyGang/FoundKey#356
2023-03-19 13:05:05 +01:00
d3fbe5e382
BREAKING server: refactor streaming API data structures
...
Since looking up a channel by ID should be the most often needed use
case, the data structure is now more optimized towards this. The code
is also simplified by using optional chaining where possible.
In this vein, the server will now enforce that channel IDs are unique
and not reused.
Changelog: Changed
2023-03-19 12:39:57 +01:00
7e4148880b
server: improve comments in streaming API
2023-03-19 11:09:56 +01:00
806f757cc8
client: remove unused import
2023-03-19 11:00:45 +01:00
ed9b9210a9
server: remove some casting to any
2023-03-19 10:45:57 +01:00
af49f811c1
client: refactor away a variable
2023-03-19 10:26:51 +01:00
5391ae4a1b
client: list custom themes first
2023-03-19 10:26:37 +01:00
3cf728a664
client: don't use refs for themes
...
I am not sure why ref's were used here before, since all changes to
those refs could only be from the same page the user was already on.
It seems the ColdDeviceStorage.ref was causing some circular thingies
that went wrong.
closes FoundKeyGang/FoundKey#353
Changelog: Fixed
2023-03-19 10:15:19 +01:00
742fa37e2b
server: show worker mode in process name
...
Changelog: Added
2023-03-19 09:39:33 +01:00
00332ed37f
client: fix drive file selection
...
closes FoundKeyGang/FoundKey#358
2023-03-19 09:28:31 +01:00
ae0a7b668f
client: return themes when fetching them
2023-03-18 10:34:25 +01:00
Richard "EpicKitty" Bowey
79a9b04d25
put the migration in its place
2023-03-17 16:16:41 +01:00
32beda4344
server: improve error message for invalidating follows
...
This error was broken out to be a separate error code and message.
Changelog: Changed
2023-03-16 20:42:02 +01:00
d6837814d9
Merge branch 'drive-api-combined'
...
Reviewed-on: FoundKeyGang/FoundKey#297
2023-03-13 19:30:24 +01:00
syuilo
1274af05a4
remove unused instance settings
2023-03-12 16:28:07 +01:00
6a17dcf4de
server: refactor to group deletion deliveries
...
The `quiet` argument has been removed from `deleteNote` (or `deleteNotes`
respectively) since it was not used anywhere and it does not seem a good
idea to not update statistics in some cases.
This should also fix an issue where cascade deletions mean that statistics
are not properly updated or streaming clients not properly informed of
deletions. This case was seemingly not considered before, even though
there was some handling for cascade deleted notes.
This is going to improve how cascade deletion impacts the delivery queue,
because cascade-deleted notes will now be grouped for delivery.
Changelog: Fixed
2023-03-12 12:37:20 +01:00
383ea40704
server: add function to deliver multiple activities to a relay
2023-03-11 22:23:42 +01:00
e52cf25489
server: use named export for deleteNote
2023-03-11 09:54:46 +01:00
1bce487965
activitypub: allow to group elements for delivery
2023-03-11 09:42:14 +01:00
78c93c5539
server: clean up activitypub deliver code
2023-03-11 09:42:14 +01:00
2164fda2fb
server: do AP sent statistics in request function
2023-03-11 09:42:05 +01:00
4f6d6b681e
client: remove unused assets
2023-03-08 22:34:24 +01:00
0d470387dd
client: replace misskey icon
2023-03-08 22:32:05 +01:00
d0a021c868
client: properly center instance information
2023-03-08 21:22:11 +01:00
f455075efc
fixup: add missing import of copyToClipboard
...
This is a fixup for commit 74c2b79df1
.
2023-03-06 00:50:01 +01:00
95afbf11ab
client: show follow button when not logged in
...
Changelog: Added
2023-03-06 00:41:24 +01:00
fbfbe4a72e
client: show remote interaction dialog for follow button
...
Changelog: Fixed
2023-03-06 00:41:16 +01:00
57241cdffe
client: remove unused code
2023-03-05 23:35:18 +01:00
8e1adfa03a
reduce remote interact dialog width
2023-03-05 14:26:02 +01:00
2759cd8174
fix formatting on remote url link
2023-03-05 14:15:24 +01:00
74c2b79df1
remove key-value component from remote interaction dialog
2023-03-05 14:10:41 +01:00
79ec44aa2c
fix variable name
2023-03-05 12:24:35 +01:00
f2350e6eba
client: add remote interaction dialog
2023-03-04 00:37:28 +01:00
49ae56a9e9
client: refactor to pleaseLoginOrRemote
2023-03-04 00:08:12 +01:00
5a263ec2c3
client: refactor pleaseLogin to pleaseLoginOrPage
2023-03-04 00:01:17 +01:00
559a17cf26
add FIXME comment
2023-03-03 23:54:42 +01:00
ee2860e894
improve docs
2023-03-03 23:36:15 +01:00
a750c7ad57
server: remove unused avgColor attribute from types
2023-03-03 21:36:21 +01:00
5aa5344f2e
docs: fix schema definitions
2023-03-03 21:12:44 +01:00
e2063f4ff9
fix: correctly parse quotes
2023-02-24 23:47:50 +01:00
145a949480
client: show own pages as first tab
2023-02-24 20:28:19 +01:00
c4c97f19b6
client: fix follow requests pagination
...
Changelog: Fixed
2023-02-24 19:47:52 +01:00