KMY(雪あすか)
665c632d66
Add: #406 ユーザーのカスタムCSS ( #825 )
...
* Add: #406 ユーザーのカスタムCSS
* Fix lint
* Fix lint
* カスタムCSSの保存先を変更
* キャッシュを考慮して別URLに変更
2024-08-29 07:55:01 +09:00
KMY
8b09a57a91
Merge remote-tracking branch 'parent/main' into upstream-20240731
2024-07-31 13:00:13 +09:00
Tim Rogers
2ce99c51dd
Fixed Rails route covering %40-encoded profile URL paths to not 404 ( #31184 )
2024-07-30 08:18:00 +00:00
KMY
a99f174d98
Merge commit ' 9e04007020
' into upstream-20240725
2024-07-25 13:06:26 +09:00
Renaud Chaput
f587ff643f
Grouped Notifications UI ( #30440 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-07-18 14:36:09 +00:00
KMY
adee1645a3
Merge remote-tracking branch 'parent/main' into upstream-20240716
2024-07-16 09:01:12 +09:00
Matt Jankowski
6c37529723
Use module: :auth
to wrap devise_for
routes config ( #30990 )
2024-07-11 11:13:55 +00:00
Matt Jankowski
f47d761e12
Remove unneeded controller
option in routes ( #30958 )
2024-07-09 07:34:19 +00:00
Matt Jankowski
7a30c68953
Use scope module: ...
block for .well-known
routes ( #30959 )
2024-07-09 07:34:15 +00:00
KMY
9a07550fa6
Merge remote-tracking branch 'parent/main' into upstream-20240705
2024-07-05 07:22:34 +09:00
Eugen Rochko
20fa9ce484
Add timeline of public posts about a trending link in web UI ( #30840 )
2024-07-01 14:45:48 +00:00
KMY
89b71363ae
Merge remote-tracking branch 'parent/main' into upstream-20240507
2024-05-07 08:05:04 +09:00
Emelia Smith
116f01ec7d
Implement RFC 8414 for OAuth 2.0 server metadata ( #29191 )
2024-05-06 13:17:56 +00:00
KMY
44f4a93430
Merge remote-tracking branch 'parent/main' into upstream-20240422
2024-04-22 08:58:37 +09:00
Matt Jankowski
933189887b
Fix Style/StringLiterals
cop ( #30005 )
2024-04-19 20:33:00 +00:00
KMY
6c9b221cb2
Merge remote-tracking branch 'parent/main' into upstream-20240326
2024-03-26 09:08:20 +09:00
Claire
44bf7b8128
Add notifications of severed relationships ( #27511 )
2024-03-20 15:37:21 +00:00
KMY
76598bd542
Merge remote-tracking branch 'parent/main' into upstream-20240319
2024-03-19 09:15:20 +09:00
Matt Jankowski
049d9171eb
Use with_options
for shared option in accounts#show
routing block ( #28914 )
2024-03-14 10:03:38 +00:00
Matt Jankowski
79e7590578
Clean up activitypub
module route scope near instance actor ( #29579 )
2024-03-14 09:18:46 +00:00
Matt Jankowski
65e8349980
Clean up activitypub
module route scope near collections/boxes ( #29580 )
2024-03-14 09:18:41 +00:00
KMY
8e94ed2cec
Merge remote-tracking branch 'parent/main' into upstream-20240308
2024-03-12 09:27:01 +09:00
Eugen Rochko
c10bbf5fe3
Add notification policies and notification requests in web UI ( #29433 )
2024-03-11 15:02:21 +00:00
KMY
9ef5c05ea0
Merge remote-tracking branch 'parent/main' into upstream-20241015
2024-02-15 08:37:59 +09:00
Claire
554e2a019e
Add sidekiq_unique_jobs:delete_all_locks
task and disable sidekiq-unique-jobs
UI by default ( #29199 )
2024-02-14 12:12:13 +00:00
KMY
92ef42d697
Merge remote-tracking branch 'parent/main' into upstream-20240201
2024-02-01 11:32:27 +09:00
Matt Jankowski
ce0d134147
Add redirect_with_vary
to AllowedMethods
for Style/FormatStringToken
cop ( #28973 )
2024-01-30 15:39:01 +00:00
KMY
9fa938eb0f
Merge remote-tracking branch 'parent/main' into upstream-20240125
2024-01-25 18:15:21 +09:00
Eugen Rochko
b19ae521b7
Add confirmation when redirecting logged-out requests to permalink ( #27792 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-24 10:49:19 +00:00
KMY
a6b57e3890
Merge remote-tracking branch 'parent/main' into upstream-20231221
2023-12-21 08:37:12 +09:00
Matt Jankowski
e5717c9bc6
Fix Style/Lambda
cop ( #28378 )
2023-12-15 14:34:24 +00:00
KMY(雪あすか)
a88349af55
Add: #8 サークル投稿の転送 ( #294 )
...
* Add: `conversations`テーブルに`ancestor_status`プロパティ
* Fix test
* Fix test more
* Add: `limited_visibility`に`Reply`を追加、`context`のURI
* Add: 外部からの`context`受信処理
* Fix test
* Add: 公開範囲「返信」
* Fix test
* Fix: 返信に返信以外の公開範囲を設定できない問題
* Add: ローカル投稿時にメンション追加・他サーバーへの転送
* Fix test
* Fix test
* Test: ローカルスレッドへの返信投稿の転送
* Test: 未知のアカウントからのメンション
* Add: 編集・削除の連合に対応
* Remove: 重複テスト
* Fix: 改善
* Add: 編集削除の転送処理・返信なのにsilentなメンションでの通知
* Fix: リプライが第三者に届かない問題
* Add: `always_sign_unsafe`
* Add: Subject
* Remove space
* Fix: 他人のスレッドの送信先一覧を非表示
* Fix: おかしいコード
2023-11-30 09:29:24 +09:00
KMY
236fc2a316
Merge remote-tracking branch 'parent/main' into upstream-20231116
2023-11-16 22:58:29 +09:00
Eugen Rochko
d67bd44ca1
Add profile setup to onboarding in web UI ( #27829 )
2023-11-15 11:13:53 +00:00
KMY
0704829a9b
Merge remote-tracking branch 'parent/main' into upstream-20231116
2023-11-14 09:14:19 +09:00
Claire
07a4059901
Add support for invite codes in the registration API ( #27805 )
2023-11-13 13:27:00 +00:00
KMY
fc1b280d59
Merge remote-tracking branch 'parent/main' into upstream-20231109
2023-11-09 12:33:50 +09:00
Claire
23e32a4b30
Fix format-dependent redirects being cached regardless of requested format ( #27632 )
2023-11-08 10:31:05 +00:00
KMY
64578feeb4
Merge remote-tracking branch 'parent/main' into upstream-20231107
2023-11-07 11:35:05 +09:00
Matt Jankowski
d6f50839e1
Fix RSpec/SpecFilePathFormat
cops ( #27730 )
2023-11-06 16:25:40 +00:00
Claire
e6b148a1c6
Fix error and incorrect URLs in /api/v1/accounts/:id/featured_tags
for remote accounts ( #27459 )
2023-10-30 13:23:10 +09:00
Claire
bbf46cc418
Fix error and incorrect URLs in /api/v1/accounts/:id/featured_tags
for remote accounts ( #27459 )
2023-10-27 08:35:21 +00:00
KMY
e82444634a
Merge remote-tracking branch 'parent/main' into kb_development
2023-10-04 14:17:41 +09:00
Nick Schonning
85db392464
Autofix Rubocop cops for config/ ( #24145 )
2023-10-03 15:24:12 +02:00
KMY(雪あすか)
df3b3f4185
Add circle posts history support ( #18 )
...
* Wip: make web backend
* Wip: keep statuses if edit circle
* Wip: Add circle history page and record circle posts
* Add circle post to history in web ui when post
* Add test
2023-09-24 13:01:09 +09:00
KMY
f6bdd9b6de
Wip: bookmark categories
2023-08-26 10:26:45 +09:00
KMY
b0854b1dd8
Add circle editor
2023-08-21 16:37:35 +09:00
KMY
5c758b344c
Add antenna timeline
2023-08-19 17:25:55 +09:00
KMY
f99dde6df1
Add antenna editor page
2023-08-19 09:31:45 +09:00
KMY
287eacf5f3
Merge commit ' fd284311e7
' into kb_migration
2023-08-01 17:59:16 +09:00