aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify format of hash, refactor some controller/helper methodsre4k2013-04-221-26/+7
* refactor, add limit parameterre4k2013-04-171-52/+34
* fix typo, change charset to utf8mb4(MySQL), fix importingre4k2013-04-131-2/+2
* Add repoting copied tweets formre4k2013-04-041-5/+12
* fix pagerre4k2013-04-031-2/+2
* auto pager, refactor models, favs notificationre4k2013-04-031-17/+24
* Refactorre4k2013-03-291-2/+6
* Fix errorsre4k2013-03-281-16/+49
* Add given_favorites_tore4k2013-03-271-0/+35
* Add favs_from/rts_fromre4k2013-03-261-20/+0
* Implement JSON APIre4k2013-03-231-1/+12
* refactorre4k2013-03-231-12/+0