Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | In detailed status view, take displayMedia setting into account when ↵ | Thibaut Girka | |
changing media Fixes #819 | |||
2018-11-13 | [Glitch] Prepend account header even when status list is empty | Thibaut Girka | |
Partially port 90b64c006998ec3bae365007781c61e8a79eeeef | |||
2018-11-13 | [Glitch] Use local instead of global loading indicator for timelines, ↵ | Thibaut Girka | |
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc | |||
2018-10-30 | Add a local setting for inline preview cards | Thibaut Girka | |
2018-10-30 | Add a “link” status icon for toots with a preview card | Thibaut Girka | |
2018-10-30 | [Glitch] Include preview cards in status entity in REST API | Thibaut Girka | |
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc | |||
2018-10-22 | [Glitch] Surround mid-text display names with bdi tags | Thibaut Girka | |
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc | |||
2018-10-21 | Update mediaGallery component's width when opening CWs | Thibaut Girka | |
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-02 | Make hidden media clickable in account media gallery | Thibaut Girka | |
2018-10-01 | [Glitch] Add support for new display_media setting | Thibaut Girka | |
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all" | |||
2018-09-30 | Add option to hide action bar in collapsed toots | Spencer Alves | |
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-21 | Prevent clicks on video from initiating selections | Thibaut Girka | |
2018-09-13 | Improve keyboard VS mouse navigation of dropdown menus | Thibaut Girka | |
2018-09-13 | Only focus first item of dropdown if it was opened via keyboard | Thibaut Girka | |
2018-09-05 | Pause video playback if toot is collapsed or CWs folded (fixes #146) | Thibaut Girka | |
2018-09-04 | Disable focus points for letterboxed media | Thibaut Girka | |
2018-09-04 | Media gallery styling closer to upstream's | Thibaut Girka | |
2018-09-04 | [Glitch] Do not override ctrl/cmd+click in media gallery | Thibaut Girka | |
2018-09-03 | Add admin links to status and account menus (fixes #673) | Thibaut Girka | |
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten | |||
2018-09-03 | Fixes columns scrolling to top when opening media modal | Thibaut Girka | |
Fixes #700 | |||
2018-08-31 | [Glitch] Give focused status a sensible aria-label for screen readers | Thibaut Girka | |
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc | |||
2018-08-31 | [Glitch] Fix off-by-one error in aria-posinset | Thibaut Girka | |
Port 885711afb97b772f7c970ed16e17de799a74c923 to glitch-soc | |||
2018-08-31 | [Glitch] Add aria-label to column regions | Thibaut Girka | |
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc | |||
2018-08-31 | Add option to not automatically unfold content warnings matching a regexp | Thibaut Girka | |
Fixes #678 | |||
2018-08-31 | Add a setting to automatically unfold all content warnings | Thibaut Girka | |
2018-08-31 | [Glitch] Show compose form on delete & redraft when in mobile layout | Thibaut Girka | |
Port 025fbb8285cdedf495d9e4d015db611b0c622cbb to glitch-soc | |||
2018-08-28 | [Glitch] Add CSS class to replies | Thibaut Girka | |
Port 2bbec9f4dab1441391983ce920b6a0094f0e0348 to glitch-soc | |||
2018-08-27 | [Glitch] Add missing video descriptions | Thibaut Girka | |
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc | |||
2018-08-23 | [Glitch] Update state when opened dropdown is unmounted | Thibaut Girka | |
Port dcd3544d153dd2a3961bd0d2214ed01a902a66da to glitch-soc | |||
2018-08-22 | Add glitch-soc local setting to display reply counters | Thibaut Girka | |
Defaults to false. | |||
2018-08-22 | [Glitch] Display replies count in web UI | Thibaut Girka | |
Port 4df9cabb22cbed8f9cd8af45325ecdcc7c72d6cb to glitch-soc | |||
2018-08-22 | Add hashtag trendline support to glitch-soc flavour | Thibaut Girka | |
Port Mastodon's hashtag stats thing to glitch-soc. This doesn't change how hashtags are ordered, and doesn't add a trending hashtags section, but it does change how hashtag searches are rendered, displaying a trend line alongside each hashtag. | |||
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 | |