Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-09 | [Glitch] Remove unused computation of reblog references from updateTimeline | Thibaut Girka | |
2018-11-09 | [Glitch] Implement adding a user to a list from their profile | Thibaut Girka | |
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc | |||
2018-10-30 | [Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warning | Thibaut Girka | |
Port 9c38c5daa3d7298f02c763a84a74680dcc89dac2 to glitch-soc | |||
2018-10-20 | Force sensitive content flag when posting a toot with a CW | Thibaut Girka | |
Indeed, when the “Always enable the Content Warning field” setting is enabled, sending a content-less toot with a CW would move the CW to the toot's content and leave the toot not marked as sensitive. | |||
2018-09-13 | Only focus first item of dropdown if it was opened via keyboard | Thibaut Girka | |
2018-09-07 | Count unread notifications when window loses focus | Thibaut Girka | |
2018-09-07 | Keep track of unread notifications when the notification column isn't mounted | 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] 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-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-20 | [Glitch] Skip pagination logic entirely for pinned toots | Thibaut Girka | |
2018-08-18 | Add focal points support in the composer | Thibaut Girka | |
2018-08-10 | Implement public profile endorsements in glitch-soc | Thibaut Girka | |
Port WebUI changes from f2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab to glitch-soc | |||
2018-07-17 | Do not cause an error if domain_lists.blocks.next is undefined (fixes #572) | Thibaut Girka | |
Port d0d23b8f0aa72946fe0c8d3327ce1d8bbc049d4f to glitch-soc | |||
2018-07-10 | [Glitch] Fix filters not affecting notifications in web UI | Thibaut Girka | |
Port cfeb3beb4e1c3a05392546e6e4584de537049989 to glitch-soc | |||
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-06-16 | [Glitch] Add redraft function | Thibaut Girka | |
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc | |||
2018-05-29 | [Glitch] Use randomized setTimeout when fallback-polling and re-add since_id | Thibaut Girka | |
Port dafd7afc5ef94fc9513efa341910f7e3c31b909a to glitch-soc | |||
2018-05-29 | [Glitch] Allow clients to fetch notifications made while they were offline | Thibaut Girka | |
Port cbf97c03bba35a642e6f1d1a698aad7a69ad13a3 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 | Implement client-size image resizing from upstream | Thibaut Girka | |
2018-05-22 | [Glitch] Fetch relationships for search results in UI | Thibaut Girka | |
Port webui changes from cba2897108dffe69d5a16befe6c6220f6eaae59f to glitch-soc | |||
2018-05-21 | [Glitch] Do not override the default push notification settings | Thibaut Girka | |
Port 1951ff41b33b264fd8179998648c3cbbf2834cd5 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from menu | Thibaut Girka | |
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc | |||
2018-05-10 | [Glitch] Use plaintext value for field value tooltips in web UI | Thibaut Girka | |
Port d185f3ddafc941e280de7efc6d448449ab5ce2c9 to glitch-soc This doesn't change anything for glitch-style fields, but those will go away eventually | |||
2018-04-19 | [Glitch] retrieve custom emoji list via API instead of before page load | Thibaut Girka | |
Port b08ab329f4d149fd414e0539574f49062c571a8a to glitch-soc | |||
2018-04-11 | Add glitch-soc front-end support for bookmarks | Thibaut Girka | |
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it. | |||
2018-03-30 | Merge pull request #380 from ThibG/glitch-soc/features/domain-block-ui | beatrix | |
Port #6628 to glitch-soc flavour | |||
2018-03-30 | [Glitch] Remove pointer events on the entire UI when a dropdown menu is open | Thibaut Girka | |
Port 913a38111ff5b0cb7f412bec93e8314859c88855 to glitch-soc | |||
2018-03-30 | Keep list of blocked domains | Thibaut Girka | |
Might be overkill, but I'm trying to follow the same logic as for blocked users | |||
2018-03-30 | Update all known users' domain_blocking relationship instead of just one's | Thibaut Girka | |
2018-03-30 | Fix undefined URL in `fetchDomainBlocks` | Thibaut Girka | |
2018-03-20 | [Glitch] Cancel outdated pending compose suggestions | Thibaut Girka | |
Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour | |||
2018-03-18 | Merge pull request #388 from ThibG/glitch-soc/federated-pinned-toots | David Yip | |
Port WebUI toots/with reply/media tabs and pinned toots to glitch | |||
2018-03-16 | [Glitch] Federate pinned statuses over ActivityPub | Thibaut Girka | |
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch | |||
2018-03-16 | [Glitch] Add "Toots/Toots with replies/Media" tab below profile header | Thibaut Girka | |
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch | |||
2018-03-16 | Port federated reports UI to glitchsoc | Thibaut Girka | |
Port 41a01bec2337e7021634f2e9c78d86a1c3002fcf to glitch-soc | |||
2018-03-12 | Remove text requirement when media attached from statuses (fixes #381) | Thibaut Girka | |
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc | |||
2018-01-18 | Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontend | David Yip | |
2018-01-14 | Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friend | beatrix | |
Add glitchy elephant friend | |||
2018-01-14 | Set glitchy elephant friend variant in initial state. #294. | David Yip | |
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though. | |||
2018-01-09 | Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵ | cwm | |
#6223) | |||
2018-01-09 | Rename key to path in actions and reducers for settings (tootsuite pr #6105) | cwm | |
2018-01-09 | Fix newlines-to-spaces functionality (tootsuite pr #6158) | cwm | |
2018-01-09 | Prevent duplicate load of favourites (tootsuite pr #5931) | cwm | |
2018-01-05 | Threaded mode~ | kibigo! | |
2018-01-05 | Merge pull request #290 from chriswmartin/web-push-updates | beatrix | |
Web push updates | |||
2018-01-04 | WIP <Compose> Refactor; SCSS ed. | kibigo! | |