about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
and atom feed generation to some extent, as well as the way mentions are stored
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
local account
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
(But there are no Atom feed pagination elements yet)
2016-03-24Sanitize remote html in atom feeds, API (not just UI), use cached mentionEugen Rochko
relations on Status#mentions
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 ↵Eugen Rochko
related to #20
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
simplify FanOutOnWriteService, add /api/accounts/lookup method
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-21Linking badgesEugen Rochko
[skip ci]
2016-03-21Updating badgesEugen Rochko
[ci skip]
2016-03-21Increase note truncation length on account grids, improve FanOutOnWrite a bit,Eugen Rochko
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something specific unfortunately)
2016-03-20Adding more tests for helpersEugen Rochko
2016-03-20Writing out more tests, fixed some bugsEugen Rochko
2016-03-19On following/followers pages, show most recent firstEugen Rochko
2016-03-19Fix for incoming favouritesEugen Rochko
2016-03-19Strip out HTML in plain text notification e-mails. Oh, and fix #14Eugen Rochko
2016-03-19Adding e-mail notifications about mentions, follows, favourites and reblogs. ↵Eugen Rochko
Fixing another mention recording bug
2016-03-19Adding letter opener for development and Rack::Attack for future rate ↵Eugen Rochko
limiting implementations
2016-03-19Improving account grid cards layout for longer usernames and notesEugen 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-19Adding more test stubsEugen Rochko
2016-03-19Turns out that replies don't have to have the type comment. Changed handlingEugen Rochko
of those to depend on presence of <thr:in-reply-to /> instead
2016-03-19Adding section on updating to the latest versionEugen Rochko
[ci skip]
2016-03-19Use FanOutOnWriteService AFTER processing mentionsEugen Rochko
2016-03-19TIL a return from a block seems to return from the whole method rather thanEugen Rochko
the block, even though the last line of a block is an implicit return. I am confused to say the least
2016-03-19Fix #13, Atom feeds now contain formatted post contentEugen Rochko
2016-03-19Fix more subtle bugs with first_or_createEugen Rochko
2016-03-18Fixed ANOTHER first_or_create bug. Seriously who came up with that API smhEugen Rochko
2016-03-18Removing autogenerated test stubs that were not neededEugen Rochko
2016-03-18Updating Travis CI file to setup the test environment correctlyEugen Rochko
2016-03-18Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issueEugen Rochko
when registering incoming status mentions, add Travis CI file
2016-03-18Adding faviconEugen Rochko
2016-03-17Fix #2, add rake task for PuSH-unsubscribing from remote users who have noEugen Rochko
local followers. Remote users' usernames SHOULD be case-sensitive
2016-03-16Include AtomBuilderHelper (which declared url_for_target) to all servicesEugen Rochko