aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* app: fix atom feedKazuki Yamaguchi2015-12-081-4/+9
* (。⊙﹏⊙。)Kazuki Yamaguchi2015-12-061-2/+1
* frontend: fix errors (wip)Kazuki Yamaguchi2015-12-061-1/+1
* split frontendKazuki Yamaguchi2015-12-051-4/+16
* Merge branch 'deny-showing'Kazuki Yamaguchi2015-08-301-0/+3
|\
| * implement opt-outKazuki Yamaguchi2015-08-291-0/+1
* | !!!!!CSP!!!!!Kazuki Yamaguchi2015-08-081-1/+1
* | web: refactor permission checkKazuki Yamaguchi2015-08-081-14/+13
* | web: controllers: extract loading specified userKazuki Yamaguchi2015-08-081-3/+9
* | web: reload tweets only when non-bot requestsKazuki Yamaguchi2015-07-101-0/+1
|/
* web: extract checking if safe redirect into ApplicationController#safe_redirect?Kazuki Yamaguchi2015-06-191-2/+5
* web: ApplicationController: no longer have to tidy htmlKazuki Yamaguchi2015-04-301-10/+0
* web: reorganize viewsrhenium2015-04-051-3/+10
* web: rewrite with Vue.jsrhenium2015-03-271-1/+1
* web: introduce Content Security Policy (CSP)rhenium2014-10-061-0/+1
* api: tweets/user_best: add recent parameter (experimental)rhenium2014-07-281-1/+1
* web: update policy for unregistered user: unregistered users' best is now ava...rhenium2014-06-291-9/+1
* db: reorganize accounts (remove private, rename notification to notification_...rhenium2014-06-281-3/+1
* enable error handling only in productionrhenium2014-05-041-1/+1
* upgrade Rails to 4.1.0.rc1, add Guard, SpringRhenium2014-03-131-1/+1
* xhtmlRhenium2014-03-131-7/+1
* refactor error handlingRhenium2014-03-131-0/+6
* fix behaviors around inactivated accountsRhenium2014-03-011-2/+5
* rewrite APIs with Grape and RABLRhenium2014-02-091-18/+12
* move TwitterOauthEchoAuthentication to app/controllers/concernsRhenium2014-01-231-8/+12
* fix ApplicationControllerRhenium2014-01-171-2/+4
* update controllersRhenium2014-01-151-49/+17
* reorganize controllers (add API documentations (lib/apidoc); reorganize auto ...Rhenium2014-01-071-35/+36
* move ApplicationController#_get_user to User.getRhenium2013-11-171-8/+0
* fix autoloadingRhenium2013-08-091-1/+3
* deactivateRhenium2013-07-291-2/+2
* add ApplicationController#authorized_to_show_user? specrhenium2013-06-131-1/+1
* fix ApplicationController#check_session to return bool, fix #xhtml to use tid...rhenium2013-06-131-2/+6
* remove invalid UTF-8 charactersrhenium2013-06-021-1/+2
* improve error pagesrhenium2013-05-301-3/+3
* add private account (!= protected Twitter account) featurerhenium2013-05-301-15/+35
* support RSSrhenium2013-05-201-1/+1
* update protected user supportrhenium2013-05-191-0/+1
* fix routingrhenium2013-05-181-4/+8
* improve behavior when unknown formatrhenium2013-05-181-3/+3
* fix problem: protected user can't show own page (2) when OAuth Echore4k2013-05-071-3/+2
* fix problem: protected user can't show own pagere4k2013-05-071-0/+1
* add OAuth Echo supportre4k2013-05-061-10/+16
* add protected user support (temp)re4k2013-05-061-1/+22
* fix a problem: can't request /api/tweets/best,timeline,.. with user_id parameterre4k2013-05-041-1/+1
* refactor, fix errorsre4k2013-05-041-2/+2
* change controller: description to caption/titlere4k2013-05-011-0/+1
* fix small problemsre4k2013-05-011-1/+1
* refactor (not tested, no compatibility)re4k2013-04-301-20/+5
* refactor controllerre4k2013-04-281-34/+20