Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Fix media description confirmation modal | Thibaut Girka | |
Fixes #1040 | |||
2019-05-08 | Fix tabs bar on mobile | Thibaut Girka | |
Fixes #1037 | |||
2019-05-07 | Fix front-end crash when a video has a blurhash and is hidden behind a CW | Thibaut Girka | |
2019-05-05 | Fix content warning button displaying a link icon when no status card is set | Thibaut Girka | |
2019-05-05 | fix pinned columns ’s Media-only button | Kirishima21 | |
Media-only toggles could not be used on pinned columns. The commit fixes this problem. | |||
2019-05-05 | Merge pull request #1032 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-05-05 | [Glitch] Make sure the instance banner is never cropped | Baptiste Gelez | |
Port 21209c2b52d1ed1d1dee2dad2d725ffc7714701b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-05 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-05 | Minor Slovak locale update (#10705) | Marek Ľach | |
2019-05-05 | I18n: Update Czech translation 🇨🇿 (#10704) | Aditoo17 | |
* I18n: Update Czech translation * Tiny fix | |||
2019-05-05 | Make sure the instance banner is never cropped (#10702) | Baptiste Gelez | |
2019-05-04 | Minor style fixes | Thibaut Girka | |
2019-05-04 | Bump blurhash from 0.1.2 to 0.1.3 (#10700) | Eugen Rochko | |
2019-05-04 | [Glitch] Change font weight of sensitive button to 500 | Eugen Rochko | |
Port 63b1388fefff9414c2d0f9883f2d33f7c73284c6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Make the "mark media as sensitive" button more obvious in web UI | Eugen Rochko | |
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | Add visibility icon back in media gallery | Thibaut Girka | |
2019-05-04 | Add back description on hover | Thibaut Girka | |
2019-05-04 | [Glitch] Fix transition: all | ThibG | |
Port 7aa749ab46b53bc5b234332ac35acc09a636fc28 to glitch-soc | |||
2019-05-04 | [Glitch] Make the cursor icon consistant across media types in account media ↵ | ThibG | |
gallery | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-04 | [Glitch] Add button to view context to media modal | Eugen Rochko | |
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Fix alignment of items in the account gallery in web UI and load ↵ | Eugen Rochko | |
more per page Port 967e419f8fa87af74f4bb530d7493c1dde02fca8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Change account gallery in web UI | Eugen Rochko | |
Port 3f143606faa6181ff2745b6bd29ac8ea075088bf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | Minor CSS fixes | Thibaut Girka | |
2019-05-04 | [Glitch] Add blurhash | Eugen Rochko | |
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | Fix transition: all (#10699) | ThibG | |
2019-05-04 | Add SOURCE_TAG to show source repository's tag (#10698) | Ushitora Anqou | |
2019-05-04 | Minor account media gallery fixes (#10695) | ThibG | |
* Make the cursor icon consistant across media types in account media gallery * Fix the video player modal causing scroll position to reset | |||
2019-05-04 | Fix glitch SCSS for links in error messages in admin interface | ThibG | |
Port SCSS changes from 011b032300657ccca4a42866749afc6ec2588ecc | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb | |||
2019-05-04 | i18n: Update Corsican translation (#10692) | Alix Rossi | |
2019-05-04 | Fix CSP when PAPERCLIP_ROOT_URL is set to a different host | Thibaut Girka | |
2019-05-04 | Add `tootctl cache clear` (#10689) | Eugen Rochko | |
2019-05-04 | Fix CSP when dealing with S3 hosts | Thibaut Girka | |
2019-05-04 | Bump version to 2.8.1 (#10687) | Eugen Rochko | |
2019-05-03 | Do not retry processing ActivityPub jobs raising validation errors (#10614) | ThibG | |
* Do not retry processing ActivityPub jobs raising validation errors Jobs yielding validation errors most probably won't ever be accepted, so it makes sense not to clutter the queues with retries. * Lower RecordInvalid error reporting to debug log level * Remove trailing whitespace | |||
2019-05-03 | Change e-mail whitelist/blacklist to not be checked when invited (#10683) | Eugen Rochko | |
* Change e-mail whitelist/blacklist to not be checked when invited And only when creating an account, not when updating it later Fix #10648 * Fix test | |||
2019-05-03 | Fix polls icon not showing in CW button in detailed statuses | Thibaut Girka | |
2019-05-03 | Fix accounts created through tootctl not being always pre-approved (#10684) | Eugen Rochko | |
Add `--approve` option to `tootctl accounts modify` | |||
2019-05-03 | Change font weight of sensitive button to 500 (#10682) | Eugen Rochko | |
2019-05-03 | Explicitly disable storage of REST API results (#10655) | ThibG | |
Fixes #10652 | |||
2019-05-03 | Provide a link to existing domain block when trying to block an ↵ | ThibG | |
already-blocked domain (#10663) * When trying to block an already-blocked domain, provide a link to the block * Fix styling for links in flash messages * Allow blocks to be upgraded but not downgraded | |||
2019-05-03 | Fix crash in onboarding modal | Thibaut Girka | |
Fixes #1027 | |||
2019-05-03 | Add button to view context to media modal (#10676) | Eugen Rochko | |
* Add "view context" button to media modal when opened from gallery * Add "view context" button to video modal Allow closing the video modal by navigating back in the browser, just like the media modal | |||
2019-05-03 | Bump rack-attack from 5.4.2 to 6.0.0 (#10599) | dependabot[bot] | |
* Bump rack-attack from 5.4.2 to 6.0.0 Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 5.4.2 to 6.0.0. - [Release notes](https://github.com/kickstarter/rack-attack/releases) - [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md) - [Commits](https://github.com/kickstarter/rack-attack/compare/v5.4.2...v6.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com> * fix payload[:request] | |||
2019-05-03 | Bump scss_lint from 0.57.1 to 0.58.0 (#10678) | dependabot[bot] | |
Bumps [scss_lint](https://github.com/sds/scss-lint) from 0.57.1 to 0.58.0. - [Release notes](https://github.com/sds/scss-lint/releases) - [Changelog](https://github.com/sds/scss-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/sds/scss-lint/compare/v0.57.1...v0.58.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-05-03 | Bump fabrication from 2.20.1 to 2.20.2 (#10677) | dependabot[bot] | |
Bumps [fabrication](https://github.com/paulelliott/fabrication) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/paulelliott/fabrication/releases) - [Changelog](https://github.com/paulelliott/fabrication/blob/master/Changelog.markdown) - [Commits](https://github.com/paulelliott/fabrication/compare/2.20.1...2.20.2) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-05-03 | When selecting a toot via keyboard, ensure it is scrolled into view (#10593) | ThibG | |
2019-05-03 | Make the "mark media as sensitive" button more obvious in web UI (#10673) | Eugen Rochko | |
* Make the "mark media as sensitive" button more obvious in web UI * Use eye-slash icon instead of eye icon to mean "hide" | |||
2019-05-03 | Fix alignment of items in the account gallery in web UI and load more per ↵ | Eugen Rochko | |
page (#10674) |