Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [Glitch] Add aria-label to floatingActionButton | Thibaut Girka | |
Port 7c12c7b1246b991c68f4b51573538e02b3968beb to glitch-soc | |||
2018-09-03 | Fixes columns scrolling to top when opening media modal | Thibaut Girka | |
Fixes #700 | |||
2018-08-31 | Add option to not automatically unfold content warnings matching a regexp | Thibaut Girka | |
Fixes #678 | |||
2018-08-31 | Allow text inputs in local settings dialog | Thibaut Girka | |
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-31 | Fix search results on compose box | Thibaut Girka | |
2018-08-31 | Fix account header showing on search page | Thibaut Girka | |
2018-08-31 | [Glitch] On the mobile UI, move the search column to the right | Thibaut Girka | |
Port 20bb90ced60fdac4ca254b43dad5615b1549da26 to glitch-soc | |||
2018-08-31 | [Glitch] Hide search from Compose on mobile devices | Thibaut Girka | |
Port 0893b1669548858daee79ab1260fb98646a0b3fa to glitch-soc | |||
2018-08-31 | [Glitch] Add search item to tab bar for mobile devices | Thibaut Girka | |
Port c9cbb8de703e321c0d152813a2e22471ffe5eef7 to glitch-soc | |||
2018-08-31 | [Glitch] Use withRouter for TabsBar | Thibaut Girka | |
Port 61e62757816cd8cfe38944d509f8ec13d7d86912 to glitch-soc | |||
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 | Add opt-in feature to have the spoilers field always on (fixes #634) | Thibaut Girka | |
2018-08-28 | [Glitch] Implement tag auto-completion by history | Thibaut Girka | |
Port 460e380d386367b6809d319859e13d17a6a2acea to glitch-soc | |||
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-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 | 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 | Make non-link ColumnLinks behave as links | 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 | [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-10 | Implement public profile endorsements in glitch-soc | Thibaut Girka | |
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab 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-07-31 | Drop glitch-style account bio fields | Thibaut Girka | |
Upstream's implementation has been merged a while ago and is the preferred way to set fields, as it is the only one compatible with upstream and is more user-friendly. This commit deletes the legacy glitch-soc FrontMatter functionality in order to clean up the code and make it easier to maintain. | |||
2018-07-30 | Don't reset scroll position when opening a modal | Thibaut Girka | |
2018-07-30 | Treat the App Setting link as a proper link (fixes #375) | Thibaut Girka | |
2018-07-30 | [Glitch] Improve WebUI account action bar | Thibaut Girka | |
Mostly a port of 2ccef52a4f5be49e5c3b2256a3c5d4f193a3fe32 to glitch-soc | |||
2018-07-28 | Move CW field just above main textarea | Thibaut Girka | |
2018-07-28 | Get rid of Collapsable, use CSS instead | Thibaut Girka | |
Change inspired by 691107263c5e05973f9af9e1937abbc27430f54e | |||
2018-07-28 | Refactor reply indicator and show compact list of attachments | Thibaut Girka | |