aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* rename MainControllerrhenium2013-05-186-4/+1
* fix routingrhenium2013-05-183-7/+11
* update error handlingrhenium2013-05-183-45/+11
* improve behavior when unknown formatrhenium2013-05-182-3/+12
* fix user stats stringifyrhenium2013-05-121-5/+4
* fix User.from_hash: mistake decision is the user changedrhenium2013-05-111-2/+2
* update Tweet.delete_from_idrhenium2013-05-111-6/+9
* able to delete multiple tweets at oncerhenium2013-05-111-4/+4
* caching tweet ids in tweets#best, ..rhenium2013-05-111-6/+19
* fix User.from_hashrhenium2013-05-111-4/+4
* update User.from_hash: tweet's profile_image_url is often different from even...rhenium2013-05-111-2/+5
* use MessagePack-RPC in Login - Daemonrhenium2013-05-111-10/+5
* HTML escape "&" in bio and name (temp / should be rewritten)rhenium2013-05-101-2/+2
* fix users#statsrhenium2013-05-091-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
* fix typo...re4k2013-05-061-1/+1
* fix sql of Tweet#dicovered_ofre4k2013-05-061-3/+3
* optimize stats calc: unite #pluck sre4k2013-05-061-2/+1
* update statsre4k2013-05-064-20/+29
* update routesre4k2013-05-061-21/+32
* enable caching for user stats and friendshipsre4k2013-05-062-4/+14
* fix problem: can't show tweet#(best|timeline|recent) with no paramsre4k2013-05-061-1/+1
* add OAuth Echo supportre4k2013-05-065-15/+34
* add protected user support (temp)re4k2013-05-064-2/+32
* fix problem: Tweet#from_hash, Favorite#from_hash, Retweet#from_hash raises errorre4k2013-05-063-12/+12
* update settings (rails: web/receiver)re4k2013-05-052-4/+4
* fix rescue: no parameterre4k2013-05-051-1/+1
* fix logging (suppress Mysql2::Error logging: duplicate favorite/retweet)re4k2013-05-053-14/+20
* fix scopes (duplicate tweet when tweets#discoveries)re4k2013-05-052-6/+13
* change users#info to users#statsre4k2013-05-059-17/+17
* update documentsre4k2013-05-053-64/+94
* change bootstrap-sass to bootstrap-sass-rails / bundle updatere4k2013-05-041-1/+1
* improve speed of rendering tweet (mistake..)re4k2013-05-041-2/+2
* fix behavior of tweets#favorites, tweets#retweetsre4k2013-05-042-4/+5
* fix a problem: can't request /api/tweets/best,timeline,.. with user_id parameterre4k2013-05-041-1/+1
* for asfcre4k2013-05-042-0/+17
* refactor, fix errorsre4k2013-05-0423-129/+104
* change controller: description to caption/titlere4k2013-05-0112-51/+58
* fix small problemsre4k2013-05-016-5/+14
* delete unnecessary viewre4k2013-04-302-5/+0
* refactor (not tested, no compatibility)re4k2013-04-3022-324/+273
* refactor controllerre4k2013-04-2814-198/+91
* fix relation between User - Accountre4k2013-04-261-1/+1
* remove unnecessary requirere4k2013-04-261-2/+0
* extract to Account#update_connection (send account information to receiver da...re4k2013-04-262-12/+15
* no longer use Rails.cachedre4k2013-04-2610-66/+11
* remove User#twitter_userre4k2013-04-251-8/+0
* remove Account#twitter_user (was only used in Account#stats_api)re4k2013-04-253-35/+30
* change profile_image_url_original regexp (no change)re4k2013-04-241-1/+1