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
57e4971214
Revert "server: fix return of visibilityQuery
function"
...
This reverts commit 32f4bee5e8
.
It is the right thing to do in theory, but it doesn't work.
I hate typeorm.
2023-02-21 21:16:28 +01:00
32f4bee5e8
server: fix return of visibilityQuery
function
2023-02-21 21:04:38 +01:00
c8731333ba
server: add new deepl languages
...
DeepL now also supports Norwegian (Bokmål) and Korean.
Ref: https://www.deepl.com/en/blog/welcome-korean-and-norwegian
Changelog: Added
2023-02-21 18:24:29 +01:00
0a7352eda9
server: add diagnostics for failing visibility
2023-02-20 21:08:58 +01:00
c777c2ed04
fix: perform visibility query in second stage
2023-02-20 21:08:58 +01:00
8f5952bb7d
server: handle note visibility in SQL
...
This allows to check visibility recursively, which should hopefully
solve problems with timelines not showing up properly.
Changelog: Changed
2023-02-20 21:08:47 +01:00
73d546372e
refactor: replace import paths containing ../
in API server
...
This is a big one...
2023-02-19 23:36:15 +01:00
bfd1adf761
BREAKING server: restructure endpoints related to user administration
...
- `admin/abuse-user-reports` -> `admin/reports/list`
- `admin/delete-all-files-of-a-user` -> `admin/users/delete-all-files`
- `admin/resolve-abuse-user-report` -> `admin/reports/resolve`
- `admin/accounts/create` -> `admin/users/create`
- `admin/accounts/delete` -> `admin/users/delete`
- `admin/show-user` -> `admin/users/show`
- `admin/show-users` -> `admin/users`
- `admin/silence-user` -> `admin/users/silence`
- `admin/suspend-user` -> `admin/users/suspend`
- `admin/unsilence-user` -> `admin/users/unsilence`
- `admin/unsuspend-user` -> `admin/users/unsuspend`
- `admin/reset-password` -> `admin/users/reset-password`
Changelog: Changed
2023-02-19 23:36:13 +01:00
41aa5cd18f
fix typo
2023-02-19 23:32:36 +01:00
17c9a9374d
fixup: server: parse quote tag syntax
...
This is a fixup for commit 5893a44ff5
.
2023-02-19 19:41:11 +01:00
3e9dd7957d
server: dont error on generating empty RSS feed
...
Changelog: Fixed
2023-02-18 17:43:27 +01:00
bf445964b5
improve documentation for fetch-rss endpoint
...
Changelog: Fixed
2023-02-15 20:42:24 +01:00
c9d395961e
server: refactor packing User
2023-02-11 19:17:11 +01:00
3a7e8cfe50
server: check instance description length limit
...
Changelog: Fixed
2023-02-11 19:16:28 +01:00
b8796cb1fa
activitypub: remove _misskey_votes property
...
This is a duplication of `replies.totalItems` and seems unnecessary,
it is even only parsed by Misskey if the afforementioned property is
not available.
Changelog: Removed
2023-02-11 17:49:12 +01:00
68bc2e314b
activitypub: remove _misskey_reaction property
...
This property is duplicated by the `content` property so seems unnecessary.
Changelog: Removed
2023-02-11 17:43:44 +01:00
fff93c6965
activitypub: remove _misskey_content attribute
...
As already noted back in https://github.com/misskey-dev/misskey/pull/8787
the intention was to replace the `_misskey_content` attribute with the
ActivityPub-defined `source` property. Misskey and by extension Foundkey
have shipped with the `source` property and the respective parsing for
quite a while so it seems reasonable to remove it now.
Changelog: Removed
2023-02-11 17:25:24 +01:00
7c89e99243
fix registry migration
...
It can happen that registry items were created at exactly the same time for some reason.
2023-02-11 12:52:28 +01:00
27b912b9b0
security: check schema for URL previews
...
Changelog: Fixed
2023-02-10 20:06:18 +01:00
48fd543d0f
security: check URL schema of AP URIs
...
Changelog: Fixed
2023-02-10 20:06:12 +01:00
syuilo
af272ce358
fix(server): validate filename and emoji name to improve security
...
0d7256678e
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Changelog: Fixed
2023-02-10 20:05:53 +01:00
c1ae134c0a
security: make sure there is no SQL insertion
2023-02-10 18:31:23 +01:00
3ad6323c23
fix registry migration
...
closes FoundKeyGang/FoundKey#337
2023-02-05 20:37:06 +01:00
3489c8ac3a
fix: loading config
2023-02-04 23:24:05 +01:00
44f02fa3ec
update documents for new release
2023-02-04 22:22:00 +01:00
d655bda30c
add foundkey floofer
2023-02-04 22:15:28 +01:00
839daea887
remove mi-white.png asset
2023-02-04 18:08:19 +01:00
41c42f96f0
BREAKING server: disable deliver rate limit by default
...
The deliver rate limit seems to cause a lot of performance problems,
presumably because of the overhead the rate limit has. It also does
not really make sense to rate limit outgoing because we are requesting
from different servers anyway.
fixes FoundKeyGang/FoundKey#190
Changelog: Changed
2023-02-04 17:57:52 +01:00
9a6bb8be7d
server: default config items on load
2023-02-04 17:56:15 +01:00
1adf88b090
fixup: OpenGraph data generation
...
This is a fixup for commits 39fb7e5946
and be30e70344
.
2023-02-04 16:44:30 +01:00
28c11ca7af
refactor isPureRenote to foundkey-js
2023-02-04 16:42:36 +01:00
9458045c8f
server: refactor note/renote rendering to separate file
2023-02-04 15:32:25 +01:00
a8c0e1f827
fix migration for note.url unique index
...
fixes FoundKeyGang/FoundKey#331
Co-authored-by: Johann150 <johann.galle@protonmail.com>
2023-02-04 11:03:29 +01:00
85a68a5eee
activitypub: properly render CW only quotes
...
Changelog: Fixed
2023-02-04 00:27:43 +01:00
ca257d7d0c
server: remove application level websocket ping
...
Changelog: Removed
2023-02-03 11:48:46 +01:00
30c26abde7
server: add websocket ping mechanism
...
fixes FoundKeyGang/FoundKey#336
Changelog: Fixed
2023-02-03 11:47:54 +01:00
17324e1e94
server: add unique constraint for registry items
...
fixes FoundKeyGang/FoundKey#335
2023-02-03 00:27:33 +01:00
8b98c9f2f4
server: remove unused 'domain' column
2023-02-02 23:29:24 +01:00
be30e70344
server: add more OpenGraph data, remove custom misskey meta tags
...
Changelog: Changed
2023-02-01 23:18:10 +01:00
39fb7e5946
server: improve OpenGraph data for note attachments
...
With this change, not all files will be proclaimed to be image files. Only
images, videos and audio files will be represented with OpenGraph data.
More properties for these files will also be represented, e.g. image alt text.
However, if the note has a CW or any of the files are marked sensitive, none
of the files will be used.
The users profile picture will not be used any more.
Changelog: Changed
2023-02-01 22:53:32 +01:00
75b14124f2
server: improve variable naming
2023-02-01 11:30:53 +01:00
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
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
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
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
1319dc93d9
server: switch websocket to ws
2023-01-11 23:57:37 +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
a0c2cf328e
server: fix redirected fetch
...
Don't throw a StatusError on an intended redirect.
2023-01-05 20:03:38 +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
5b898c6c82
chore: update yarn files
2023-01-02 21:40:12 +01:00
6010884e62
cleanup: translate japanese, use SECOND constant
2023-01-02 21:07:56 +01:00
b423d23cf6
server: fix custom lint typeorm-prefer-count
2023-01-02 21:07:02 +01:00
29714d1ae0
add custom eslint rule to prefer countBy over findBy
2023-01-02 20:58:33 +01:00
7bf4d4426a
use count instead of find to check existence
2023-01-02 14:43:27 +01:00
d28931bf00
server: remove dateUTC function
2023-01-02 12:45:30 +01:00
2a46719f31
server: set file permissions after copy
...
This explicitly sets the file permissions to allow everyone to read files
since apparently multer sometimes doesn't set the permissions we expect.
Ref: FoundKeyGang/FoundKey#202
Changelog: Fixed
2023-01-02 12:44:09 +01:00
7f564431be
server: fixup sql
...
Fixup to 0b7c9095bf
.
2023-01-02 00:11:35 +01:00
0fbd7fa492
client: fix 500 error in notifications
...
closes FoundKeyGang/FoundKey#73
Changelog: Fixed
2023-01-01 23:32:01 +01:00
3aaa9facc6
translate japanese to english
2023-01-01 23:30:43 +01:00