Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-11-30 | Scroll to detailed status when new ancestors get inserted | Thibaut Girka | |
2018-11-30 | [Glitch] Fix bug in order of conversations in web UI | Thibaut Girka | |
Port e18390cfe6f5f0eb55abafe072b14b7fa123e808 to glitch-soc | |||
2018-11-30 | [Glitch] Replace recursion in status mapStateToProps | Thibaut Girka | |
Port dfbadd68374ab5ddcaa75907261bd91da688fc6b to glitch-soc | |||
2018-11-30 | [Glitch] Fix context building in the reducer | Thibaut Girka | |
Port 7706ed038f1a16d232635d564a28e6f90e53e0fd to glitch-soc | |||
2018-11-30 | [Glitch] Introduce flat layout to contexts reducer | Thibaut Girka | |
Port 023fe5181b66ba2cbd20cca4e3bd34f132deba52 to glitch-soc | |||
2018-11-29 | Improve detailed status component lifecycle | Thibaut Girka | |
- Move componentWillMount and componentWillReceiveProps logic to getDerivedStateFromProps. - Compute CW auto-unfold status earlier | |||
2018-11-28 | Do not hardcode preferences link, pleroma doesn't have it | Thibaut Girka | |
2018-11-28 | Add error boundary component to catch Web UI crashes | Thibaut Girka | |
2018-11-28 | Do not crash the whole UI when loading an invalid column | Thibaut Girka | |
2018-11-28 | Switch “cycling” reply policy link to set of radio inputs | Thibaut Girka | |
Fixes #832 | |||
2018-11-28 | Add basic UI to set list replies setting in glitch-soc | Thibaut Girka | |
2018-11-27 | Merge pull request #829 from ThibG/glitch-soc/features/volume-sliders | David Yip | |
[Glitch] Volume sliders for videos | |||
2018-11-27 | [Glitch] Volume sliders for videos | Thibaut Girka | |
Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc | |||
2018-11-27 | [Glitch] check_boxes label should use display: inline-block | Thibaut Girka | |
Port 180ae0472a3ff2c0c4a59733f78c87cb6e2004d7 to glitch-soc | |||
2018-11-25 | Update MediaGallery and Video props when folding/unfolding CWs in detailed ↵ | Thibaut Girka | |
statuses | |||
2018-11-25 | Render placeholder when inline video container width isn't known | Thibaut Girka | |
2018-11-25 | Render placeholder instead of image when MediaGallery container width isn't ↵ | Thibaut Girka | |
known | |||
2018-11-19 | Move URLs to backend in their own file | Thibaut Girka | |
2018-11-16 | Fix composer not displaying on iPad | Thibaut Girka | |
2018-11-15 | In detailed status view, take displayMedia setting into account when ↵ | Thibaut Girka | |
changing media Fixes #819 | |||
2018-11-13 | [Glitch] Fix race condition when interacting with deleted toots | Thibaut Girka | |
Port c875f19673e923e7a6e3c2b6656e96b863ca5915 to glitch-soc | |||
2018-11-13 | [Glitch] Prepend account header even when status list is empty | Thibaut Girka | |
Partially port 90b64c006998ec3bae365007781c61e8a79eeeef | |||
2018-11-13 | [Glitch] Fix loading indicator inconsistency | Thibaut Girka | |
Port 3cecf3e5b995f5035b17fd9572c17ba1ede9346b to glitch-soc | |||
2018-11-13 | [Glitch] Use local instead of global loading indicator for timelines, ↵ | Thibaut Girka | |
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc | |||
2018-11-09 | Merge pull request #806 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2018-11-09 | [Glitch] Remove unused computation of reblog references from updateTimeline | Thibaut Girka | |
2018-11-09 | [Glitch] Don't remove originals of boosted toots from timeline | Thibaut Girka | |
Port 2b51b4094c18c56fe8252d90db2b62ef69913fac to glitch-soc | |||
2018-11-09 | Fix drawer waves being displayed in the list editor | Thibaut Girka | |
2018-11-09 | [Glitch] Fix form validation flash message color and input borders | Thibaut Girka | |
Port ccbdf689e824f93bc9a950bb29a4f1ce58e0f1c9 to glitch-soc | |||
2018-11-09 | [Glitch] Implement adding a user to a list from their profile | Thibaut Girka | |
Port bb5558de627ca9bc26949570025f6193cd7cbd98 to glitch-soc | |||
2018-11-06 | [Glitch] Update reset.scss from upstream | Thibaut Girka | |
2018-10-31 | Fix timestamp position in public pages with RTL languages | Thibaut Girka | |
2018-10-31 | Fix styling of display names in public pages | Thibaut Girka | |
2018-10-31 | [Glitch] Port some of upstream's getting started footer links | Thibaut Girka | |
2018-10-30 | [Glitch] Fix empty display name precedence over username in web UI | Thibaut Girka | |
Port f59b840549d1b4dfd02ae4f52b64149ff8de0165 to glitch-soc | |||
2018-10-30 | Add a local setting for inline preview cards | Thibaut Girka | |