about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2016-09-04Possibly fix issue with stale favourite/reblog information after API callEugen Rochko
2016-09-04Case-insensitive search by usernamesEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-24Removing mini-profiler that doesn't work, formatting timelines a bit betterEugen Rochko
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko
2016-08-18Fixing more configuration issues with ActionCableEugen Rochko
2016-08-18Fix for force SSL issue with websocketsEugen Rochko
2016-08-18Fix testsEugen Rochko
2016-08-18Live timelines using ActionCableEugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-28Remember me enabled by defaultEugen Rochko
2016-03-26Moving Salmon notifications to background processing, fixing mini-profilerEugen Rochko
2016-03-26Fix favourite handling in ProcessInteractionServiceEugen Rochko
2016-03-26Remember user logins by defaultEugen Rochko
2016-03-25Fix Sidekiq pooling issues. Remove API docs from homepage, replace withEugen Rochko
2016-03-25Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connectionsEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
2016-03-24Fix preloadingEugen Rochko
2016-03-24Pre-loading polymorphic associations for Atom feedsEugen Rochko
2016-03-24Limit Atom feeds to 20 items by default, add pagination by max_idEugen Rochko
2016-03-22Fix default max_id query in paginate_by_max_idEugen Rochko
2016-03-22Add pagination by max_id instead of offset/limitEugen Rochko
2016-03-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-21Fixed the lookup API methodEugen Rochko
2016-03-21Change default avatar, redirect to home after sign upEugen Rochko
2016-03-21Fix text color in dashboard inputs, sanitize remote status content in UI,Eugen Rochko
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-21Security updateEugen Rochko
2016-03-21Escape PuSH challenge and change subscriptions and salmon APIs to text/plainEugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen 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-18Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issueEugen Rochko
2016-03-17Fix #2, add rake task for PuSH-unsubscribing from remote users who have noEugen Rochko
2016-03-16Access tokens no longer expire, case-insensitive local username validation, a...Eugen Rochko
2016-03-14Bind oauth applications to usersEugen Rochko
2016-03-12Adding simple_form, adding profile settings, header imageEugen Rochko
2016-03-12Customized more doorkeeper views, only logged in users can create oauth appsEugen Rochko
2016-03-12Adding config for puma, dashboard layout, fixing some queriesEugen Rochko
2016-03-11Improving feed queries, switching API to doorkeeper authenticationEugen Rochko
2016-03-08Distrubute statuses as a fan-out-on-write system, with optional precomputingEugen Rochko
2016-03-07API methods for retrieving home and mentions timelinesEugen Rochko
2016-03-07Adding API for favouriting a statusEugen Rochko
2016-03-07Adding doorkeeper, adding a REST APIEugen Rochko
2016-03-06Adding GNU Public license, adding home timeline, reblog/favourite countersEugen 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-05Customizing devise views and controllersEugen Rochko