Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-07-28 | Show reply indicator for empty toots, not undefined toots (fixes #610) | Thibaut Girka | |
Fix a regression introduced by 612b00d1bb91c6b11f00fdb273dd8cd2ca883b12 | |||
2018-07-26 | [Glitch] Add documentation for “p” hotkey | Thibaut Girka | |
Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc | |||
2018-07-26 | Add hotkey variants to keyboard shortcuts description | Thibaut Girka | |
Port 89c6d2bd6bc014ca6487c8f2569f8252fb3ef5dc to glitch-soc | |||
2018-07-26 | Prevent scrolling main frame when navigating in image gallery with arrow keys | Thibaut Girka | |
2018-07-24 | [Glitch] Use LoadingBar instead of blur to indicate that an image is loading | Thibaut Girka | |
Port 955d5d36e80259d8c10a0246d359f35f63de059d to the glitch-soc flavour | |||
2018-07-24 | Use the same description string as upstream for the “x” hotkey | Thibaut Girka | |
2018-07-24 | Fix focusing search bar with hotkeys | Thibaut Girka | |
2018-07-24 | Fix focusing composer textarea on “new toot” hotkey | Thibaut Girka | |
2018-07-24 | Fix routing issues, especially keyboards shortcuts changing location | Thibaut Girka | |
2018-07-21 | Display custom emoji in account notes in WebUI (fixes #595) | Thibaut Girka | |
2018-07-12 | Add an option restricting secondary toot privacy to that of the toot being ↵ | Thibaut Girka | |
replied to | |||
2018-07-12 | Use options rather than a boolean | Thibaut Girka | |
This prepares for a third option that would restrict privacy to privacyPreference(replyPrivacy, sideArmBasePrivacy) | |||
2018-07-12 | Do not store duplicate reply_privacy | Thibaut Girka | |
2018-07-12 | add option to enable auto visibility on secondary toot button | Ash Levy | |
2018-07-10 | Display reply indicator even when replying to contentless toot (fixes #564) | Thibaut Girka | |