Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Hide negative follower counts from glitch flavour | Thibaut Girka | |
2018-12-20 | Add admin setting to disable followers count | Thibaut Girka | |
2018-12-20 | Refactor followers_accounts_controller | Thibaut Girka | |
2018-12-19 | Override current_user when generating static pages | Thibaut Girka | |
2018-12-19 | Restore oops.gif animation for user who have auto_play_gif set | Thibaut Girka | |
2018-12-19 | Replace animated oops.gif by a non-animated image | Thibaut Girka | |
Fixes #6060 | |||
2018-12-19 | Merge pull request #865 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-12-19 | [Glitch] Improved appearance of notification filter on safari | Thibaut Girka | |
Port 2e1b5edfea1b03f64c69266f979caee228fa90b7 to glitch-soc | |||
2018-12-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2018-12-19 | Add specs for AccountPolicy (#9575) | ysksn | |
2018-12-19 | Update Japanese translations. (#9574) | mayaeh | |
2018-12-19 | Add specs for AccountModerationNotePolicy (#9571) | ysksn | |
2018-12-19 | Add specs for StatusPolicy (#9569) | ysksn | |
2018-12-18 | improved appearance of notification filter on safari (#9564) | Hinaloe | |
2018-12-18 | Clean up dead code in public timeline code (#9565) | ThibG | |
2018-12-18 | Reword confirm_before_clearing_draft description | Thibaut Girka | |
2018-12-18 | Allow disabling the reply confirmation dialog | Thibaut Girka | |
2018-12-18 | Allow disabling media confirmation from the confirmation dialog itself | Thibaut Girka | |
2018-12-18 | Remove dead code | Thibaut Girka | |
2018-12-18 | [Glitch] Put "Media Only" option in column settings instead of content area ↵ | Thibaut Girka | |
headline Port 4f42238c294f92dbd87db3d83f9514344fcd1f8a to glitch-soc | |||
2018-12-18 | [Glitch] Always display tab navigation on local/federated timeline even when ↵ | Thibaut Girka | |
empty Port 90b64c006998ec3bae365007781c61e8a79eeeef to glitch-soc | |||
2018-12-18 | Do not replace history state | Thibaut Girka | |
This is both for consistency with account timelines and to not mess with the logic used to decide whether going back in the browser's history is going to make us leave the WebUI. | |||
2018-12-18 | [Glitch] Enable media timeline | Thibaut Girka | |
Port 8182b615183b83fb6651fb23912abda3cc4ccf03 to glitch-soc | |||
2018-12-18 | [Glitch] Hide section headline for timelines in production | Thibaut Girka | |
Port 4eeda6772796bcd08b8c63ec2e1f3e68a95cbca4 to glitch-soc | |||
2018-12-18 | [Glitch] Change column params on pinned timeline | Thibaut Girka | |
Port 06252ec71ed67cb84e6730fe7148552dc6481c7a to glitch-soc | |||
2018-12-18 | [Glitch] Save onlyMedia prop when pinning column | Thibaut Girka | |
Port 5ea643b27908b14bd89ff068fc87e446e8cbcd32 to glitch-soc | |||
2018-12-18 | [Glitch] Add exact attribute to WrappedRoute for community timeline | Thibaut Girka | |
Port 46061dc041b0a2a4a3907976cc3432abdb1d67ec to glitch-soc | |||
2018-12-18 | [Glitch] Add media timeline | Thibaut Girka | |
Port 7403e5d306d36c83bfb80cd900235373186cd51a to glitch-soc | |||
2018-12-18 | Merge pull request #862 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-12-18 | [Glitch] Make notifications quick-filter use consistent style with profile tabs | Thibaut Girka | |
Port 12ab15e584e78d209b59a893405a0cde83f49035 to glitch-soc | |||
2018-12-18 | [Glitch] Add notification quick-filter bar in the frontend app | Thibaut Girka | |
Port 13dce126655f856f23d02373fa2e333e74bdc36e to glitch-soc | |||
2018-12-18 | [Glitch] Responsive design for profile directory | Thibaut Girka | |
Port SCSS changes from 087e11897137dc1f2811c21c3ccc6cec3ccdedb3 to glitch flavour | |||
2018-12-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/admin/base_controller.rb Some refactoring made upstream, no real conflict. - app/javascript/mastodon/features/compose/components/compose_form.js Updated using upstream's code but using maxChars instead of the hardcoded length of 500 characters per toot. - app/javascript/styles/mastodon/components.scss Upstream redesigned the onboarding modal. Not sure why we had a conflict there. | |||
2018-12-18 | Back to the getting-started when pins the timeline. (#9561) | kedama | |
2018-12-18 | Add spec for AccountableConcern#log_action (#9559) | ysksn | |
2018-12-18 | Bump nokogiri from 1.8.5 to 1.9.1 (#9557) | dependabot[bot] | |
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 to 1.9.1. - [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.8.5...v1.9.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2018-12-18 | fix CSP / X-Frame-Options for media embeds (#9558) | jomo | |
2018-12-18 | Fix tootctl accounts rotate not updating public keys (#9556) | Eugen Rochko | |
This allowed you to brick your system when running that command, because the accounts would continue to advertise the old public key, but sign things with the new one | |||
2018-12-17 | Sandbox toot embeds in the embed modal | Thibaut Girka | |
It should not be necessary thanks to our Content Security Policy, but best be sure in case a server's CSP is incorrect. Also, avoids a CSP warning about loading remote scripts. | |||
2018-12-17 | [Glitch] Minor scrollable list fixes | Thibaut Girka | |
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator Port 4ede51743e5b9121a49e9131f91cf012fab410f8 to glitch-soc | |||
2018-12-17 | Make notifications quick-filter use consistent style with profile tabs (#9554) | Eugen Rochko | |
2018-12-17 | Ignore low-confidence CharlockHolmes guesses when parsing link cards (#9510) | ThibG | |
* Add failing test for windows-1251 link cards * Ignore low-confidence CharlockHolmes guesses Fixes #9466 * Fix no method error when charlock holmes cannot detect charset | |||
2018-12-17 | Minor scrollable list fixes (#9551) | ThibG | |
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator | |||
2018-12-17 | Split out is_changing_upload from is_submitting | Thibaut Girka | |
Fixes #855 | |||
2018-12-17 | Move #set_user to Admin::BaseController (#9470) | ysksn | |
* Move #set_user to Admin::BaseController * Rename Admin::TwoFactorAuthenticationsController from `#set_user` to `#set_target_user` . | |||
2018-12-17 | Add spec for Api::V1::Timelines::DirectController (#9547) | ysksn | |
2018-12-17 | Add specs for Api::V1::Instances::PeersController (#9546) | ysksn | |
2018-12-17 | Add spec for Api::V1::EndorsementsController (#9543) | ysksn | |
2018-12-17 | Add spec for Api::V1::Instances::ActivityController (#9545) | ysksn | |
2018-12-17 | Add new first-time tutorial (#9531) | Eugen Rochko | |
* Prepare to load onboarding as a full page * Update the first-time introduction * Improve responsive design * Replace speech bubble with logo * Increase text size and reword first paragraph |