about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2017-06-25Auto-uncollapse when expanding CWkibigo!
2017-06-25[custom.scss] More media height fixeskibigo!
2017-06-25Disables CW [Show More/Less] links in collapsed tootskibigo!
2017-06-25[custom.scss] max-height of media now a fixed valuekibigo!
2017-06-25Color adjustment to media iconskibigo!
2017-06-25Adds media icons to tootskibigo!
2017-06-25Media previews for collapsed tootskibigo!
2017-06-25Patching rebase errorskibigo!
2017-06-25GlitchsocificationShel Raphen
2017-06-24Removed no-longer-necessary custom stylekibigo!
2017-06-24Better style handling at small sizeskibigo!
2017-06-24Allowed little media ruleskibigo!
2017-06-24OKAY THIS WORKS THIS WORKSkibigo!
2017-06-24Better settings handling with localSettings (new!)kibigo!
2017-06-24Don't change layout of static pageskibigo!
2017-06-24Use Redux store to keep track of layoutkibigo!
2017-06-24Pass in correct "singleColumn" prop value when auto-columns is not used.Surinna Curtis
2017-06-24Support overriding media queries for deciding between ↵Surinna Curtis
single-column/multi-column layouts with a class
2017-06-24clean up old avatar classbeatrix-bitrot
2017-06-24Unified avatar stylingMatthew Walsh
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
2017-06-23Un-hide dropdown menu ;Pkibigo!
2017-06-23ESLint improvements for Profile Metadatakibigo!
2017-06-23Reblog support for collapsed tootsGô Shoemake
2017-06-23missing punctuationbeatrix-bitrot
2017-06-23glitch the getting started imagebeatrix
2017-06-23Very minor styling improvements to toot-collapsingkibigo!
2017-06-23Updates height upon collapsingkibigo!
2017-06-23Minor collapsing button improvements~kibigo!
2017-06-23Collapsable toots [1/??] ☕️kibigo!
2017-06-23✨ Profile Metadata HACK 😈kibigo!
2017-06-23Fixes drawer so stuff doesn't overflowGo Shoemake
2017-06-23cybre cleanupCharlotte Fields
2017-06-23cybrespace to 1.4.2Chronister
2017-06-23All cybrespace changes through 5/28Chronister
2017-06-23adding cybre changesCharlotte Fields
2017-06-23Fix a typo and give CW'd statuses the right cursor (#3918)Daniel Hunsaker
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
ref https://tc39.github.io/proposal-decorators/
2017-06-23Revocable sessions (#3616)Sorin Davidoi
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations
2017-06-23Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon ↵Eugen Rochko
into sorin-davidoi-swipe-gestures
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-23Add prefix to setting toggle ID (#3907)Yamagishi Kazutoshi
2017-06-23fix: Apply :hover, :focus and :active only when multiple columnsSorin Davidoi
2017-06-23feat: Swipeable mediaSorin Davidoi
2017-06-23feat: Swipeable columnsSorin Davidoi
2017-06-22Some minor change and spec for Account (#3813)Akihiko Odaki (@fn_aki@pawoo.net)
* Introduce domains method to Account relation Account had followers_domains method, which was excessively specific. Let relation of Account have domains method instead. * Move follow_mapping in Account to AccountInteractions * Introduce shared examples for AccountAvatar inclusion * Cover Account more
2017-06-22Fix regression from #3842 (#3892)Eugen Rochko
* Fix regression from #3842 Simplify the query by omitting all direct statuses. Private statuses are allowed because they are from accounts we are following (so by definition) Resolves #3887 (alternative) * Adjust test
2017-06-21Don't attach IntersectionObserver for wrapped statuses (#3883)unarist
(This patch has been merged as bugfix and reverted, but still valuable as improvement) Previously, we've attached IntersectionObserver twice for boosted statuses: wrapper Status and wrapped Status. but wrapped Status don't need to manage intersection and visibility by itself, because it's a part of wrapper Status.
2017-06-21Revert #3851 (#3878)Eugen Rochko
2017-06-21Revert "Don't attach IntersectionObserver for wrapped statuses" (#3877)Eugen Rochko
* Revert "Bump version to 1.4.4" This reverts commit 1585b0c6cce6cebda3fdc8ba944aa2247e76d1be. * Revert "Fix conversations (fixes #3869) (#3870)" This reverts commit 15b43f555dcb06742c677d84c25d05774ef1bde2. * Revert "Fix streaming server. Redis connection subscribe for each channel. (#3828)" This reverts commit d8ec83280637e53ded67d4938a198cbeb9e8db05. * Revert "Filter direct statuses in Status.as_home_timeline (#3842)" This reverts commit bab5a18232a163b0c3c6a245f7f95d50d7022b36. * Revert "Fix RemoteFollow behavior (#3868)" This reverts commit a20cf3b64e93d764f1dfe88ecdb39f3fd4eefe03. * Revert "Update fabricator for MediaAttachment to attach a file according to type (#3862)" This reverts commit 356df7ae6b6edfc600fbc532f32fbc46314e00a0. * Revert "Upgrade React Router (#3677)" This reverts commit 8f03fdce7fa16fcaa829a40f395cefc85eb957d5. * Revert "Do not call setState from unmounted component (#3853)" This reverts commit 1fc6cb499742c1a872ad717a689c58a80aeb714d. * Revert "Replace TextIconButton for SensitiveButton to IconButton (#3759)" This reverts commit eb832e88f44d661a504a091defc051e052eb1252. * Revert "Fix RTL detection on Ruby side (#3867)" This reverts commit b16b69350eb4ded2e1011931433b51dac5e34b53. * Revert "i18n: Fixed typo in Polish translation (#3864)" This reverts commit da6fa029f66d50f38f2b6c85687994793f7766aa. * Revert "Don't attach IntersectionObserver for wrapped statuses (#3863)" This reverts commit 94ad0706f514e25c58c0a8f3201f96c1d1ccbbd8.
2017-06-20Fix conversations (fixes #3869) (#3870)ThibG
* Actually create conversations given explicit URIs * Try to get the parent toot in before validation, to avoid creating a new conversation