Commit Graph

  • cb2707776f Cover AboutController more in spec (#3226) Akihiko Odaki 2017-05-22 23:27:19 +0900
  • 48e7a22e34 Fix locale regression from #3055 (#3231) Eugen Rochko 2017-05-22 16:26:54 +0200
  • dd75a489b6 Similarly to #2426, put creation of remote statuses in a transaction, so that public timeline/caching would not encounter incomplete data Eugen Rochko 2017-05-22 16:10:49 +0200
  • bd3c5fdec9 Fix locale bug when change it on preferences (#3223) Tomonori Murakami 2017-05-22 23:05:59 +0900
  • 0e3ed14824 Cover ApplicationController more in spec Akihiko Odaki 2017-05-22 22:39:10 +0900
  • 2bb5486357 Update Russian translation (#3225) Ratmir Karabut 2017-05-22 17:03:50 +0300
  • 69a9d15ad3 Fix locale regression from #3055 Eugen Rochko 2017-05-22 16:00:51 +0200
  • 60e2b951de Add webpack-bundle-analyzer for production builds (#3170) Nolan Lawson 2017-05-22 06:42:11 -0700
  • a94c152fd3 Allow alternate domains for mastodon handlers (#3187) Immae 2017-05-22 15:40:04 +0200
  • 7d53b8e06d Cover AccountUnfollowController more in spec Akihiko Odaki 2017-05-22 22:36:31 +0900
  • 7b56d0f079 Cover AccountFollowController more in spec Akihiko Odaki 2017-05-22 22:35:31 +0900
  • d89e93b9c7 Cover AboutController more in spec Akihiko Odaki 2017-05-22 22:33:54 +0900
  • 9d04de1c8d Only load Intl data for current language (#3130) Nolan Lawson 2017-05-22 06:06:06 -0700
  • 73e4468ff3 Change "Account.any?" to "Account.exists?" (#3217) Yamagishi Kazutoshi 2017-05-22 22:02:30 +0900
  • fbbd80b40b Updated Polish translation (#3204) m4sk1n 2017-05-22 15:01:53 +0200
  • 361a606edb Keep children of the column-collapsable until the transition is completed (#3218) unarist 2017-05-22 22:01:27 +0900
  • df92f010ad Set config.cache_store in environments file. (#3219) Clworld 2017-05-22 22:01:02 +0900
  • 0e37c9ea07 Merge 2f951a57cf into 07af8c05fd Clworld 2017-05-22 12:59:21 +0000
  • 07af8c05fd Fix "Edit profile" on the account action bar (#3222) unarist 2017-05-22 21:57:50 +0900
  • da9ab1df6e Update Russian translation Ratmir Karabut 2017-05-22 15:41:40 +0300
  • 8345579412 Merge tag 'v1.4rc2' into update/v1.4.0.2 root 2017-05-22 21:26:59 +0900
  • 4d514dc77a Fix merge conflicts Ratmir Karabut 2017-05-22 15:19:09 +0300
  • 6495fcfe7f WIP Tomoya Chiba 2017-05-22 20:51:41 +0900
  • 9dd0dd187b Fix "Edit profile" on the account action bar unarist 2017-05-22 19:57:36 +0900
  • 89795b1614 fix code format. Clworld 2017-05-22 16:53:35 +0900
  • c7ab0074d7 Set config.cache_store in environments. Clworld 2017-05-22 16:33:34 +0900
  • 8cc24682a4 Fix the error that occurs when associating qiita account and existing mastodon account Tomoya Chiba 2017-05-22 16:20:02 +0900
  • 22f0a7e212 Set config.cache_store in application.rb Clworld 2017-05-22 16:02:57 +0900
  • a005cfe841 Keep children of the column-collapsable until the transition is completed unarist 2017-05-22 15:58:47 +0900
  • d61af4b97d Update simple_form.pl.yml m4sk1n 2017-05-22 08:01:47 +0200
  • 2f951a57cf Enable redis-store for production only. Clworld 2017-05-22 14:50:00 +0900
  • 75748eb1db Merge pull request #8 from tomoasleep/qiita-login Tomoya Chiba 2017-05-22 14:19:44 +0900
  • 28462ed5a2 fixup! Allow unconfirmed access for a day after signup Tomoya Chiba 2017-05-20 15:22:28 +0900
  • 1c88c7775e fixup! Add registration page with qiita account Tomoya Chiba 2017-05-18 23:50:50 +0900
  • ad2400bc72 fixup! Allow unconfirmed access for a day after signup Tomoya Chiba 2017-05-18 23:50:32 +0900
  • af8d68b9ab Add site setting to disable password registration Tomoya Chiba 2017-05-18 19:20:09 +0900
  • 252719d771 Allow unconfirmed access for a day after signup Tomoya Chiba 2017-05-18 17:13:46 +0900
  • 1cd049789a Enable users to update password without inputing current password once Tomoya Chiba 2017-05-18 11:04:30 +0900
  • f96d0e983e Don't serialize auth hash in controller Tomoya Chiba 2017-05-17 16:05:20 +0900
  • 7ba531e739 Rename OauthAuthorization to QiitaAuthorization Tomoya Chiba 2017-05-17 16:04:56 +0900
  • 7f472273cf Add setting page for qiita integration Tomoya Chiba 2017-05-09 13:44:44 +0900
  • 695118629a Add a button to login with qiita account Tomoya Chiba 2017-05-05 20:13:17 +0900
  • bdbcc3862a Add registration page with qiita account Tomoya Chiba 2017-05-05 20:11:57 +0900
  • df7153d985 Add OauthAuthorization model Tomoya Chiba 2017-05-05 20:10:56 +0900
  • a16aa0555c redis-rails for all environments. Clworld 2017-05-22 13:45:01 +0900
  • d3599001cb Merge pull request #18 from tomoasleep/switch-theme Tomoya Chiba 2017-05-22 13:33:36 +0900
  • e1c60a4a65 Change "Account.any?" to "Account.exists?" Yamagishi Kazutoshi 2017-05-22 13:32:23 +0900
  • 12b4ff1c3e Generate locale packs, avoid caching on window object Nolan Lawson 2017-05-19 16:56:44 -0700
  • d709b0c464 Fix code.scss to be applied Tomoya Chiba 2017-05-22 13:12:23 +0900
  • aa662cecad single_user_mode? always returns boolean (#3215) Akihiko Odaki 2017-05-22 13:00:07 +0900
  • 523348eedd Re-initialize Rails.cache after setting config.cache_store. Clworld 2017-05-22 12:58:52 +0900
  • 729902aebb Let theme switchable with query parameter Tomoya Chiba 2017-05-22 12:57:07 +0900
  • ce37f09983 Add webpack-bundle-analyzer for production builds Nolan Lawson 2017-05-20 07:12:15 -0700
  • 9f07c83edb single_user_mode? always returns boolean Akihiko Odaki 2017-05-21 19:38:32 +0900
  • 84608c3ff8 Add translations for counter of profile (#3214) Yamagishi Kazutoshi 2017-05-22 11:45:55 +0900
  • 4f95b370b5 Extract common chunk only from application.js and public.js Nolan Lawson 2017-05-18 22:05:04 -0700
  • 3c451531d9 Only load Intl data for current language Nolan Lawson 2017-05-18 20:06:10 -0700
  • c5aa533c89 Add translations for counter of profile Yamagishi Kazutoshi 2017-05-22 11:21:02 +0900
  • 71f539a6b3 Merge pull request #17 from increments/custome-theme Tomoya Chiba 2017-05-22 09:55:32 +0900
  • e9326002a8 Merge branch 'master' into master Eugen Rochko 2017-05-22 00:21:03 +0200
  • b69365e397 Persian translation update (#3206) Masoud Abkenar 2017-05-22 00:20:13 +0200
  • a9309cf856 fix indent Masoud Akenar 2017-05-21 22:47:45 +0200
  • 5f45c8d74b Merge 6fe231d718 into a478af92c3 Edward Vielmetti 2017-05-21 20:30:05 +0000
  • 28e3a97b4c Update simple_form.pl.yml m4sk1n 2017-05-21 22:07:43 +0200
  • a478af92c3 Fix forgotten to include language attribute in statuses JSON (#3209) Eugen Rochko 2017-05-21 21:38:09 +0200
  • a9001d3670 Persian translation update Masoud Akenar 2017-05-21 21:37:17 +0200
  • f97bfed66a Fix forgotten to include language attribute in statuses JSON Eugen Rochko 2017-05-21 21:21:38 +0200
  • 46329d747e Updates Norwegian translation Audun Larsen 2017-05-21 21:14:43 +0200
  • 7fba4cb3d1 Allow access token in URI (#3208) happycoloredbanana 2017-05-21 22:13:11 +0300
  • 0145fdb85c activerecord.fa.yml language code Masoud Akenar 2017-05-21 21:07:37 +0200
  • 40eaa60917 Persian translation update Masoud Akenar 2017-05-21 20:54:28 +0200
  • a2190876e5 Allow access token in URI happycoloredbanana 2017-05-21 21:42:31 +0300
  • fd918f5a84 Persian translation update: new files Masoud Akenar 2017-05-21 20:40:55 +0200
  • b47766ae78 Persian translation update Masoud Akenar 2017-05-21 20:40:10 +0200
  • 42f2ff84f4 Modify detailed status action bar style htomine 2017-05-22 02:34:32 +0900
  • 9a07c8d15d Modify code block htomine 2017-05-22 02:01:35 +0900
  • 4f138c567d Modify qiitan images htomine 2017-05-22 02:00:54 +0900
  • a4c757767f Update Ukrainian translation (#3203) ster 2017-05-21 20:52:50 +0400
  • f297100958 Modify light-theme sub-text color htomine 2017-05-22 01:03:17 +0900
  • 735b93d168 Fix button styles htomine 2017-05-22 01:00:57 +0900
  • 5e47cf0995 Update Ukrainian translation ster 2017-05-21 18:55:45 +0300
  • f1c5441a66 Add light-theme styles htomine 2017-05-22 00:44:48 +0900
  • d41648b333 i18n: Updated Polish translation Marcin Mikołajczak 2017-05-21 17:30:50 +0200
  • b760156895 Merge pull request #1 from tootsuite/master m4sk1n 2017-05-21 16:50:40 +0200
  • 242310ca6a Add dark-theme styles htomine 2017-05-21 22:39:48 +0900
  • 2af5cd96fe Fix mutes_controller error and incorrect statuses_controller report (#3202) Akihiko Odaki 2017-05-21 20:32:13 +0900
  • 73750c4cb5 Fix mutes_controller error and incorrect statuses_controller report Akihiko Odaki 2017-05-21 19:49:33 +0900
  • 0e1c7ae4bf Merge pull request #16 from increments/add-rule-text Tomoya Chiba 2017-05-21 18:47:37 +0900
  • 860f408475 Update .gitignore (#3197) Hayato IZUMI 2017-05-21 18:24:59 +0900
  • 440441ccb3 Enhance for the Chinese translation (#3198) vidarlee 2017-05-21 18:23:59 +0900
  • 91376012d6 add guidance menu lnanase 2017-05-21 18:21:41 +0900
  • ec398e2dd8 Add filtered_languages for Chinese Translation include CN/HK/TW for PR #3175 vidarlee 2017-05-21 09:09:57 +0000
  • 6d5d910fef Enhance for the Chinese translation vidarlee 2017-05-21 07:50:14 +0000
  • e7ed963625 Update .gitignore Hayato IZUMI 2017-05-21 16:21:14 +0900
  • 2f48156e11 Remove color specification converter script. Ichigo Mayo 2017-05-21 14:56:41 +0900
  • ce10abc9c9 Convert all color specifications to variables Ichigo Mayo 2017-05-21 14:52:06 +0900
  • 3a87ca84bf Add color specification converter script. Ichigo Mayo 2017-05-21 13:08:19 +0900
  • c9fef186b3 merge 1.4rc2 d6rkaiz 2017-05-21 11:06:15 +0900
  • b563230d35 Revert "Rails-Way medium_accounts_controller" d6rkaiz 2017-05-21 10:55:35 +0900
  • 4d584541d4 Revert "Fixes medium page" d6rkaiz 2017-05-21 10:55:15 +0900