1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-27 10:03:11 -05:00
Claire e96a90480b
Merge pull request from ClearlyClaire/glitch-soc/merge-upstream
* Cleanup unused portions of statuses/status partial ()

* Wrong count in response when removing favourite/reblog ()

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Paperclip: add support for Azure blob storage ()

* Fix a missing redirection on getting-started in multi column mode ()

* Fix haml-lint Rubocop `Style/NumericPredicate` cop ()

* Change casing for 'Server Settings' string ()

* Move localized subject mailer shared example to separate file ()

* Fix haml-lint Rubocop `Lint/UnusedBlockArguments` cop ()

* Fix `Lint/Void` cop ()

* Add stricter protocol fields validation for accounts ()

* Improve the bug report templates ()

* Fix the crossorigin attribute ()

* Fix replica being used even if not explicitly defined ()

* Clean up unused application records ()

* Change thread view to scroll to the selected post rather than the post being replied to ()

* Change default KeyGenerator digest to SHA1 to fix cookies in rolling upgrades ()

* change focus ui for keyboard only input ()

* Use username as display name for suspended users or users with blank display names ()

* Fix CSP headers being unintendedly wide ()

* Fix linting issue ()

* Replace 'favourite' by 'favorite' for American English ()

* Override default Action Mailer `preview_path` ()

* Favourits -> Favorites ()

* Bump version to v4.1.5 ()

* Fix incorrect connect timeout in outgoing requests ()

* Fix missing translation strings for importing lists ()

* Use valid email address for first account ()

* Update haml-lint 0.49.1 ()

* Fix focus and hover styles in web UI ()

* Remove back button from bookmarks, favourites and lists screens in web UI ()

* Remove 16:9 cropping from web UI ()

* Change design of link previews in web UI ()

* change poll form element colors to fit with the rest of the ui ()

* Add `lang` attribute to trending links ()

* Update dependency rdf-normalize to v0.6.1 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency brakeman to v6.0.1 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency postcss to v8.4.27 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix unexpected redirection to /explore after sign-in ()

* Update dependency aws-sdk-s3 to v1.131.0 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add report.updated webhook ()

* Fix LinkCrawlWorker crashing on `null` `created_at` ()

* Fix UI Overlap with the loupe icon in the Explore Tab ()

* Fix missing border on error screen in light theme in web UI ()

* Fix missing action label on sensitive videos and embeds in web UI ()

* Fix `lang` for UI texts in link preview ()

* Add published date and author to news on the explore screen in web UI ()

* Coverage for `Auth::OmniauthCallbacks` controller ()

* fix poll input active style ()

* Add `published_at` attribute to preview cards ()

* Update dependency sass to v1.64.1 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert poll colors to green outside of compose form ()

* Preserve translation on status re-import ()

* Fix missing GIF badge in account gallery ()

* Reformat large text arg in `FetchLinkCardService` spec ()

* Ignore long line in regex initializer ()

* Reformat large key values in service specs ()

* Reformat large hash in `ContextHelper` module ()

* Use heredoc SQL blocks in `AddFromAccountIdToNotifications` migration ()

* Extract private methods in `StatusCacheHydrator` ()

* New Crowdin Translations (automated) ()

Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Remove the `sr` locale override .rb files ()

* Use correct naming on controller concern specs ()

* Migrate to request specs in `/api/v2/filters` ()

* Fix wrong filters sometimes applying in streaming ()

* Refactor streaming's filtering logic & improve documentation ()

* Add role badges to the WebUI ()

* Change interaction modal in web UI ()

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>

* Fix crash when processing Flag activity with no status ()

* Storage: add :azure to remaining callers ()

* Remove queued_at value from pubsub payloads ()

* Fix emoji picker button scrolling with textarea content in single-column view ()

* Change the wording of the dismissable explore prompt ()

* Update dependency haml_lint to v0.49.2 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix: Streaming server memory leak in HTTP EventSource cleanup ()

* Swap debug statements in streaming server ()

* Fix missing return values in streaming ()

* [Glitch] Wrong count in response when removing favourite/reblog

Port 4c18928a931c8dc149fa3e0bd7de8ce4f6242715 to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Fix a missing redirection on getting-started in multi column mode

Port 586b1c9dca07c894af4248f59c847e7a3bf6d786 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Change thread view to scroll to the selected post rather than the post being replied to

Port e4ea80d8089110790bf11f7d4021dbe7b6a866de to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Replace 'favourite' by 'favorite' for American English

Port 217ef7f2aff08575c505368199f059c3c9d79df5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] change poll form element colors to fit with the rest of the ui

Port 80809ef33efcb80e18ff2193eb6ec30b3bb0fdf7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Add `lang` attribute to trending links

Port 76fce34ebb455d88a34290154ad8f02f582a67c0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Fix UI Overlap with the loupe icon in the Explore Tab

Port 9a567ec1d1fdb50573c882b7e454285ef7f4200c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Fix missing border on error screen in light theme in web UI

Port d1a9f601c7eac36f94e91814d3b28ecebaf6ff32 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Fix missing action label on sensitive videos and embeds in web UI

Port 714a20697f5e2f7994df012a5a8bbb49bc56f2e7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] fix poll input active style

Port 49d2e8979fa43596e992719435117e368ab76254 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Revert poll colors to green outside of compose form

Port ce1f35d7e213327549b960bb64f63c67a141ea40 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Add published date and author to news on the explore screen in web UI

Port f826a95f6e98b36841a87389590a65e79877fc7d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Preserve translation on status re-import

Port 6781dc6462b0511a2d3e6e08c965b7006ffd3331 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Fix missing GIF badge in account gallery

Port a4b69bec2eab61f2c3dcebddfe1474be386f828e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* Fix interaction modal being broken because of glitch-soc's theming system

* [Glitch] Change interaction modal in web UI

Port b4e739ff0f64c601973762ac986c0e63092d2d7e to glitch-soc

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* [Glitch] Change the wording of the dismissable explore prompt

Port a4ec187a203f52dd2fe0bdeb90e9d950a216b107 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>

* Fix CSP tests in glitch-soc

---------

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: Christian Schmidt <github@chsc.dk>
Co-authored-by: Misty De Méo <mistydemeo@gmail.com>
Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
Co-authored-by: gunchleoc <fios@foramnagaidhlig.net>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
Co-authored-by: Trevor Wolf <teeerevor@gmail.com>
Co-authored-by: наб <nabijaczleweli@nabijaczleweli.xyz>
Co-authored-by: mogaminsk <mgmnjp@icloud.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vyr Cossont <VyrCossont@users.noreply.github.com>
Co-authored-by: gol-cha <info@mevo.xyz>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Daniel M Brasil <danielmbrasil@protonmail.com>
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2023-07-30 21:35:47 +02:00
..
2023-05-28 16:38:10 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 18:06:09 +02:00
2023-05-28 18:06:09 +02:00
2023-05-28 16:38:10 +02:00
2023-05-28 18:06:09 +02:00
2023-05-28 18:06:09 +02:00