Claire
27b74ba7b8
Merge commit '770cf420854b03c1994ed21baa32a05b75ed34b4' into glitch-soc/merge-4.3
2025-12-08 17:01:25 +01:00
Echo
140e011e73
Fixes YouTube embeds ( #37126 )
2025-12-05 11:15:00 +01:00
Bruno Viveiros
43f8760c95
fix: YouTube iframe being able to start at a defined time ( #26584 )
2025-12-05 11:15:00 +01:00
Claire
5ef8a632bf
Merge commit '5983f8292b0e61f3878718a81ae708bf99462892' into glitch-soc/merge-4.3
2025-10-10 19:20:48 +02:00
github-actions[bot]
5983f8292b
New Crowdin Translations for stable-4.3 (automated) ( #36432 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-10-10 18:17:25 +02:00
Claire
fd733d0603
Merge remote-tracking branch 'upstream/stable-4.3' into glitch-soc/merge-4.3
2025-09-05 12:18:08 +02:00
Claire
055be70c59
Fix editing or deleting and redrafting polls in 4.3 ( #36036 )
2025-09-05 12:17:02 +02:00
Claire
789df6b196
Merge remote-tracking branch 'upstream/stable-4.3' into glitch-soc/merge-4.3
2025-09-04 19:14:04 +02:00
Claire
a3d4b7c9b9
Fix API return types for interaction API helpers ( #35915 )
2025-09-04 15:44:53 +02:00
Claire
d2b544e584
Fix Edit as well as “Delete & Redraft” on a poll not inserting empty option ( #35892 )
2025-09-04 15:44:53 +02:00
Claire
62f21ab1fc
Merge commit '42594f253e64c559ca2462abab0623dddc82f54c' into glitch-soc/backports-4.3
2025-08-05 15:16:11 +02:00
github-actions[bot]
ef8b45f004
New Crowdin Translations for stable-4.3 (automated) ( #35682 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-08-05 14:02:30 +02:00
Claire
6202cf6b65
Fix WebUI crashing for accounts with null URL ( #35651 )
2025-08-05 11:43:25 +02:00
Claire
a076fa2063
Merge commit 'f6dbb2206c5a4c1b27ce1395b477492139cfcbcc' into glitch-soc/merge-4.3
2025-07-02 19:06:55 +02:00
Claire
973eb0a1d3
Fix “Alt text” button submitting form in moderation interface ( #35147 )
2025-07-02 12:51:46 +02:00
Jeremy Kescher
44a88ad4d5
Fix /share not using server-set characters limit ( #33459 )
2025-07-02 12:51:46 +02:00
Jeong Arm
e517c2a1bf
Add missing autofocus on boost modal ( #32953 )
2025-07-02 12:51:46 +02:00
github-actions[bot]
787702c26b
New Crowdin Translations for stable-4.3 (automated) ( #35243 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-07-02 12:26:05 +02:00
Claire
bd8d96e699
Merge commit 'e6591bf322c7e47a8420a588d52a44a585c10b54' into glitch-soc/merge-4.3
...
Conflicts:
- `docker-compose.yml`:
Conflict because of different repo names. Updated version.
2025-05-06 15:28:55 +02:00
Claire
e6591bf322
Fix code style issue
2025-05-06 15:08:57 +02:00
Claire
6d46225718
Merge commit from fork
...
* Check scheme in account and post links
* Harden media attachments
* Client-side mitigation
* Client-side mitigation for media attachments
2025-05-06 15:02:13 +02:00
Claire
459e3451b6
Merge commit '6f16011c5a46bfa131cc1d6be89347dcff1b0fc1' into glitch-soc/merge-4.3
2025-04-02 12:10:24 +02:00
github-actions[bot]
527d9200d0
New Crowdin Translations for stable-4.3 (automated) ( #34336 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-04-01 11:10:20 +02:00
Claire
4a271072f5
Merge commit '6d53e8c6c5273bc8405ed8cf10ec6455ad7cc677' into glitch-soc/merge-4.3
2025-03-31 19:55:39 +02:00
Claire
105e5b1d76
Fix bookmarks and favourites not being filtered ( #34260 )
2025-03-31 15:38:00 +02:00
Claire
d6442b5455
Fix filters not applying in detailed view ( #34259 )
2025-03-31 15:38:00 +02:00
Claire
2340f4df81
Fix “x” hotkey not working on boosted filtered posts ( #33758 )
2025-03-31 15:38:00 +02:00
Claire
c5d17a3997
Merge commit 'a8613b7cda61e46209cace4379a9dea81f45529e' into glitch-soc/merge-4.3
2025-03-10 12:20:09 +01:00
Claire
62f019252a
Change hashtag suggestion to prefer personal history capitalization ( #34070 )
2025-03-10 10:14:17 +01:00
Claire
1ed1cdba1b
Fix preview cards under Content Warnings not being shown in detailed statuses ( #34068 )
2025-03-10 10:14:17 +01:00
Claire
baac429103
Merge commit 'b1a584d252f4df4c2a1a9400d6588b4f36768216' into glitch-soc/merge-4.3
...
Conflicts:
- `app/lib/feed_manager.rb`:
Not a real conflict, but glitch-soc has an extra `populate_direct_feed` method.
Added upstream's code.
In addition, upstream changed how notifications from follow subscriptions were
handled, refactoring this file in the process.
Ported upstream's changes.
- `app/services/precompute_feed_service.rb`:
Not a real conflict, glitch-soc has extra code for the direct feed.
Added upstream's new code for populating lists.
- `app/validators/poll_options_validator.rb`:
Upstream split `PollValidator` in two, and glitch-soc had local changes to
make the options configurable.
Refactored as upstream did, keeping glitch-soc's configurable limits.
- `app/workers/feed_insert_worker.rb`:
Upstream changed how notifications from follow subscriptions were handled,
refactoring this file in the process.
Conflict is due to glitch-soc having an extra timeline type (direct).
Ported upstream's changes.
2025-02-25 18:33:54 +01:00
github-actions[bot]
b1a584d252
New Crowdin Translations for stable-4.3 (automated) ( #33999 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2025-02-25 17:12:07 +01:00
Claire
2954c2facb
Change preview cards to be shown when Content Warnings are expanded ( #33827 )
2025-02-25 17:11:09 +01:00
Claire
44e38b79de
Fix emoji rewrite adding unnecessary curft to the DOM for most emoji ( #33818 )
2025-02-25 17:11:09 +01:00
Claire
68eb62f4a9
Fix processing of incoming notifications for unfilterable types ( #33429 )
2025-02-25 17:11:09 +01:00
Eugen Rochko
fa2625a0d9
Fix notification polling showing a loading bar in web UI ( #32960 )
2025-02-25 17:11:09 +01:00
Claire
0d69cc068c
Merge commit '26f25ef4bafd5ad84d03d8cb7ad0d868360175e5' into glitch-soc/stable-4.3
...
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/trends/statuses.rb`:
Upstream added a date restriction to trendable posts, while glitch-soc had
slightly different conditions.
Added the date restriction to glitch-soc's conditions.
2024-12-02 21:49:12 +01:00
github-actions[bot]
26f25ef4ba
New Crowdin Translations for stable-4.3 (automated) ( #33135 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2024-12-02 16:53:28 +01:00
Claire
90c7c1bf7d
Fix duplicate notifications in notification groups when using slow mode ( #33014 )
2024-12-02 16:20:32 +01:00
Claire
c634da32cf
Redesign Content Warning and filters ( #32543 )
2024-12-02 16:20:32 +01:00
Claire
2d8ce9e19a
Fix alt-text pop-in not using the translated description ( #32766 )
2024-12-02 16:20:32 +01:00
Renato "Lond" Cerqueira
1ddf1aedf1
Fix 'unknown' media attachment rendering in detailed view ( #32713 )
2024-12-02 16:20:32 +01:00
David Roetzel
c13b8026f0
Do not change follow counters when already following ( #32622 )
2024-12-02 16:20:32 +01:00
Emelia Smith
bf1375ae37
Fix 'unknown' media attachment type rendering ( #32613 )
2024-12-02 16:20:32 +01:00
Claire
2b0410f903
Merge commit 'f7aab0cc2ff47337021d50ed52428abcb7a9b518' into glitch-soc/backports-4.3
...
Conflicts:
- `app/helpers/application_helper.rb`:
Upstream added a helper, while glitch-soc had extra helpers.
Added upstream's helper.
2024-10-18 17:19:57 +02:00
Claire
de5f522cc0
Remove ability to get embed code for remote posts ( #32578 )
2024-10-18 15:49:26 +02:00
hota
044dd3f788
Fix column-settings spacing in local timeline in advanced view ( #32567 )
2024-10-18 15:49:26 +02:00
github-actions[bot]
d0fb7939bb
New Crowdin Translations for stable-4.3 (automated) ( #32576 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2024-10-18 10:11:59 +02:00
Renaud Chaput
e507b4f884
Add ability to group follow notifications in WebUI ( #32520 )
2024-10-18 09:14:13 +02:00
github-actions[bot]
93348136a5
New Crowdin Translations for stable-4.3 (automated) ( #32555 )
...
Co-authored-by: GitHub Actions <noreply@github.com >
2024-10-17 10:21:47 +02:00