Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-18 | Fix fav/boosts hotkeys not working on detailed statuses | Thibaut Girka | |
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-05 | [Glitch] Add a confirmation dialog when hitting reply and the compose box ↵ | Thibaut Girka | |
isn't empty | |||
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-16 | Fix thread CW expansion not being reset when changing threads | Thibaut Girka | |
2018-09-10 | [Glitch] After click to embed video, autoplay it | Thibaut Girka | |
Port 478ca39e5e8463044a259388459da56d2141e104 to glitch-soc | |||
2018-09-10 | [Glitch] Click card to embed external content | Thibaut Girka | |
Port front-end changes from f7765acf9d92951a616f41b738d5d23ede58c162 to glitch-soc | |||
2018-09-10 | [Glitch] Fix oEmbed image_modal src. | Thibaut Girka | |
Port 25b0d7538eb83c5fd02409ca22345c9af752b3ed to glitch-soc | |||
2018-09-10 | [Glitch] Ensure link thumbnails are not stretched to super low quality | Thibaut Girka | |
Port front-end changes from c36b9cc5a6cf3feacb925213f5530c90dd31fa7a to glitch-soc | |||
2018-09-10 | [Glitch] Add embed_url to preview cards | Thibaut Girka | |
Port front-end changes from c083816c2479dcdfa6674c47a75a8293bf64a947 to glitch-soc | |||
2018-09-04 | Media gallery styling closer to upstream's | Thibaut Girka | |
2018-09-03 | Add admin links to status and account menus (fixes #673) | Thibaut Girka | |
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten | |||
2018-08-31 | [Glitch] Give focused status a sensible aria-label for screen readers | Thibaut Girka | |
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc | |||
2018-08-31 | [Glitch] Add aria-label to column regions | Thibaut Girka | |
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc | |||
2018-08-31 | Add option to not automatically unfold content warnings matching a regexp | Thibaut Girka | |
Fixes #678 | |||
2018-08-31 | Add a setting to automatically unfold all content warnings | Thibaut Girka | |
2018-08-31 | [Glitch] Show compose form on delete & redraft when in mobile layout | Thibaut Girka | |
Port 025fbb8285cdedf495d9e4d015db611b0c622cbb to glitch-soc | |||
2018-08-27 | [Glitch] Add missing video descriptions | Thibaut Girka | |
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc | |||
2018-08-17 | [Glitch] Defer scrollIntoView after DOM is drawn | Thibaut Girka | |
2018-07-30 | Don't reset scroll position when opening a modal | Thibaut Girka | |
2018-07-10 | Add client-side custom filter support to glitch-soc | Thibaut Girka | |
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet. | |||
2018-06-16 | [Glitch] Add redraft function | Thibaut Girka | |
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc | |||
2018-05-31 | Make active bookmarks red (fixes #493) | Thibaut Girka | |
2018-05-25 | [Glitch] Use .star-icon instead of hardcoding color in detailed statuses | Thibaut Girka | |
Port 2587fcdd27613e52d620e3c93bb089932be48db0 to glitch-soc | |||
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 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 | Merge pull request #432 from ThibG/glitch-soc/features/reblog-private | beatrix | |
Glitchsoc-specific changes to allow boosting own private toots | |||
2018-04-19 | Glitchsoc-specific changes to allow boosting own private toots | Thibaut Girka | |
2018-04-19 | [Glitch] Make detailed status' media gallery standalone | Thibaut Girka | |
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-13 | Merge pull request #419 from ThibG/glitch-soc/features/bookmarks | David Yip | |
Bookmarks | |||
2018-04-12 | Merge pull request #416 from ThibG/glitch-soc/features/media-modal | David Yip | |
Port various media modal improvements to glitch-soc | |||
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-09 | Fix video modal | Thibaut Girka | |
2018-04-08 | [Glitch] Allow to open a modal for embedded photo | Thibaut Girka | |
Port bf7757cbbc7677fb46aee9a0a8d1b8a37ded7bb6 to glitch-soc | |||
2018-04-08 | Fix video playback in glitch-soc detailed statuses | Thibaut Girka | |
2017-12-26 | use 'flavours/glitch/' prefix in new imports | cwm | |
2017-12-26 | Add mute, block, conversation mute actions to detailed status dropdown menu | cwm | |
2017-12-21 | Add data-status-by back to DetailedStatus component. Fixes #273. | David Yip | |
2017-12-09 | remove trailing spaces | cwm | |
2017-12-09 | fixes, functioning now | cwm | |
2017-12-09 | add initial components based off of tootsuite pr #1507 | cwm | |
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |