Commit Graph

8513 Commits (4948a063d20c94cf9eb6dc60c2c30898cb05f4c1)

Author SHA1 Message Date
Matt Jankowski c4feba4347
Use existing `MascotHelper#instance_presenter` instead of local var in `welcome` email template (#29759) 11 months ago
Claire 9c24f2d6b1
Undo notification permissions on individual and domain blocks (#29570) 11 months ago
Claire 7508472d84
Fix admin interface repeating rule title instead of showing hint text (#29758) 11 months ago
Claire cfea9cc172
Add list of pending releases directly in mail notifications for version updates (#29436) 11 months ago
Matt Jankowski 32938dadd7
Add `not_allowed` scope for `PreviewCardTrend` (#29599) 11 months ago
Matt Jankowski cf76380c91
Add `AccountStat.by_recent_status`, use in `Account` (#29704) 11 months ago
github-actions[bot] b3d970bdb8
New Crowdin Translations (automated) (#29756)
Co-authored-by: GitHub Actions <noreply@github.com>
11 months ago
Emelia Smith eb926b7e60
Ensure case-insensitive fields are converted to lowercase in user imports (#29740) 11 months ago
Emelia Smith a3e8b78250
Ensure case-insensitive fields are converted to lowercase in Admin Imports (#29739) 11 months ago
Renaud Chaput 02ea161506
Support "system" theme setting (light/dark theme depending on user system preference) (#29748)
Co-authored-by: Nishiki Liu <hello@nshki.com>
11 months ago
Eugen Rochko 0cea7a623b
Fix background and icon on notification requests in web UI (#29706) 11 months ago
Eugen Rochko 29f9dc742e
Change design of notification about lost connections in web UI (#29731) 11 months ago
Eugen Rochko dd061291b1
Change out-of-band hashtags design in web UI (#29732) 11 months ago
github-actions[bot] 799e3be9bd
New Crowdin Translations (automated) (#29726)
Co-authored-by: GitHub Actions <noreply@github.com>
11 months ago
Eugen Rochko 8e7e86ee35
Add ability to reorder uploaded media before posting in web UI (#28456) 11 months ago
Renaud Chaput 6c381f20b1
Restore advanced filter bar setting (#29737) 11 months ago
Claire 37ca59815c
Remove setting for unfollow confirmation modal, and make it unconditional (#29373) 11 months ago
Claire 58376eedda
Remove obsolete `admin` and `moderator` columns from `users` table (#29718) 11 months ago
Claire d71d26a3c9
Reattribute notification-related records if possible when merging accounts (#29694) 11 months ago
Claire de6c9e0fcd
Change new modals to allow vertical scrolling (#29644) 11 months ago
Claire 387c78ddf9
Change icon of severed relationships notifications (#29712) 11 months ago
Claire dfa43707eb
Change `AccountRelationshipSeveranceEvent` model to store lost followers and following counts separately (#29714) 11 months ago
Matt Jankowski 34f293475e
Fix results/query in `api/v1/featured_tags/suggestions` (#29597) 11 months ago
github-actions[bot] 5db5fa879b
New Crowdin Translations (automated) (#29708)
Co-authored-by: GitHub Actions <noreply@github.com>
11 months ago
Matt Jankowski 8c1d29df7e
Use `has_many through` instead of `delegate` for ARSE<>SR (#29672) 11 months ago
Renaud Chaput ec1e770fea
Add the role ID to the badge component (#29707) 11 months ago
Claire 05eda8d193
Remove severed relationship notifications for single account suspensions (#29700) 11 months ago
Claire 75f34b80a8
Clean up notification requests when deleting accounts (#29693) 11 months ago
Claire 885d0faf83
Fix duplicate translation string for severed relationships (#29689) 11 months ago
github-actions[bot] c007dd5dd2
New Crowdin Translations (automated) (#29687)
Co-authored-by: GitHub Actions <noreply@github.com>
11 months ago
Matt Jankowski 77897cd24c
Use existing `SeveredRelationship.about_local_account` scope in more places (#29673) 11 months ago
Matt Jankowski cdd168f5d3
Update `enum` away from deprecated (#29678) 11 months ago
Eugen Rochko be52633ee4
Change back button to always appear in advanced web UI (#29669) 12 months ago
Claire f4d753aedf
Fix error in severed relationship event serializer (#29670) 12 months ago
Claire 98a2bb8be2
Fix issue with severed relationships notifications (#29668) 12 months ago
Claire 954b470fbc
Fix error when attempting to delete posts that triggered a notification request (#29666) 12 months ago
Claire d4449cc682
Fix account_relationship_severance_events unique indexes (#29665) 12 months ago
Claire 44bf7b8128
Add notifications of severed relationships (#27511) 12 months ago
Claire 8a1423a474
Allow unblocking email addresses from any matching account (#29305) 12 months ago
Matt Jankowski 0a33be39c1
Reduce `LineLength` for `react_admin_component` helpers (#29650) 12 months ago
Claire 3211e960ac
Fix “Explore” icon in navigation bar not being filled when selected (#29649) 12 months ago
Claire 50fd94f481
Fix blockquote color in reply indicator (#29659) 12 months ago
Claire 94f7ae192b
Fix emoji picker placement on limited-height viewports (#29651) 12 months ago
Claire e36e7ea243
Fix emoji picker dropdown background and borders (#29653) 12 months ago
Claire a583317df6
Fix icon and styling in browser notifications banner (#29658) 12 months ago
github-actions[bot] 6c0b1a41a1
New Crowdin Translations (automated) (#29657)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Matt Jankowski 4c84891453
Pull out full `li` element into admin/status_edits/status_edit partial (#29499) 12 months ago
Claire ffc5be4820
Change filtered icon from “archive” to “inventory 2” (#29652) 12 months ago
Matt Jankowski 62e266fbd6
Add `BrowserDetection` model concern (#29513) 12 months ago
Matt Jankowski d7ab5655ef
Replace `render_symbol` method with `inline_svg_tag` usage (#29647) 12 months ago
Claire bd06963c16
Slightly increase font weight of favorite/boost numbers in detailed statuses (#29648) 12 months ago
Matt Jankowski 6c68c3c0ce
Introduce `inline_svg` gem, minimal usage, prep for material design icons (#29612) 12 months ago
github-actions[bot] 4e61bce4e9
New Crowdin Translations (automated) (#29641)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Matt Jankowski 72e1162eb3
Flatten `olm` section of context helper extension map (#29638) 12 months ago
Claire cf08a438e7
Add badge on account card in report moderation interface when account is already suspended (#29592) 12 months ago
Jeong Arm 39839baec3
Fix mute for 30 days (#29640) 12 months ago
Matt Jankowski 6d2986017e
Remove unused `active_nav_class` helper method (#29617) 12 months ago
Claire d5063072c3
Revert friends-of-friends follow recommendation query to using a CTE (#29619) 12 months ago
Matt Jankowski b5115850bb
Move repeated `insert_pagination_headers` method to api base class (#29606) 12 months ago
Matt Jankowski 92855948a0
Remove unused `show_landing_strip?` helper method (#29618) 12 months ago
Matt Jankowski ecdbf15ebe
Remove unused `link_to_older` and `link_to_newer` helper methods (#29620) 12 months ago
github-actions[bot] 04817e965a
New Crowdin Translations (automated) (#29623)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Claire 82c2af0356
Fix `user_mailer.welcome.hashtags_recent_count` not having plural form (#29607) 12 months ago
Claire 726e7ad024
Fix extra separator besides favourite count on private posts (#29605) 12 months ago
Claire d702a03a0c
Add “Learn more” on block modal to inform of federation caveats (#29614) 12 months ago
Eugen Rochko ec19d0a14b
Change mute, block and domain block confirmations in web UI (#29576) 12 months ago
Claire be7a68b095
Change Explore icon to compass in advanced interface (#29610) 12 months ago
Renaud Chaput c76ae7a5c0
Convert `packs/public.jsx` to Typescript (#29501) 12 months ago
Eugen Rochko 407287573c
Add domain information to profiles in web UI (#29602)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
12 months ago
Matt Jankowski f445d33fd6
Fix haml-lint `LineLength` cops in app/views/admin (#28680) 12 months ago
Matt Jankowski 7720c684c5
Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 12 months ago
github-actions[bot] 6865fda593
New Crowdin Translations (automated) (#29603)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Matt Jankowski 838b0bdf2d
Remove unused `Account::Interactions#endorsed?` method (#29463) 12 months ago
Matt Jankowski d39d625561
Use inclusive range in `ActivityTracker#get` (#29413) 12 months ago
Matt Jankowski 6c3e718b86
Remove setting of `sensitive` value (default false, not null) in Status model (#29589) 12 months ago
Matt Jankowski 14aa7f1e15
Use `Account.activitypub` generated scope (#28157) 12 months ago
Eugen Rochko 30483d618f
Fix back button appearing in column header unexpectedly in web UI (#29551) 12 months ago
Claire 95a5713ff7
Fix accounts not getting imported into redux store for some filtered notification types (#29588) 12 months ago
Matt Jankowski 0bc17a3d48
Use enum-generated `public_visibility` scope on Status (#28156) 12 months ago
Matt Jankowski 19cbadfbd6
Use enum-generated scope for `IpBlock` in CLI (#28144) 12 months ago
Eugen Rochko 4991198b70
Change design of metadata underneath posts in web UI (#29585) 12 months ago
Matt Jankowski f9100743ec
Add `Api::ErrorHandling` concern for api/base controller (#29574) 12 months ago
Eugen Rochko 1e1d97a787
Fix wrong background color on search results in web UI (#29584) 12 months ago
github-actions[bot] 5aea35de13
New Crowdin Translations (automated) (#29587)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
mogaminsk 3156d04ec1
Use sender's `username` to column title in notification request if it's `display_name` is not set (#29575) 12 months ago
Claire a32a126cac
Hide media by default in notification requests (#29572) 12 months ago
Matt Jankowski c09b8a7164
Add `Account.without_internal` scope (#29559)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
12 months ago
Renaud Chaput acf3f410ae
Fix navigation panel icons missing classes (#29569) 12 months ago
github-actions[bot] 171948b910
New Crowdin Translations (automated) (#29563)
Co-authored-by: GitHub Actions <noreply@github.com>
12 months ago
Erik Uden 268856d5d9
Fix toggle button color for light (and dark/default) theme (#29553) 12 months ago
Claire b43eaa4517
Refactor notification filtering behavior definition (#29567) 12 months ago
Claire 27fd084cb5
Exempt some notification types from notification filtering (#29565) 12 months ago
Matt Jankowski 2c0441acd7
Use rails built-in `tag` methods in `TextFormatter.shortened_link` (#28976) 12 months ago
Matt Jankowski 7e6eb64f1e
Use full snowflake range in `admin/metrics` classes (#29416) 12 months ago
Matt Jankowski 9754967d5f
Move `pagination_max_id` and `pagination_since_id` into api/base controller (#28844) 12 months ago
Matt Jankowski 01b624c4a0
Use `normalizes` on `CustomFilter#context` value (#27602) 12 months ago
Matt Jankowski 00d94f3ffa
Use vanilla JS to get Rails CSRF values (#29403) 12 months ago
Matt Jankowski d4ed7e466c
Extract `by_domain_length` scope in `DomainNormalizable` concern (#29517) 12 months ago
Eugen Rochko 5b60d4b696
Change background color in web UI (#29522) 12 months ago
Renaud Chaput af4e44e30a
Fix i18n typo (#29557) 12 months ago