Commit Graph

9166 Commits (2c54b91dd1a0f0a622ea88628d15c8b1bdda70f7)

Author SHA1 Message Date
Eugen Rochko 2c54b91dd1
Fix wrong width on logo in detailed link card in web UI ()
Christian Schmidt c40ab43dc7
Remove redundant title attribute ()
Claire 51769e0670
Fix media gallery items having incorrect borders when hidden ()
Claire 1f720366e9
Fix notification push notifications not including the author's username ()
Matt Jankowski ebdeac0731
Add coverage for missing status scenario in NotificationMailer ()
Matt Jankowski 4fe7f213a6
Use `async_count` in more view locations ()
Claire 77f5b127fa
Fix unsupported grouped notifications from streaming causing duplicate IDs ()
Claire 49407e7623
Fix Content-Security-Policy when using sso-redirect ()
gunchleoc 160917e718
Pluralize csv imports ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
forsamori 63a959099b
Add margin-bottom to error.dialog to reduce whitespace ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
github-actions[bot] 1b247a1dc2
New Crowdin Translations (automated) ()
Co-authored-by: GitHub Actions <noreply@github.com>
Claire 4c0e44ebbe
Fix recently-broken admin interface buttons ()
Matt Jankowski d95f6f4410
Extract `ExportSummary` class for account object counts ()
github-actions[bot] fe3f5375e3
New Crowdin Translations (automated) ()
Co-authored-by: GitHub Actions <noreply@github.com>
Claire f768a6eb16
Hide badges in media gallery when media are hidden ()
Matt Jankowski cec8961372
Move admin action log type list generation to helper ()
Matt Jankowski 7d6b9ccd34
Add `copyable_input` helper method to wrap shared options ()
Matt Jankowski 36f9c96812
Clean up labels on development application form ()
Claire f760899b04
Fix editing description of media uploads with custom thumbnails ()
Claire b5006539c9
Fix media uploads in composer appearing over search results in advanced interface ()
Matt Jankowski d270d6dd4f
Provide `use_path` to qr generator for svg data size reduction ()
Matt Jankowski 2151dfb8d6
Add `relevant_params` to ReportFilter (matches account filter) ()
Matt Jankowski cf859d151b
More link/button conversion across views ()
Matt Jankowski 1f65a95421
Remove unneeded `reorder(nil)` conditions ()
Matt Jankowski 4aa26eba53
Extract `WebPushRequest` from push notification worker and subscription ()
Claire 4a737a948a
Fix incorrect `'navigator'` check ()
Christian Schmidt 33d3ca7cf1
Support /.well-known/host-meta.json ()
github-actions[bot] ea72d5ec3a
New Crowdin Translations (automated) ()
Co-authored-by: GitHub Actions <noreply@github.com>
Jeong Arm 66b2bc1c84
Ignore error if mentioned account was not processable ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Nick Schonning f91f077985
Enable ESLlint no-case-declarations ()
Jeong Arm 65508bb0c0
Show timestamp when the user deletes their account on admin dashboard ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski f10d61bf86
Adjust spacing on setting sub-nav items when below mobile size ()
Matt Jankowski f73787a4b8
Fix broken border on applications list ()
Claire 7b92cf3b47
Fix unneeded requests to blocked domains when receiving relayed signed activities from them ()
Emelia Smith c5f0da98e4
Add detection and download of material_symbol icons in config/navigation.rb ()
Matt Jankowski 44071fdbae
Wrap datetime in `time` element with attrs ()
Matt Jankowski ec16ed37c3
Extract constants for header and avatar geometry ()
Matt Jankowski c009507912
Use `button_to` for `method: :post` links on account show page ()
Matt Jankowski 651846c622
Only show email domain blocks MX table when some found ()
Matt Jankowski 7e35bef97e
Remove explicit `put` action in settings forms ()
Matt Jankowski e975b55c24
Remove `WebfingerHelper` module & move usage inline ()
David Roetzel e6cda8388c
Move OTP secret length to configuration ()
Matt Jankowski f251edfc1d
Add `date_range` view helper ()
Matt Jankowski f811fcb2b2
Improve alignment of icons on admin roles list ()
Matt Jankowski 675d3ea5c1
Extract dashboard partial for admin instance page ()
Matt Jankowski 685067efd1
Avoid `id` duplication conflict with main navigation from settings profile link ()
Renaud Chaput 1be55ce244
Fix follow notifications from streaming being grouped ()
github-actions[bot] 5839ee434b
New Crowdin Translations (automated) ()
Co-authored-by: GitHub Actions <noreply@github.com>
Matt Jankowski 0b6d217b9e
Use account display name for pretend blog example in attribution area ()
Claire 0c872beed4
Merge commit from fork
This should not change the set of words matched by `USERNAME_RE` but does
change the one matched by `MENTION_RE`. Indeed, the previous regexp allowed
a domain part to start with `.` or `-`, which the new regexp does not allow.