Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Add pinned accounts editor | Thibaut Girka | |
2018-08-20 | [Glitch] Add hotkey for follow requests | Thibaut Girka | |
Port 25f6f41052b52a765a74e9e16d7411750ae46221 to glitch-soc | |||
2018-08-20 | Make non-link ColumnLinks behave as links | Thibaut Girka | |
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-08-01 | [Glitch] Compensate for scrollbar disappearing when media modal | Thibaut Girka | |
Port 60df87f6f0fb8afd9a4e750917eff7c425b62891 to glitch-soc | |||
2018-08-01 | [Glitch] Show media modal on public timeline | Thibaut Girka | |
Port e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 to glitch-soc | |||
2018-07-26 | Prevent scrolling main frame when navigating in image gallery with arrow keys | Thibaut Girka | |
2018-07-24 | [Glitch] Use LoadingBar instead of blur to indicate that an image is loading | Thibaut Girka | |
Port 955d5d36e80259d8c10a0246d359f35f63de059d to the glitch-soc flavour | |||
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-06-21 | [Glitch] Submit report using meta key | Thibaut Girka | |
Port 64d7a63f1830e970a6196448cae443ca5d55d1f9 to glitch-soc | |||
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] Do not crash in getStatusIds when there is a gap in the timeline | Thibaut Girka | |
Port b1938d7853f1d52f9bd99244c550cc609dd81202 to glitch-soc | |||
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-05-27 | [Glitch] Replace onScrollToBottom with onLoadMore | Thibaut Girka | |
Port b0664a5e6cee9be602098fb9a2f98a9e61b2ab9b to glitch-soc | |||
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-15 | Fix modals testing for props.noEsc (fixes #482) | Thibaut Girka | |
2018-05-11 | Fix root modal's keyup handling (Fixes #478) | Thibaut Girka | |
2018-05-07 | [Glitch] Also display replies in report modal | Thibaut Girka | |
Port c88e12fca622c46a361a5c751a529e77aa5bf2ba to glitch-soc | |||
2018-04-26 | Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread | beatrix | |
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour | |||
2018-04-23 | Fix actions modal on mobile (fixes #441) | Thibaut Girka | |
2018-04-22 | [Glitch] Fix style of legacy column headers | Thibaut Girka | |
Backports daefbd66a653b11a17be73b7b0a4ca200b466cec | |||
2018-04-20 | [Glitch] Show media modal on public pages | Thibaut Girka | |
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc | |||
2018-04-17 | Merge pull request #430 from ThibG/glitch-soc/features/bookmarks | ThibG | |
Fix the bookmark column pinning fix… | |||
2018-04-17 | Fix the bookmark column pinning fix… | Thibaut Girka | |
2018-04-16 | Merge pull request #429 from ThibG/glitch-soc/features/bookmarks | ThibG | |
Fix pinning the bookmarks column (fixes #428) | |||
2018-04-16 | Fix pinning the bookmarks column (fixes #428) | Thibaut Girka | |
2018-04-13 | Merge pull request #419 from ThibG/glitch-soc/features/bookmarks | David Yip | |
Bookmarks | |||
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-04-08 | [Glitch] Avoid using JS to set height in MediaModal | Thibaut Girka | |
Port fa5c867e0ec426fc01653e9022ba29783b2a826f to glitch-soc | |||
2018-04-08 | [Glitch] Improved media modal | Thibaut Girka | |
Port 4e929b2d173fa22b722c58c0e9f8223eb4f44b0e to glitch-soc | |||
2018-04-08 | [Glitch] Allow to open a modal for embedded photo | Thibaut Girka | |
Port bf7757cbbc7677fb46aee9a0a8d1b8a37ded7bb6 to glitch-soc | |||
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-18 | Merge pull request #388 from ThibG/glitch-soc/federated-pinned-toots | David Yip | |
Port WebUI toots/with reply/media tabs and pinned toots to glitch | |||
2018-03-16 | [Glitch] Add "Toots/Toots with replies/Media" tab below profile header | Thibaut Girka | |
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch | |||
2018-03-16 | Add close modal icon to report dialog (#6591) | Thibaut Girka | |
Port 379cdfaac5838c7008b80c8f317ca6403da683a9 to glitch-soc flavour | |||
2018-03-16 | Port federated reports UI to glitchsoc | Thibaut Girka | |
Port 41a01bec2337e7021634f2e9c78d86a1c3002fcf to glitch-soc | |||
2018-01-22 | merge tootsuite pr #6313 into glitch | cwm | |
2018-01-18 | Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontend | David Yip | |
2018-01-18 | Style fixes to make eslint happier, hopefully | David Yip | |
2018-01-14 | Merge pull request #329 from KnzkDev/scss-refactor | beatrix | |
SCSS Refactor | |||
2018-01-14 | Oops this should have been a part of last commit | kibi! | |
2018-01-14 | Fixes onboarding modal (#318) | kibi! | |
2018-01-14 | Initial scss refactor | ncls7615 | |