about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-12-30web push updates (tootsuite PRs #5879, #5941, #6047)cwm
2017-12-28Merge pull request #288 from chriswmartin/fix-gif-avatarsDavid Yip
Fix GIF avatars not autoplaying when gif autoplay is enabled
2017-12-28Fix GIF avatars not autoplaying (fixes #287, tootsuite pr #6000)cwm
2017-12-26Merge pull request #286 from chriswmartin/merge-vanilla-updates-into-glitchbeatrix
Merge various small vanilla updates into glitch
2017-12-26Merge pull request #285 from chriswmartin/detailed-status-actionsbeatrix
Add mute, block, conversation mute actions to detailed status dropdown
2017-12-26Set direction style to reply indicator (tootsuite pr #6006)cwm
2017-12-26Reduce motion for boost animation (tootsuite pr #5871)cwm
2017-12-26Fix layout for RTL (tootsuite pr #6014, #6018)cwm
2017-12-26Fix focused background color of favourited direct toot (tootsuite pr #6021)cwm
2017-12-26Move dropdown transform origin (tootsuite pr #6091)cwm
2017-12-26onMuteNotifications validation (tootsuite pr #6092)cwm
2017-12-26Rename settingKey to settingPath (tootsuite pr #6046 & #6098)cwm
2017-12-26Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2017-12-26add ruby-progressbar to gemfile (fixes #6110) (#6111)beatrix
2017-12-26more faster index on notifications table (#6108)takayamaki
2017-12-26use 'flavours/glitch/' prefix in new importscwm
2017-12-26Add mute, block, conversation mute actions to detailed status dropdown menucwm
2017-12-25Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2017-12-25Add mute, block, conversation mute actions to detailed status dropdown menu ↵Chris
(#6099) * removed references to hideOnMobile in column_link and getting_started * add mute, block, conversationMute actions to detailed status dropdown (fixes #1226) * remove unused withDismiss in detailed status
2017-12-26Additional prop name change. (#6098)MitarashiDango
2017-12-25Add supported Node.js version to package.json (#6096)Yamagishi Kazutoshi
2017-12-24Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2017-12-24Add rake task to check and purge accounts that are missing in origin (#6085)Eugen Rochko
* Add rake task to check and purge accounts that are missing in origin * Add progress bar and --force options to mastodon:maintenance:purge_removed_accounts
2017-12-24Add validation for onMuteNotifications (#6092)Neetshin
* Add aria-autocomplete='list' in Textaria ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete * Make detect empty string brefore assign upload description * Change code elements in keyboard-shortcuts component to kbd * Add validation for onMuteNotifications
2017-12-24Reduce motion for boost animation (#5871)Nolan Lawson
* Reduce motion for boost animation Fixes #5833 * Fix ternary expression
2017-12-24Refactor web_push_subscription (#6047)Akihiko Odaki
* Remove onSave method in mapped properties for column_settings * Make web_push_subscription.register an action
2017-12-24removed references to hideOnMobile in column_link and getting_started (#6082)Chris
* removed references to hideOnMobile in column_link and getting_started * move keyboard shortcuts back below blocked users
2017-12-24Move dropdown transform origin to top edge (#6091)cpsdqs
2017-12-22Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2017-12-21Merge pull request #280 from KnzkDev/add-en-jabeatrix
i18n: Add en and ja
2017-12-22Update and add some translatencls7615
2017-12-22Add more en and jancls7615
2017-12-22Add en and jancls7615
2017-12-22enforce LOCAL_HTTPS=true in production (#6061)nightpool
* enforce https in production * note changes in production env sample * typo fix
2017-12-22Reduce the number of synchronous resolves when posting toots (#6075)ThibG
2017-12-22Display deleted users' role as “Suspended” (#6080)ThibG
Deleted users are technically suspended, but the code displaying their status in the admin interface was broken and displayed a javascript object holding translations of the possible user roles instead.
2017-12-21Merge pull request #266 from chriswmartin/getting-started-improvementsbeatrix
Getting started column improvements
2017-12-21Merge pull request #278 from KnzkDev/fix/acc-header-avatarbeatrix
Fix account header avatar
2017-12-22Fix account header avatarncls7615
2017-12-21Merge pull request #277 from ↵beatrix
glitch-soc/273-add-data-status-by-to-detailed-status Add data-status-by back to DetailedStatus component. Fixes #273.
2017-12-21Add data-status-by back to DetailedStatus component. Fixes #273.David Yip
2017-12-21<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)cwm
2017-12-21remove themes.default from i18n-tasks unused checkcwm
2017-12-21Merge pull request #276 from ↵beatrix
glitch-soc/245-click-avatar-to-open-profile-in-new-tab Wrap <Avatar> in account header in a link to that account's page (fixes #245)
2017-12-21Merge pull request #274 from glitch-soc/fix-packs-on-2fa-pagesbeatrix
Set packs on 2FA-related pages. Fixes #271.
2017-12-21Wrap <Avatar> in account header in a link to that account's page. Fixes #245.David Yip
2017-12-21Remove themes.default from i18n-tasks unused checkDavid Yip
This translation key comes in from tootsuite, but the flavours system does not use it.
2017-12-20Remove unused themes.default key in ko locale.David Yip
2017-12-20add keyboard shortcuts to getting started (fixes #275)cwm
2017-12-20Set packs on 2FA-related pages. Fixes #271.David Yip
Specifically, this commit: - changes S::TFA::{Confirmations,RecoveryCodes}Controller to derive from S::BaseController, because this gives us the necessary actions and packs - prepends set_pack to Auth::SessionsController's action chain so that it takes effect in time for render :two_factor