summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix ogp rendering and refactorsyuilo2022-04-231-2/+2
|
* feat: Webhook (#8457)syuilo2022-04-021-0/+73
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* perf(server): refactor and performance improvementssyuilo2022-03-251-0/+6
|
* delete needless instance drive columnssyuilo2022-03-071-16/+0
|
* feat: アンケート終了通知syuilo2022-03-061-1/+2
| | | | Resolve #4664
* feat: 時限ミュートsyuilo2022-03-041-0/+7
| | | | #7677
* feat: instance default themesyuilo2022-03-011-0/+14
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-272-25/+0
| | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-2761-160/+160
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* remove max note text length settingsyuilo2022-02-201-6/+0
| | | | Resolve #8323
* enhance(server): add indexes for following hostsyuilo2022-02-111-0/+2
|
* feat: インスタンスのテーマカラーを設定できるようにsyuilo2022-02-091-0/+6
|
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-061-0/+6
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* enhance: convert svg to png of custom emojissyuilo2022-01-211-1/+7
|
* enhance: Forward report (#8001)Johann1502022-01-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat(server): store mime type of webpublicsyuilo2022-01-201-0/+5
|
* bye reversisyuilo2022-01-122-168/+0
|
* bye roomsyuilo2022-01-071-0/+1
|
* fix lintsyuilo2021-12-0960-458/+458
|
* feat: user-level instance mute (#7712)romaboo2021-12-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Added settable config for muted instances * added psql query for removal of muted notes * Added filtering and trimming for instance mutes * cleaned up filtering of bad instance mutes and added a refresh at the end for the list on the client * Added notification & streaming timeline muting * Updated changelog * Added missing semicolon * Apply japanese string suggestions from robflop Co-authored-by: Robin B. <robflop98@outlook.com> * Changed Ja-JP instance mute title string to one suggested by sousuke Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * Update ja-JP instanceMuteDescription based on sousuke's suggestion Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> * added notification mute * added notification and note children muting * Fixed a bug where local notifications were getting filtered on cold start * Fixed instance mute imports * Fixed not saving/loading instance mutes * removed en-US translations for instance mute * moved instance mute migration to js * changed settings index back to spaces * removed destructuring assignment from notification stream in instance mute check call Co-authored-by: tamaina <tamaina@hotmail.co.jp> * added .note accessor for checking note data instead of notification data * changed note to use Packed<'Note'> instead of any and removed usage of snake case Co-authored-by: tamaina <tamaina@hotmail.co.jp> * changed notification mute check to check specifically for notification host * changed to using single quotes * moved @click to the end for the linter * revert unnecessary changes * restored newlines * whitespace removal Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Robin B. <robflop98@outlook.com> Co-authored-by: sousuke0422 <sousuke20xx@gmail.com> Co-authored-by: puffaboo <emilis@jigglypuff.club> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix: 画像ファイルの縦横サイズの取得で Exif Orientation ↵xianon2021-12-031-1/+1
| | | | | | | | | | | を考慮する (#8014) * 画像ファイルの縦横サイズの取得で Exif Orientation を考慮する * test: Add rotate.jpg test * Webpublic 画像を返す時のみ Exif Orientation を考慮して縦横サイズを返す * test: Support orientation
* viaMobileフラグ廃止syuilo2021-11-121-5/+0
| | | | Close #7965
* refactoringsyuilo2021-11-1264-0/+4528
Resolve #7779