aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into collector-proxyKazuki Yamaguchi2015-06-1921-196/+179
|\
| * BackgroundJob: refactor TweetReponseNotificaitonJobKazuki Yamaguchi2015-06-191-37/+20
| * Collector: use ActiveJob and DelayedJob for background jobsKazuki Yamaguchi2015-06-191-6/+8
| * Settings: move to lib/Kazuki Yamaguchi2015-06-191-4/+0
| * Favorite/Retweet: refactorKazuki Yamaguchi2015-06-192-40/+41
| * web: move /:screen_name/stats to /i/api/users/stats for consistencyKazuki Yamaguchi2015-06-192-2/+2
| * web: move /i/:id/responses to /i/api/tweets/responses for consistencyKazuki Yamaguchi2015-06-194-8/+7
| * web: extract checking if safe redirect into ApplicationController#safe_redirect?Kazuki Yamaguchi2015-06-192-10/+13
| * web: docs should be collected in Api classKazuki Yamaguchi2015-06-192-11/+18
| * web: about/status: WorkerManager.alive? should catch Aclog::Exceptions::Worke...Kazuki Yamaguchi2015-06-172-2/+2
| * web: _tweets_template: don't include template{v-if} in template{v-if} (Safari...Kazuki Yamaguchi2015-05-231-32/+26
| * web: upgrade vue.jsKazuki Yamaguchi2015-05-151-1/+1
| * web: settings/index: refactorKazuki Yamaguchi2015-05-013-8/+15
| * web: ApplicationController: no longer have to tidy htmlKazuki Yamaguchi2015-04-301-10/+0
| * web: redirect to user page after loginKazuki Yamaguchi2015-04-301-3/+4
* | add CollectorProxyKazuki Yamaguchi2015-04-302-12/+0
|/
* web: upgrade grape from 0.9.0 to 0.11.0Kazuki Yamaguchi2015-04-197-52/+35
* web: about/status: show group numberKazuki Yamaguchi2015-04-191-2/+5
* web: don't error when user's worker is downKazuki Yamaguchi2015-04-191-1/+4
* web: apidocs: skip HEAD methodsKazuki Yamaguchi2015-04-191-0/+1
* web: fix tweets/filterKazuki Yamaguchi2015-04-194-8/+14
* web: flex .sidebar-flex only in small displayKazuki Yamaguchi2015-04-191-8/+10
* web: fix syntax error in tweets/_tweets_template.html.hamlKazuki Yamaguchi2015-04-191-4/+4
* web: '〜 - aclog' may be better than 'aclog - 〜'Kazuki Yamaguchi2015-04-191-1/+1
* web: fix sidebar parts' widthKazuki Yamaguchi2015-04-1914-63/+69
* web/collector: fix WorkerManager.statusKazuki Yamaguchi2015-04-184-11/+13
* web: show correct tweeted_at for protected tweetsKazuki Yamaguchi2015-04-181-1/+1
* web: escape or remove invalid character in xmlKazuki Yamaguchi2015-04-184-8/+11
* collector/worker_node: rewriteKazuki Yamaguchi2015-04-181-15/+8
* web: call internal API with extension '.json'rhenium2015-04-063-6/+6
* web: no longer use twitter's widgets.jsvuejsrhenium2015-04-059-11/+67
* web: fix a bug: ignore count parameterrhenium2015-04-052-11/+13
* web: tweets/tweets.json returns invalid pointer urlrhenium2015-04-051-1/+1
* web: fix a bug: can't toggle expand status of votersrhenium2015-04-053-5/+20
* web: reorganize viewsrhenium2015-04-0551-483/+463
* web: rewrite with Vue.jsrhenium2015-03-2741-270/+338
* web: tweets/*: javascript: fix indentrhenium2015-03-191-7/+7
* web: tweets/*: javascript: fix checking existence of elementrhenium2015-03-191-1/+1
* web: tweets: use eagar loading only in needed pagesrhenium2015-03-181-9/+5
* web: import original status when specified id is of retweetrhenium2015-03-181-0/+1
* api: return session cookierhenium2015-03-011-1/+8
* web: fix 500 error on settings/*rhenium2015-02-081-0/+1
* web: action specific javascript is not firedrhenium2015-02-072-10/+10
* web: remove unused console.log (caused by 90d77ac)rhenium2015-02-071-1/+0
* web: lazy loading user stats (sidebar)rhenium2015-02-078-20/+53
* notification: don't miss notifying even if 50th favorite was from protected u...rhenium2015-02-021-7/+21
* web: rewrite javascripts with coffeescriptrhenium2015-01-3016-171/+129
* bundle update / upgrade Rails to 4.2.0rhenium2015-01-2610-0/+0
* web: users: refactor require_user methodrhenium2014-12-151-1/+1
* web: settings#set_account: refactorrhenium2014-12-151-2/+1