Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | Refactor glitch-soc rich text SCSS | Claire | |
2023-03-05 | [Glitch] Only offer translation for supported languages | Christian Schmidt | |
Port 5a8c651e8f0252c7135042e79396f782361302d9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-05 | [Glitch] Switched bookmark and favourites around | Terry Garcia | |
Port a1347f456e47e085ef1031b607cabd0683c496c2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-05 | [Glitch] Fix duplicate “Publish” button on mobile | Claire | |
Port b55fc883b6181fb8080fbafd53bc7a9f1896b295 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-05 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
Conflicts: - `README.md`: Upstream README has been changed, but we have a completely different one. Kept our `README.md`. - `lib/sanitize_ext/sanitize_config.rb`: Upstream added support for more incoming HTML tags (a large subset of what glitch-soc accepts). Change the code style to match upstream's but otherwise do not change our code. - `spec/lib/sanitize_config_spec.rb`: Upstream added support for more incoming HTML tags (a large subset of what glitch-soc accepts). Kept our version, since the tests are mostly glitch-soc's, except for cases which are purposefuly different. | |||
2023-03-05 | New Crowdin updates (#2118) | Claire | |
* New translations en.json (Spanish) [ci skip] * New translations en.yml (Spanish) [ci skip] | |||
2023-03-05 | [Glitch] Add `lang` attribute to media and poll options | Christian Schmidt | |
Port d3eefead3014175b264cb56f6f4cb552cbaaeac6 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-03-05 | Enable Rubocop for app/views (#23874) | Nick Schonning | |
2023-03-04 | Do not leave Mastodon when clicking “Back” (#23953) | Christian Schmidt | |
2023-03-04 | User mailer spec coverage improvements (#23905) | Matt Jankowski | |
2023-03-04 | Misc coverage improvements for validators (#23928) | Matt Jankowski | |
2023-03-04 | Upgrade to latest redis-rb 4.x and fix deprecations (#23616) | Jean byroot Boussier | |
Co-authored-by: Jean Boussier <jean.boussier@gmail.com> | |||
2023-03-03 | Remove implied StandardError rescue (#23942) | Nick Schonning | |
2023-03-03 | Fix original account being unfollowed on migration before the follow request ↵ | Claire | |
could be sent (#21957) | |||
2023-03-03 | Change `ActivityPub::DeliveryWorker` retries to be spread out more (#21956) | Claire | |
2023-03-03 | Only offer translation for supported languages (#23879) | Christian Schmidt | |
2023-03-03 | Fix external authentication not running onboarding code for new users (#23458) | Claire | |
2023-03-03 | Add mail headers to avoid auto-replies (#23597) | Claire | |
2023-03-03 | Fix error when displaying post history of a trendable post in the admin ↵ | Claire | |
interface (#23574) | |||
2023-03-03 | Switched bookmark and favourites around (#23701) | Terry Garcia | |
2023-03-03 | Fix server error when failing to follow back followers from `/relationships` ↵ | Claire | |
(#23787) | |||
2023-03-03 | Fix duplicate “Publish” button on mobile (#23804) | Claire | |
2023-03-03 | Fix “Remove all followers from the selected domains” being more ↵ | Claire | |
destructive than it claims (#23805) | |||
2023-03-03 | Add support for incoming rich text (#23913) | Claire | |
2023-03-02 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
2023-03-02 | Fix deprecation warning about merging conditions (#23618) | Matt Jankowski | |
2023-03-02 | Spec coverage for HomeHelper (#23907) | Matt Jankowski | |
2023-02-28 | New Crowdin updates (#23802) | Eugen Rochko | |
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2023-02-28 | Autofix Rubocop Style/HashConversion (#23852) | Nick Schonning | |
2023-02-28 | Remove unused admin/announcements helper (#23899) | Matt Jankowski | |
2023-02-27 | Remove unused InstancePresenter#sample_accounts method (#23900) | Matt Jankowski | |
2023-02-27 | Fix single-record invalid condition on PollVote (#23810) | Matt Jankowski | |
2023-02-26 | Add `lang` attribute to media and poll options (#23891) | Christian Schmidt | |
2023-02-25 | Move misc rules from components/index.scss to components/misc.scss | Claire | |
2023-02-25 | Fix glitch-soc SCSS code style and refactor closer to upstream | Claire | |
2023-02-25 | [Glitch] Add `lang` attribute to preview card | Christian Schmidt | |
Port 8000a8f2309d428c2ce72fe5ffba940754d55339 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-25 | [Glitch] Increase contrast of upload progress background | Tim Lucas | |
Port f4f91bc295fd423bdc81ca17f0f9491ed6cd897e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-25 | [Glitch] Fix sidebar cut-off on small screens in admin UI | Botao Wang | |
Port 7adde24a95218048f14c29bee0d25afaeae99509 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-25 | [Glitch] Add `lang` tag to native language names in language picker | Claire | |
Port 7207a98d3990124c6dc1df2187475695c800e65f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-25 | [Glitch] Rename JSX files with proper `.jsx` extension | Renaud Chaput | |
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-25 | Fix building vanilla flavor after JSX change | Claire | |
2023-02-25 | Merge branch 'main' into glitch-soc/merge-upstream | Claire | |
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. | |||
2023-02-24 | Remove unused HTML Validator (#23866) | Matt Jankowski | |
2023-02-24 | Add `lang` attribute to preview card (#23869) | Christian Schmidt | |
2023-02-23 | Change auto-deletion throttling constants to better scale with server size ↵ | Claire | |
(#23320) | |||
2023-02-23 | Increase contrast of upload progress background (#23836) | Tim Lucas | |
2023-02-22 | New Crowdin updates (#23625) | Eugen Rochko | |
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> | |||
2023-02-22 | Fix inefficiency when searching accounts per username in admin interface ↵ | Claire | |
(#23801) | |||
2023-02-22 | Autofix Rubocop Rails/Blank (#23765) | Nick Schonning | |
2023-02-22 | Enable Rubocop Style/StringConcatenation defaults (#23792) | Nick Schonning | |