Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-11 | Don't prevent opening links in tabs with keyboard modifiers | Thibaut Girka | |
Ctrl+click usually allows opening a link in a new tab. This was prevented for hashtag or user links in toots. | |||
2018-08-01 | [Glitch] Show media modal on public timeline | Thibaut Girka | |
Port e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 to glitch-soc | |||
2018-08-01 | Port profile redesign to glitch-soc | Thibaut Girka | |
Port bb71538bb503159177d46d8956bd466973c0876b to glitch-soc | |||
2018-07-30 | Allow modals to be closed by pressing “back” | Thibaut Girka | |
2018-07-28 | Get rid of Collapsable, use CSS instead | Thibaut Girka | |
Change inspired by 691107263c5e05973f9af9e1937abbc27430f54e | |||
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-07-10 | [Glitch] Fix Chrome issue with sizes="0px" | Thibaut Girka | |
2018-06-16 | [Glitch] Add redraft function | Thibaut Girka | |
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc | |||
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 | Prevent a rare crash when a status' root node is undefined | Thibaut Girka | |
2018-05-29 | [Glitch] Improve load gap styling in web UI | Thibaut Girka | |
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb 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-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-18 | Prevent click on video from opening detailed toot | Thibaut Girka | |
2018-05-18 | Widen clickable area of toots | Thibaut Girka | |
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc | |||
2018-05-11 | Fix root modal's keyup handling (Fixes #478) | Thibaut Girka | |
2018-05-07 | Add an extra icon to indicate that a status is part of a conversation | Spencer Alves | |
2018-05-07 | Hide media in report modal regardless of whether they are marked sensitive | Thibaut Girka | |
The rationale behind this is that if the user wants to report violent media, they might not want to see it repeatedly. The “sensitive” property is still kept, displaying different messages for hidden media depending on whether they are marked as sensitive. | |||
2018-05-06 | Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it" | Thibaut Girka | |
This reverts commit 553cc2824040ba0b745644eb4633840129ffc13b. | |||
2018-05-06 | Revert "[Glitch] Do not re-position scroll when loading more (inserting ↵ | Thibaut Girka | |
items from below)" This reverts commit 32974a58dcf5a8db39a9c0378f923a40d787cad3. | |||
2018-05-06 | Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility | beatrix | |
Improve accessibility of toot dropdown menu | |||
2018-05-05 | [Glitch] Do not re-position scroll when loading more (inserting items from ↵ | Thibaut Girka | |
below) Port 8c601b54ccf530bd193b4500fee439aa4e9162d0 to glitch-soc | |||
2018-05-05 | [Glitch] Prevent timeline from moving when cursor is hovering over it | Thibaut Girka | |
Port 58852695c8ec490239ed3812f82971f8c1e6c172 to glitch-soc | |||
2018-05-05 | Improve accessibility of toot dropdown menu | Thibaut Girka | |
* Prevent Enter keypresses from triggering dropdown display toggle twice * Give focus to first/selected item of dropdown menus * Implement keyboard navigation in generic dropdown menus Partial port from ef7d64c80109074b39983b50cc8cf701c337cdcc to glitch-soc | |||
2018-05-02 | [Glitch] Improve relative timestamps in web UI | Thibaut Girka | |
Port 660cb058e18f8607a0044b5a89614e1caeb07ed9 to glitch-soc flavour | |||
2018-04-27 | Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps | Thibaut Girka | |
As we are already using the new getSnapshotBeforeUpdate lifecycle method, we apparently cannot use the deprecated ones at all in this component. | |||
2018-04-27 | Tentative fix for #446 | Thibaut Girka | |
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-22 | [Glitch] Fix the hot key (j, k) does not function correctly when there is a ↵ | Thibaut Girka | |
pinned toot in account timeline. Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc | |||
2018-04-22 | Add show more/less toggle for entire threads in web UI | Thibaut Girka | |
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state. | |||
2018-04-22 | Refactor the infamous three-valued boolean into two booleans, trying to ↵ | Thibaut Girka | |
simplify the logic | |||
2018-04-22 | [Glitch] Fix button hiding when header title is too long | Thibaut Girka | |
Port ffb2b8ef8c3c7cd6f57860240378fac8d5964105 to glitch-soc | |||
2018-04-22 | [Glitch] Fix column headers accessibility | Thibaut Girka | |
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc. SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a. | |||
2018-04-22 | Merge pull request #432 from ThibG/glitch-soc/features/reblog-private | beatrix | |
Glitchsoc-specific changes to allow boosting own private toots | |||
2018-04-22 | Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behavior | beatrix | |
Improve ScrollableList behavior | |||
2018-04-22 | Merge pull request #435 from ThibG/glitch-soc/features/public-modals | beatrix | |
[Glitch] Show media modal on public pages | |||
2018-04-20 | [Glitch] Show media modal on public pages | Thibaut Girka | |
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc | |||
2018-04-19 | Fix auto-collapsed toots making the TL jump (fixes #417) | Thibaut Girka | |
2018-04-19 | Clean up dead code | Thibaut Girka | |
2018-04-19 | Use React's new lifecycles for scrollable lists | Thibaut Girka | |