Claire
cdc026c2fb
Fix tootctl accounts migrate error due to typo ( #23567 )
2 years ago
Claire
db0bbe5cb7
Add mail headers to avoid auto-replies ( #23597 )
2 years ago
Claire
05ef604007
Fix error when displaying post history of a trendable post in the admin interface ( #23574 )
2 years ago
Terry Garcia
f5fe444913
Switched bookmark and favourites around ( #23701 )
2 years ago
Claire
30c34fe90f
Change unintended SMTP read timeout from 5 seconds to 20 seconds ( #23750 )
2 years ago
Claire
6943192f5e
Fix server error when failing to follow back followers from `/relationships` ( #23787 )
2 years ago
Claire
3faa229d8d
Fix duplicate “Publish” button on mobile ( #23804 )
2 years ago
Claire
7bc43c91a0
Fix “Remove all followers from the selected domains” being more destructive than it claims ( #23805 )
2 years ago
Claire
16c8144b1c
Add support for incoming rich text ( #23913 )
2 years ago
Claire
a95dc48e01
Merge branch 'main' into glitch-soc/merge-upstream
2 years ago
Matt Jankowski
35cbd0685d
Fix deprecation warning about merging conditions ( #23618 )
2 years ago
Matt Jankowski
0d409f9fd7
Update rspec-rails to version 6.0.1 ( #23908 )
2 years ago
Matt Jankowski
0fe721074b
Add spec coverage for Admin::Trends::StatusesHelper ( #23898 )
2 years ago
Shlee
aadfaf38a8
[Dependashlee] Bump @github/webauthn-json from 0.5.7 to 2.1.1 (js) ( #23819 )
2 years ago
Shlee
a54a2c4af7
[Dependashlee] Bump fuzzysort from 1.9.0 to 2.0.4 (JS) ( #23822 )
2 years ago
Shlee
a2087edbf4
[Dependashlee] Bump color-blend from 3.0.1 to 4.0.0 (JS) ( #23823 )
2 years ago
Stanislav Dobrovolschii
eaea285368
Add rspecs for FollowRecommendationsScheduler ( #23890 )
2 years ago
Matt Jankowski
5bf8f34842
Spec coverage for HomeHelper ( #23907 )
2 years ago
Eugen Rochko
096f622340
New Crowdin updates ( #23802 )
...
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2 years ago
Nick Schonning
19be243493
Autofix Rubocop Style/HashConversion ( #23852 )
2 years ago
Matt Jankowski
04082726de
Admin mailer spec coverage improvement ( #23863 )
2 years ago
Shlee
8ed5fc7252
[Dependashlee] Update to Puma 6.1.0 ( #23795 )
2 years ago
Matt Jankowski
9cf4671ba1
Remove unused admin/announcements helper ( #23899 )
2 years ago
Matt Jankowski
1d248c3f57
Remove unused InstancePresenter#sample_accounts method ( #23900 )
2 years ago
Matt Jankowski
7e7fa6cb40
Add policies and serializers groups to simplecov output ( #23897 )
2 years ago
Matt Jankowski
385ae6681d
Fix single-record invalid condition on PollVote ( #23810 )
2 years ago
Christian Schmidt
41655e16ea
Add `lang` attribute to media and poll options ( #23891 )
2 years ago
Claire
8d645954fa
Merge pull request #2119 from ClearlyClaire/glitch-soc/merge-upstream
...
Merge upstream changes
2 years ago
Claire
42f73a411c
Move misc rules from components/index.scss to components/misc.scss
2 years ago
Claire
59b7c6e3d8
Fix glitch-soc SCSS code style and refactor closer to upstream
2 years ago
Claire
2e98a75c36
Add glitch-soc's win95.scss and reset.scss to stylelint's ingore list
2 years ago
Christian Schmidt
5eaad2ae5b
[Glitch] Add `lang` attribute to preview card
...
Port e56145661c
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Tim Lucas
650ea1316a
[Glitch] Increase contrast of upload progress background
...
Port 808c9a7cf4
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Botao Wang
213b82d0a4
[Glitch] Fix sidebar cut-off on small screens in admin UI
...
Port 1f844d0d18
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
5548b2c73f
[Glitch] Add `lang` tag to native language names in language picker
...
Port 82c464d4d0
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Renaud Chaput
295d193e7f
[Glitch] Rename JSX files with proper `.jsx` extension
...
Port ae3812d182
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire
f3cd30942c
Fix building vanilla flavor after JSX change
2 years ago
Claire
f15ded319f
Merge branch 'main' into glitch-soc/merge-upstream
...
Conflicts:
- `.prettierignore`:
Upstream added a line at the end of the file, while glitch-soc had its own
extra lines.
Took upstream's change.
- `CONTRIBUTING.md`:
We have our custom CONTRIBUTING.md quoting upstream. Upstream made changes.
Ported upstream changes.
- `app/controllers/application_controller.rb`:
Upstream made code style changes in a method that is entirely replaced
in glitch-soc.
Ignored the change.
- `app/models/account.rb`:
Code style changes textually close to glitch-soc-specific changes.
Ported upstream changes.
- `lib/sanitize_ext/sanitize_config.rb`:
Upstream code style changes.
Ignored them.
2 years ago
Matt Jankowski
c759d6f31d
Remove unused HTML Validator ( #23866 )
2 years ago
Christian Schmidt
e56145661c
Add `lang` attribute to preview card ( #23869 )
2 years ago
Nick Schonning
1cdd7d6c8f
Rename ActivityPub Serializer Specs ( #23844 )
2 years ago
Claire
bc4837a600
Change auto-deletion throttling constants to better scale with server size ( #23320 )
2 years ago
Tim Lucas
808c9a7cf4
Increase contrast of upload progress background ( #23836 )
2 years ago
Nick Schonning
43a3812265
Fix mispelled spec filenames ( #23834 )
2 years ago
Eugen Rochko
6bfb54dccc
New Crowdin updates ( #23625 )
...
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2 years ago
Claire
0fb32f919f
Fix inefficiency when searching accounts per username in admin interface ( #23801 )
2 years ago
Claire
3423976bda
Fix rack:attack flaky tests and test end of throttle period ( #23799 )
2 years ago
Nick Schonning
4f6ad6475e
Autofix Rubocop Rails/Blank ( #23765 )
2 years ago
Nick Schonning
eb6991cee1
Autofix Rubocop Rails/RootPathnameMethods ( #23760 )
2 years ago
Nick Schonning
3e43bc352d
Ignore JSX files from Prettier ( #23777 )
2 years ago