24db102679
Merge pull request 'docs: Add Docker install guide' ( #348 ) from docs/docker into main
...
Reviewed-on: FoundKeyGang/FoundKey#348
2023-04-01 14:22:43 +00:00
079a9e29ce
server: replace IRC with issue tracker as preferred feedback
...
The IRC channel is not a reliable means of communication for feedback
because I don't use it (regularly).
2023-04-01 15:10:12 +02:00
7914fcfef2
client: open links in new tab
...
If links are clicked while holding Ctrl or clicked with middle mouse
button, they will be opened in a new tab.
Changelog: Fixed
2023-03-31 22:19:01 +02:00
1472c21cb6
activitypub: properly handle all scopes for renotes
...
This was not implemented because of concerns raised in
https://github.com/misskey-dev/misskey/issues/8261
about Mastodon incorrectly interpreting the scope on renotes.
However this bug seems to be fixed so it can now be implemented.
See also https://github.com/misskey-dev/misskey/pull/10291
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
2023-03-31 07:59:20 +02:00
7a0c2acdf6
client: reposition drive search toggle
2023-03-29 19:02:22 +02:00
e9f68e65b7
server: fix rate limit for adding reactions
...
Adding a reaction may delete a previous reaction to the same note,
thus consequently this needs to be in the rate limiting group if this
happens. Otherwise the rate limit can be circumvented.
Changelog: Fixed
2023-03-28 22:50:04 +02:00
48405fba3b
server: fix rate limit error propagation
...
Changelog: Fixed
2023-03-28 22:49:58 +02:00
1171567db2
server: remove unused API parameters
...
Changelog: Removed
2023-03-28 19:36:10 +02:00
6179b2e5f0
server: add pagination to file attachment timeline
...
As a side effect this also makes the notes appear in chronological order.
Changelog: Changed
2023-03-27 20:46:26 +02:00
3747d7ecb1
client: add page 'notes with file attached'
2023-03-27 18:43:49 +02:00
e4932085a7
client: use switch instead of if/else chain
2023-03-27 17:36:52 +02:00
6722ccfc64
client: remove separate empty drive/empty folder messages
...
These messages are wrong when using the newly added filter and there
are no filtering results. Instead of adding yet another separate
message for an empty pagination, just show the default empty thingy
the pagination component provides already.
2023-03-26 13:40:26 +02:00
134c3b43e6
implement filtering and sorting in drive
...
The `sort` parameter for /api/drive/show is now more unified with
other endpoints which use +createdAt for sort instead of +created.
closes FoundKeyGang/FoundKey#109
Changelog: Added
2023-03-26 12:03:43 +02:00
aac6a93bae
client: center drive loading ui
2023-03-26 11:05:56 +02:00
7401a0b400
client: fix drive pagination parameters
2023-03-26 11:05:56 +02:00
68f9e3e0dd
server: change pagination of drive/show endpoint
...
This changes the pagination of the drive/show API endpoint to use the
offset variant of pagination and allows to specify a sorting.
closes FoundKeyGang/FoundKey#362
2023-03-26 11:05:55 +02:00
94d1cf75aa
server: unify drive object types in database
...
Minor adjustment: The 'name' columns have the same max length.
Major adjustment: Rename both columns to be "parentId" and update
all references of this name in the backend. API parameters are not
changed, since that would be an unnecessary breaking change.
2023-03-26 11:05:55 +02:00
701054b86e
replace NBSP with SP
...
How did this get here in the first place?
2023-03-26 10:57:12 +02:00
77602203b2
client: replace error UUIDs with error codes
...
The error UUIDs were removed from the backend and trying to match against the IDs
no longer works. This can produce confusing UI behaviour when displaying errors.
closes FoundKeyGang/FoundKey#363
Changelog: Fixed
2023-03-26 10:55:27 +02:00
9b7dcb4262
Update instructions to match changes in da246ce419
2023-03-25 01:42:33 -04:00
bc51450fea
implement receiveing account moves ( #309 )
...
Reviewed-on: FoundKeyGang/FoundKey#309
Changelog: Added
2023-03-23 21:47:26 +01:00
0ef05427c8
client: fix move notification locale string
2023-03-23 21:46:00 +01:00
aa428bd1a4
client: display moved information on profile
2023-03-23 21:46:00 +01:00
c1f7ad0c14
server: add movedTo to packed user
2023-03-23 21:45:59 +01:00
e78069d904
server: implement moveTo property on actors
...
Co-authored-by: Mary Strodl <ipadlover8322@gmail.com>
Co-authored-by: amybones <amy@spookygirl.boo >
2023-03-23 21:43:50 +01:00
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
da246ce419
docs: Update install guide to use tag-merge strategy ( #117 )
...
Adapted from @toast 's guide: https://mk.toast.cafe/notes/93o9n4tfsi
Reviewed-on: FoundKeyGang/FoundKey#117
2023-03-23 16:34:01 +00:00
5662635d45
Update branch checked out to "main"
2023-03-22 18:39:04 -04:00
5ffcb9f235
remove docker-compose.yml.example command
2023-03-22 18:39:04 -04:00
b046718d1d
Use docker compose down
instead of stop
2023-03-22 18:39:04 -04:00
ecbe984315
Add suggestions from @EpicKitty
2023-03-22 18:39:04 -04:00
139ccd2580
docs: Add Docker install guide
...
Based on Misskey's Docker guide:
https://github.com/misskey-dev/misskey-hub/blob/main/src/en/docs/install/docker.md
2023-03-22 18:39:04 -04:00
7821bbc28d
add more activitypub details to READING
2023-03-22 23:03:10 +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