7480e27c0c
server: remove twitter links from HTML templates
...
Since the twitter integration has been removed, this will never be true
and can therefore be removed.
2023-02-01 11:27:27 +01:00
2d32bc33d7
server: fix error for invalid URLs in profile fields
...
Co-authored-by: Chloe Kudryavtsev <code@code.bunkerlabs.net>
2023-01-30 19:24:15 +01:00
bb3ec8bafe
Revert "server: fix user deletion race condition"
...
This reverts commit cc83cbe523
, reversing
changes made to 8abd3ebec7
.
This changeset contains:
* multiple type errors
* a foreign key incompatibility
* breaks outgoing note federation (in at least two ways)
2023-01-30 14:59:24 +01:00
6fd80816fa
client: remove unused property from MFM component
2023-01-29 14:29:58 +01:00
cc83cbe523
server: fix user deletion race condition
...
Changelog: Fixed
Ref: https://github.com/misskey-dev/misskey/issues/7506
2023-01-29 12:53:29 +01:00
8abd3ebec7
client: remove notification forwarding to service worker
...
This was an interim measure, but now that push notifications are always enabled,
this should not be necessary any more and the service worker should receive
all notifications automatically.
2023-01-29 12:39:26 +01:00
36031c083a
docs: adjust parameters for v2 methods other than POST
2023-01-26 13:34:13 +01:00
05f8172ce9
docs: describe /ap/ endpoints
2023-01-26 13:25:50 +01:00
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
b245d39b6e
server: delete records of fully deleted users
2023-01-08 21:22:03 +01:00
80f72e21cd
server: track deletion completion
2023-01-08 21:22:03 +01:00
85e985d13f
server: change data structure to track deletion completion
2023-01-08 21:21:54 +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