about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-03-09Center the text itself in upload area (#24029)Rodion Borisov
2023-03-09Explicitly set github repo in instance presenter spec (#24036)Matt Jankowski
2023-03-08Unescape HTML entities (#24019)Christian Schmidt
2023-03-08Skip rebase-needed job for i10n branch (#24026)Nick Schonning
2023-03-08Add refreshing many accounts at once with "tootctl accounts refresh" (#23304)9p4
2023-03-08Bump babel-jest from 29.4.3 to 29.5.0 (#24007)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump mkdirp from 2.1.3 to 2.1.5 (#23994)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump rubocop from 1.45.1 to 1.48.0 (#23999)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump jest-environment-jsdom from 29.4.3 to 29.5.0 (#23998)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump jest from 29.4.3 to 29.5.0 (#24003)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump doorkeeper from 5.6.4 to 5.6.5 (#24009)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump omniauth_openid_connect from 0.6.0 to 0.6.1 (#23991)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump utf-8-validate from 6.0.2 to 6.0.3 (#23992)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump axios from 1.3.3 to 1.3.4 (#23996)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump rack from 2.2.6.2 to 2.2.6.3 (#23997)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump sidekiq-scheduler from 5.0.1 to 5.0.2 (#24004)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump yargs from 17.7.0 to 17.7.1 (#24002)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Bump pg from 1.4.5 to 1.4.6 (#24001)dependabot[bot]
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08Skip double building on Dependabot branches (#24025)Nick Schonning
2023-03-07Convert CircleCI to GitHub Actions (#23608)Nick Schonning
2023-03-06Disable anonymous access to the streaming API (#23989)Claire
2023-03-06Fix `/api/v1/streaming` sub-paths not being redirected (#23988)Claire
2023-03-06Remove unused TOCGenerator (#23986)Matt Jankowski
2023-03-06add modal message when editing toot (#23936)PauloVilarinho
Co-authored-by: PauloVilarinho <paulotarsobranco@hotmail.com>
2023-03-06Remove sidebar dead code (#23984)Claire
2023-03-06Fix unconfirmed accounts being registered as active users (#23803)Claire
2023-03-06Remove pinned rexml (#23964)Nick Schonning
2023-03-06Do not strip tags from `Setting.site_short_description` (#23975)Christian Schmidt
2023-03-05Normalize translationsClaire
2023-03-05Refactor glitch-soc rich text SCSSClaire
2023-03-05[Glitch] Only offer translation for supported languagesChristian Schmidt
Port 5a8c651e8f0252c7135042e79396f782361302d9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-03-05[Glitch] Switched bookmark and favourites aroundTerry Garcia
Port a1347f456e47e085ef1031b607cabd0683c496c2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-03-05[Glitch] Fix duplicate “Publish” button on mobileClaire
Port b55fc883b6181fb8080fbafd53bc7a9f1896b295 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-03-05Merge branch 'main' into glitch-soc/merge-upstreamClaire
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-05New Crowdin updates (#2118)Claire
* New translations en.json (Spanish) [ci skip] * New translations en.yml (Spanish) [ci skip]
2023-03-05Merge pull request #2121 from ClearlyClaire/glitch-soc/merge-upstreamClaire
Merge upstream changes
2023-03-05[Glitch] Add `lang` attribute to media and poll optionsChristian Schmidt
Port d3eefead3014175b264cb56f6f4cb552cbaaeac6 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-03-05Fix pgBouncer resetting application name on every transaction (#23958)Eugen Rochko
2023-03-05Fix streaming API not being usable without `DATABASE_URL` (#23960)Eugen Rochko
2023-03-05Updates dev container and adds doc for getting started with GitHub ↵Samruddhi Khandale
Codespaces (#23872)
2023-03-05Enable Rubocop for app/views (#23874)Nick Schonning
2023-03-05Update browser gem to version 5.3.1 (#23945)Matt Jankowski
2023-03-04Do not leave Mastodon when clicking “Back” (#23953)Christian Schmidt
2023-03-04Fix spec for api/v1/statuses/translations (#23956)Matt Jankowski
2023-03-04Restore missing fabricators (#23951)Matt Jankowski
2023-03-04Pending example models minimal coverage (#23912)Matt Jankowski
2023-03-04User mailer spec coverage improvements (#23905)Matt Jankowski
2023-03-04Admin controllers specs (#23917)Matt Jankowski
2023-03-04Specs api v1 controllers (#23930)Matt Jankowski
2023-03-04Fabricator specs (#23925)Matt Jankowski