about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will use...Eugen Rochko
2016-08-25Improving statuses, adding a composer drawer, which doesn't work yetEugen Rochko
2016-08-24Forgotten returnEugen
2016-08-24More styling for statusesEugen Rochko
2016-08-24Removing mini-profiler that doesn't work, formatting timelines a bit betterEugen Rochko
2016-08-24Dockerfile adjustmentsEugen 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-27Fix mentions regex to exclude usernames in Medium URLsEugen Rochko
2016-03-27Fix issue with unresolvable usernamesEugen Rochko
2016-03-26Cleaning up status partialEugen 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-26Add alternate link to entries AtomEugen Rochko
2016-03-25Fix Sidekiq pooling issues. Remove API docs from homepage, replace withEugen Rochko
2016-03-25Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 queryEugen Rochko
2016-03-25Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connectionsEugen Rochko
2016-03-25Add link to github project to footer, move FanOutOnWriteService calls toEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
2016-03-24Fix preloadingEugen Rochko
2016-03-24Do not try to send notification e-mails for reblogs if the reblog is not of aEugen 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-24Sanitize remote html in atom feeds, API (not just UI), use cached mentionEugen Rochko
2016-03-24Do display top-level content on remote shared noticesEugen 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-22Only re-download avatar if URL changed (fix #19)Eugen Rochko
2016-03-22Omit empty tags in Atom feedEugen Rochko
2016-03-22Reblogs in Atom feeds now have published, updated, and activity:verb. Still r...Eugen Rochko
2016-03-22Fix #20, reblogs in Atom should be formatted correctly nowEugen Rochko
2016-03-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-21Fixed the lookup API methodEugen Rochko
2016-03-21Resize default avatar cat to fit circle betterEugen 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-21Improving borders between predecessor/successor statusesEugen Rochko
2016-03-21Ancestors and descendants of statusesEugen 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-21Increase note truncation length on account grids, improve FanOutOnWrite a bit,Eugen Rochko
2016-03-20Adding more tests for helpersEugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen Rochko