Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-02 | [Glitch] Fix: Prevent submission using same logic as submit button disabling. | Thibaut Girka | |
Port 6a895e1ab3d69cd018423460518a1e16307999ad to glitch-soc | |||
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 | Add the domain blocks UI to Getting Started Misc | Thibaut Girka | |
2018-03-30 | Add basic domain block UI | Thibaut Girka | |
2018-03-30 | Update all known users' domain_blocking relationship instead of just one's | Thibaut Girka | |
2018-03-29 | [Glitch] Display unfollow button even if account moved | Thibaut Girka | |
Backport 3987bd18a4bfaee49ea9a3439fc51610aeca6c2c to glitch-soc | |||
2018-03-29 | [Glitch] Profile redirect notes | Thibaut Girka | |
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b | |||
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-16 | [Glitch] Federate pinned statuses over ActivityPub | Thibaut Girka | |
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch | |||
2018-03-16 | [Glitch] Add "Toots/Toots with replies/Media" tab below profile header | Thibaut Girka | |
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch | |||
2018-03-16 | Show media on report UI | Thibaut Girka | |
Ports 219aac7800a086a75f3ef36f71955bb8b6ccc2c0 to glitch-soc | |||
2018-03-16 | Add close modal icon to report dialog (#6591) | Thibaut Girka | |
Port 379cdfaac5838c7008b80c8f317ca6403da683a9 to glitch-soc flavour | |||
2018-03-16 | Port federated reports UI to glitchsoc | Thibaut Girka | |
Port 41a01bec2337e7021634f2e9c78d86a1c3002fcf to glitch-soc | |||
2018-03-12 | Merge pull request #384 from ThibG/glitch-soc/features/no-media-url | Gô Shoemake | |
Remove text requirement when media attached from statuses (fixes #381) | |||
2018-03-12 | Merge pull request #344 from chriswmartin/getting-started-badge-merge | Gô Shoemake | |
merge tootsuite pr #6313 into glitch & move getting_started dispatch stuff to mapDispatchToProps | |||
2018-03-12 | Remove text requirement when media attached from statuses (fixes #381) | Thibaut Girka | |
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc | |||
2018-03-09 | Port #6627 and #6636 to glitch-soc | Thibaut Girka | |
2018-01-23 | add 'this.props' to fetchLists | cwm | |
2018-01-22 | remove unused openOnboardingModal from getting_started | cwm | |
2018-01-22 | merge tootsuite pr #6313 into glitch | cwm | |
2018-01-20 | Merge pull request #336 from ThibG/glitch-soc/features/tag-warning | David Yip | |
Display a warning when composing unlisted toots with something looking like a hashtag | |||
2018-01-19 | Display a warning when composing unlisted toots with something looking like ↵ | Thibaut Girka | |
a hashtag This is a backport of b6af88192ff48372c5f6ed1321f21d99aaffcd3f to the glitch flavour. | |||
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 | Fixes to drawer and CWs | kibi! | |
2018-01-14 | Merge pull request #329 from KnzkDev/scss-refactor | beatrix | |
SCSS Refactor | |||
2018-01-14 | Merge pull request #328 from glitch-soc/feature/glitchy-elephant-friend | beatrix | |
Add glitchy elephant friend | |||
2018-01-14 | Oops this should have been a part of last commit | kibi! | |
2018-01-14 | Fixes onboarding modal (#318) | kibi! | |
2018-01-14 | Fix eslint errors. #294. | David Yip | |
2018-01-14 | Run slightly less afoul of accessibility checks. #294. | David Yip | |
This makes the clickable element an interactive element, but doesn't add alt text and makes it not-obvious that you can click the elefriend. On one hand, this goes against good practice; on the other hand, it's not *supposed* to be obvious that you can click the elefriend. | |||
2018-01-14 | Introduce a bit of luck into the elefriend selection. #294. | David Yip | |
2018-01-14 | Bind click event to elefriend cycling. #294. | David Yip | |
2018-01-14 | Set glitchy elephant friend variant in initial state. #294. | David Yip | |
Also lay some groundwork needed to interactively change the glitchfriend. The codebase uses "elefriend" because it's shorter and didn't require me to realign the actions in actions/compose.js. Same idea, though. | |||
2018-01-13 | Add the shrinking glitchy elefriend. #294. | David Yip | |
2018-01-13 | Prototype out glitchy elephant friend. #294. | David Yip | |
Glitched elephant friends kindly provided by @ncls7615. | |||
2018-01-14 | Fix padded-blocks error | ncls7615 | |
2018-01-14 | Initial scss refactor | ncls7615 | |
2018-01-12 | Fix dropdown text | ncls7615 | |
2018-01-09 | Refactor /api/web APIs to use the centralized axios instance (tootsuite pr ↵ | cwm | |
#6223) | |||
2018-01-09 | Use const instead of let for constant (tootsuite pr #6106) | cwm | |
2018-01-09 | change key to path in timeline settings containers | cwm | |
2018-01-09 | Rename key to path in actions and reducers for settings (tootsuite pr #6105) | cwm | |
2018-01-09 | Prevent duplicate load of favourites (tootsuite pr #5931) | cwm | |
2018-01-06 | Fixes to search dropdown | kibigo! | |
2018-01-06 | fixed ctrl enter | Ondřej Hruška | |
2018-01-05 | my global .gitignore excluded this file ;_; | kibigo! | |
2018-01-05 | Threaded mode~ | kibigo! | |
2018-01-05 | Fixed improper dropdown func binding for #293 + toot button spacing | kibigo! | |