Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-27 | Tentative fix for #446 | Thibaut Girka | |
2018-04-26 | Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread | beatrix | |
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour | |||
2018-04-22 | [Glitch] Fix the hot key (j, k) does not function correctly when there is a ↵ | Thibaut Girka | |
pinned toot in account timeline. Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc | |||
2018-04-22 | Add show more/less toggle for entire threads in web UI | Thibaut Girka | |
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state. | |||
2018-04-22 | Refactor the infamous three-valued boolean into two booleans, trying to ↵ | Thibaut Girka | |
simplify the logic | |||
2018-04-22 | [Glitch] Fix button hiding when header title is too long | Thibaut Girka | |
Port ffb2b8ef8c3c7cd6f57860240378fac8d5964105 to glitch-soc | |||
2018-04-22 | [Glitch] Fix column headers accessibility | Thibaut Girka | |
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc. SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a. | |||
2018-04-22 | Merge pull request #432 from ThibG/glitch-soc/features/reblog-private | beatrix | |
Glitchsoc-specific changes to allow boosting own private toots | |||
2018-04-22 | Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behavior | beatrix | |
Improve ScrollableList behavior | |||
2018-04-22 | Merge pull request #435 from ThibG/glitch-soc/features/public-modals | beatrix | |
[Glitch] Show media modal on public pages | |||
2018-04-20 | [Glitch] Show media modal on public pages | Thibaut Girka | |
Port ff7941e652af1d54d9c991254556e7932a8b183c to glitch-soc | |||
2018-04-19 | Fix auto-collapsed toots making the TL jump (fixes #417) | Thibaut Girka | |
2018-04-19 | Clean up dead code | Thibaut Girka | |
2018-04-19 | Use React's new lifecycles for scrollable lists | Thibaut Girka | |
2018-04-19 | Glitchsoc-specific changes to allow boosting own private toots | Thibaut Girka | |
2018-04-19 | Only compute height dynamically for standalone media | Thibaut Girka | |
This prevents changing the status' height and triggering jumps in the TL | |||
2018-04-19 | [Glitch] Center thumbnails on focus point | Thibaut Girka | |
Port the display part of the following commits to glitch-soc: * 90f12f2e5a41115a9a756f9dd38054736080d4f9 * b170627ceb8838c358aef1fcca9673ce4aa61ab8 * 11697d68942db7b97a4c7384e4fb4148a97b9122 * 56eb5c3f344f0342ac6f26a05748bc21c585a729 | |||
2018-04-19 | Use javascript to set MediaGallery height automatically | Thibaut Girka | |
2018-04-19 | Revert some glitch-specific refactoring | Thibaut Girka | |
In order to keep my sanity when porting changes between glitch-soc and upstream. | |||
2018-04-14 | [Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UI | Thibaut Girka | |
Port the video-player part of 036dd98abb1fe6ae1d25ff0f3ecffe4dd9a79ea3 to glitch-soc. MediaGallery part ignored since it has diverged quite a bit. This fixes #423 | |||
2018-04-14 | [Glitch] Fix media button type | Thibaut Girka | |
Port ecdac9017efceb77da155bf85d5e7d6084382da2 to glitch-soc | |||
2018-04-14 | [Glitch] Handle preference to always display sensitive media | Thibaut Girka | |
Port the UI part of 76f3d5d16be2fb97d2252909589510165ec05e12 to glitch-soc | |||
2018-04-13 | Merge pull request #419 from ThibG/glitch-soc/features/bookmarks | David Yip | |
Bookmarks | |||
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-04-08 | [Glitch] Improved media modal | Thibaut Girka | |
Port 4e929b2d173fa22b722c58c0e9f8223eb4f44b0e to glitch-soc | |||
2018-04-04 | Remove duplicate message entries | Thibaut Girka | |
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 | [Glitch] Place dropdown menu top if it is closer to the bottom of the viewport | Thibaut Girka | |
Port f6a8d835d30f61628ca731462ecfe4f6005e6a9e to glitch-soc | |||
2018-03-30 | Add basic domain block UI | Thibaut Girka | |
2018-03-29 | [Glitch] Display unfollow button even if account moved | Thibaut Girka | |
Backport 3987bd18a4bfaee49ea9a3439fc51610aeca6c2c to glitch-soc | |||
2018-03-28 | Merge pull request #402 from ThibG/glitch-soc/fixes/accept-empty-toot-contents | David Yip | |
Render toots with empty contents | |||
2018-03-28 | Fix attachment lists | Thibaut Girka | |
2018-03-28 | Render toots with empty contents | Thibaut Girka | |
This is necessary to display toots with media but otherwise no contents, as glitch-soc displays the media as a child of StatusContent, unlike Mastodon. | |||
2018-03-27 | [Glitch] Display AttachmentList in notifications | Thibaut Girka | |
Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc | |||
2018-03-27 | [Glitch] Display AttachmentList in timelines in compact style when media missing | Thibaut Girka | |
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc | |||
2018-03-22 | expanded notifications show like default | Ash Levy | |
2018-03-19 | Merge pull request #394 from ashkitten/compressed-notifs | David Yip | |
fix compressed notifications again (#393) | |||
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-18 | fix compressed notifications again (#393) | Ash Levy | |
2018-03-16 | [Glitch] Federate pinned statuses over ActivityPub | Thibaut Girka | |
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch | |||
2018-03-16 | Merge pull request #386 from ashkitten/compressed-notifs | David Yip | |
compress boost/fave notifications more | |||
2018-03-13 | compress boost/fave notifications more | Ash Levy | |
2018-03-12 | Remove text requirement when media attached from statuses (fixes #381) | Thibaut Girka | |
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc | |||
2018-02-10 | Revert 245816ab2721f386184878d71be01143d207abf5 (fixes #348) | Thibaut Girka | |
Since 245816ab2721f386184878d71be01143d207abf5, IntersectionObserverArticle assumes that its children do not change unless the number of children changes. This is not the case with the notification overlay, which resulted in the checkmark of notification cleaning mode not updating unless scrolling to make notifications appear/disappear. This change may negatively impact performances. | |||
2018-01-23 | Remove some leftover code, I guess | Thibaut Girka | |
2018-01-18 | Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontend | David Yip | |
2018-01-18 | Style fixes to make eslint happier, hopefully | David Yip | |
2018-01-14 | Fixed autocollapse detection | kibi! | |
2018-01-09 | Hide moved account's follow button in search result (tootsuite pr #5913) | cwm | |