Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Recover glitch-soc specific styles that were removed by accident | Thibaut Girka | |
2018-05-20 | In footer, replace text "Mastodon" with logo | Thibaut Girka | |
Port SCSS changes from 93c66f0c03c27ee02b9875c3c051d9bf50b33e19 to glitch-soc | |||
2018-05-20 | Add preference to hide following/followers lists | Thibaut Girka | |
Port SCSS from 1e02dc871533de78174b48a6a527f11b0f2bc7ec | |||
2018-05-20 | [Glitch] Improvements to toots display in admin view | Thibaut Girka | |
Port SCSS changes from 0f2fbf7d05825447a0f2a1e82b6137c069cb1658 (I'm sorry for the animated rainbows) | |||
2018-05-18 | Prevent click on video from opening detailed toot | Thibaut Girka | |
2018-05-18 | Widen clickable area of toots | Thibaut Girka | |
2018-05-18 | Merge pull request #487 from ThibG/glitch-soc/cleanup | David Yip | |
Remove service worker code that has never been used | |||
2018-05-18 | Merge pull request #488 from ThibG/glitch-soc/features/accounts-custom-emoji | David Yip | |
[Glitch] Enable custom emojis in profiles | |||
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-17 | [Glitch] Combine similar components into one on public UI | Thibaut Girka | |
Port f9afd06221baf7f635b346dfbe350652ba6ffbd0 to glitch-soc | |||
2018-05-17 | [Glitch] Show card modal on public pages | Thibaut Girka | |
Port 16fee0335f2b10b0ce54f71965d2f2acc0e24942 to glitch-soc | |||
2018-05-17 | [Glitch] Enable custom emojis in profiles | Thibaut Girka | |
Port 61a90186070395e133ad2f8e959bdf003a8615ca to glitch-soc | |||
2018-05-17 | Remove service worker code that has never been used | Thibaut Girka | |
2018-05-16 | Merge pull request #405 from ThibG/glitch-soc/features/dm-from-menu | ThibG | |
[Glitch] Feature: Direct message from menu | |||
2018-05-16 | Merge pull request #485 from ThibG/glitch-soc/fixes/light-theme-textarea-color | ThibG | |
Fix mastodon-light background color of the composer textarea when posting | |||
2018-05-16 | [Glitch] Reword the direct message warning | Thibaut Girka | |
Port 53c2164e9c8e2538de386a526a97db187ecae470 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc | |||
2018-05-16 | [Glitch] Fix issues with sending direct messages from user profile | Thibaut Girka | |
Port 4fd71accd419fb79cc75e0ebf30df374d174ebf5 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from menu | Thibaut Girka | |
Port d1f34151aee564bb1e60ee48107797681c869a81 to glitch-soc | |||
2018-05-16 | Fix mastodon-light background color of the composer textarea when posting | Thibaut Girka | |
2018-05-15 | Fix modals testing for props.noEsc (fixes #482) | Thibaut Girka | |
2018-05-14 | Change local settings SCSS to be more consistent with modals | Thibaut Girka | |
2018-05-13 | Merge pull request #469 from ThibG/glitch-soc/features/glitch-light-theme | beatrix | |
Port Sylvhem's mastodon-light to glitch flavour | |||
2018-05-11 | Merge pull request #479 from ThibG/glitch-soc/fixes/modal-root-keyup | ThibG | |
Fix root modal's keyup handling (Fixes #478) | |||
2018-05-11 | Fix root modal's keyup handling (Fixes #478) | Thibaut Girka | |
2018-05-11 | Merge pull request #475 from ThibG/fixes/update-scss | ThibG | |
Update SCSS from upstream | |||
2018-05-11 | [Glitch] Fix contact info styling on landing page | Thibaut Girka | |
2018-05-11 | Update SCSS for tables | Thibaut Girka | |
2018-05-11 | Update SCSS for statuses public view | Thibaut Girka | |
2018-05-11 | [Glitch] Adjust RTL styles for landing page | Thibaut Girka | |
Port 8bf3e750ab1d4f4ffa7063b088870d7a82ad548c to glitch-soc | |||
2018-05-11 | Update forms SCSS from upstream | Thibaut Girka | |
2018-05-11 | Update SCSS to match “Show card modal on public pages” | Thibaut Girka | |
2018-05-11 | Update SCSS for about/landing page | Thibaut Girka | |
2018-05-11 | Update admin page SCSS from upstream | Thibaut Girka | |
2018-05-10 | [Glitch] Use plaintext value for field value tooltips in web UI | Thibaut Girka | |
Port d185f3ddafc941e280de7efc6d448449ab5ce2c9 to glitch-soc This doesn't change anything for glitch-style fields, but those will go away eventually | |||
2018-05-10 | Add bot badge to account headers in the WebUI | Thibaut Girka | |
2018-05-10 | Adapt account fields rendering code in the WebUI to match upstream | Thibaut Girka | |
2018-05-10 | Update glitch-soc style to match new bio fields markup | Thibaut Girka | |
2018-05-07 | Port Sylvhem's mastodon-light to glitch flavour | Thibaut Girka | |
2018-05-07 | Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements | beatrix | |
Various improvements to the reports modal | |||
2018-05-07 | Hide media in report modal regardless of whether they are marked sensitive | Thibaut Girka | |
The rationale behind this is that if the user wants to report violent media, they might not want to see it repeatedly. The “sensitive” property is still kept, displaying different messages for hidden media depending on whether they are marked as sensitive. | |||
2018-05-07 | [Glitch] Allow report modal to be up to 80% of viewport height | Thibaut Girka | |
Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc | |||
2018-05-07 | [Glitch] Also display replies in report modal | Thibaut Girka | |
Port c88e12fca622c46a361a5c751a529e77aa5bf2ba to glitch-soc | |||
2018-05-07 | Fix color of disabled boost buttons (fixes #466) | Thibaut Girka | |
2018-05-06 | Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changes | David Yip | |
Glitch soc/rollback scroll changes | |||
2018-05-06 | Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it" | Thibaut Girka | |
This reverts commit 553cc2824040ba0b745644eb4633840129ffc13b. | |||
2018-05-06 | Revert "[Glitch] Do not re-position scroll when loading more (inserting ↵ | Thibaut Girka | |
items from below)" This reverts commit 32974a58dcf5a8db39a9c0378f923a40d787cad3. | |||
2018-05-06 | Fix glitch high-contrast skin text colors | Thibaut Girka | |
Port from 3c5006ec7fa98ec53df619b0e6e52b3bbdb6f046 | |||
2018-05-06 | Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility | beatrix | |
Improve accessibility of toot dropdown menu | |||
2018-05-06 | Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placement | beatrix | |
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport |