Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-30 | Fix crash when clearing uninitialized timeline | Thibaut Girka | |
Fixes #875 | |||
2018-12-30 | Immediately go back in browser history upon successfully sending toot | Thibaut Girka | |
2018-12-23 | [Glitch] Add moderation warnings | Thibaut Girka | |
Port SCSS changes from 3c033c4352f8b156887cd7157b4a89c23a545838 to glitch-soc | |||
2018-12-23 | [Glitch] Remove links to bridge.joinmastodon.org (non-functional) | Thibaut Girka | |
Port bb62827c16dbf35c70da2dc801f602df3c76fcca to glitch-soc | |||
2018-12-23 | Remove file added by error | Thibaut Girka | |
2018-12-23 | [Glitch] Fix unnecessary loadMore calls when the end of a timeline has been ↵ | Thibaut Girka | |
reached Port 8389b496ba9f8b5fa04a34ccc14c8e4195e03ea3 to glitch flavour | |||
2018-12-21 | Fix composer not getting focus after reply confirmation dialog | Thibaut Girka | |
The modal-handling code gives back focus to the element focused when the modal opened. However, in the case of reply confirmation, it would do so *after* the composer code itself requested focus. | |||
2018-12-21 | Fix incorrect and duplicate onConfirm callback | Thibaut Girka | |
2018-12-21 | [Glitch] Fix that translation is not applied to "joining hashtags" | Thibaut Girka | |
Port bfec030a4e3be37e4986d7ec5cb1bda968ba549a to glitch-soc | |||
2018-12-21 | [Glitch] Deep compare tags for hashtag column reload | Thibaut Girka | |
Port 4fdefffb9906ffc3e5fde7af652674bebffd6e15 to glitch-soc | |||
2018-12-21 | [Glitch] Allow joining several hashtags in a single column | Thibaut Girka | |
Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc This introduces new requirements in the API: `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none` It now returns status matching tag :tag or any of the :any, provided that they also include all tags in `all` and none of `none`. | |||
2018-12-20 | [Glitch] Display customized mascot in web UI | Thibaut Girka | |
Port relevant parts of 9d4541c612b506889675c4c19ced5cd17ad3710f to glitch-soc | |||
2018-12-20 | Make drawer markup and styling closer to upstream | Thibaut Girka | |
WARNING: This may break some custom skins! `.drawer > .contents` has been moved to `.drawer > .drawer__pager > .drawer__iner`, and the waves have been moved from `.drawer > .contents` to `.drawer__inner__mastodon`! | |||
2018-12-20 | [Glitch] Back to the getting-started when pins the timeline | Thibaut Girka | |
Port 5bf100f87be571e86305f3ab244183fc46f1ede2 to glitch-soc | |||
2018-12-20 | Hide negative follower counts from glitch flavour | Thibaut Girka | |
2018-12-19 | [Glitch] Improved appearance of notification filter on safari | Thibaut Girka | |
Port 2e1b5edfea1b03f64c69266f979caee228fa90b7 to glitch-soc | |||
2018-12-18 | Reword confirm_before_clearing_draft description | Thibaut Girka | |
2018-12-18 | Allow disabling the reply confirmation dialog | Thibaut Girka | |
2018-12-18 | Allow disabling media confirmation from the confirmation dialog itself | Thibaut Girka | |
2018-12-18 | Remove dead code | Thibaut Girka | |
2018-12-18 | [Glitch] Put "Media Only" option in column settings instead of content area ↵ | Thibaut Girka | |
headline Port 4f42238c294f92dbd87db3d83f9514344fcd1f8a to glitch-soc | |||
2018-12-18 | [Glitch] Always display tab navigation on local/federated timeline even when ↵ | Thibaut Girka | |
empty Port 90b64c006998ec3bae365007781c61e8a79eeeef to glitch-soc | |||
2018-12-18 | Do not replace history state | Thibaut Girka | |
This is both for consistency with account timelines and to not mess with the logic used to decide whether going back in the browser's history is going to make us leave the WebUI. | |||
2018-12-18 | [Glitch] Enable media timeline | Thibaut Girka | |
Port 8182b615183b83fb6651fb23912abda3cc4ccf03 to glitch-soc | |||
2018-12-18 | [Glitch] Hide section headline for timelines in production | Thibaut Girka | |
Port 4eeda6772796bcd08b8c63ec2e1f3e68a95cbca4 to glitch-soc | |||
2018-12-18 | [Glitch] Change column params on pinned timeline | Thibaut Girka | |
Port 06252ec71ed67cb84e6730fe7148552dc6481c7a to glitch-soc | |||
2018-12-18 | [Glitch] Save onlyMedia prop when pinning column | Thibaut Girka | |
Port 5ea643b27908b14bd89ff068fc87e446e8cbcd32 to glitch-soc | |||
2018-12-18 | [Glitch] Add exact attribute to WrappedRoute for community timeline | Thibaut Girka | |
Port 46061dc041b0a2a4a3907976cc3432abdb1d67ec to glitch-soc | |||
2018-12-18 | [Glitch] Add media timeline | Thibaut Girka | |
Port 7403e5d306d36c83bfb80cd900235373186cd51a to glitch-soc | |||
2018-12-18 | [Glitch] Make notifications quick-filter use consistent style with profile tabs | Thibaut Girka | |
Port 12ab15e584e78d209b59a893405a0cde83f49035 to glitch-soc | |||
2018-12-18 | [Glitch] Add notification quick-filter bar in the frontend app | Thibaut Girka | |
Port 13dce126655f856f23d02373fa2e333e74bdc36e to glitch-soc | |||
2018-12-18 | [Glitch] Responsive design for profile directory | Thibaut Girka | |
Port SCSS changes from 087e11897137dc1f2811c21c3ccc6cec3ccdedb3 to glitch flavour | |||
2018-12-17 | Sandbox toot embeds in the embed modal | Thibaut Girka | |
It should not be necessary thanks to our Content Security Policy, but best be sure in case a server's CSP is incorrect. Also, avoids a CSP warning about loading remote scripts. | |||
2018-12-17 | [Glitch] Minor scrollable list fixes | Thibaut Girka | |
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator Port 4ede51743e5b9121a49e9131f91cf012fab410f8 to glitch-soc | |||
2018-12-17 | Split out is_changing_upload from is_submitting | Thibaut Girka | |
Fixes #855 | |||
2018-12-16 | [Glitch] Fix padding on select elements in preferences | Thibaut Girka | |
Port c58c00651b13520e22f0a59737d23a68e63b4840 to glitch-soc | |||
2018-12-16 | [Glitch] Make animated header resoect `auto_play_gif` | Thibaut Girka | |
Port part of 7c48688d85d0ab64501cea6b8a516867a786bb4c to glitch-soc | |||
2018-12-14 | On mobile, go back in browser history upon posting, unless threaded mode is ↵ | Thibaut Girka | |
enabled | |||
2018-12-13 | [Glitch] Fix timeline pagination in the WebUI | Thibaut Girka | |
The `hasMore` property of timelines in redux store was set whenever an API request returned only one page of results, *even* if the query only requested newer statuses (using `since_id`), causing `hasMore` to be incorrectly set to false whenever fetching new toots in a timeline, which happens each time an account's timeline or media gallery is visited. | |||
2018-12-13 | [Glitch] Fix hasMore in notifications | Thibaut Girka | |
2018-12-13 | [Glitch] Fix “load more” button when no data has been fetched | Thibaut Girka | |
2018-12-13 | [Glitch] Make account media gallery more consistent with account timeline | Thibaut Girka | |
Display “load more” more consistently, add a loading indicator on first load. | |||
2018-12-13 | [Glitch] Fix LoadMore usage in account media gallery | Thibaut Girka | |
(Even though that codepath is probably never actually used…) | |||
2018-12-13 | [Glitch] Do not display empty message when the list is known to have more ↵ | Thibaut Girka | |
elements | |||
2018-12-13 | Minor cleanup in ScrollableList component | Thibaut Girka | |
2018-12-09 | [Glitch] Fix various things in the directory | Thibaut Girka | |
Port ecd303c097bf20aa971628ba8420a9f17f3dd1f7 to glitch-soc | |||
2018-12-09 | Port directory CSS changes from upstream | Thibaut Girka | |
Port 73be8f38c115c279e3d3961b98bd2b82b9706b05 to glitch-soc | |||
2018-12-06 | Fix mention links in detailed statuses not opening in the WebUI | Thibaut Girka | |
2018-12-01 | Fix since_id | Thibaut Girka | |
2018-11-30 | Scroll to selected toot even if the ancestors happen to be loaded | Thibaut Girka | |