Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | [Glitch] Allow multiple files upload through web UI, including drag & drop | Thibaut Girka | |
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc | |||
2019-01-20 | Allow event defaults on index for text data transfer (#9840) | tmm576 | |
2019-01-16 | [Glitch] make draggingOver state off correctly | Thibaut Girka | |
Port d6433b393162bcfd7c6cfaf18abb9d6b6f6aef11 to glitch-soc | |||
2019-01-02 | [Glitch] Update dependencies for Node.js (2018-12-31) | Thibaut Girka | |
Port compatibility changes from 8f5fdab5bf681ff45a07965940bc45c9061a2f89 to glitch-soc | |||
2018-12-18 | Remove dead code | Thibaut Girka | |
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-10-10 | Really fix HotKeys | Thibaut Girka | |
2018-10-09 | Fix app-wide hotkeys randomly failing to work | Thibaut Girka | |
2018-09-28 | [Glitch] Adjust beforeUnload conditions | Thibaut Girka | |
Port 05f90e3695c410526fc7fa79fc6a9bdaa717cb87 to glitch-soc | |||
2018-09-07 | Add preferences for notification badges | Thibaut Girka | |
2018-09-07 | Add notification badge to favicon | Thibaut Girka | |
2018-09-07 | Count unread notifications when window loses focus | Thibaut Girka | |
2018-08-31 | [Glitch] Add search item to tab bar for mobile devices | Thibaut Girka | |
Port c9cbb8de703e321c0d152813a2e22471ffe5eef7 to glitch-soc | |||
2018-08-20 | [Glitch] Add hotkey for follow requests | Thibaut Girka | |
Port 25f6f41052b52a765a74e9e16d7411750ae46221 to glitch-soc | |||
2018-07-24 | Fix focusing search bar with hotkeys | Thibaut Girka | |
2018-07-24 | Fix focusing composer textarea on “new toot” hotkey | Thibaut Girka | |
2018-07-24 | Fix routing issues, especially keyboards shortcuts changing location | Thibaut Girka | |
2018-07-10 | Add client-side custom filter support to glitch-soc | Thibaut Girka | |
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet. | |||
2018-05-31 | Use history.state to decide whether we should goBack() or go to / (fixes #247) | Thibaut Girka | |
So far, glitch-soc used history.length to decide whether to call `goBack()` or go to / in order to not leave the webUI. This made clicking the “Back” button go to the “Getting started” column instead of going back in the browser's history when such an action would leave the web UI, but also when: - The WebUI is refreshed (F5) - A tab is restored - The history length reaches its maximum (e.g., 50 in Firefox) This commit fixes these shortcomings by checking `window.history.state`. Indeed, we only want to go back in the browser's history when the current location has been reached from within the WebUI, which only happens via `pushState` as far as I know. Since browser store the serialized state in the browser history, this also survives page reload and session restoration. | |||
2018-05-31 | Use props.router instead of context.router, as we are using withRouter | Thibaut Girka | |
2018-05-29 | [Glitch] Allow clients to fetch notifications made while they were offline | Thibaut Girka | |
Port cbf97c03bba35a642e6f1d1a698aad7a69ad13a3 to glitch-soc | |||
2018-05-29 | [Glitch] Allow clients to fetch statuses made while they were offline | Thibaut Girka | |
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc | |||
2018-04-11 | Add glitch-soc front-end support for bookmarks | Thibaut Girka | |
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it. | |||
2018-03-30 | Merge pull request #380 from ThibG/glitch-soc/features/domain-block-ui | beatrix | |
Port #6628 to glitch-soc flavour | |||
2018-03-30 | [Glitch] Remove pointer events on the entire UI when a dropdown menu is open | Thibaut Girka | |
Port 913a38111ff5b0cb7f412bec93e8314859c88855 to glitch-soc | |||
2018-03-30 | Add basic domain block UI | Thibaut Girka | |
2018-03-16 | [Glitch] Add "Toots/Toots with replies/Media" tab below profile header | Thibaut Girka | |
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch | |||
2018-01-04 | WIP <Compose> Refactor; 1000 tiny edits | kibigo! | |
2017-12-20 | add keyboard shortcuts to getting started (fixes #275) | cwm | |
2017-12-12 | add components to getting started column | cwm | |
2017-12-08 | merged tootsuite pr #5811 into glitch flavour | cwm | |
2017-12-08 | merged tootsuite pr #5750 into glitch flavour | cwm | |
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |