Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-06 | Fixes to search dropdown | kibigo! | |
2018-01-06 | fix typo in vanilla names.yml | beatrix | |
2018-01-06 | fixed ctrl enter | Ondřej Hruška | |
2018-01-06 | Fix the always-threaded bug | Ondřej Hruška | |
2018-01-06 | tighten csp | beatrix-bitrot | |
2018-01-06 | Merge pull request #303 from KnzkDev/ja-for-thread-mode | beatrix | |
Update ja.js for #296 | |||
2018-01-07 | Update ja.js | ncls7615 | |
2018-01-06 | Merge pull request #296 from glitch-soc/thread-mode | beatrix | |
Threaded mode~ | |||
2018-01-06 | Merge pull request #302 from KnzkDev/fix/search-popout | beatrix | |
Fix search popout | |||
2018-01-06 | appease eslint | beatrix | |
2018-01-06 | Fix search popout | ncls7615 | |
2018-01-06 | Read max_toot_chars from root object. Fixes #297. | David Yip | |
max_toot_chars is present in the root of the initial state object. (Previously, we were trying to read it from the meta child object.) | |||
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! | |
2018-01-05 | Styling and autosuggest fixes for #293 | kibigo! | |
2018-01-05 | Fixes composer mounting issue with #293 | kibigo! | |
2018-01-05 | Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master | David Yip | |
2018-01-05 | Merge pull request #290 from chriswmartin/web-push-updates | beatrix | |
Web push updates | |||
2018-01-05 | Merge pull request #295 from chriswmartin/getting-started-key-fix | beatrix | |
unique ColumnLink keys in getting_started | |||
2018-01-05 | Merge pull request #293 from glitch-soc/compose-refactor | beatrix | |
Compose refactor | |||
2018-01-05 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-05 | Fix PuSH workers (#6200) | ThibG | |
2018-01-05 | When fetching an ActivityPub-enabled status, do not re-request it as ↵ | ThibG | |
text/html (#6196) | |||
2018-01-05 | Represent numbers by strings in instance activity API (#6198) | TheKinrar | |
Fixes #6197. | |||
2018-01-05 | Fix enforce HTTPS in production. (#6180) | Naoki Kosaka | |
2018-01-05 | Merge pull request #243 from m4sk1n/glitch-pl | beatrix | |
i18n: 🇵🇱 | |||
2018-01-05 | add key to lists div | cwm | |
2018-01-05 | change how list ColumnLink keys are determined | cwm | |
2018-01-05 | l10n Occitan language: mailer update (#6193) | Quenty31 | |
* Create email_changed.oc.html.erb * Create email_changed.oc.text.erb * Update email_changed.oc.html.erb * Update email_changed.oc.html.erb * Create reconfirmation_instructions.oc.html.erb * Create reconfirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.text.erb * Update reconfirmation_instructions.oc.html.erb | |||
2018-01-04 | WIP <Compose> Refactor; Fin~ | kibigo! | |
2018-01-05 | Bump version to 2.1.2 | Eugen Rochko | |
2018-01-05 | Fix RFC 5646 Regular Expression (#6190) | Yamagishi Kazutoshi | |
2018-01-04 | WIP <Compose> Refactor; 1000 tiny edits | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <ActionsModal>; dropdowns | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; SCSS ed. | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <OnboardingModal> ed. | kibigo! | |
2018-01-04 | WIP <Compose> Refactor; <Drawer> ed. | kibigo! | |
2018-01-04 | WIPgit status <Compose> Refactor; <Composer> ed. | kibigo! | |
2018-01-04 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2018-01-05 | Small translation fixes for Serbian (and sr@Latn too) (#6188) | Branko Kokanovic | |
2018-01-05 | Fix email confirmation link not updating email (#6187) | Patrick Figel | |
A change introduced in #6125 prevents `Devise::Models::Confirmable#confirm` from being called for existing users, which in turn leads to `email` not being set to `unconfirmed_email`, breaking email updates. This also adds a test that would've caught this issue. | |||
2018-01-04 | Fix overflowing audit logs (#6184) | Lynx Kotoura | |
2018-01-04 | Use disable_ddl_transaction! to prevent warnings on migration (#6183) | unarist | |
Migration is wrapped by transaction, so manual `commit_db_transaction` without transaction restarting causes "there is no transaction in progress" warnings. We should use `disable_ddl_transaction!` instead, if we can omit transaction completely. | |||
2018-01-04 | Bump version to 2.1.1 (#6164) | Eugen Rochko | |
2018-01-04 | Fallback default thumbnail in instance status API (#6177) | Yamagishi Kazutoshi | |
2018-01-04 | i18n: Update Polish translation (#6176) | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-04 | i18n: Update Polish translation | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-01-04 | Send one Delete of Actor in ActivityPub when account is suspended (#6172) | Eugen Rochko | |
2018-01-04 | Make sure private toots remain private and do not end up in HTTP caches (#6175) | ThibG | |