Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | [Glitch] Submit report using meta key | Thibaut Girka | |
Port 64d7a63f1830e970a6196448cae443ca5d55d1f9 to glitch-soc | |||
2018-06-21 | Fix clicking on collapsed toots with a background (fixes #547) | Thibaut Girka | |
2018-06-16 | [Glitch] Preserve newlines in delete & redraft and desktop notifications | Thibaut Girka | |
Port c75493755f482d0506884b1f7b7b44e5306a4d8b to glitch-soc | |||
2018-06-16 | [Glitch] Add redraft function | Thibaut Girka | |
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc | |||
2018-06-15 | [Glitch] Add vendor prefix for background-clip | Thibaut Girka | |
Port e0354aba7ca05c4d8bf4e19fab0cbb0ecde2950f to glitch-soc | |||
2018-06-15 | Port 85470ec872a39c475d872f685dadeac849832a98 to glitch emoji picker. | David Yip | |
Fixes #541. | |||
2018-06-12 | Port emojimart 2.6.1 changes to glitch flavour | David Yip | |
See also the following commits: - 0c3ce41031d292734e0e4cc70d227228d1993bea - 268d90e8103770e8b90f6d5680a466c1ec83c6ff | |||
2018-06-09 | Delete references to removed constants (fixes #537) | Thibaut Girka | |
2018-06-06 | Merge pull request #509 from ThibG/glitch-soc/fixes/router-history-navigation | David Yip | |
Use history.state to decide whether we should goBack() or go to / (fixes #247) | |||
2018-06-02 | Merge pull request #519 from ThibG/glitch-soc/fixes/status-node-null | David Yip | |
Prevent a rare crash when a status' root node is undefined | |||
2018-06-01 | Merge pull request #501 from ThibG/glitch-soc/features/red-bookmarks | David Yip | |
Make active bookmarks red (fixes #493) | |||
2018-05-31 | Adjust spacing between status icons | Spencer Alves | |
2018-05-31 | Merge branch 'glitch' into thread-icon | Spencer Alves | |
2018-05-31 | Make active bookmarks red (fixes #493) | Thibaut Girka | |
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-31 | Prevent a rare crash when a status' root node is undefined | Thibaut Girka | |
2018-05-31 | Fix direct timeline | Thibaut Girka | |
2018-05-29 | [Glitch] Fix low-contrasted cancel button of reply indicator | Thibaut Girka | |
Port 86efccce2a874d16aa783d989ff4824bcfac40b5 to glitch-soc | |||
2018-05-29 | [Glitch] Improve load gap styling in web UI | Thibaut Girka | |
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb to glitch-soc | |||
2018-05-29 | [Glitch] Use randomized setTimeout when fallback-polling and re-add since_id | Thibaut Girka | |
Port dafd7afc5ef94fc9513efa341910f7e3c31b909a to glitch-soc | |||
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] Fix gap insertion for timeline disconnection | Thibaut Girka | |
Port 66359ec522e687020ea853652ad36d4476f2720d to glitch-soc | |||
2018-05-29 | [Glitch] Fix ID duplication in timelines | Thibaut Girka | |
Port 306267dbd275363422f9288c91e634a92511620c to glitch-soc | |||
2018-05-29 | [Glitch] Fix comparing id | Thibaut Girka | |
Port 0ba49eca8b49c6ce0ec04fd546951c95938da4e6 to glitch-soc | |||
2018-05-29 | [Glitch] Fix LoadMore on account media gallery | Thibaut Girka | |
Port 3523aa440ba3f52bf28fe1e9707506d327c4431f to glitch-soc | |||
2018-05-29 | [Glitch] Add missing null handling in notification reducer | Thibaut Girka | |
Port 2f3ac14a434c773577771b74292aa313d57db3c9 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-29 | Fix error when unmuting a domain without listing muted domains first | Thibaut Girka | |
2018-05-27 | [Glitch] Replace onScrollToBottom with onLoadMore | Thibaut Girka | |
Port b0664a5e6cee9be602098fb9a2f98a9e61b2ab9b to glitch-soc | |||
2018-05-27 | Do not needlessly refresh pinned toots | Thibaut Girka | |
Port missing part of 6ae70a92c91233d4c299e679b3e04ba8e2a7002f to glitch-soc | |||
2018-05-27 | [Glitch] Change icon for domain blocks | Thibaut Girka | |
Port fa04945365bc552748b9d312f936a74cfd8d35b1 to glitch-soc | |||
2018-05-27 | [Glitch] Add option to show only local toots in timeline preview | Thibaut Girka | |
Port missing changes from 4e4f1b0dcb386464d653fcce765ca775e566a03c to glitch-soc | |||
2018-05-27 | [Glitch] Use streaming API for standalone timelines on /about and /tag pages | Thibaut Girka | |
Port 0128b86d3098042cdbc3a1629f74b70f665f8dfb to glitch-soc | |||
2018-05-27 | Change direct message warning to match upstream | Thibaut Girka | |
2018-05-27 | Implement client-size image resizing from upstream | Thibaut Girka | |
2018-05-27 | Port upstream's result section headers (fixes #366) | Thibaut Girka | |
2018-05-26 | Fix caret position after inserting suggestions (fixes #281) | Thibaut Girka | |
2018-05-26 | Remove unneeded code now that attachment URL isn't appended to toots | Thibaut Girka | |
2018-05-25 | [Glitch] Use .star-icon instead of hardcoding color in detailed statuses | Thibaut Girka | |
Port 2587fcdd27613e52d620e3c93bb089932be48db0 to glitch-soc | |||
2018-05-23 | Merge pull request #505 from ↵ | ThibG | |
ThibG/glitch-soc/features/fetch-relationships-on-search [Glitch] Fetch relationships for search results in UI | |||
2018-05-23 | Change notification cleaning checkbox color (fixes #511) | Thibaut Girka | |
2018-05-22 | [Glitch] Fetch relationships for search results in UI | Thibaut Girka | |
Port webui changes from cba2897108dffe69d5a16befe6c6220f6eaae59f to glitch-soc | |||
2018-05-21 | Fix width only being set for standalone media | Thibaut Girka | |
2018-05-21 | [Glitch] Use real container width in MediaGallery srcSet | Thibaut Girka | |
Port 22e067bf5c30a5aa7aec4b3c17dc112cacbe7873 to glitch-soc | |||
2018-05-21 | [Glitch] Do not override the default push notification settings | Thibaut Girka | |
Port 1951ff41b33b264fd8179998648c3cbbf2834cd5 to glitch-soc | |||
2018-05-21 | Recover glitch-soc specific styles that were removed by accident | Thibaut Girka | |
2018-05-20 | In footer, replace text "Mastodon" with logo | Thibaut Girka | |
Port SCSS changes from 93c66f0c03c27ee02b9875c3c051d9bf50b33e19 to glitch-soc | |||
2018-05-20 | Add preference to hide following/followers lists | Thibaut Girka | |
Port SCSS from 1e02dc871533de78174b48a6a527f11b0f2bc7ec |