about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2018-03-30Update all known users' domain_blocking relationship instead of just one'sThibaut Girka
2018-03-30Fix undefined URL in `fetchDomainBlocks`Thibaut Girka
2018-03-29[Glitch] Display unfollow button even if account movedThibaut Girka
Backport 3987bd18a4bfaee49ea9a3439fc51610aeca6c2c to glitch-soc
2018-03-29[Glitch] Profile redirect notesThibaut Girka
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b
2018-03-28Merge pull request #402 from ThibG/glitch-soc/fixes/accept-empty-toot-contentsDavid Yip
Render toots with empty contents
2018-03-28Fix attachment listsThibaut Girka
2018-03-28Render toots with empty contentsThibaut 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 notificationsThibaut Girka
Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc
2018-03-27[Glitch] Display AttachmentList in timelines in compact style when media missingThibaut Girka
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc
2018-03-22expanded notifications show like defaultAsh Levy
2018-03-20[Glitch] Cancel outdated pending compose suggestionsThibaut Girka
Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour
2018-03-19Merge pull request #394 from ashkitten/compressed-notifsDavid Yip
fix compressed notifications again (#393)
2018-03-19fix .status__info__icons layoutAsh Lea
2018-03-18Merge pull request #388 from ThibG/glitch-soc/federated-pinned-tootsDavid Yip
Port WebUI toots/with reply/media tabs and pinned toots to glitch
2018-03-18fix compressed notifications again (#393)Ash Levy
2018-03-16Merge pull request #391 from ashkitten/compressed-notifsDavid Yip
fix non-notification boosts for compressed notifications
2018-03-16fix non-notification boostsAsh Levy
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch
2018-03-16[Glitch] Improve style of web UI account tabsThibaut Girka
Port of 38b9af76a2365b2099dd2d6a77225a4ace8c290f to glitch
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch
2018-03-16Merge pull request #385 from ThibG/glitch-soc/features/port-reports-ui-changesDavid Yip
Port reports ui changes to glitch-soc flavour
2018-03-16Merge pull request #386 from ashkitten/compressed-notifsDavid Yip
compress boost/fave notifications more
2018-03-16Fix toot text color in the report modalThibaut Girka
2018-03-16Show media on report UIThibaut Girka
Ports 219aac7800a086a75f3ef36f71955bb8b6ccc2c0 to glitch-soc
2018-03-16Add close modal icon to report dialog (#6591)Thibaut Girka
Port 379cdfaac5838c7008b80c8f317ca6403da683a9 to glitch-soc flavour
2018-03-16Port federated reports UI to glitchsocThibaut Girka
Port 41a01bec2337e7021634f2e9c78d86a1c3002fcf to glitch-soc
2018-03-13compress boost/fave notifications moreAsh Levy
2018-03-12Merge pull request #384 from ThibG/glitch-soc/features/no-media-urlGô Shoemake
Remove text requirement when media attached from statuses (fixes #381)
2018-03-12Merge pull request #344 from chriswmartin/getting-started-badge-mergeGô Shoemake
merge tootsuite pr #6313 into glitch & move getting_started dispatch stuff to mapDispatchToProps
2018-03-12Remove text requirement when media attached from statuses (fixes #381)Thibaut Girka
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc
2018-03-09Port #6627 and #6636 to glitch-socThibaut Girka
2018-03-03Use glitchsoc TimelineComponent's margin/padding on about page.David Yip
2018-03-03Copy in new CSS for about page.David Yip
2018-02-25Fix border-radius of owner avatar in /about/moreyuzulabo
2018-02-24Update SCSSimncls
2018-02-24Update columns.scssimncls
2018-02-24Update containers.scssimncls
2018-02-24Update index.scssimncls
2018-02-24Update about.scssimncls
2018-02-10Revert 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-02-04Fix detailed-statusncls7615
2018-01-23Remove some leftover code, I guessThibaut Girka
2018-01-23add 'this.props' to fetchListscwm
2018-01-22remove unused openOnboardingModal from getting_startedcwm
2018-01-22merge tootsuite pr #6313 into glitchcwm
2018-01-20Merge pull request #336 from ThibG/glitch-soc/features/tag-warningDavid Yip
Display a warning when composing unlisted toots with something looking like a hashtag
2018-01-20Merge pull request #342 from glitch-soc/merge-upstreamDavid Yip
Merge upstream
2018-01-20Merge new onboarding styles; delete refs to PNGs.David Yip
2018-01-19Do not discard statuses obtained via websocket when API request finishesThibaut Girka
This backports 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab
2018-01-19Display a warning when composing unlisted toots with something looking like ↵Thibaut Girka
a hashtag This is a backport of b6af88192ff48372c5f6ed1321f21d99aaffcd3f to the glitch flavour.