1
0
Fork 0
forked from gitea/nas
Commit graph

7528 commits

Author SHA1 Message Date
Matt Jankowski
7bef11630d
Remove references to non-existent actions (#24183) 2023-03-20 20:03:44 +01:00
Vyr Cossont
94cbd808b5
Webhooks for local status.create, status.update, account.update (#24133) 2023-03-19 07:47:54 +01:00
KMY
57c12e4fad Change menu order of favourites/bookmarks 2023-03-19 13:23:20 +09:00
KMY
1f388900a8 Merge remote-tracking branch 'origin/kb_development' into kb_migration 2023-03-19 13:09:14 +09:00
KMY
f7b7ab095d Add keyboard shortcut list to open emoji reactions 2023-03-19 13:08:27 +09:00
KMY
d73238d9f6 Add emoji reaction history list page 2023-03-19 12:21:45 +09:00
KMY
83f037ff76 Add jpeg mime type as custom emoji 2023-03-19 12:21:32 +09:00
KMY
a0d3f061da Add emoji reactions history api 2023-03-19 11:13:52 +09:00
KMY
936bbb2712 Merge branch 'kb_development' into kb_migration 2023-03-18 13:30:56 +09:00
KMY
7a4dc84202 Merge remote-tracking branch 'parent/main' into kb_migration 2023-03-18 13:30:34 +09:00
Jean byroot Boussier
160f38f03d
Workaround the ActiveRecord / Marshal serialization bug on Ruby 3.2 (#24142)
Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
2023-03-17 14:37:30 +01:00
KMY
ccee4d8136 Fix local account only as edit user 2023-03-17 18:43:09 +09:00
KMY
e5677b21e7 Fix moderators privacy 2023-03-17 18:37:47 +09:00
KMY
0bc970aa00 Fix clear_histories with removing image files 2023-03-17 18:25:32 +09:00
KMY
bbfc45fa68 Fix media attachments order 2023-03-17 18:25:01 +09:00
KMY
9a4115797c Fix status edited account to admin 2023-03-17 18:24:38 +09:00
Nick Schonning
b22b4bac03
Include config/ and update all rubcop deps (#23963) 2023-03-17 10:13:28 +01:00
CSDUMMI
d75a1e5054
Link to the Identity provider's account settings from the account settings (#24100)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-03-17 10:09:01 +01:00
KMY
a71e0e78f8 Add confirm dialog when manage status 2023-03-17 11:31:01 +09:00
KMY
c8a0050660 Merge commit 'ab85f59c30' into kb_migration 2023-03-17 09:39:40 +09:00
KMY
d6008cffb5 Merge branch 'kb_development' into kb_migration 2023-03-17 09:31:21 +09:00
KMY
7f26135e06 Add action_log when moderate status 2023-03-17 08:52:10 +09:00
Claire
6a7b91a038 Add warning for object storage misconfiguration (#24137) 2023-03-16 22:48:42 +01:00
Eugen Rochko
6db76875fd Change user backups to use expiring URLs for download when possible (#24136) 2023-03-16 22:48:42 +01:00
Claire
8fdf49b11d
Add warning for object storage misconfiguration (#24137) 2023-03-16 22:47:01 +01:00
Eugen Rochko
75e5a6e437
Change user backups to use expiring URLs for download when possible (#24136) 2023-03-16 22:46:52 +01:00
KMY
ad102071bc Add admin status edit commands 2023-03-16 23:27:51 +09:00
Eugen Rochko
a085901108
New Crowdin updates (#23904)
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2023-03-16 21:02:00 +09:00
Claire
8c4ea7d715 Fix misleading error code when receiving invalid WebAuthn credentials (#23568) 2023-03-16 11:45:53 +01:00
Claire
cc65f32714 Fix incorrect post links in strikes when the account is remote (#23611) 2023-03-16 11:45:33 +01:00
Claire
0363064501 Fix dashboard crash on ElasticSearch server error (#23751) 2023-03-16 11:45:01 +01:00
Christian Schmidt
bd047acc35
Replace Status#translatable? with language matrix in separate endpoint (#24037) 2023-03-16 11:07:24 +01:00
Eugen Rochko
630436ab2d
Refactor monkey-patching of PrivateAddressCheck (#24122) 2023-03-16 04:33:38 +01:00
Nick Schonning
25d36b6edd
Autofix Rubocop Style/RedundantArgument (#23798) 2023-03-16 10:34:00 +09:00
Nick Schonning
65669d3c57
Fix more haml-lint Rubocop (#24107) 2023-03-15 20:07:43 +01:00
Nick Schonning
75131e7bf7
Setup haml-lint CI with todo config (#23524) 2023-03-15 04:15:36 +01:00
Claire
a232a1feb8
Fix misleading error code when receiving invalid WebAuthn credentials (#23568) 2023-03-15 04:15:20 +01:00
Claire
cf50667e26
Fix incorrect post links in strikes when the account is remote (#23611) 2023-03-15 04:14:47 +01:00
Claire
9875be09fe
Fix dashboard crash on ElasticSearch server error (#23751) 2023-03-15 04:01:49 +01:00
CSDUMMI
39c7236649
Redirect users to SLO at the IdP after logging them out of Mastodon. (#24020) 2023-03-15 03:52:40 +01:00
Claire
1d0ad558ff
Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call (#24034) 2023-03-15 03:45:15 +01:00
KMY
7910ab0333 Fix multiple group post loop 2023-03-15 09:12:43 +09:00
KMY
db79ecf9f9 Fix account_stat error 2023-03-14 22:07:44 +09:00
KMY
bef078a87a Remove group following limitations 2023-03-14 22:02:43 +09:00
KMY
cbe29bcdee Add activitypub posts limit on group 2023-03-14 20:35:05 +09:00
KMY
49d032576a Merge branch 'kb_development' into kb_migration 2023-03-14 17:55:53 +09:00
KMY
4439f0255c Add switch private messages support 2023-03-14 17:22:58 +09:00
KMY
38100df205 Support private messages 2023-03-14 16:48:10 +09:00
KMY
615bfa85bb Fix activitypub group reboot not working 2023-03-14 12:53:33 +09:00
KMY
05211ac206 Add group account support 2023-03-14 12:15:31 +09:00