Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | Bump pry-byebug from 3.6.0 to 3.7.0 (#10098) | dependabot[bot] | |
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.6.0...v3.7.0) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-02-21 | Do not error out when performing admin actions on no statuses (#10094) | ThibG | |
Same as #8220 but for reports | |||
2019-02-20 | correct opt-out showing application (#10086) | Hinaloe | |
* correct opt-out showing application refs #9994 * Revert "correct opt-out showing application" This reverts commit 0e9bb70f145be42962416a6b87c08d59a2896486. * User#shows_application? calls wrong value | |||
2019-02-20 | Upgrade Ruby to 2.6.1 (#9956) | Daigo 3 Dango | |
2019-02-20 | Bump pkg-config from 1.3.3 to 1.3.4 (#10081) | dependabot[bot] | |
Bumps [pkg-config](https://github.com/ruby-gnome2/pkg-config) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/ruby-gnome2/pkg-config/releases) - [Changelog](https://github.com/ruby-gnome2/pkg-config/blob/master/NEWS) - [Commits](https://github.com/ruby-gnome2/pkg-config/compare/1.3.3...1.3.4) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-02-20 | Bump oj from 3.7.8 to 3.7.9 (#10082) | dependabot[bot] | |
Bumps [oj](https://github.com/ohler55/oj) from 3.7.8 to 3.7.9. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.7.8...v3.7.9) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-02-19 | Merge pull request #925 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-02-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-02-19 | Fix crash when conversations have no valid participants (#10078) | ThibG | |
* Never return empty participants for conversations Fixes #10068 * Fix client-side crash when conversations have no participants | |||
2019-02-19 | Fix “reset” button of instance filter switching to custom emoji admin ↵ | ThibG | |
panel (#10076) | |||
2019-02-18 | [Glitch] Internationalize unexpected error message | Thibaut Girka | |
Port 4e71b104e6d5f02069120c7a56b26888c6f0fef5 to glitch-soc, fixing a crash in the process | |||
2019-02-18 | Fix hashtag column not subscribing to stream on mount (#10040) | Eugen Rochko | |
Fix #9895 | |||
2019-02-18 | Add quick link from admin account view to block/unblock instance (#10073) | ThibG | |
2019-02-18 | Add domain search/filter to the "Federation" (/admin/instances) page (#10071) | ThibG | |
2019-02-18 | Hide domain filter in admin page when “local” filter is active (#10074) | ThibG | |
Since the “domain” field is ignored in this case. | |||
2019-02-18 | Fix video player width not being updated to fit container width | Thibaut Girka | |
2019-02-18 | Fix video player width not being updated to fit container width (#10069) | ThibG | |
2019-02-17 | Bump version to 2.7.2 (#10067) | Eugen Rochko | |
2019-02-17 | Merge pull request #920 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-02-17 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-02-17 | Fix CW fold/unfold in remote interaction dialog | Thibaut Girka | |
2019-02-17 | Allow multi-line image descriptions. (Glitch) | Ben Lubar | |
2019-02-17 | Fix Announce activities of unknown statuses not fetching those statuses (#10065) | Eugen Rochko | |
Regression from #9998 | |||
2019-02-17 | Merge pull request #918 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-02-17 | [Glitch] Fix crash on public hashtag pages when streaming fails | Thibaut Girka | |
Port 041ff5fa9a45f7b8d1048a05a35611622b6f5fdb to glitch-soc | |||
2019-02-17 | Fix static error page to use the correct pack | Thibaut Girka | |
2019-02-17 | [Glitch] Change buttons on timeline preview to open the interaction dialog | Thibaut Girka | |
Port 71e28ba39993d6eb3c5966e20214214c9d81b173 to glitch-soc | |||
2019-02-17 | Port upstream's javascript to the error page | Thibaut Girka | |
2019-02-17 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/serializers/rest/instance_serializer.rb - app/views/layouts/error.html.haml - public/oops.png Took our version (same as upstream but without the things that only make sense in an animation). Additional changes: - app/javascript/flavours/vanilla/theme.yml Include upstream's javascript in error pages. | |||
2019-02-17 | Add logging for rejected ActivityPub payloads and add tests (#10062) | Eugen Rochko | |
2019-02-16 | Fix crash on public hashtag pages when streaming fails (#10061) | ThibG | |
2019-02-16 | Merge pull request #916 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-02-16 | Fix mutes, blocks, domain blocks and follow requests not paginating (#10057) | Eugen Rochko | |
Regression from #9581 | |||
2019-02-16 | Add vapid_key to the application entity in the REST API (#10058) | Eugen Rochko | |
Fix #8785 | |||
2019-02-16 | Add registrations attribute to instance entity in REST API (#10060) | Eugen Rochko | |
Fix #9350 | |||
2019-02-15 | Change error graphic to hover-to-play (#10055) | Eugen Rochko | |
Fix #6060 | |||
2019-02-15 | Change buttons on timeline preview to open the interaction dialog (#10054) | Eugen Rochko | |
Fix #9922 | |||
2019-02-15 | Fix style regressions on landing page (#10030) | Eugen Rochko | |
2019-02-15 | [Glitch] Fix hashtags select styling in default and high contrast skins | Thibaut Girka | |
Port 169b9d4428d8e54d7bee365fd76be9a6e2a92da5 to glitch-soc | |||
2019-02-15 | Filter incoming Announce activities by relation to local activity (#10041) | Eugen Rochko | |
* Filter incoming Announce activities by relation to local activity Reject if announcer is not followed by local accounts, and is not from an enabled relay, and the object is not a local status Follow-up to #10005 * Fix tests | |||
2019-02-15 | Fix color of static page links in high contrast theme (#10028) | Eugen Rochko | |
2019-02-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-02-15 | [Glitch] Fix occasional crash in detailed toot view | Thibaut Girka | |
Port f9a338b473e181dd725f9185d09394624088efac to glitch-soc | |||
2019-02-15 | Fix relay enabling/disabling not resetting inbox availability status (#10048) | Eugen Rochko | |
Fix #10033 | |||
2019-02-15 | Change conversations to always show names of other participants (#10047) | Eugen Rochko | |
Fix #9190 | |||
2019-02-15 | Bump better_errors from 2.5.0 to 2.5.1 (#10050) | dependabot[bot] | |
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/BetterErrors/better_errors/releases) - [Changelog](https://github.com/BetterErrors/better_errors/blob/master/CHANGELOG.md) - [Commits](https://github.com/BetterErrors/better_errors/compare/v2.5.0...v2.5.1) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||
2019-02-14 | Fix breaks when opening a reply tree in WebUI (#10046) | rinsuki | |
fix #10045 | |||
2019-02-14 | Fix hashtag column not subscribing to stream on mount (#10040) | Eugen Rochko | |
Fix #9895 | |||
2019-02-14 | Add tight rate-limit for API deletions (#10042) | Eugen Rochko | |
Deletions take a lot of resources to execute and cause a lot of federation traffic, so it makes sense to decrease the number someone can queue up through the API. 30 per 30 minutes | |||
2019-02-14 | Change robots.txt to exclude only media proxy URLs (#10038) | nightpool | |
* Revert "Change robots.txt to exclude some URLs (#10037)" This reverts commit 80161f43510ad9316c60c9b50dd5c09c2dae4d54. * Let's block media_proxy /media_proxy/ is a dynamic route used for requesting uncached media, so it's probably bad to let crawlers use it * misleading comment |