Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-04 | Fix CSP when dealing with S3 hosts | Thibaut Girka | |
2019-05-03 | Fix polls icon not showing in CW button in detailed statuses | Thibaut Girka | |
2019-05-03 | Fix crash in onboarding modal | Thibaut Girka | |
Fixes #1027 | |||
2019-05-01 | Add site-wide options to show reblogs and replies in local/public timelines | Thibaut Girka | |
Fixes #1021 | |||
2019-05-01 | Make hi-color privacy icons opt-in instead of opt-out | Thibaut Girka | |
2019-05-01 | Add high color privacy icons | Thibaut Girka | |
Fixes #1015 | |||
2019-04-29 | changed pinned status count operator | Zac | |
changed default pinned count to 5 to preserve default behavior | |||
2019-04-29 | added documentation into .env.production.sample | Zac | |
moved max pin count into constant | |||
2019-04-29 | add env var for max pinned toots | Zac | |
2019-04-29 | When selecting a toot via keyboard, ensure it is scrolled into view | Thibaut Girka | |
Fixes detailed status column | |||
2019-04-29 | Add support for missing formatting tags | Thibaut Girka | |
2019-04-28 | Add keyboard shortcut to collapse/uncollapse toots | Thibaut Girka | |
2019-04-28 | Add hotkey for bookmarking a toot | Thibaut Girka | |
2019-04-27 | Fix regression with textarea's caret position when selecting a suggestion | Thibaut Girka | |
2019-04-26 | Hide suggestions by default | Thibaut Girka | |
They will be enabled if the input has focus | |||
2019-04-26 | Attempt to fix CSS | Thibaut Girka | |
2019-04-26 | Add emoji suggestion to poll options | Thibaut Girka | |
2019-04-26 | Add suggestions in CW field | Thibaut Girka | |
2019-04-26 | Refactor selectComposeSuggestion so that different paths can be updated | Thibaut Girka | |
2019-04-24 | Do not ask to register web intent handler | Thibaut Girka | |
2019-04-24 | Fix color of muted statuses content not wrapped in a p tag | Thibaut Girka | |
2019-04-24 | Redesign blockquote styling | Thibaut Girka | |
2019-04-24 | Better distinguish titles from text | Thibaut Girka | |
2019-04-24 | Remove extra margin in paragraphs inside blockquotes | Thibaut Girka | |
2019-04-24 | Make bold text bolder | Thibaut Girka | |
2019-04-24 | Remove margins around `p` tags in lists | Thibaut Girka | |
2019-04-24 | Rename status__text to status__content__text for consistency with upstream | Thibaut Girka | |
2019-04-24 | Fix status header display in toot mobile menu | Thibaut Girka | |
2019-04-24 | Fix upload progressbar when image resizing is involved | Thibaut Girka | |
2019-04-24 | Hide media upload form if no media are attached | Thibaut Girka | |
2019-04-24 | Merge pull request #1007 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-04-24 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-24 | Fix file upload | Thibaut Girka | |
2019-04-23 | Fix settings modal | Thibaut Girka | |
2019-04-23 | Bump sidekiq from 5.2.6 to 5.2.7 (#10627) | dependabot[bot] | |
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.6 to 5.2.7. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v5.2.6...v5.2.7) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-04-23 | Bump capybara from 3.17.0 to 3.18.0 (#10626) | dependabot[bot] | |
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.17.0...3.18.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-04-23 | Fix stoplight logging to stderr separate from Rails logger (#10624) | Eugen Rochko | |
2019-04-23 | Fix sign up button not saying sign up when invite is used (#10623) | Eugen Rochko | |
Fix #10616 | |||
2019-04-23 | [Security] Bump nokogiri from 1.10.2 to 1.10.3 (#10620) | dependabot[bot] | |
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.3. **This update includes security fixes.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.2...v1.10.3) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-04-23 | Bump capybara from 3.16.2 to 3.17.0 (#10602) | dependabot[bot] | |
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.2 to 3.17.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.16.2...3.17.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-04-23 | Fixed Healthchecks in docker-compose.yml (#10553) | Fabian Schlenz | |
2019-04-22 | Do not leak local-only toots to remote mentioned users | Thibaut Girka | |
2019-04-22 | Load custom CSS rules after standard ones | Thibaut Girka | |
Fixes #933 Due to glitch-soc's theming system, JS and CSS files are imported in a slightly different order, and custom CSS rules were loaded *before* everything else. They will now be loaded *after* everything else, which is a bit different from upstream but should work better overall. | |||
2019-04-22 | Add support for lists in statuses | Thibaut Girka | |
2019-04-22 | Do not switch to italic for status media buttons | Thibaut Girka | |
2019-04-22 | Accept richer text from remote statuses | Thibaut Girka | |
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS. | |||
2019-04-22 | Merge pull request #1002 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-04-22 | [Glitch] Fix modal items cannot scroll on touch devices | kedama | |
Port d763d39d2628bef123cdc801b2a3a3922b7e37f2 to glitch-soc | |||
2019-04-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/javascript/mastodon/features/compose/components/compose_form.js Upstream cleaned up a bit, including on lines in which we replaced the hardcoded 500 character limit with a maxChar constant. Applied the changes while keeping maxChar instead of 500. - app/javascript/packs/public.js Moved upstream's new animated avatar hover handling in app/javascript/core/public.js - app/javascript/styles/fonts/montserrat.scss Upstream fixed local font name, applied those changes. - app/javascript/styles/fonts/roboto.scss Upstream fixed local font name, applied those changes. - lib/mastodon/version.rb Upstream made repo URL configurable, did the same, but default to glitch-soc | |||
2019-04-22 | Fix ReferenceError in dropdown | Thibaut Girka | |