Commit Graph

6838 Commits (8a0ba7786731e66245b04cb9877e65024d27d3da)
 

Author SHA1 Message Date
daniel 8a0ba77867
Merge pull request #3001 from scottaohara/patch-1
fix broken accessibility for search field
4 years ago
Daniel Supernault 4cb956aea2
Update AdminStatsService, add storage() method 4 years ago
daniel 59d76bb9b3
Merge pull request #2956 from h3xx/fix-psql-grouping
Fix grouping error in PostgreSQL
4 years ago
Daniel Supernault 98bfa420c6
Update changelog 4 years ago
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 4 years ago
Daniel Supernault dff3dad1c8
Update AdminController, move report methods to AdminReports trait 4 years ago
Daniel Supernault a956b50e8e
Add account.email blade view 4 years ago
Daniel Supernault e6d9437846
Update middleware 4 years ago
Daniel Supernault 0e892bb3fd
Update AccountController 4 years ago
Daniel Supernault 82a84a733b
Update changelog 4 years ago
Daniel Supernault bc65938757
Add manual email verification requests 4 years ago
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
4 years ago
Daniel Supernault 9bd53524c7
Update setting layouts 4 years ago
Daniel Supernault 3d814de9a6
Update email settings view 4 years ago
daniel 7899242ee8
Merge pull request #2999 from pixelfed/staging
Update api routes
4 years ago
Daniel Supernault cbd755082e
Update api routes 4 years ago
daniel 71706d1e45
Merge pull request #2998 from pixelfed/staging
Staging
4 years ago
Daniel Supernault 16f2758808
Update changelog 4 years ago
Daniel Supernault 2ae527c0f3
Update Status model, use AccountService to generate urls instead of loading profile relation 4 years ago
daniel 64112e41df
Merge pull request #2997 from pixelfed/staging
Staging
4 years ago
Daniel Supernault 694ce6ff3d
Update changelog 4 years ago
Daniel Supernault aa2dd26c1b
Update PublicApiController, fix private account statuses api. Closes #2995 4 years ago
Daniel Supernault 0107e8fd68
Update Localization util, filter out .DS_Store 4 years ago
daniel 3d2ac8bce9
Merge pull request #2991 from pixelfed/staging
Staging
4 years ago
Daniel Supernault 4dda3b3763
Update changelog 4 years ago
Daniel Supernault 7df3540b08
Update verify_credentials api endpoint to improve performance 4 years ago
daniel 2a91b5321e
Merge pull request #2984 from pixelfed/staging
Staging
4 years ago
Daniel Supernault a982d1900f
Update changelog 4 years ago
Daniel Supernault 2b254c8f94
Update compiled assets 4 years ago
Daniel Supernault 3169f68e65
Update dark mode styles, fix black box on stories. Closes #2982 4 years ago
daniel 14ee32adf0
Merge pull request #2983 from pixelfed/staging
Staging
4 years ago
Daniel Supernault 1e44a8128a
Update nav, fix link 4 years ago
Daniel Supernault 304cab98a7
Update changelog 4 years ago
Daniel Supernault 192553ff77
Update public timeline api, add experimental cache 4 years ago
Dan Church b167873632
Fix grouping error in PostgreSQL 4 years ago
Daniel Supernault 37abcf3898
Update public timeline api, use cached sorted set and client side block/mute filtering 4 years ago
Daniel Supernault be194b8a3f
Update Timeline component, apply block/mute filters client side for local and network timelines 4 years ago
Daniel Supernault 5167c68d6b
Update Activity component, fix missing types 4 years ago
Daniel Supernault 02237845b5
Update Profile component, improve error messages when block/mute limit reached 4 years ago
Daniel Supernault bc16b936d6
Update StatusCard component 4 years ago
daniel 708a363c60
Merge pull request #2981 from pixelfed/staging
Staging
4 years ago
Daniel Supernault 4225f32af0
Update changelog 4 years ago
Daniel Supernault eac6b76779
Update horizon config 4 years ago
Daniel Supernault f0d4c17236
Update Autospam service, use silent classification for better user experience 4 years ago
Daniel Supernault 64c75bdaec
Update story views 4 years ago
daniel 2ecba8e144
Merge pull request #2979 from pixelfed/staging
Staging
4 years ago
daniel 1badbf83cd
Merge pull request #2973 from okpierre/patch-11
Improve tappable area
4 years ago
daniel 1d57085ba8
Merge pull request #2971 from HDVinnie/patch-1
Create SECURITY.md
4 years ago
daniel ce489fac41
Merge pull request #2969 from nogafam-es/staging
Fix PWA not working on firefox because of wrong icon sizes
4 years ago
daniel a53692f6bf
Merge pull request #2957 from h3xx/fix-memory-limit
Fix global memory limit set in constructor
4 years ago