Claire
f0c0787789
Merge pull request #1732 from OrichalcumCosmonaut/main
...
fix typo in `<sub>` CSS styles
2022-04-05 09:44:09 +02:00
quinn
3b3741df6f
Update composer.scss
2022-04-05 17:35:50 +10:00
quinn
a73806ea32
Update composer.scss
2022-04-05 17:35:50 +10:00
quinn
92d2f50065
Update status.scss
2022-04-05 17:17:00 +10:00
quinn
1f0ff1ea98
Update status.scss
2022-04-05 17:17:00 +10:00
quinn
038d7b7be0
Update composer.scss
2022-04-05 17:16:21 +10:00
quinn
e989147a91
Update composer.scss
2022-04-05 17:16:21 +10:00
Claire
bb0a1e3ec0
Merge pull request #1731 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-04-04 18:42:43 +02:00
Claire
393db67ecc
Merge pull request #1731 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-04-04 18:42:43 +02:00
CommanderRoot
07f1888854
Replace deprecated String.prototype.substr() ( #17949 )
...
* Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
* Change String.prototype.substring() to String.prototype.slice()
.substring() and .slice() work very similary but .slice() is a bit faster and stricter
* Add ESLint rule to forbid usage of .substr and .substring
.substr() is deprecated and .substring() is very similar to .slice() so better to use .slice() at all times
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-04 12:19:45 -04:00
CommanderRoot
0ec695e036
Replace deprecated String.prototype.substr() ( #17949 )
...
* Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
* Change String.prototype.substring() to String.prototype.slice()
.substring() and .slice() work very similary but .slice() is a bit faster and stricter
* Add ESLint rule to forbid usage of .substr and .substring
.substr() is deprecated and .substring() is very similar to .slice() so better to use .slice() at all times
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-04-04 12:19:45 -04:00
Claire
d18363b5db
Merge branch 'main' into glitch-soc/merge-upstream
2022-04-04 17:25:57 +02:00
Claire
d01c5b0b8c
Merge branch 'main' into glitch-soc/merge-upstream
2022-04-04 17:25:57 +02:00
Ondřej Pokorný
c3eacaecfe
Update en.yml ( #17942 )
...
typo
2022-04-03 14:02:29 +02:00
Ondřej Pokorný
80ded02a4b
Update en.yml ( #17942 )
...
typo
2022-04-03 14:02:29 +02:00
Claire
4001f3810c
Fix unusual number formatting in some locales ( #17929 )
...
* Fix unusual number formatting in some locales
Fixes #17904
* Fix typo
2022-04-01 23:59:13 +02:00
Claire
0a8a0fb599
Fix unusual number formatting in some locales ( #17929 )
...
* Fix unusual number formatting in some locales
Fixes #17904
* Fix typo
2022-04-01 23:59:13 +02:00
Holger
fb3fc6cab4
fix: s3_force_single_request
not parsed ( #17922 )
2022-04-01 23:56:23 +02:00
Holger
39b489ba4c
fix: s3_force_single_request
not parsed ( #17922 )
2022-04-01 23:56:23 +02:00
Claire
b1e4e460db
Fix assets failing to build with OpenSSL 3 because of deprecated hash algorithm ( #17930 )
...
Fixes #17924
2022-04-01 23:55:32 +02:00
Claire
44b7be45f1
Fix assets failing to build with OpenSSL 3 because of deprecated hash algorithm ( #17930 )
...
Fixes #17924
2022-04-01 23:55:32 +02:00
dependabot[bot]
042fbadf92
Bump puma from 5.6.2 to 5.6.4 ( #17914 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.6.2 to 5.6.4.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.6.2...v5.6.4 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 19:10:40 +09:00
dependabot[bot]
24d446adf2
Bump puma from 5.6.2 to 5.6.4 ( #17914 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.6.2 to 5.6.4.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.6.2...v5.6.4 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 19:10:40 +09:00
Holger
09c02b1f49
fix: PWA web manifest not changed to new routes ( #17921 )
2022-03-31 11:20:26 +02:00
Holger
ea0cfd8e7e
fix: PWA web manifest not changed to new routes ( #17921 )
2022-03-31 11:20:26 +02:00
Claire
9c5a137508
Merge pull request #1729 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-31 10:42:51 +02:00
Claire
3381a0e6e0
Merge pull request #1729 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-31 10:42:51 +02:00
Claire
2eaf35ec78
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-31 10:36:23 +02:00
Claire
6bdec0aec9
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-31 10:36:23 +02:00
Claire
812b2048f6
Fix error MethodError in Chewy::Strategy::Sidekiq::Worker ( #17912 )
...
Also refactor a bit to reduce code duplication.
2022-03-31 00:49:24 +02:00
Claire
ef196c913c
Fix error MethodError in Chewy::Strategy::Sidekiq::Worker ( #17912 )
...
Also refactor a bit to reduce code duplication.
2022-03-31 00:49:24 +02:00
Claire
a98806b269
Merge pull request #1726 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-30 18:28:07 +02:00
Claire
363773d0e9
Merge pull request #1726 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-30 18:28:07 +02:00
Claire
a578b95f7a
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-30 15:02:56 +02:00
Claire
fc5dd0c538
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-30 15:02:56 +02:00
Claire
0df5c46817
Merge pull request #1725 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-30 15:02:16 +02:00
Claire
60f9973f45
Merge pull request #1725 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2022-03-30 15:02:16 +02:00
Eugen Rochko
a7a8594f2e
Bump version to 3.5.0 ( #17911 )
2022-03-30 14:52:37 +02:00
Eugen Rochko
8c7223f4ea
Bump version to 3.5.0 ( #17911 )
2022-03-30 14:52:37 +02:00
Eugen Rochko
d6d285eb75
Fix being able to post URLs longer than 4096 characters ( #17908 )
2022-03-30 14:46:03 +02:00
Eugen Rochko
bbc7afa2a2
Fix being able to post URLs longer than 4096 characters ( #17908 )
2022-03-30 14:46:03 +02:00
Eugen Rochko
bbde6bcf6e
Fix being able to bypass e-mail restrictions ( #17909 )
2022-03-30 14:45:52 +02:00
Eugen Rochko
5554ff2a1d
Fix being able to bypass e-mail restrictions ( #17909 )
2022-03-30 14:45:52 +02:00
Eugen Rochko
36d5cefeb6
Revert "Split build image actions ( #17793 )" ( #17907 )
...
This reverts commit 4eef881f84
.
2022-03-30 14:34:53 +02:00
Eugen Rochko
607ce67e05
Revert "Split build image actions ( #17793 )" ( #17907 )
...
This reverts commit 22eeaf2645
.
2022-03-30 14:34:53 +02:00
Claire
bdaf4179b3
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-30 13:40:10 +02:00
Claire
51a297e128
Merge branch 'main' into glitch-soc/merge-upstream
2022-03-30 13:40:10 +02:00
Claire
7e57a8768c
Refactor response_to_recipient?
CTE ( #17899 )
...
* Optimize and clean up `response_to_recipient?` CTE
Marginally improve performances, and make the CTE much more readable
* Limit max depth in `response_to_recipient?` CTE
2022-03-30 10:26:51 +02:00
Claire
2cc7ba2671
Refactor response_to_recipient?
CTE ( #17899 )
...
* Optimize and clean up `response_to_recipient?` CTE
Marginally improve performances, and make the CTE much more readable
* Limit max depth in `response_to_recipient?` CTE
2022-03-30 10:26:51 +02:00
Claire
a23fbf6ec5
Fix regression of status colors in actions modal in web UI ( #17903 )
...
Fixes #17900
Regression in #17844 (#17851 restored the code in the wrong place…)
2022-03-29 22:55:37 +02:00