Commit Graph

994 Commits (fccd927c0b7347227fcc1c9dd29f32c066f51ccf)

Author SHA1 Message Date
Daniel Supernault b73ca9a1ea
Add Admin Invites 2 years ago
daniel 0a47d34075
Merge pull request #3713 from mb2g17/add-register-link-to-login-page
Add register link to login page
2 years ago
Daniel Supernault 93c6da3d59
Add app email confirm view 2 years ago
Daniel Supernault bda9d16b58
Update landing view 2 years ago
Daniel Supernault 94697d536b
Add Server Directory integration 2 years ago
Matthew Barnes 930ce8da82
Add register link to login page 2 years ago
Daniel Supernault 356a882dbc
Add Portfolio feature 2 years ago
Daniel Supernault 74f576c8ce
Update web routes 2 years ago
Daniel Supernault e362ef9ef9
Update atom feed, remove invalid entities 2 years ago
Daniel Supernault 1b9e50f39b
Update blade views 3 years ago
Daniel Supernault 0b7d0a9627
Add customizable Legal Notice page 3 years ago
Daniel Supernault 75fbd373c8
Remove quilljs from admin page editor, fixes #3616 3 years ago
Daniel Supernault 102baa517e
Hide timestamp on deleted posts on dashboard 3 years ago
Daniel Supernault 7863120292
Update admin dashboard layout 3 years ago
Daniel Supernault 9d52b9c2d6
Improve admin dashboard by moving expensive stats to its page and loading stats and recent data async on the dashboard home page 3 years ago
Daniel Supernault 1ef7732aef
Update admin report view 3 years ago
Daniel Supernault a8907114dc
Add live player view 3 years ago
daniel a585928bf1
Merge pull request #3518 from shleeable/patch-1
Diagnostics - Added PHP INI for security flags
3 years ago
Shlee 370266a202 Update home.blade.php 3 years ago
Shlee ec9a8b29ff
Update home.blade.php 3 years ago
Shlee ef14938edb
Update home.blade.php 3 years ago
Shlee 1b925e2606
Update home.blade.php 3 years ago
Shlee d59f3061ac
Update home.blade.php 3 years ago
Shlee 1086a6a139
Update home.blade.php 3 years ago
Shlee 9431c61e53
Update home.blade.php 3 years ago
Shlee 5a6d6150de
Update home.blade.php 3 years ago
Shlee 142caebe91
Update about.blade.php 3 years ago
daniel 50dc231b86
Merge pull request #3479 from shleeable/patch-17
Diagnostics view
3 years ago
Shlee 36f4ab7897
Update home.blade.php 3 years ago
Shlee 7925b7023e
Update home.blade.php 3 years ago
Shlee 077ce341f3
Update home.blade.php 3 years ago
daniel 7d26f4ef2e
Merge pull request #3453 from shleeable/staging-unwanted-semicolons
unwanted semicolons
3 years ago
Shlee cbc3a2285f
Update home.blade.php 3 years ago
daniel d36e0bcd6d
Merge pull request #3463 from shleeable/patch-11
Update avatar.blade.php - Fixed form tag
3 years ago
daniel 158e4b18ed
Merge pull request #3462 from shleeable/patch-9
img tags don't have targets
3 years ago
daniel b3c22afb0d
Merge pull request #3456 from shleeable/staging-3
mismatched tags
3 years ago
Shlee 504638b595
Update avatar.blade.php 3 years ago
Shlee 818d56816a
Update embed.blade.php 3 years ago
Shlee 4484542772
Update embed.blade.php 3 years ago
Shlee b5ea4c9ba5 mismatched tags 3 years ago
Shlee e36be67c70 unwanted semicolons 3 years ago
Shlee 05371b3c2f
Update home.blade.php 3 years ago
Shlee 237eb956bd
Update home.blade.php 3 years ago
Daniel Supernault 563817a94a
Update AdminReportController, add account delete button 3 years ago
Daniel Supernault 6cf671cb23
Add web installer 3 years ago
Daniel Supernault c08601e3d4
Update spa blade view 3 years ago
Daniel Supernault f6f2c27874
Update horizon config, add default timeout limit 3 years ago
Daniel Supernault aa4b011e25
Update labs settings view, add support for metro 2.0 dark mode 3 years ago
Daniel Supernault b7043afc9b
Update blade view 3 years ago
Daniel Supernault fa01c8924a
Update collection view 3 years ago
Daniel Supernault eaafe13249
Update profile + status blade views, force metro ui 3 years ago
Daniel Supernault eab96fc35c
Update admin diagnostics, add more configuration data to help diagnose potential issues 3 years ago
Daniel Supernault 6e2cb3cd7f
Update index view, remove shortcut from favicon meta tag. Fixes #3196 3 years ago
Daniel Supernault d1ff86ee34
Update nav 3 years ago
Daniel Supernault 5d9b6863b6
Update atom feeds, include media alt text. Fixes #3184 3 years ago
Daniel Supernault 3bd211d7f5
Update profile embeds, fix NaN bug and improve performance 3 years ago
Daniel Supernault dc7962d898
Add shortcode & domain search 3 years ago
Daniel Supernault efeaf427e1
Add CustomEmoji admin dashboard 3 years ago
Daniel Supernault cdf78e23a4
Update ApiV1Controller, improve instance endpoint 3 years ago
Daniel Supernault e503a8da85
Update RegisterController 3 years ago
Daniel Supernault 7e35ab80ad
Update web routes 3 years ago
Daniel Supernault f3f35f590d
Remove admin .env editor 3 years ago
Daniel Supernault 9093549dc2
Remove quill editor 3 years ago
Daniel Supernault d02a8f005f
Update login view 3 years ago
Daniel Supernault 9811dda7a7
Update login view 3 years ago
daniel 8a0ba77867
Merge pull request #3001 from scottaohara/patch-1
fix broken accessibility for search field
3 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 3 years ago
Daniel Supernault a956b50e8e
Add account.email blade view 3 years ago
Daniel Supernault bc65938757
Add manual email verification requests 3 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
3 years ago
Daniel Supernault 9bd53524c7
Update setting layouts 3 years ago
Daniel Supernault 3d814de9a6
Update email settings view 3 years ago
Daniel Supernault 1e44a8128a
Update nav, fix link 3 years ago
Daniel Supernault 64c75bdaec
Update story views 3 years ago
okpierre d500626295
Update index.blade.php 3 years ago
daniel 14f9033715
Merge pull request #2868 from nogafam-es/staging
Fix PWA implementation to support Gecko-based browsers, using html link tag
4 years ago
Daniel Supernault 8c86953f42
Add remote story view 4 years ago
Daniel Supernault 6ca140e5cc
Update nav view 4 years ago
Daniel Supernault f575fd4d76
Update blade views 4 years ago
Daniel Supernault bc2d664fdb
Update blade views 4 years ago
Daniel Supernault a4a1270e70
Add Stories to admin dashboard 4 years ago
Daniel Supernault 03199e2f68
Update follow intent, fix follower count leak 4 years ago
nogafam.es Admin e56da35826 Fix PWA implementation to support standard using html link tag 4 years ago
Daniel Supernault 4fb3d1fa70
Update status.reply view, fix archived post leakage 4 years ago
Daniel Supernault e9ef0c887a
Add Archive Posts 4 years ago
Daniel Supernault ea0fc90c92
Add default licenses and license sync 4 years ago
Daniel Supernault 67e3f6048f
Update Settings, add default license and enforced media descriptions 4 years ago
Daniel Supernault 0153ed6d64
Update Timeline, make text-only posts opt-in by default 4 years ago
Daniel Supernault f392fa4ed4
Update nav 4 years ago
Daniel Supernault 5fb33772c3
Update reply blade view, fix missing avatar and media images 4 years ago
Daniel Supernault 9017f7c4e1
Update Profile, fix unauthenticated private profiles 4 years ago
Daniel Supernault 1a2e41b1e3
Update status views, remove like counts from status embed 4 years ago
Daniel Supernault 76b6ec2aa6
Update admin instance view 4 years ago
Daniel Supernault 64725ecce7
Add diagnostics to error page and admin dashboard 4 years ago
Daniel Supernault 0deaafc0dc
Update Network Timeline, use existing Timeline component 4 years ago
Daniel Supernault f37952d6cf
Update verify email screen, add contact admin link 4 years ago
Daniel Supernault 8ee104363a
Update Profile, add linkified bio, joined date, follows you label and improved website handling 4 years ago
Daniel Supernault 68aa25400b
Add Auto Following support for admins 4 years ago
Daniel Supernault 069a0e4ae1
Add WebP support 4 years ago
Daniel Supernault 549202948d
Update landing page, use config_cache 4 years ago