about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-03-04Display closed polls as such (#10156)ThibG
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Ensure only people allowed to see the poll can actually vote (#10161)ThibG
2019-03-04Widen allowed time windows for polls (#10162)ThibG
2019-03-04Add non-JS fallback for polls on public pages (#10155)ThibG
2019-03-04Fixes to the polls UI (#10150)ThibG
2019-03-04Fix ActivityPub votes having nil IDs (#10151)Eugen Rochko
2019-03-04Add tests for ActivityPub poll processing (#10143)Eugen Rochko
2019-03-04Fix missing in_reply_to in ActivityPub::VoteSerializer (#10148)Eugen Rochko
2019-03-04Fix another typo in ActivityPub::FetchRemotePollService (#10146)Eugen Rochko
2019-03-04Fix typo in ActivityPub::FetchRemotePollService (#10145)Eugen Rochko
2019-03-04Fix remote poll expiration time (#10144)Eugen Rochko
2019-03-04Correctly make polls and media mutually exclusive (#10141)ThibG
2019-03-04Make sure the poll is created before storing its id (#10142)ThibG
2019-03-03Fix web UI crash on page load when detailed status has a poll (#10139)Eugen Rochko
2019-03-03Insert polls in redux stores before statuses so it avoids crashes (#10140)ThibG
2019-03-03Fix vote validation for polls with multiple choices (#10138)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-03-03Fix lists export (#10136)ThibG
2019-03-01[Glitch] Fix errors found by eslintMélanie Chauvel (ariasuni)
2019-03-01[Glitch] Make the column header of profile view look like the others, tooMélanie Chauvel (ariasuni)
2019-03-01[Glitch] Make the column header of toot/thread view look like the othersMélanie Chauvel (ariasuni)
2019-03-01Fix home timeline perpetually reloading when empty (#10130)Eugen Rochko
2019-03-01Bump sidekiq-unique-jobs from 6.0.11 to 6.0.12 (#10132)dependabot[bot]
2019-02-28Merge pull request #932 from ThibG/glitch-soc/merge-upstreamThibG
2019-02-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-28Fix serialization of boosts (#10129)ThibG
2019-02-28Give the `replies` collection an identifier and enable pagination (#10128)ThibG
2019-02-28Improved remote thread fetching (#10106)ThibG
2019-02-27Fix direct timeline pagination in the WebUI (#10126)ThibG
2019-02-27Port public page mastodon-light fixes from upstreamThibaut Girka
2019-02-27Allow getting-started to scroll on short screens (#10075)trwnh
2019-02-27Bump capybara from 3.13.2 to 3.14.0 (#10119)dependabot[bot]
2019-02-27Bump hamlit-rails from 0.2.1 to 0.2.2 (#10124)dependabot[bot]
2019-02-27Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#1...ThibG
2019-02-26Merge pull request #930 from ThibG/glitch-soc/merge-upstreamThibG
2019-02-26Fix web UI not removing notifications after block (#10108)Eugen Rochko
2019-02-26Keep notification when muting_notifications is true (#7311)abcang
2019-02-26Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-02-26Improve account media query (#10121)abcang
2019-02-26Add type, limit, offset, min_id, max_id, account_id to search API (#10091)Eugen Rochko
2019-02-26Bump hamlit-rails from 0.2.0 to 0.2.1 (#10120)dependabot[bot]
2019-02-26Bump bootsnap from 1.4.0 to 1.4.1 (#10118)dependabot[bot]
2019-02-25Bump rubocop from 0.64.0 to 0.65.0 (#10112)dependabot[bot]
2019-02-25Bump dotenv-rails from 2.6.0 to 2.7.1 (#10114)dependabot[bot]
2019-02-25Bump sidekiq-unique-jobs from 6.0.9 to 6.0.11 (#10113)dependabot[bot]
2019-02-25Avoid redundant HTTP request on some error cases (#10115)ThibG
2019-02-25Fix fail health check due to missing wget (#10110)mohemohe
2019-02-25Fix web UI not removing notifications after block (#10108)Eugen Rochko
2019-02-24Switch to Ubuntu for docker (#10100)Sir-Boops