about summary refs log tree commit diff
path: root/app/views
AgeCommit message (Collapse)Author
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-14Add window titles to auth pages and about page, link sign up/login from ↵Eugen Rochko
about page
2016-10-12Fix magic key in webfinger XRD hrefEugen Rochko
2016-10-10Show media of reblogged statuses in public html viewEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-06Update default devise wording to include reference to MastodonYann Vaillant
Fix #68
2016-10-03Cleaning up unused viewsEugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-10-03Fix most pages on small screensEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-10-02Slightly improved e-mail notificationsEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
registration API
2016-09-25Improved style of settings pageEugen Rochko
2016-09-24Improved partial rendering for threadsEugen Rochko
2016-09-24Only load JS on homepage, no other page uses itEugen Rochko
2016-09-24Improve partial rendering and Haml performance (Haml->Hamlit)Eugen Rochko
2016-09-23Change output of api/accounts/:id/follow and unfollow to return relationshipEugen Rochko
Track relationship in redux state. Display follow/unfollow and following-back information on account view (unstyled)
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant ↵Eugen Rochko
usernames into the form when replying
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-17Adding webm playback to UIEugen Rochko
2016-09-17Adding media controller, 1 webm/compose form allowed, previews generatedEugen Rochko
2016-09-17Fix #41, debug #42Eugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for ↵Eugen Rochko
fetching status context
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) ↵Eugen Rochko
column
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
as well as formatting of content
2016-09-08Fix for single status pagesEugen Rochko
2016-09-08Improving production logs, removing n+1 on media attachments in atom,Eugen Rochko
adding attachments display to static views
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
Mostly resolves #8, though attachments are still not displayed in public view
2016-09-05Displaying media attachments in timelinesEugen Rochko
2016-09-05Improve JSON output for media attachments, generate :small preview for themEugen Rochko
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will ↵Eugen Rochko
use an access token for API requests Adding better errors for the API controllers, posting a simple status works from the frontend now
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko
2016-08-18Fix testsEugen Rochko
2016-03-26Cleaning up status partialEugen Rochko
2016-03-25Fix Sidekiq pooling issues. Remove API docs from homepage, replace withEugen Rochko
a basic home timeline
2016-03-25Add link to github project to footer, move FanOutOnWriteService calls toEugen Rochko
DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere
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-21Adding Turbolinks, adding status posting form on homepageEugen Rochko
2016-03-21Change default avatar, redirect to home after sign upEugen Rochko