Commit graph

7342 commits

Author SHA1 Message Date
KMY
4990a50874 Merge branch 'kb_development' into kb_migration 2023-03-22 22:50:45 +09:00
KMY
2cdaf2af76 Change timing to get image size 2023-03-22 22:50:18 +09:00
KMY
2eae1bb9bf Fix chrome cosole errors 2023-03-22 22:50:01 +09:00
KMY
ca3bfbadcb Fix where scope joins error 2023-03-21 18:00:58 +09:00
KMY
afc808ca54 Fix under 5 minutes expiration statuses 2023-03-21 17:47:27 +09:00
KMY
348a641eca Merge remote-tracking branch 'parent/main' into kb_migration 2023-03-21 15:20:15 +09:00
KMY
0071b15fa3 Merge remote-tracking branch 'origin/kb_development' into kb_migration 2023-03-21 15:20:00 +09:00
KMY
e73706c82e Fix exp hashtag digit max 2023-03-21 15:05:36 +09:00
KMY
fc6819016d Fix multi digits expiration 2023-03-21 13:44:10 +09:00
KMY
a1284940eb Fix expiration unit bug 2023-03-21 13:02:22 +09:00
KMY
16965de945 Fix editing status expiration 2023-03-21 12:23:53 +09:00
KMY
d9123e21ba Add choose expiration form 2023-03-21 12:14:31 +09:00
KMY
16079b4db5 Add status expiration 2023-03-21 11:12:33 +09:00
mogamin
0a9def5498
Fit the max-width of media in .prose to parent box (#24180) 2023-03-20 20:04:25 +01:00
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