aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* update Tweet.page scopeRhenium2014-03-114-4/+4
* don't preload favoriters and retweeters (tweets#*)Rhenium2014-03-113-5/+5
* fix tweets#user_index: switch user_best / user_timeline with ApplicationContr...Rhenium2014-03-111-2/+5
* update tweets#show: import tweet with id: `id` parameter from Twitter API if ...Rhenium2014-03-111-3/+7
* refactor tweets#showRhenium2014-03-112-4/+2
* fix css (revert to original)Rhenium2014-03-111-10/+8
* eager load user, favoriters and retweeters (tweets#*)Rhenium2014-03-103-20/+24
* fix tweets#all_best and tweets#all_recent: don't show not registered user's t...Rhenium2014-03-102-3/+4
* fix users#user_jump_suggest: escape % and _, not deleteRhenium2014-03-101-1/+2
* show alternative image also in jump_to_user suggestions (when error)Rhenium2014-03-101-3/+3
* fix profile_image load error handlingRhenium2014-03-0910-15/+32
* show user's icon in jump_to_user suggestionsRhenium2014-03-094-3/+16
* add incremental search suggestion to jump_to_user on page headerRhenium2014-03-094-8/+30
* update missing / protected profile image (rot)Rhenium2014-03-062-0/+0
* fix users#discovered_by / users#discovered_users viewsRhenium2014-03-032-2/+2
* use alternative profile image (profile_image_missing.png) on loading errorRhenium2014-03-018-7/+12
* update profile_image_protected.pngRhenium2014-03-011-0/+0
* add 'protected user' image (temporarily)Rhenium2014-03-012-1/+1
* don't show 'protected user' image for ther user's tweetRhenium2014-03-011-1/+0
* don't use delegate for user in TweetRhenium2014-03-012-21/+19
* fix behaviors around inactivated accountsRhenium2014-03-012-3/+6
* fix average reactions (user sidebar) roundingRhenium2014-03-011-1/+1
* fix some mistakes in tweet view templateRhenium2014-02-284-61/+54
* refactor collector-receiverRhenium2014-02-287-83/+112
* fix rescue(s) in OAuth Echo processRhenium2014-02-232-5/+10
* fix OAuth Echo in APIsRhenium2014-02-232-5/+6
* fix typo in filename of app/api/templatesRhenium2014-02-231-0/+0
* fix typo in api/usersRhenium2014-02-231-4/+4
* add reactions_count threshold parameters to user_discoveries, user_discovered_byRhenium2014-02-232-4/+6
* fix Account#client: fix initialize parameterRhenium2014-02-231-2/+2
* add refresh button to tweets#showRhenium2014-02-235-8/+35
* Merge branch 'new_design'Rhenium2014-02-228-64/+84
|\
| * fix favoriters layout (view: _tweet_stats.html.haml)new_designRhenium2014-02-222-1/+31
| * fix haml to output clean htmlRhenium2014-02-226-63/+53
* | Merge branch 'new_design'Rhenium2014-02-2224-943/+962
|\|
| * fix page title / captionsRhenium2014-02-2223-59/+78
| * (no style changes) format application.css.sass: use only LF, use space to ind...Rhenium2014-02-221-884/+884
* | fix Tweet.reacted: allow 0 for reactions_count thresholdRhenium2014-02-221-1/+1
|/
* Merge branch 'new_design'Rhenium2014-02-222-46/+50
|\
| * fix top page: don't collapse navbarRhenium2014-02-222-46/+50
* | fix SQL of tweets#user_discoveries / tweets#user_discovered_byRhenium2014-02-223-11/+11
|/
* fix sidebar: threshold menu was hidden in user_timeline / user_discoveries / ...Rhenium2014-02-211-1/+1
* Merge branch 'new_design'Rhenium2014-02-212-9/+10
|\
| * hide loading animation by defaultRhenium2014-02-211-0/+1
| * fix text in about#indexRhenium2014-02-211-9/+9
* | fix Atom feed templatesRhenium2014-02-215-5/+1
* | fix tweets#user_discovered_byRhenium2014-02-214-17/+6
* | Merge branch 'new_design'Rhenium2014-02-2173-603/+1396
|\|
| * apply rot's new web designRhenium2014-02-2073-603/+1396
* | fix pagination: can't render page 2 or later in user_discoveriesRhenium2014-02-211-10/+15