about summary refs log tree commit diff
path: root/app/models/status.rb
AgeCommit message (Expand)Author
2016-10-02Validate against multiple reblogs of same status by same accountEugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-25Limit usernames to 30 chars, statuses to 500, open account after follow form ...Eugen Rochko
2016-09-22Uploading/undoing media modifies status text. Also: status text trimmed befor...Eugen Rochko
2016-09-21Fix #50 - Order ancestors/descendants by tree pathEugen Rochko
2016-09-08Fix for single status pagesEugen Rochko
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-08-17Upgrade to Rails 5.0.0.1Eugen Rochko
2016-03-26Moving Salmon notifications to background processing, fixing mini-profilerEugen Rochko
2016-03-25Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 queryEugen Rochko
2016-03-25Fix subscriptions:clear task, refactor feeds, refactor streamable activitesEugen Rochko
2016-03-24Pre-loading polymorphic associations for Atom feedsEugen 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-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-21Ancestors and descendants of statusesEugen Rochko
2016-03-21Small optimizations in Atom feedsEugen Rochko
2016-03-19Use FanOutOnWriteService AFTER processing mentionsEugen Rochko
2016-03-16Deleting statuses, deletion propagationEugen Rochko
2016-03-16Respect "delete" verb on remote feedsEugen 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-06Adjusting design of public pages, optimizing account page queriesEugen Rochko
2016-02-26Adding a bunch of testsEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko
2016-02-24Add service for posting statuses (normal and replies), mention regex toEugen Rochko
2016-02-24Send Salmon interactionsEugen Rochko
2016-02-23Adding reblogs, favourites, improving atom generationEugen Rochko
2016-02-22Fixes and general progressEugen Rochko
2016-02-22Made some progressEugen Rochko
2016-02-20Initial commitEugen Rochko