Claire
8103e69b17
Merge commit '77cd16f4ee7ab807df6fffb1538a6659a8182a9e' into glitch-soc/merge-upstream
...
Conflicts:
- `app/javascript/styles/mastodon/components.scss`:
Conflict caused by glitch-soc changing the path to images, and upstream
removing styling using such an image.
Removed the styling as upstream did.
- `app/models/account.rb`:
Conflict due to upstream changing lines adjacent to a change made in glitch-soc
to have configurable limits.
Ported upstream's changes.
- `yarn.lock`:
Dependencies adjacent to glitch-soc-only dependencies updated.
Updated them as well.
2024-10-26 13:38:07 +02:00
Matt Jankowski
66c0471515
Enrich coverage for IpBlock
model ( #32471 )
2024-10-25 08:35:07 +00:00
Matt Jankowski
745c4f900a
Remove unused ApplicationHelper#visibility_icon
helper method ( #32644 )
2024-10-24 08:02:54 +00:00
Eugen Rochko
d11231a420
Change design of rich text elements in web UI ( #32633 )
2024-10-24 07:28:22 +00:00
Matt Jankowski
97b18d10b4
Move hcaptcha service config to config_for
yml ( #30662 )
2024-10-23 14:25:43 +00:00
Matt Jankowski
35f008aa2a
Move translation service config to config_for
yml ( #30663 )
2024-10-23 13:32:18 +00:00
Matt Jankowski
2f906ed55a
Constants for account refresh ( #32420 )
2024-10-23 13:29:01 +00:00
Matt Jankowski
c3e684b715
Remove unused svg logos ( #32581 )
2024-10-23 13:25:49 +00:00
Claire
393f0a0159
Redesign Content Warning and filters ( #32543 )
2024-10-23 09:47:23 +00:00
David Roetzel
05f23df3b7
Add endpoint to remove web push subscription ( #32626 )
2024-10-23 08:02:31 +00:00
David Roetzel
029c99bd7b
Do not change follow counters when already following ( #32622 )
2024-10-22 12:49:10 +00:00
Jeong Arm
18659f8163
Fix that blocking was not working on link timeline ( #32625 )
2024-10-22 12:46:32 +00:00
Eugene Alvin Villar
16597fa735
Fix tl language native name ( #32606 )
2024-10-22 08:41:40 +00:00
Emelia Smith
346cdb998c
Fix 'unknown' media attachment type rendering ( #32613 )
2024-10-22 08:31:53 +00:00
renovate[bot]
11a63b2db6
Update eslint (non-major) ( #32279 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
2024-10-21 08:03:44 +00:00
Renaud Chaput
fb6d7ed475
Replace execCommand
for copying text with the modern clipboard
API ( #32598 )
2024-10-21 07:08:18 +00:00
Emelia Smith
ba365ac8ec
[Glitch] Fix: Reword 'pick one' to 'single choice' for polls
...
Port bc2e642272
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:27:27 +02:00
Claire
6bd185b423
[Glitch] Remove ability to get embed code for remote posts
...
Port 1fc165de02
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
hota
f0207d10be
[Glitch] Fix column-settings spacing in local timeline in advanced view
...
Port 0f37b7d6ac
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Claire
b428921ec9
[Glitch] Add more explicit explanations about author attribution and fediverse:creator
...
Port 8b56509625
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Renaud Chaput
829ff8633b
[Glitch] Add ability to group follow notifications in WebUI
...
Port 6c87c76e18
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Claire
42336d810b
[Glitch] Fix only the first paragraph being displayed in some notifications
...
Port 25f8003d75
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Renaud Chaput
2f854c5576
[Glitch] Add back a 6 hours mute duration option
...
Port 7a7a7cc448
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Jeong Arm
e35ee2ce5c
[Glitch] Fix reblog icons on account media view
...
Port 5afdb81b36
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Claire
886a422d09
[Glitch] Fix follow recommendation carrousel scrolling on RTL layouts, for real
...
Port 5e4cc1a39c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:56 +02:00
Renaud Chaput
d63594d97e
[Glitch] Fix back arrow pointing to the incorrect direction in RTL languages
...
Port 51345e5133
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-19 19:23:52 +02:00
Claire
6281c4dedd
Merge commit '1fc165de02d79294c8a218f5fa82bcd477484ca1' into glitch-soc/merge-upstream
...
Conflicts:
- `.env.production.sample`:
Upstream added a block of three environment variables, while glitch-soc
has a different version of the file overall.
Added upstream's changes.
- `app/helpers/application_helper.rb`:
Upstream added a helper, while glitch-soc had extra helpers.
Added upstream's helper.
2024-10-19 19:13:32 +02:00
Claire
1fc165de02
Remove ability to get embed code for remote posts ( #32578 )
2024-10-18 10:51:05 +00:00
Claire
2391937e11
Fix follow recommendation moderation page default language when using regional variant ( #32580 )
2024-10-18 10:21:25 +00:00
github-actions[bot]
8eae0d067d
New Crowdin Translations (automated) ( #32573 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-18 07:56:43 +00:00
hota
0f37b7d6ac
Fix column-settings spacing in local timeline in advanced view ( #32567 )
2024-10-18 07:40:08 +00:00
Matt Jankowski
bd6c96f737
Fix broken i18n in text welcome mailer tags area ( #32571 )
2024-10-18 07:19:37 +00:00
Claire
8b56509625
Add more explicit explanations about author attribution and fediverse:creator
( #32383 )
2024-10-17 09:03:08 +00:00
github-actions[bot]
009f2ebc32
New Crowdin Translations (automated) ( #32553 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-17 08:21:51 +00:00
Emelia Smith
bc2e642272
Fix: Reword 'pick one' to 'single choice' for polls ( #32397 )
2024-10-16 10:40:40 +00:00
Renaud Chaput
6c87c76e18
Add ability to group follow notifications in WebUI ( #32520 )
2024-10-16 08:33:11 +00:00
github-actions[bot]
acc1973f3a
New Crowdin Translations (automated) ( #32533 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-16 08:12:43 +00:00
Claire
25f8003d75
Fix only the first paragraph being displayed in some notifications ( #32348 )
2024-10-16 07:30:53 +00:00
Renaud Chaput
7a7a7cc448
Add back a 6 hours mute duration option ( #32522 )
2024-10-16 07:27:44 +00:00
Matt Jankowski
c40cd79c4d
Convert admin/invites
controller specs to system specs ( #32450 )
2024-10-15 14:27:46 +00:00
Matt Jankowski
b78597979a
Fix missing content warning text in rss formatter ( #32406 )
2024-10-15 14:12:54 +00:00
Matt Jankowski
0e58dc90d9
Use array compact style for classes in nothing_here
helper ( #32403 )
2024-10-15 13:56:29 +00:00
Christian Schmidt
227d46883f
Translate to regional language variant (e.g. pt-BR) ( #32428 )
2024-10-15 13:26:20 +00:00
Jeong Arm
5afdb81b36
Fix reblog icons on account media view ( #32506 )
2024-10-15 10:01:21 +00:00
Claire
5e4cc1a39c
Fix follow recommendation carrousel scrolling on RTL layouts, for real ( #32505 )
2024-10-15 09:38:04 +00:00
kenkiku1021
f2378aca40
add SWIFT object storage uri to CSP media hosts ( #32439 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-10-15 09:28:07 +00:00
github-actions[bot]
7d89cea0ea
New Crowdin Translations (automated) ( #32339 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-15 09:26:28 +00:00
Renaud Chaput
51345e5133
Fix back arrow pointing to the incorrect direction in RTL languages ( #32485 )
2024-10-15 09:15:25 +00:00
Claire
ab50b2613e
[Glitch] Fix follow recommendation carrousel scrolling on RTL layouts
...
Port 7c10b0fb7a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:29 +02:00
Claire
075eb3ed38
[Glitch] Fix mute duration not being shown in list of muted accounts in web UI
...
Port a295832960
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Claire
71a6ced55c
[Glitch] Fix “Mark every notification as read” not updating the read marker if scrolled down
...
Port e018e6321f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Claire
9b3aaa9609
[Glitch] Fix “Mention” appearing for otherwise filtered posts
...
Port f75eb1a8b0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Michael Stanclift
1a9be3e0eb
[Glitch] Restore list column border
...
Port de4f7859b4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Claire
39723a4d9c
[Glitch] Fix list edition modal styling
...
Port 45a520603b
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Matt Jankowski
6cedbb4c50
[Glitch] Bring icon vertical middle to applications list style
...
Port fa4a82326d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-14 20:11:02 +02:00
Claire
4d9b4ef72f
Merge commit '7c10b0fb7a078661558fef86399d86831423260c' into glitch-soc/merge-upstream
2024-10-14 19:46:52 +02:00
Claire
7c10b0fb7a
Fix follow recommendation carrousel scrolling on RTL layouts ( #32462 )
2024-10-14 15:25:32 +00:00
Matt Jankowski
d8eab3d81f
Reinforce coverage for DomainBlock
model ( #32473 )
2024-10-14 12:51:01 +00:00
Florian Kohler
2404d6d1a1
Added Swiss German to languages dropdown ( #29281 )
...
Co-authored-by: David Roetzel <david@roetzel.de>
2024-10-14 08:57:34 +00:00
Claire
b0dd38433b
Fix follow recommendation suppressions not applying immediately ( #32392 )
2024-10-14 08:18:25 +00:00
Jeremy Kescher
38e2f1de16
Merge branch 'upstream-main' into develop
Bundler Audit / security (push) Has been cancelled
Ruby Testing / build (test) (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Check i18n / check-i18n (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Check formatting / lint (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Ruby Testing / build (production) (push) Has been cancelled
Ruby Testing / test (.ruby-version) (push) Has been cancelled
Ruby Testing / test (3.1) (push) Has been cancelled
Ruby Testing / test (3.2) (push) Has been cancelled
Ruby Testing / Libvips tests (.ruby-version) (push) Has been cancelled
Ruby Testing / Libvips tests (3.1) (push) Has been cancelled
Ruby Testing / Libvips tests (3.2) (push) Has been cancelled
Ruby Testing / End to End testing (.ruby-version) (push) Has been cancelled
Ruby Testing / End to End testing (3.1) (push) Has been cancelled
Ruby Testing / End to End testing (3.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.1, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
2024-10-12 08:52:17 +02:00
Claire
888e6a3439
Fix setting to hide the quick filter bar ( #2882 )
...
Fixes #2881
2024-10-11 17:45:07 +02:00
Claire
10ea6da09f
Fix language of push notifications ( #32415 )
2024-10-11 10:24:03 +00:00
Jeremy Kescher
d364a1b0a7
Merge branch 'upstream-main' into develop
2024-10-11 00:53:18 +02:00
Jeremy Kescher
9090719153
Merge remote-tracking branch 'refs/remotes/upstream/stable-4.3' into develop
2024-10-10 22:57:13 +02:00
Claire
9ee86a738e
Fix the favicon notification badge not using the correct notification count ( #2880 )
...
Fixes #2879
2024-10-10 19:35:55 +02:00
Claire
6e96ec840d
Fix the favicon notification badge not using the correct notification count ( #2880 )
...
Fixes #2879
2024-10-10 19:31:51 +02:00
Claire
22fd767425
Fix mute duration not being shown in list of muted accounts in web UI ( #32388 )
2024-10-10 14:53:12 +00:00
Claire
3b07fe1bba
Fix “Mark every notification as read” not updating the read marker if scrolled down ( #32385 )
2024-10-10 13:42:08 +00:00
Claire
a5a3733c97
Fix “Mention” appearing for otherwise filtered posts ( #32356 )
2024-10-10 11:04:38 +00:00
Michael Stanclift
cdf603239e
Restore list column border ( #32367 )
2024-10-09 19:33:28 +00:00
Claire
d9fbb071da
Fix notification requests from suspended accounts still being listed ( #32354 )
2024-10-09 17:29:02 +00:00
Claire
03dbebdfef
Fix list edition modal styling ( #32358 )
2024-10-09 17:24:22 +00:00
Claire
fda52b2a52
Fix 4 columns barely not fitting on 1920px screen ( #32361 )
2024-10-09 17:16:57 +00:00
Matt Jankowski
258dce1256
Add OpenSSL::SSL::SSLError
to http connection errors wrapper ( #32307 )
2024-10-08 14:59:51 +00:00
Matt Jankowski
e8ec6667bd
Extract wrapper constant for HTTP::*
error classes ( #32285 )
2024-10-08 13:53:35 +00:00
Matt Jankowski
d20a899bb9
Bring icon vertical middle to applications list style ( #32293 )
2024-10-08 13:21:36 +00:00
Claire
94c69bba25
Merge branch 'stable-4.3' into glitch-soc/backports-4.3
2024-10-08 13:19:29 +02:00
github-actions[bot]
ab36c152f9
New Crowdin Translations for stable-4.3 (automated) ( #32297 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-08 13:18:49 +02:00
github-actions[bot]
ff3e2c9cfa
New Crowdin Translations (automated) ( #32295 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-08 08:10:39 +00:00
Jake Anto
0c16365991
Prefer native apps over PWA ( #27254 )
2024-10-07 20:33:14 +00:00
Eugen Rochko
ee17081793
[Glitch] Fix missing avatar fallback interfering with transparency in web UI
...
Port cae93e79a4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-07 20:46:30 +02:00
Eugen Rochko
9ca99b7dc1
[Glitch] Fix wrong width on logo in detailed link card in web UI
...
Port 889edc560a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-07 20:46:30 +02:00
Claire
7e06d724c9
Merge commit '4238da6ee3c93dfd5752e9133cbec958f8ebb18a' into glitch-soc/merge-upstream
2024-10-07 20:45:07 +02:00
Eugen Rochko
f669493d96
[Glitch] Fix missing avatar fallback interfering with transparency in web UI
...
Port cae93e79a4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-07 20:13:58 +02:00
Eugen Rochko
83b3c50778
[Glitch] Fix wrong width on logo in detailed link card in web UI
...
Port 889edc560a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-07 20:06:49 +02:00
Claire
dc7a42551f
[Glitch] Fix media gallery items having incorrect borders when hidden
...
Port 3b4312476f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-07 20:06:14 +02:00
Claire
4a859140ec
Merge commit 'edcf3d9234b03d6b1c4b29d1d15339f7f64040fb' into glitch-soc/backports-4.3
2024-10-07 20:03:53 +02:00
Eugen Rochko
cae93e79a4
Fix missing avatar fallback interfering with transparency in web UI ( #32270 )
2024-10-07 16:22:11 +02:00
Eugen Rochko
889edc560a
Fix wrong width on logo in detailed link card in web UI ( #32271 )
2024-10-07 16:22:11 +02:00
Leni Kadali
4238da6ee3
Add error message when user tries to follow their own account ( #31910 )
2024-10-07 12:05:46 +00:00
Matt Jankowski
bfabd6a2b8
Move account suspension-related methods to concern ( #28351 )
2024-10-07 12:02:04 +00:00
Eugen Rochko
1f5bd571cd
Fix missing avatar fallback interfering with transparency in web UI ( #32270 )
2024-10-07 09:35:42 +00:00
github-actions[bot]
2e0d918d7d
New Crowdin Translations for stable-4.3 (automated) ( #32253 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-07 11:21:49 +02:00
Claire
3b4312476f
Fix media gallery items having incorrect borders when hidden ( #32257 )
2024-10-07 10:54:23 +02:00
Claire
4fba4f8c82
Fix notification push notifications not including the author's username ( #32254 )
2024-10-07 10:54:23 +02:00
Matt Jankowski
25de2f57ee
Add coverage for missing status scenario in NotificationMailer ( #32256 )
2024-10-07 10:54:23 +02:00
github-actions[bot]
498024558a
New Crowdin Translations (automated) ( #32262 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2024-10-07 07:06:43 +00:00
Eugen Rochko
2c54b91dd1
Fix wrong width on logo in detailed link card in web UI ( #32271 )
2024-10-07 06:53:29 +00:00
Claire
6967031144
Fix video player's height in detailed status view
2024-10-06 19:19:28 +02:00
Claire
026643ab24
Fix video player's height in detailed status view
2024-10-06 19:19:14 +02:00
Christian Schmidt
c37daa11f2
[Glitch] Remove redundant title attribute
...
Port c40ab43dc7
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
7b40f14452
[Glitch] Fix media gallery items having incorrect borders when hidden
...
Port 51769e0670
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
c720623dc7
[Glitch] Fix unsupported grouped notifications from streaming causing duplicate IDs
...
Port 77f5b127fa
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
forsamori
819abbdb2f
[Glitch] Add margin-bottom to error.dialog to reduce whitespace
...
Port 63a959099b
to glitch-soc
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
b22272fcdc
[Glitch] Hide badges in media gallery when media are hidden
...
Port f768a6eb16
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
299372babe
[Glitch] Fix editing description of media uploads with custom thumbnails
...
Port f760899b04
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
54b209243b
[Glitch] Fix media uploads in composer appearing over search results in advanced interface
...
Port b5006539c9
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Claire
ce3bedade3
[Glitch] Fix incorrect 'navigator'
check
...
Port 4a737a948a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Nick Schonning
61a0c58dee
[Glitch] Enable ESLlint no-case-declarations
...
Port f91f077985
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 17:04:53 +02:00
Matt Jankowski
af39ac6edc
[Glitch] Adjust spacing on setting sub-nav items when below mobile size
...
Port f10d61bf86
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 16:44:22 +02:00
Matt Jankowski
edfa716a18
[Glitch] Improve alignment of icons on admin roles list
...
Port f811fcb2b2
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 16:43:50 +02:00
Renaud Chaput
8572fa1452
[Glitch] Fix follow notifications from streaming being grouped
...
Port 1be55ce244
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-06 16:43:17 +02:00
Claire
b28ce2424c
Merge commit 'c40ab43dc703be988c277d4ba6b7987a3a80e16c' into glitch-soc/merge-upstream
...
Conflicts:
- `app/helpers/application_helper.rb`:
Upstream added a helper where glitch-soc had its own, not really
a conflict.
Added upstream's helper.
- `lib/sanitize_ext/sanitize_config.rb`:
Upstream renamed a constant that was used slightly differently in glitch-soc.
Renamed it as upstream did.
2024-10-06 16:07:58 +02:00
Claire
354f54907d
[Glitch] Fix unsupported grouped notifications from streaming causing duplicate IDs
...
Port 6d5aa58f88
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:05:55 +02:00
Claire
4d611e94ee
[Glitch] Hide badges in media gallery when media are hidden
...
Port 55b5364534
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:05:15 +02:00
Claire
a09a26da49
[Glitch] Fix editing description of media uploads with custom thumbnails
...
Port 404f467fcf
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:04:52 +02:00
Claire
59a8066045
[Glitch] Fix media uploads in composer appearing over search results in advanced interface
...
Port 4a2d3929c5
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:04:31 +02:00
Claire
3cad5095c9
[Glitch] Fix incorrect 'navigator'
check
...
Port 931553844d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:04:09 +02:00
Matt Jankowski
e58d99a771
[Glitch] Adjust spacing on setting sub-nav items when below mobile size
...
Port 09cf617d7f
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:03:45 +02:00
Matt Jankowski
69c76fd94a
[Glitch] Improve alignment of icons on admin roles list
...
Port c828e7731c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:03:22 +02:00
Renaud Chaput
1b6bd585ab
[Glitch] Fix follow notifications from streaming being grouped
...
Port 8ac00533ff
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-10-05 21:00:39 +02:00
Claire
dfe851b476
Merge branch 'stable-4.3' into glitch-soc/backports-4.3
...
Conflicts:
- `app/helpers/application_helper.rb`:
Upstream added a helper where glitch-soc had its own, not really
a conflict.
Added upstream's helper.
2024-10-05 20:45:05 +02:00
Christian Schmidt
c40ab43dc7
Remove redundant title attribute ( #32258 )
2024-10-04 16:23:05 +00:00
Claire
6d5aa58f88
Fix unsupported grouped notifications from streaming causing duplicate IDs ( #32243 )
2024-10-04 17:48:03 +02:00
Claire
81cd489208
Fix Content-Security-Policy when using sso-redirect ( #32241 )
2024-10-04 17:48:03 +02:00
Claire
55b5364534
Hide badges in media gallery when media are hidden ( #32224 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
2e8b752c55
Move admin action log type list generation to helper ( #32178 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
d82ffdccbb
Add copyable_input
helper method to wrap shared options ( #32119 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
5c72b46a4e
Clean up labels on development application form ( #32116 )
2024-10-04 17:48:03 +02:00
Claire
404f467fcf
Fix editing description of media uploads with custom thumbnails ( #32221 )
2024-10-04 17:48:03 +02:00
Claire
4a2d3929c5
Fix media uploads in composer appearing over search results in advanced interface ( #32217 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
ceba0f082e
Provide use_path
to qr generator for svg data size reduction ( #32127 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
7de8d5ffca
Add relevant_params
to ReportFilter (matches account filter) ( #32136 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
74291dfb77
Remove unneeded reorder(nil)
conditions ( #32200 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
f07707a9bb
Extract WebPushRequest
from push notification worker and subscription ( #32208 )
2024-10-04 17:48:03 +02:00
Claire
931553844d
Fix incorrect 'navigator'
check ( #32219 )
2024-10-04 17:48:03 +02:00
Christian Schmidt
cbf1349370
Support /.well-known/host-meta.json ( #32206 )
2024-10-04 17:48:03 +02:00
Jeong Arm
b8fdffe824
Ignore error if mentioned account was not processable ( #29215 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-10-04 17:48:03 +02:00
Jeong Arm
b2ce9bb4c7
Show timestamp when the user deletes their account on admin dashboard ( #25640 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-10-04 17:48:03 +02:00
Matt Jankowski
09cf617d7f
Adjust spacing on setting sub-nav items when below mobile size ( #32137 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
784d1bfb29
Fix broken border on applications list ( #32147 )
2024-10-04 17:48:03 +02:00
Claire
754b03d8cb
Fix unneeded requests to blocked domains when receiving relayed signed activities from them ( #31161 )
2024-10-04 17:48:03 +02:00
Emelia Smith
f397550311
Add detection and download of material_symbol icons in config/navigation.rb ( #31366 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
97db4bd4dd
Wrap datetime in time
element with attrs ( #32177 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
1e19242134
Extract constants for header and avatar geometry ( #32151 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
4e6f13a0fb
Only show email domain blocks MX table when some found ( #32155 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
53624b1b54
Remove explicit put
action in settings forms ( #32176 )
2024-10-04 17:48:03 +02:00
Matt Jankowski
66ef4b9984
Remove WebfingerHelper
module & move usage inline ( #31203 )
2024-10-04 17:48:03 +02:00
David Roetzel
ce2481a81b
Move OTP secret length to configuration ( #32125 )
2024-10-04 17:48:03 +02:00