Daniel Supernault
b1a6ce029c
Add lang strings
2021-12-21 20:54:33 -07:00
daniel
af3e204e6e
New translations web.php (German)
...
[ci skip]
2021-12-21 20:12:53 -07:00
daniel
85db47200f
New translations web.php (Afrikaans)
...
[ci skip]
2021-12-21 18:01:03 -07:00
daniel
2c0545c552
New translations web.php (German)
...
[ci skip]
2021-12-21 18:00:59 -07:00
daniel
9630c34eb1
New translations web.php (Hungarian)
...
[ci skip]
2021-12-21 18:00:57 -07:00
daniel
c1bf2de10c
New translations web.php (Korean)
...
[ci skip]
2021-12-21 18:00:55 -07:00
daniel
763d3bb4a6
New translations web.php (Norwegian)
...
[ci skip]
2021-12-21 18:00:54 -07:00
daniel
6f6a167d8c
New translations web.php (Serbian (Cyrillic))
...
[ci skip]
2021-12-21 18:00:51 -07:00
daniel
c8b488b24a
New translations web.php (Ukrainian)
...
[ci skip]
2021-12-21 18:00:50 -07:00
daniel
967e495363
New translations web.php (Chinese Traditional)
...
[ci skip]
2021-12-21 18:00:49 -07:00
daniel
e95909b093
New translations web.php (Vietnamese)
...
[ci skip]
2021-12-21 18:00:48 -07:00
daniel
d01a32b35f
New translations web.php (Romanian)
...
[ci skip]
2021-12-21 18:00:46 -07:00
Daniel Supernault
b1dde37adc
Update l10n
2021-12-21 17:49:44 -07:00
Daniel Supernault
132c8b8b71
Add web lang files
2021-12-21 17:43:37 -07:00
Daniel Supernault
f7d9b40b03
Add frontend translation strings
2021-12-21 17:16:47 -07:00
daniel
c8a8928da4
Merge pull request #3030 from lisbonjoker/patch-1
...
Patch 1 - Portuguese Translation
2021-12-18 19:31:54 -07:00
Daniel Supernault
91e078e031
Update Activity component
2021-12-14 22:26:10 -07:00
Daniel Supernault
e975372631
Update ComposeModal
2021-12-14 22:25:50 -07:00
Daniel Supernault
b78a51890d
Update Timeline component, change api endpoint
2021-12-14 22:24:15 -07:00
Daniel Supernault
0cc1365f98
Update PhotoPresenter component, add lightbox toggle
2021-12-14 22:18:56 -07:00
Daniel Supernault
0c8fffbd73
Update PollCard component, add showBorder prop
2021-12-14 22:18:01 -07:00
Daniel Supernault
01ca1edd84
Update ContextMenu component, fix account url paths
2021-12-14 22:17:08 -07:00
Daniel Supernault
e09a14d892
Update NotificationCard, update api endpoint and add group notifications
2021-12-14 22:16:13 -07:00
Daniel Supernault
fefbc44a5f
Update Hashtag component, fix spinner
2021-12-14 22:13:59 -07:00
Daniel Supernault
c5145b3db1
Remove ace
2021-12-14 21:49:48 -07:00
Daniel Supernault
f3f35f590d
Remove admin .env editor
2021-12-14 21:46:24 -07:00
Daniel Supernault
9093549dc2
Remove quill editor
2021-12-14 21:37:19 -07:00
Artur Mancha
7a448da89b
Merge branch 'pixelfed:dev' into patch-1
2021-12-05 17:44:46 +00:00
Samuel Roland
3880ab2230
Remove remoteRedirect() for profile website
2021-12-04 02:15:29 +01:00
Artur Mancha
f7f62b3df8
Create helpcenter.php
...
Added missing translation
2021-12-02 11:14:52 +01:00
Artur Mancha
821eb77f41
Create exception.php
...
Added missing translation
2021-12-02 11:11:48 +01:00
Artur Mancha
9d92608d2c
Update auth.php
...
Minor change
2021-12-02 11:07:47 +01:00
Artur Mancha
3904849e36
Update validation.php
...
Minor change
2021-12-02 11:07:26 +01:00
Artur Mancha
9fa1f5b634
Update timeline.php
...
Improved translation
2021-12-02 11:04:38 +01:00
Artur Mancha
5143a4b877
Update site.php
...
Improved translation
2021-12-02 11:04:11 +01:00
Artur Mancha
acc26b34a7
Update profile.php
...
Improved translation
2021-12-02 11:02:42 +01:00
Artur Mancha
6d3618d2cf
Update passwords.php
...
Improved translation
2021-12-02 10:57:58 +01:00
Artur Mancha
7c4ac2dbcc
Update notification.php
...
Improved translation
2021-12-02 10:54:01 +01:00
Artur Mancha
93392b85b2
Update navmenu.php
...
Pequena adição
2021-12-02 10:51:35 +01:00
Artur Mancha
d2518994b9
Update auth.php
...
Improved translation
2021-12-02 10:50:09 +01:00
Daniel Supernault
d02a8f005f
Update login view
2021-11-10 22:12:46 -07:00
Daniel Supernault
9811dda7a7
Update login view
2021-11-10 22:09:06 -07:00
daniel
8a0ba77867
Merge pull request #3001 from scottaohara/patch-1
...
fix broken accessibility for search field
2021-11-10 22:05:21 -07:00
Daniel Supernault
ae8c751796
Update Autospam service, add mark all as read and mark all as not spam options and filter active, spam and not spamreports
2021-11-10 21:46:31 -07:00
Daniel Supernault
a956b50e8e
Add account.email blade view
2021-11-08 23:22:55 -07:00
Daniel Supernault
bc65938757
Add manual email verification requests
2021-11-08 23:02:34 -07:00
Scott O'Hara
345d7eed2c
fix broken accessibility for search field
...
This PR fixes the incorrect use of `role=search` on the `<input>` element. The `search` role is not a type of text input, and its use here was negating the semantics of the text field's ability to announce itself as a text field to screen readers. The proper place for a `role=search` is on the `<form>` element that contains this input, so I have placed it there in this fix.
There are likely other accessibility improvements that could be made in this file, but this was an easy fix that I figured I could make a quick PR for.
Thanks
2021-11-06 10:25:46 -04:00
Daniel Supernault
9bd53524c7
Update setting layouts
2021-11-05 21:51:52 -06:00
Daniel Supernault
3d814de9a6
Update email settings view
2021-11-05 18:37:33 -06:00
Daniel Supernault
3169f68e65
Update dark mode styles, fix black box on stories. Closes #2982
2021-10-22 18:56:29 -06:00