Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | [Glitch] Admission-based registrations mode | Eugen Rochko | |
Port SCSS changes from 51e154f5e87968d6bb115e053689767ab33e80cd to glitch-soc | |||
2019-03-14 | [Glitch] Improve invites list with click-to-copy inputs | Eugen Rochko | |
Port 6e3936aa6f4296ac202b54c0b178b4fa825d7885 to glitch-soc | |||
2019-03-14 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/admin/settings/edit.html.haml: Conflict due to how the theming settings change. | |||
2019-03-14 | Admission-based registrations mode (#10250) | Eugen Rochko | |
Fix #6856 Fix #6951 | |||
2019-03-14 | Improve invites list with click-to-copy inputs (#10259) | Eugen Rochko | |
2019-03-13 | [Glitch] Add UI for enabling/disabling poll notifications | ThibG | |
2019-03-13 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-13 | Add UI for enabling/disabling poll notifications (#10255) | ThibG | |
* Add UI for enabling/disabling poll notifications * Add poll notifications to the (advanced) quick filter bar * Update poll notification message “Your poll has ended” → “A poll you have voted in has ended” * Clear up associated notifications when a poll is deleted | |||
2019-03-13 | [Glitch] Add muted style for polls in web UI | Eugen Rochko | |
Port 5b50c2cbaa75a07b5f665a0d55cbfd79de67cc63 to glitch-soc | |||
2019-03-13 | [Glitch] Fix public timeline page not paginating correctly | Eugen Rochko | |
Port da45b8b4c9bf00495bb967dda38064ac74b85ead to glitch-soc | |||
2019-03-13 | [Glitch] Redesign landing page | Eugen Rochko | |
Port 65fffeac3f960f9c74d693525a73ac14b201bf2b to glitch-soc | |||
2019-03-13 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/about_controller.rb - app/controllers/tags_controller.rb - app/views/about/show.html.haml - spec/views/about/show.html.haml_spec.rb | |||
2019-03-13 | i18n: Add Japanese translations for new landing page (#10254) | mayaeh | |
* yarn manage:translations && i18n-tasks add-missing * Update Japanese translations for new landing page. I don't change the tagline from English yet. I think that translating a tagline is difficult and requires time-consuming discussions. Some translations related about the poll are already done in Weblate, so I will leave it as it is. | |||
2019-03-12 | Add muted style for polls in web UI (#10248) | Eugen Rochko | |
2019-03-12 | Fix public timeline page not paginating correctly (#10245) | Eugen Rochko | |
2019-03-12 | Redesign landing page (#10232) | Eugen Rochko | |
2019-03-11 | Remove leftover console.log | Thibaut Girka | |
2019-03-11 | Make clicking on the account and status column headers scroll to top | Thibaut Girka | |
2019-03-11 | Merge pull request #953 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-03-11 | [Glitch] Add support for poll ending notifications | Thibaut Girka | |
Port front-end parts of 3a92885a860df12b12d8356faf179a3fc63be6f2 to glitch-soc | |||
2019-03-11 | add local setting to auto reveal media behind cw | ash lea | |
2019-03-11 | fix poll fotter layout | Kirishima21 | |
画面の幅が充分でないときに 表示外にまでボタンが拡大されてしまわないように修正。 | |||
2019-03-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/services/post_status_service.rb Small conflict due to handling of instance-local toots. A subsequent change is required to ensure instance-local polls are not leaked through Update. | |||
2019-03-11 | Support pushing and receiving updates to poll tallies (#10209) | ThibG | |
* Process incoming poll tallies update * Send Update on poll vote * Do not send Updates for a poll more often than once every 3 minutes * Include voters in people to notify of results update * Schedule closing poll worker on poll creation * Add new notification type for ending polls * Add front-end support for ended poll notifications * Fix UpdatePollSerializer * Fix Updates not being triggered by local votes * Fix tests failure * Fix web push notifications for closing polls * Minor cleanup * Notify voters of both remote and local polls when those close * Fix delivery of poll updates to mentioned accounts and voters | |||
2019-03-08 | [Glitch] Fix NaN in Poll component | Eugen Rochko | |
Port 75cb93676b1dd41d3e47f62466c0c6430691a990 to glitch-soc | |||
2019-03-08 | [Glitch] Fix public timelines being broken by new toots when they are not ↵ | Eugen Rochko | |
mounted Port be1c634b2b4372a525d304d2ff830392f04c5cc5 to glitch-soc | |||
2019-03-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-07 | Fix NaN in Poll component (#10213) | Eugen Rochko | |
2019-03-07 | Fix public timelines being broken by new toots when they are not mounted ↵ | Eugen Rochko | |
(#10131) | |||
2019-03-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-07 | i18n:🇵🇱 (#10199) | marcin mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2019-03-06 | Allow setting whether this is a single choice poll or multiple choices one | Thibaut Girka | |
2019-03-06 | Disable file upload when there is a poll | Thibaut Girka | |
2019-03-06 | Use server-provided poll limits instead of hardcoded ones | Thibaut Girka | |
Also does not enable polls if no limits are provided by the server | |||
2019-03-06 | [Glitch] Port polls creation UI from upstream | Thibaut Girka | |
2019-03-06 | [Glitch] Disable the underlying button element when an ItemButton is disabled | ThibG | |
Port b3668a79eca2d185ea57a9ffc2fa012db52e49f0 to glitch-soc | |||
2019-03-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-06 | Disable the underlying button element when an ItemButton is disabled (#10194) | ThibG | |
Fixes #10191 | |||
2019-03-06 | Disable file upload when there is a poll (#10195) | ThibG | |
2019-03-06 | Add an icon to highlight polls behind a Content Warning | Thibaut Girka | |
2019-03-06 | Fix poll options not rendering text after vote/refresh | Eugen Rochko | |
Port fd128b9c7aa5c71adbfc2e223212514c0baee675 to glitch-soc | |||
2019-03-06 | Avoid line breaks in poll options | Eugen Rochko | |
Port 57643557b64bc1853c4aeb65fc652dac3467fa18 to glitch-soc | |||
2019-03-06 | Render unicode emoji in polls using emoji pack | Eugen Rochko | |
Port 4407f07014096bcbaf5a06015a5791984282846d to glitch-soc | |||
2019-03-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-06 | Fix poll options not rendering text after vote/refresh (#10189) | Eugen Rochko | |
* Fix poll options not rendering text after vote/refresh * Fix poll options not showing up on public pages * Fix code style issue | |||
2019-03-06 | Avoid line breaks in poll options (#10188) | Eugen Rochko | |
2019-03-06 | Add UI for creating polls (#10184) | Eugen Rochko | |
* Add actions and reducers for polls * Add poll button * Disable media upload if poll enabled * Add poll form * Make delete & redraft work with polls | |||
2019-03-06 | Render unicode emoji in polls using emoji pack (#10185) | Eugen Rochko | |
2019-03-06 | Fix toots opening in dynamic column when trying to interact with them | Thibaut Girka | |
This fixes inline preview cards and polls, preventing them from opening the toot in detailed view when clicking on an interactive element. | |||
2019-03-06 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |