20611 Commits

Author SHA1 Message Date
root
6237095cd1 Re-add Modern theme, with color variants 2024-02-01 10:41:10 -05:00
root
a70afbb464 dev work 2024-02-01 10:41:10 -05:00
tarrien
47cd1625eb Delete .env.production.old 2024-02-01 10:41:10 -05:00
tarrien
4e8a794be5 Cleanup 2024-02-01 10:41:10 -05:00
Tarrien
8c6bde65de Block gpt via robots.txt 2024-02-01 10:41:10 -05:00
Tarrien
32936d712f Final save before migration 2024-02-01 10:41:10 -05:00
Tarrien
3f1e08ecdb Fixing some customization tweaks 2024-02-01 10:41:10 -05:00
Tarrien
e94c6b5887 Wobbl customizations on Glitch-SOC 2024-02-01 10:41:10 -05:00
Tarrien
36dd7be107 Theming and such 2024-02-01 10:41:10 -05:00
Tarrien
38cb413837 Update to 4.1.3 2024-02-01 10:41:10 -05:00
Claire
81c95a7f61 Bump version to v4.1.3 2024-02-01 10:41:10 -05:00
Renaud Chaput
25811b6baf Allow carets in URL search params (#25216) 2024-02-01 10:41:10 -05:00
Vyr Cossont
2634c0a21a Fix Redis client and type errors introduced in #24285 (#24342) 2024-02-01 10:41:10 -05:00
Vyr Cossont
ae28c38734 IndexingScheduler: fetch and import in batches (#24285)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-02-01 10:41:10 -05:00
Claire
3318bda66c Change /api/v1/statuses/:id/history to always return at least one item (#25510) 2024-02-01 10:41:10 -05:00
Daniel M Brasil
ea502e3820 Fix incorrect pagination headers in /api/v2/admin/accounts (#25477) 2024-02-01 10:41:10 -05:00
Claire
2f205ac651 Fix infinite loop in AccountsStatusesCleanupScheduler (#24840) 2024-02-01 10:41:10 -05:00
Claire
415d94a166 Improve automatic post cleanup worker performances (#24785) 2024-02-01 10:41:10 -05:00
Claire
70c48aa25a Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly (#24607) 2024-02-01 10:41:10 -05:00
Claire
bd8ee39bab Change automatic post deletion thresholds and load detection (#24614) 2024-02-01 10:41:10 -05:00
Claire
049e1ff586 Fix ArgumentError when loading newer Private Mentions (#25399) 2024-02-01 10:41:10 -05:00
Claire
67a3171eed Bump version to v4.1.2 2024-02-01 10:41:10 -05:00
Claire
1d81778985 Bump version to v4.1.1 2024-02-01 10:41:10 -05:00
Claire
070b69be3f Add mail headers to avoid auto-replies (#23597) 2024-02-01 10:41:10 -05:00
Claire
63d7a30503 Fix build-security workflow for glitch-soc 2024-02-01 16:09:51 +01:00
Claire
ff58ec0103 Merge pull request from GHSA-3fjr-858r-92rw
* Fix insufficient origin validation

* Bump version to 4.3.0-alpha.1
2024-02-01 15:57:08 +01:00
Claire
3866597e24
Merge pull request #2601 from ClearlyClaire/glitch-soc/fixes/security-builds-latest
Fix security builds not being tagged latest
2024-02-01 11:48:45 +01:00
Claire
a7b16003e1 Fix security builds not being marked latest 2024-02-01 11:31:29 +01:00
Claire
626ff320cf
Merge pull request #2600 from ClearlyClaire/glitch-soc/fixes/failures
Configure selenium to use Chrome version 120 (#29038)
2024-02-01 11:30:34 +01:00
Matt Jankowski
f4416e6b3a Configure selenium to use Chrome version 120 (#29038) 2024-02-01 11:15:23 +01:00
Claire
7bb5f6efbc
Merge pull request #2599 from ClearlyClaire/glitch-soc/build-action
Add github action workflow for manual security builds
2024-02-01 11:14:40 +01:00
Claire
883f589653 Fix missing workflow_dispatch trigger for build-security (#29041) 2024-02-01 10:58:10 +01:00
Claire
85bdd145dc Adapt workflow to glitch-soc 2024-02-01 10:40:04 +01:00
Claire
a48447a6b2 Add github action workflow for manual security builds (#29040) 2024-02-01 10:39:23 +01:00
Claire
8b87673f5e
Remove obsolete locale file (#2596) 2024-01-30 23:21:35 +01:00
Claire
3ede233146
Fix crash in private mention conversations in glitch-soc flavor (#2595) 2024-01-30 22:42:22 +01:00
Claire
80308d384a
[Glitch] Refactor conversations components in web UI (#2589)
Port 3205a654caf903002c2db872f802a3332201678b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2024-01-28 14:53:08 +01:00
Claire
a4e7cc2d94
Merge pull request #2590 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to bf153b384b76c7e7f5b3e6b93a6d2ce36cd60f75
2024-01-28 14:47:35 +01:00
Claire
bf153b384b Merge commit '42ab855b2339c5cea3229c856ab539f883736b12' into glitch-soc/merge-upstream
Conflicts:
- `app/controllers/auth/confirmations_controller.rb`:
  Upstream refactored, changing lines textually close of glitch-soc-only lines
  pertaining to the theming system.
  Resolved the conflict.
- `app/controllers/auth/passwords_controller.rb`:
  Upstream refactored, changing lines textually close of glitch-soc-only lines
  pertaining to the theming system.
  Resolved the conflict.
- `app/controllers/settings/two_factor_authentication/webauthn_credentials_controller.rb`:
  Upstream refactored, changing lines textually close of glitch-soc-only lines
  pertaining to the theming system.
  Resolved the conflict.
2024-01-27 19:06:41 +01:00
Claire
420ca90071
Merge pull request #2585 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to 3205a654caf903002c2db872f802a3332201678b
2024-01-27 18:35:29 +01:00
Claire
dd7a66949a Fix CSS loading in redirect controller 2024-01-26 21:04:02 +01:00
Claire
54ece5040d [Glitch] Use active variants for boost icons and increase icon size
Port 5a838ceaa9a003bc2e2fdee727d4aa87cd53de4f to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-01-26 20:53:53 +01:00
Eugen Rochko
e5f50478b5 [Glitch] Add confirmation when redirecting logged-out requests to permalink
Port SCSS changes from b19ae521b7d28a76e8e1d8da8157e051e9d8de6c to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2024-01-26 20:51:08 +01:00
Claire
5fa2821853 Merge commit '3205a654caf903002c2db872f802a3332201678b' into glitch-soc/merge-upstream 2024-01-26 20:47:20 +01:00
github-actions[bot]
ae9c675930
New Crowdin Translations (automated) (#2564)
* New Crowdin translations

* Fix bogus translation files

---------

Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-26 19:45:04 +01:00
Claire
108fb33478
Merge pull request #2584 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to 7a1f087659204e9d0cbba2de37e45b1921cefe20
2024-01-26 18:47:09 +01:00
Claire
70de52c297 Merge commit '7a1f087659204e9d0cbba2de37e45b1921cefe20' into glitch-soc/merge-upstream 2024-01-25 19:51:19 +01:00
Claire
adde803656
Merge pull request #2583 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes up to 01ce9df88008cee705b7e02a4581802afa07c3df
2024-01-25 19:50:12 +01:00
Matt Jankowski
42ab855b23
Add specs for Instance model scopes and add with_domain_follows scope (#28767) 2024-01-25 15:28:27 +00:00
Matt Jankowski
4cdf62e576
Extract rebuild_index method in maintenance CLI (#28911) 2024-01-25 15:26:51 +00:00