Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-01-08 | Add missing comma | kibigo! | |
2018-01-08 | Show SENSITIVE tag on sensitive images (#267) | kibigo! | |
2018-01-05 | Fixed improper dropdown func binding for #293 + toot button spacing | kibigo! | |
2018-01-05 | Styling and autosuggest fixes for #293 | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; 1000 tiny edits | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <ActionsModal>; dropdowns | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; SCSS ed. | kibigo! | |
2018-01-04 | WIPgit status <Compose> Refactor; <Composer> ed. | kibigo! | |
2017-12-28 | Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000) | cwm | |
2017-12-26 | onMuteNotifications validation (tootsuite pr #6092) | cwm | |
2017-12-26 | Rename settingKey to settingPath (tootsuite pr #6046 & #6098) | cwm | |
2017-12-10 | pulled master, moved locale entry to new location | cwm | |
2017-12-09 | fixes, functioning now | cwm | |
2017-12-09 | add initial components based off of tootsuite pr #1507 | cwm | |
2017-12-08 | fix a missing semicolon and mixed tabs/spaces that travis was complaining about | cwm | |
2017-12-08 | merge tootsuite prs #5895 and #5889 into glitch flavour | cwm | |
2017-12-06 | Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour (#239) | David Yip | |
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |