about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2019-03-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2019-03-13Fix to limit to discoverable accounts. (#10253)mayaeh
2019-03-12Fix poll update handler calling method was that was not available (#10246)Eugen Rochko
2019-03-12Optimize RemoveStatusService by removing n+1 query and using shared inboxes (...Eugen Rochko
2019-03-12Add muted style for polls in web UI (#10248)Eugen Rochko
2019-03-12Fix public timeline page not paginating correctly (#10245)Eugen Rochko
2019-03-12Redesign landing page (#10232)Eugen Rochko
2019-03-11Squish username before validation (#10239)Aurélien Reeves
2019-03-11Fix remote interaction dialogs being indexed by search engines (#10240)Eugen Rochko
2019-03-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-11Remove leftover console.logThibaut Girka
2019-03-11Make clicking on the account and status column headers scroll to topThibaut Girka
2019-03-11Increase DNS timeouts (#10238)ThibG
2019-03-11Merge pull request #953 from ThibG/glitch-soc/merge-upstreamThibG
2019-03-11[Glitch] Add support for poll ending notificationsThibaut Girka
2019-03-11Do not leak instance-local polls to remote followersThibaut Girka
2019-03-11add local setting to auto reveal media behind cwash lea
2019-03-11fix poll fotter layoutKirishima21
2019-03-11Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-11Avoid race conditions when creating backups (#10234)ThibG
2019-03-11Support pushing and receiving updates to poll tallies (#10209)ThibG
2019-03-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-10Reject existing Follows when suspending a remote account (#10230)ThibG
2019-03-09Change joinmastodon.org to joinmastodon.org/#getting-started for sign up on a...Aditoo17
2019-03-08Merge pull request #947 from ThibG/glitch-soc/merge-upstreamThibG
2019-03-08Fix min/max duration poll limits being invertedThibaut Girka
2019-03-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-08Fix setting up fields of a previously suspended account (#10222)ThibG
2019-03-08[Glitch] Fix NaN in Poll componentEugen Rochko
2019-03-08[Glitch] Fix public timelines being broken by new toots when they are not mou...Eugen Rochko
2019-03-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-07Immediately display poll results to poll author (#10187)Eugen Rochko
2019-03-07Fix NaN in Poll component (#10213)Eugen Rochko
2019-03-07Fix public timelines being broken by new toots when they are not mounted (#10...Eugen Rochko
2019-03-07Handle StaleObjectError when retrieving polls (#10208)ThibG
2019-03-07Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-07i18n:🇵🇱 (#10199)marcin mikołajczak
2019-03-07Avoid unnecessarily fetching the replies collection when it is empty (#10201)ThibG
2019-03-07Fix #10202 (#10203)rinsuki
2019-03-06Allow setting whether this is a single choice poll or multiple choices oneThibaut Girka
2019-03-06Disable file upload when there is a pollThibaut Girka
2019-03-06Use server-provided poll limits instead of hardcoded onesThibaut Girka
2019-03-06Serialize poll limits in instance serializer and initial stateThibaut Girka
2019-03-06[Glitch] Port polls creation UI from upstreamThibaut Girka
2019-03-06[Glitch] Disable the underlying button element when an ItemButton is disabledThibG
2019-03-06Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-06Add optimistic lock to avoid race conditions when handling votes (#10196)ThibG
2019-03-06Disable the underlying button element when an ItemButton is disabled (#10194)ThibG