about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Expand)Author
2019-07-21Merge pull request #1158 from ThibG/glitch-soc/merge-upstreamThibG
2019-07-19Fix filtering behaviorsThibaut Girka
2019-07-19[Glitch] Add ActivityPub actor representing the entire serverThibG
2019-07-19Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id`Eugen Rochko
2019-07-18Fix timestamp display in boost/fav modals in RTL localesThibaut Girka
2019-07-18FixupsThibaut Girka
2019-07-18Public pages RTL fixesThibaut Girka
2019-07-18Unfiy status__prepend with upstreamThibaut Girka
2019-07-18RTL fixesThibaut Girka
2019-07-18Fix some SCSS for RTL behaviorThibaut Girka
2019-07-18Minor fixupThibaut Girka
2019-07-18[Glitch] Fix RTL layout of status display namesEugen Rochko
2019-07-18[Glitch] RTL: fix settings button margins in column headersMasoud Abkenar
2019-07-18Make width breakpoint for removing margins consistent and match upstreamThibaut Girka
2019-07-18Fix *another* typo and crash in StatusIconsThibaut Girka
2019-07-18Fix typo and crash in StatusIconsThibaut Girka
2019-07-17Shorten status icon tooltip textThibaut Girka
2019-07-17Add status icon for local-only tootsThibaut Girka
2019-07-17Add tooltips to status iconsThibaut Girka
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-07-15Add link to edit each listed filterThibaut Girka
2019-07-15Make some strings translatableThibaut Girka
2019-07-15Minor refactoringThibaut Girka
2019-07-15Move the “Show why” button inlineThibaut Girka
2019-07-15Implement feature to add filtered phrases to content warningsThibaut Girka
2019-07-15Implement option to completely hide filtered tootsThibaut Girka
2019-07-15Add options to configure filtering behaviorThibaut Girka
2019-07-15Add a way to know why a status has been filtered, and show it anywayThibaut Girka
2019-07-15Do not keep polls pre-filled in thread modeThibaut Girka
2019-07-15Fix error boundary CSSThibaut Girka
2019-07-10Fix report dialog crashing when a toot gets deletedThibaut Girka
2019-07-07[Glitch] Only scroll to the compose form if it's not horizontally in the view...ThibG
2019-07-04[Glitch] Memoize ancestorIds and descendantIds in detailed status viewThibG
2019-07-04[Glitch] When deleting & redrafting a poll, fill in closest expires_inThibG
2019-07-01Minor cleanup and maybe minor performance improvementsThibaut Girka
2019-07-01Minor optimization regarding regexp filtering in timelinesThibaut Girka
2019-07-01Use strict equality rather than Immutable.is as the compared props are valuesThibaut Girka
2019-07-01Assume children of visible IntersectionObserverArticle always changeThibaut Girka
2019-07-01Revert to using upstream's optimisationsThibaut Girka
2019-07-01Fix error boundary DOMThibaut Girka
2019-07-01Fix some React warningsThibaut Girka
2019-06-30[Glitch] When sending a toot, ensure a CW is only set if the CW field is visibleThibaut Girka
2019-06-30[Glitch] Optimize makeGetStatusThibG
2019-06-30[Glitch] Use ScrollToOptions for smooth scrolling if supportedThibG
2019-06-28[Glitch] Add categories for custom emojisEugen Rochko
2019-06-28[Glitch] Fix swiping columns on mobile sometimes failingThibG
2019-06-28[Glitch] Add message telling FTS is disabled when no toot can be found becaus...ThibG
2019-06-28Change search components classes and styling to match upstreamThibaut Girka
2019-06-26[Glitch] Add option to disable blurhash previewsThibG
2019-06-26[Glitch] Removed extra pipes from regex.PatOnTheBack