Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | [Glitch] Move "compose" on mobile to floating action button | Thibaut Girka | |
Port e72db6d9dd53a9d44f641bdf6bce7e64548e7d94 to glitch-soc | |||
2018-08-31 | [Glitch] When search enabled, display hint in search popout | Thibaut Girka | |
Port 7901f9f63e156732ab10154c34f3c2d188471a9d to glitch-soc | |||
2018-08-30 | Restrict querySelectorAll to the upload form component | Thibaut Girka | |
2018-08-30 | Add confirmation dialog when posting media without description | Thibaut Girka | |
Fixes #211 | |||
2018-08-29 | [Glitch] Reduce padding of profile metadata boxes to allow more text | Thibaut Girka | |
Port 9463bba5fb6873fa70e05f239079ee1a0072b70c to glitch-soc | |||
2018-08-29 | Add opt-in feature to have the spoilers field always on (fixes #634) | Thibaut Girka | |
2018-08-28 | [Glitch] Add CSS class to replies | Thibaut Girka | |
Port 2bbec9f4dab1441391983ce920b6a0094f0e0348 to glitch-soc | |||
2018-08-28 | [Glitch] Preserve hashtag casing in web UI hashtag history | Thibaut Girka | |
Port f9b23a5d6247445ea5b70b431c934a4bb99213bc to glitch-soc | |||
2018-08-28 | [Glitch] Implement tag auto-completion by history | Thibaut Girka | |
Port 460e380d386367b6809d319859e13d17a6a2acea to glitch-soc | |||
2018-08-28 | Preserve hashtag casing in threaded mode | Thibaut Girka | |
Inspired by f9b23a5d6247445ea5b70b431c934a4bb99213bc | |||
2018-08-27 | [Glitch] Add missing video descriptions | Thibaut Girka | |
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc | |||
2018-08-27 | [Glitch] Wait until relationship is loaded before showing follow button | Thibaut Girka | |
Port cd049454be9cb8bf5fb6bc5316539432316033aa to glitch-soc | |||
2018-08-23 | Update poylfills (fixes #662) | Thibaut Girka | |
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 | Move layout options to their own section | Thibaut Girka | |
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-22 | Add pinned accounts editor | Thibaut Girka | |
2018-08-22 | Split list editor into components and containers | Thibaut Girka | |
2018-08-22 | Fix ColumnLink keys in getting_started_misc | Thibaut Girka | |
2018-08-20 | [Glitch] Add hotkey for follow requests | Thibaut Girka | |
Port 25f6f41052b52a765a74e9e16d7411750ae46221 to glitch-soc | |||
2018-08-20 | Make the privacy dropdown button not look strange when using top placement | Thibaut Girka | |
Inspired by 8fe1f8d4cecb9f2f749c1e1e77b2439dd640ddc5 | |||
2018-08-20 | [Glitch] Skip pagination logic entirely for pinned toots | Thibaut Girka | |
2018-08-20 | Make non-link ColumnLinks behave as links | Thibaut Girka | |
2018-08-19 | Don't filter own toots | Thibaut Girka | |
2018-08-19 | Focus CW field when enabling it, focus compose textarea when disabling it | Thibaut Girka | |
Port a99179d31ff0013987f362ffe15cb3450b29ed08 and 09147186b79f80cf3ef3aa8ba7e6e5e032faa255 to glitch-soc | |||
2018-08-18 | Various minor upload description fixes | Thibaut Girka | |
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-08-18 | Refactor in preparation for focal points modal | Thibaut Girka | |
2018-08-17 | Fix rails-ujs not being run on some settings pages (fixes #645) | Thibaut Girka | |
2018-08-17 | [Glitch] Defer scrollIntoView after DOM is drawn | Thibaut Girka | |
2018-08-16 | Fix incorrect prop type for ComposerReply.status | Thibaut Girka | |
2018-08-16 | Fix one GettingStarted ColumnLink not having a key | Thibaut Girka | |
2018-08-14 | Slightly more aggressive video preloading | Thibaut Girka | |
- Preload video metadata if the video is loaded in detailed view, as it is likely to get played, and metadata is useful for seeking in the video. - Preload video data if it's fullscreen as it is extremely likely to get played right after being put in fullscreen (although those are two steps). - Preload video data if the user has clicked the position slider, as the video will play as soon as the mouse button is released, and video metadata is needed to properly seek into the video. | |||
2018-08-14 | Fix bug when clicking on video position slider before starting the video | Thibaut Girka | |
2018-08-14 | Prevent default event handling when clicking on the video position slider | Thibaut Girka | |
This prevents accidental text selection and avoids opening the toot containing the video in the dynamic column when clicking on the position slider. | |||
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-10 | Implement public profile endorsements in glitch-soc | Thibaut Girka | |
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc | |||
2018-08-10 | Merge upstream SCSS changes for /about, /about/more and /terms | Thibaut Girka | |
Port various commits to glitch-soc, mainly commits 0dcc1950d14cc4a7725ea1572d253c538a1f74e8 and 5b8603879f06573d51c5c33edda6f410d1af7a02. | |||
2018-08-10 | Merge upstream styling for public profile endorsements | Thibaut Girka | |
Port the SCSS part of f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc | |||
2018-08-07 | Good bye, CW rainbows | Thibaut Girka | |
Accessibility issues largely outweigh the joke and consistency with upstream. | |||
2018-08-02 | Fix styling of toot prepended text on public profiles | Thibaut Girka | |
Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles. | |||
2018-08-01 | Fix toot styling on public pages | Thibaut Girka | |
The public pages now use CSS from the WebUI to style toots, but the glitch-soc UI is widely different. Hack around that for now by hardcoding upstream-like values. | |||
2018-08-01 | Reintroduce glitch-soc avatar styling in public pages | Thibaut Girka | |
2018-08-01 | [Glitch] Do not hide hashtag timeline in mobile view, make it full-window | Thibaut Girka | |
Port 13ac8ca66ab01c92e4ebcc7221efb3d474c9fd0b to glitch-soc | |||
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-08-01 | [Glitch] Add missing formatting to the text in hero widget | Thibaut Girka | |
Port 1d773b3a4691b153ff0c658db53007293905d86b to glitch-soc | |||
2018-08-01 | Port profile redesign to glitch-soc | Thibaut Girka | |
Port bb71538bb503159177d46d8956bd466973c0876b to glitch-soc |