about summary refs log tree commit diff
path: root/app/controllers/accounts_controller.rb
AgeCommit message (Expand)Author
2016-03-24Limit Atom feeds to 20 items by default, add pagination by max_idEugen Rochko
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-21Security updateEugen Rochko
2016-03-19On following/followers pages, show most recent firstEugen Rochko
2016-03-19Adding public following and followers pages, fix #3Eugen Rochko
2016-03-19Removing some unused gems, adding pagination to profiles, fix #10Eugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-07Adding doorkeeper, adding a REST APIEugen Rochko
2016-03-06Adding routes to follow, unfollow, favourite and reblog (locally known models)Eugen Rochko
2016-03-06Adjusting design of public pages, optimizing account page queriesEugen Rochko
2016-03-05Adjusting design of profile and entry pages, linkify mentions in statusesEugen Rochko
2016-03-05Fixing some bugs, adding pending test examplesEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko