about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions
AgeCommit message (Expand)Author
2018-11-13[Glitch] Fix loading indicator inconsistencyThibaut Girka
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, account...Thibaut Girka
2018-11-09[Glitch] Remove unused computation of reblog references from updateTimelineThibaut Girka
2018-11-09[Glitch] Implement adding a user to a list from their profileThibaut Girka
2018-10-30[Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warningThibaut Girka
2018-10-20Force sensitive content flag when posting a toot with a CWThibaut Girka
2018-09-13Only focus first item of dropdown if it was opened via keyboardThibaut Girka
2018-09-07Count unread notifications when window loses focusThibaut Girka
2018-09-07Keep track of unread notifications when the notification column isn't mountedThibaut Girka
2018-08-31[Glitch] Show compose form on delete & redraft when in mobile layoutThibaut Girka
2018-08-28[Glitch] Preserve hashtag casing in web UI hashtag historyThibaut Girka
2018-08-28[Glitch] Implement tag auto-completion by historyThibaut Girka
2018-08-22Add hashtag trendline support to glitch-soc flavourThibaut Girka
2018-08-22Add pinned accounts editorThibaut Girka
2018-08-20[Glitch] Skip pagination logic entirely for pinned tootsThibaut Girka
2018-08-18Add focal points support in the composerThibaut Girka
2018-08-10Implement public profile endorsements in glitch-socThibaut Girka
2018-07-17Do not cause an error if domain_lists.blocks.next is undefined (fixes #572)Thibaut Girka
2018-07-10[Glitch] Fix filters not affecting notifications in web UIThibaut Girka
2018-07-10Add client-side custom filter support to glitch-socThibaut Girka
2018-06-16[Glitch] Add redraft functionThibaut Girka
2018-05-29[Glitch] Use randomized setTimeout when fallback-polling and re-add since_idThibaut Girka
2018-05-29[Glitch] Allow clients to fetch notifications made while they were offlineThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
2018-05-27Implement client-size image resizing from upstreamThibaut Girka
2018-05-22[Glitch] Fetch relationships for search results in UIThibaut Girka
2018-05-21[Glitch] Do not override the default push notification settingsThibaut Girka
2018-05-16[Glitch] Feature: Direct message from menuThibaut Girka
2018-05-10[Glitch] Use plaintext value for field value tooltips in web UIThibaut Girka
2018-04-19[Glitch] retrieve custom emoji list via API instead of before page loadThibaut Girka
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
2018-03-30Merge pull request #380 from ThibG/glitch-soc/features/domain-block-uibeatrix
2018-03-30[Glitch] Remove pointer events on the entire UI when a dropdown menu is openThibaut Girka
2018-03-30Keep list of blocked domainsThibaut Girka
2018-03-30Update all known users' domain_blocking relationship instead of just one'sThibaut Girka
2018-03-30Fix undefined URL in `fetchDomainBlocks`Thibaut Girka
2018-03-20[Glitch] Cancel outdated pending compose suggestionsThibaut Girka
2018-03-18Merge pull request #388 from ThibG/glitch-soc/federated-pinned-tootsDavid Yip
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
2018-03-16Port federated reports UI to glitchsocThibaut Girka
2018-03-12Remove text requirement when media attached from statuses (fixes #381)Thibaut Girka
2018-01-18Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontendDavid Yip
2018-01-14Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friendbeatrix
2018-01-14Set glitchy elephant friend variant in initial state. #294.David Yip
2018-01-09Refactor /api/web APIs to use the centralized axios instance (tootsuite pr #6...cwm
2018-01-09Rename key to path in actions and reducers for settings (tootsuite pr #6105)cwm
2018-01-09Fix newlines-to-spaces functionality (tootsuite pr #6158)cwm
2018-01-09Prevent duplicate load of favourites (tootsuite pr #5931)cwm
2018-01-05Threaded mode~kibigo!