Commit Graph

2101 Commits

Author SHA1 Message Date
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
Daniel Supernault 1e44a8128a
Update nav, fix link 2021-10-21 19:04:46 -06:00
Daniel Supernault be194b8a3f
Update Timeline component, apply block/mute filters client side for local and network timelines 2021-10-20 04:22:19 -06:00
Daniel Supernault 5167c68d6b
Update Activity component, fix missing types 2021-10-20 04:19:20 -06:00
Daniel Supernault 02237845b5
Update Profile component, improve error messages when block/mute limit reached 2021-10-20 04:17:46 -06:00
Daniel Supernault bc16b936d6
Update StatusCard component 2021-10-20 04:16:39 -06:00
Daniel Supernault 64c75bdaec
Update story views 2021-10-19 22:07:57 -06:00
daniel 1badbf83cd
Merge pull request #2973 from okpierre/patch-11
Improve tappable area
2021-10-19 20:58:46 -06:00
daniel 2aab326bc4
Merge pull request #2934 from vszakats/patch-1
fix 'powered by pixelfed' link to be HTTPS
2021-10-19 20:44:20 -06:00
daniel f79486c448
Merge branch 'staging' into dev 2021-10-19 20:41:49 -06:00
Daniel Supernault dbc3c0fbe3
Update timeago helper, add long form option 2021-10-19 19:44:41 -06:00
Daniel Supernault 7886fd5998
Update Activity component, only show context button for actionable activities 2021-10-19 19:43:40 -06:00
Daniel Supernault f4bd5672b1
Update Timeline component, cascade relationship state change 2021-10-19 19:41:51 -06:00