Commit Graph

23725 Commits

Author SHA1 Message Date
Freeplay
ca68d4fd28 classic view fixes 2023-04-28 23:18:01 -04:00
Freeplay
9392d84625 widgets 2023-04-28 22:50:32 -04:00
Freeplay
cb017d1006 sidebar focus 2023-04-28 22:40:23 -04:00
Freeplay
70c8690623 fix 2023-04-28 22:24:40 -04:00
Freeplay
c55b521e57 a 2023-04-28 22:19:02 -04:00
Freeplay
af62073544 focus to media 2023-04-28 22:17:39 -04:00
Freeplay
1389dd9000 make folder dropdown focusable 2023-04-28 22:04:35 -04:00
Freeplay
4bda4ffffc Make accounts in account management page focusable 2023-04-28 21:49:41 -04:00
Freeplay
3a49c3eb37 Fix focusing avatars in weird places 2023-04-28 21:39:48 -04:00
Freeplay
609f4cff5b fix subnote 2023-04-28 21:22:29 -04:00
Freeplay
253ba164e5 consistency + fix 2023-04-28 21:18:00 -04:00
Freeplay
81121533b0 focus last element on bg click 2023-04-28 20:52:09 -04:00
Freeplay
db692fcf83 fixes? 2023-04-28 20:47:57 -04:00
Freeplay
23beca49e3 fixes 2023-04-28 20:26:10 -04:00
Freeplay
3be2147397 add the focus trap thingies again 2023-04-28 19:57:19 -04:00
Freeplay
6498a90dc1 Fix focusing inside of CW's 2023-04-28 19:28:25 -04:00
Freeplay
56b6b450c0 forgot to add this 2023-04-28 19:06:29 -04:00
Freeplay
a39802cf92 Merge branch 'develop' of https://codeberg.org/calckey/calckey into keyboard-accessability 2023-04-28 19:06:21 -04:00
Hosted Weblate
133391122b
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:47:44 +02:00
Kainoa Kanter
68172bc599 Merge pull request 'fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id' (#9938) from fruye/calckey:account-relationships-fix into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9938
2023-04-28 21:47:17 +00:00
Hosted Weblate
95f9ab41b3
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:46:49 +02:00
Kainoa Kanter
6157c41ffb Merge pull request 'Fix dot menu in welcome page' (#9939) from esm/calckey:develop into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9939
2023-04-28 21:46:29 +00:00
Hosted Weblate
a383f3ddf5
chore: Merge branch 'origin/develop' into Weblate. 2023-04-28 23:45:58 +02:00
Kenny Hui
2307fa11be
chore: Translated using Weblate (Chinese (Traditional))
Currently translated at 97.4% (1683 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/zh_Hant/
2023-04-28 23:45:58 +02:00
Кибер огурчик
e1bda44710
chore: Translated using Weblate (Russian)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ru/
2023-04-28 23:45:56 +02:00
jolupa
5ad9c06d21
chore: Translated using Weblate (Catalan)
Currently translated at 35.0% (606 of 1727 strings)

Translation: Calckey/locales
Translate-URL: https://hosted.weblate.org/projects/calckey/locales/ca/
2023-04-28 23:45:54 +02:00
Kainoa Kanter
ee0adee33b Merge pull request 'FEAT/UI: Add documentation for various MFM functions' (#9940) from the-og-gear/calckey:document_mfm into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9940
2023-04-28 21:45:29 +00:00
Gear
cff9276f2a Add documentation for various MFM functions 2023-04-28 16:01:09 -04:00
Essem
1de71cd440
Fix dot menu in welcome page 2023-04-28 13:19:57 -05:00
fruye
a18e1cccc6 fix: Declare /api/v1/accounts/relationships before /api/v1/accounts/:id
Previously the 'relationships' part was considered to be an account id
and was handled by completely different API endpoint.
2023-04-28 20:03:06 +02:00
Kainoa Kanter
e4d995406c revert faulty commits 2023-04-27 16:32:44 -07:00
Kainoa Kanter
1865a9c204 Revert "[Fix] Properly replace koa-fix-trailing-slashes with inhouse script (#9870)"
This reverts commit 2cdaad588c.
2023-04-27 16:32:37 -07:00
Kainoa Kanter
431a08d06e Revert "Merge pull request '[feat] Replace Koa-FavICO with a smaller router' (#9853) from daikei/calckey:modularize-favico into develop"
This reverts commit 4f6cae7643, reversing
changes made to 64a737d001.
2023-04-27 16:25:13 -07:00
Kainoa Kanter
6271e1880b Merge pull request 'fix: Get list titles from Form data when creating and updating lists' (#9930) from fruye/calckey:create-and-update-lists-from-masto into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9930
2023-04-27 21:40:55 +00:00
fruye
f8178a9535 fix: Get list titles from Form data when creating and updating lists
This change will actually make it possible for Mastodon clients to
create and rename lists, as they send the title in a Form data instead
of a query string.

https://docs.joinmastodon.org/methods/lists/#form-data-parameters
2023-04-27 22:42:10 +02:00
Kainoa Kanter
191dd98eb6 Merge pull request 'fix: Make statusModel created_at fields be ISO 8601 strings' (#9929) from fruye/calckey:53y-ago into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9929
2023-04-27 20:07:13 +00:00
fruye
e5fcde758f fix: Make statusModel created_at fields be ISO 8601 strings
This makes the 'Reactions to this post' status (seen when viewing
a status context) send the correct data type for `created_at` fields.

https://docs.joinmastodon.org/entities/Account/#created_at
https://docs.joinmastodon.org/entities/Status/#created_at
2023-04-27 21:54:51 +02:00
Kainoa Kanter
dd58a9a3ff Merge pull request 'add additional information & show more button in user preview popup' (#9926) from Freeplay/calckey:userpopup into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9926
2023-04-27 13:24:13 +00:00
Freeplay
bd8d8af9ac add additional information & show more button in user preview popup 2023-04-27 08:16:25 -04:00
ThatOneCalculator
0fdb5c4230
hide for now 2023-04-27 01:22:50 -07:00
ThatOneCalculator
9db2930f68
it's always pleroma 2023-04-27 01:17:09 -07:00
ThatOneCalculator
8a950d6a3e
fix disabled, formatting 2023-04-27 01:16:33 -07:00
ThatOneCalculator
d223007295
import formradio 2023-04-27 01:12:02 -07:00
ThatOneCalculator
17b05511aa
refactor: change import type to radio 2023-04-27 01:08:28 -07:00
ThatOneCalculator
6f1a7d84d9
add kaiteki to example proxyBypassHosts 2023-04-26 21:07:40 -07:00
ThatOneCalculator
df8db1171a
fix: style email with inline styles 2023-04-26 20:21:30 -07:00
ThatOneCalculator
a47d05dcda
im dumb 2023-04-26 20:10:42 -07:00
ThatOneCalculator
e048d951fc
try to fix email style... 2023-04-26 20:04:58 -07:00
ThatOneCalculator
ddc487cb39
mfw 2023-04-26 20:03:04 -07:00
ThatOneCalculator
a44fee3aae
fix? 2023-04-26 19:58:26 -07:00