Commit Graph

3831 Commits

Author SHA1 Message Date
Henry Jameson
0109724a5f case insensititvy 2023-06-05 21:57:36 +03:00
Henry Jameson
5e656cc0b4 Merge remote-tracking branch 'origin/develop' into harden-parser 2023-06-05 21:53:14 +03:00
Henry Jameson
00b47e1673 fix regex misinterpreting tag name in badly formed HTML, prevent rich
content from ever using dangerous tags
2023-06-05 21:49:47 +03:00
Henry Jameson
cbd22d52b8 make admin settings modal available on mobile 2023-05-24 12:00:16 +03:00
Henry Jameson
b3d0360699 fix and cleanup reset button 2023-05-24 11:44:41 +03:00
Henry Jameson
ed34b07b3f fix transition when resetting to indeterminate state 2023-05-24 11:44:26 +03:00
Henry Jameson
d223683b2e make detailed access restriction an expert section 2023-05-24 11:32:16 +03:00
Henry Jameson
9f77f910b8 fix animation when ideterminate is the initial state 2023-05-24 11:29:59 +03:00
Henry Jameson
b72af7d6ae Merge remote-tracking branch 'origin/develop' into improve_settings_reusability 2023-05-23 22:24:04 +03:00
Henry Jameson
99f85069b8 fix indeterminate state animation 2023-05-23 22:23:58 +03:00
tusooa
b82f2a3543
Use button text in reaction counter 2023-05-22 23:09:28 -04:00
tusooa
dc2ff9b2d2
Add text label for custom emoji reactions 2023-05-22 22:37:18 -04:00
tusooa
c675130024
Make reaction counter accessible 2023-05-22 22:30:54 -04:00
tusooa
d3e251665f
Lint 2023-05-22 22:20:09 -04:00
tusooa
48ee11fea3
Add aria for react button 2023-05-22 22:18:42 -04:00
tusooa
0b2f676e50
Fix focus (unvisible) style 2023-05-22 22:14:44 -04:00
tusooa
8a1074336c
Make emoji reactions clickable when not logged in 2023-05-22 22:09:04 -04:00
tusooa
ed23f51838
Make reaction button accessible 2023-05-22 22:02:22 -04:00
tusooa
6b0d72937e Apply 1 suggestion(s) to 1 file(s) 2023-05-21 18:31:25 +00:00
tusooa
4b38fc5ffc
Fix custom emojis shown in selector if backend does not support it 2023-05-12 09:57:22 -04:00
Henry Jameson
4664d99af2 lint 2023-05-09 23:29:30 +03:00
Henry Jameson
ad3916027a lint 2023-05-08 22:14:49 +03:00
Henry Jameson
b79f297692 fix double pushbuttons in the draft buttons 2023-05-08 22:04:05 +03:00
Henry Jameson
039b6c61a2 lint 2023-05-08 21:37:29 +03:00
Henry Jameson
09e3735e37 semantics + description for instance access section 2023-05-08 21:36:18 +03:00
Henry Jameson
2322646442 reintroduce width limit on number input but only for sizesetting 2023-05-08 21:13:07 +03:00
Henry Jameson
0f81239451 remove restriction on number input's width 2023-05-08 21:11:48 +03:00
Henry Jameson
05a7e612aa show warning for developer for missing labels 2023-05-08 21:10:06 +03:00
Henry Jameson
b9c69a2272 improve the semantics 2023-05-08 21:01:29 +03:00
Henry Jameson
1935bf6bd4 fix media upload bug 2023-05-08 21:01:20 +03:00
Henry Jameson
6816bc8bad remove unused stuff 2023-05-05 01:50:41 +03:00
Henry Jameson
1492937a7e lint 2023-04-24 23:01:29 +03:00
Henry Jameson
e0fbeee88e finish up attachment setting (right now only for admin section only) 2023-04-24 21:57:31 +03:00
Henry Jameson
9aaa8a86f5 initial implementation of attachmentsetting 2023-04-13 01:11:20 +03:00
Henry Jameson
d8ed541d12 reordered registrations section to be above access since it's more
likely to be used more often
2023-04-13 00:02:35 +03:00
Henry Jameson
4c158e636b more i18n stuff, added missing labels and such 2023-04-13 00:02:31 +03:00
Henry Jameson
3e1aeb6d2c Merge remote-tracking branch 'origin/develop' into improve_settings_reusability 2023-04-12 23:31:11 +03:00
HJ
a814520709 Merge branch 'tusooa/pin-announcement' into 'develop'
Fix bug where announcements cannot be pinned

See merge request pleroma/pleroma-fe!1809
2023-04-11 21:28:02 +00:00
HJ
ad5bd09204 Merge branch 'tusooa/blocklist-loadmore' into 'develop'
Make block & mute lists able to load more

Closes #1150, #1071, #1226, and #1041

See merge request pleroma/pleroma-fe!1790
2023-04-11 21:25:39 +00:00
tusooa
5c0deb1e6f
Fix bug where announcements cannot be pinned 2023-04-06 18:14:49 -04:00
Henry Jameson
9e5c7313c6 use draft state instead of live state in that one place 2023-03-29 23:34:30 +03:00
Henry Jameson
ac75d051b7 better frontends tab, now you can set default frontend 2023-03-29 23:26:57 +03:00
Henry Jameson
7bb28bb23c frontends tab initial implementation, now you can (re)install frontends! yay! 2023-03-29 00:58:07 +03:00
Henry Jameson
4c3af5c362 handle db config disabled case 2023-03-27 22:57:50 +03:00
Henry Jameson
ece69f01b7 added mass-draft-push and mass-draft-reset, small stylistic fixes 2023-03-22 18:57:23 +02:00
Henry Jameson
c7a16bdfe2 grouped settings/managed drafts support added 2023-03-22 12:43:53 +02:00
Henry Jameson
6992439c92 fixes for diabled state, tri-state boolean and access control 2023-03-22 00:00:52 +02:00
Henry Jameson
2bf224e214 made draft-mode and source inject-able 2023-03-21 22:46:40 +02:00
Henry Jameson
6b40fc9895 fixes 2023-03-21 22:26:11 +02:00
Henry Jameson
9a97e0d196 modal update, initial localization 2023-03-21 10:26:25 +02:00