151053897d
server: lower rate limit for deletion activities
...
Changelog: Changed
2023-01-26 13:25:50 +01:00
95a9027a66
docs: show rate limit information
...
Changelog: Added
2023-01-26 13:25:49 +01:00
57cf6c7163
server: indicate Retry-After when rate limiting
...
This refactors the rate limiting code to throw an ApiError directly.
Changelog: Added
2023-01-26 08:37:07 +01:00
9b76c805ec
fix: DriveFile folder & user undefined instead of null when unrequested
2023-01-25 22:14:53 +01:00
21b20920c2
docs: use endpoint stability to mark endpoints deprecated
2023-01-23 20:13:17 +01:00
e7644eb757
server: add index to human readable URL
2023-01-23 19:58:07 +01:00
66ec875624
server: also search human readable URL
...
Changelog: Fixed
2023-01-23 18:09:04 +01:00
78f5ca3792
server: fix empty array in quote detection
2023-01-22 21:47:02 +01:00
c792e4199c
server: add missing return in extractQuoteUrl
2023-01-22 21:42:49 +01:00
afa4094050
BREAKING: Remove galleries
...
Existing gallery posts will be made into normal notes.
If a user has gallery posts, a clip with all gallery posts will be created.
Changelog: Removed
2023-01-22 20:18:57 +01:00
c4b5952788
migrate galleries to notes/clips
2023-01-22 19:44:39 +01:00
5893a44ff5
server: parse quote tag syntax
...
Ref: FEP-e232
2023-01-17 21:45:57 +01:00
9bdf24d3a5
enhance: add tag for quotes
...
Ref: FEP-e232
2023-01-17 21:45:49 +01:00
2bbb85b472
backend: remove galleries
2023-01-16 18:53:57 +01:00
70fb1e9a5c
foundkey-js: remove galleries
2023-01-16 18:47:29 +01:00
48163872ed
client: remove galleries
2023-01-16 18:39:50 +01:00
7170b86724
fixup: websocket data parsing + logger
2023-01-14 13:22:09 +01:00
3d2cfc075a
fixup: actually check whether the group joining is from the user
2023-01-13 21:55:14 +01:00
f9c360d59f
client: remove duplicated check
...
Since the enclosing block already checks for moderator, this check is unnecessary.
2023-01-12 20:09:24 +01:00
2a8792fe07
client: add button to delete all files for moderators
...
The functionality was already there, there was just no button to access it
for some reason.
closes FoundKeyGang/FoundKey#243
Changelog: Added
2023-01-12 19:42:57 +01:00
1319dc93d9
server: switch websocket to ws
2023-01-11 23:57:37 +01:00
80e2851378
fixup: remove trailing comma in JSON
2023-01-11 20:58:38 +01:00
14b48fb07c
client: remove unused dependencies
2023-01-11 20:32:51 +01:00
5e2a9224f3
add "fungus" as alias to emoji list
2023-01-11 19:50:29 +01:00
624628d582
client: remove unused websocket libraries
...
The websocket functionality is provided by foundkey-js so there is no need to import
any websocket libraries.
2023-01-11 19:45:18 +01:00
e68eeba7a6
fixup: remove admin/delete-account endpoint from foundkey-js
...
This is a fixup for commit c7ab8839dc
.
2023-01-11 19:12:58 +01:00
ee2fa2e0be
fixup: import
2023-01-10 20:35:03 +01:00
57d1af1117
remove default export in streaming API
2023-01-10 20:30:47 +01:00
8c2b7e20b2
translating comments, cleanup
2023-01-09 20:44:01 +01:00
fdf30f60e6
server: remove SQL boolean comparisons
2023-01-09 20:43:12 +01:00
4fe288f17c
server: rewrite user status queries in SQL
2023-01-08 20:02:21 +00:00
cd26e3a35c
fixup: missing parenthesis
2023-01-08 19:34:03 +01:00
c7ab8839dc
BREAKING: remove admin/delete-account, change admin/accounts/delete
...
You should use the API endpoint admin/accounts/delete.
It has the same parameter and the same behaviour.
The admin/accounts/delete endpoint now requries administrator privileges
instead of just moderator privileges.
Changelog: Removed
2023-01-07 23:53:48 +01:00
1eda1760d1
server: refactor to always use deleteAccount service
...
This should reduce code duplication around how deletion of an actor is
handled.
2023-01-07 19:46:05 +01:00
8772181b6f
server: refactor remote host check to validateActor
...
Instead of checking that an actor is not from the local host separately,
it seems like a good idea to do it in the central place that is supposed
to validate an actor.
2023-01-07 19:46:05 +01:00
5102d0bc2e
chore: remove unused user_group_invite table
...
Based on `1558257926829-UserGroupInvite.js` but switched `up` and `down`
migrations around.
Closes #314
2023-01-06 02:51:44 -05:00
cdba5447e6
server: remove joins to avatar and banners in children endpoint
...
Reviewed-on: FoundKeyGang/FoundKey#303
2023-01-05 21:05:22 +01:00
4bb814adfc
client: add space between endpoint and code in error message
2023-01-05 20:55:03 +01:00
35e9d7f958
client: fix null i18n interpolation values
...
Fixed the occurence that was reported in
<FoundKeyGang/FoundKey#317 > along with a similar one.
Fixes <FoundKeyGang/FoundKey#317 >
Also changed the i18n code so this should not happen any more in the general case.
2023-01-05 20:50:25 +01:00
a0c2cf328e
server: fix redirected fetch
...
Don't throw a StatusError on an intended redirect.
2023-01-05 20:03:38 +01:00
334368f6e2
fix: allow to pick higher visibility than chosen before
...
If you selected a lower visibility that one would then be used as
the parent visibility. Instead it is necessary to use two separate
variables, one for parent and one for the preselected visibility.
2023-01-04 21:39:33 +01:00
3efa7046bd
meta: don't type check dependencies
2023-01-04 20:59:31 +01:00
48f8fb97df
activitypub: use quoteUri instead of quoteUrl
...
It's not quite Mastodon, but still, I said they'd use a different approach...
Changelog: Changed
2023-01-04 20:56:06 +01:00
0230f819e2
fixup: wrong negation
...
This is a fixup for commit 417d252e9d
.
2023-01-04 19:09:03 +01:00
08af6fda37
fix some type errors
2023-01-03 22:18:01 +01:00
0c8a3cfeec
server: fix lints
2023-01-03 03:51:38 +01:00
8bc366fde0
server: fix comma-dangle lint
2023-01-03 02:47:58 +01:00
417d252e9d
server: fix custom lint typeorm-prefer-count
2023-01-03 02:42:42 +01:00
b54e07caec
enhance typeorm-prefer-count lint rule
2023-01-03 02:41:53 +01:00
e0560dbe9e
client: dont display tooltip if software name unknown
...
Changelog: Fixed
2023-01-02 21:51:13 +01:00