about summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-03-18Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issueEugen Rochko
2016-03-18Adding faviconEugen Rochko
2016-03-17Fix #2, add rake task for PuSH-unsubscribing from remote users who have noEugen Rochko
2016-03-16Include AtomBuilderHelper (which declared url_for_target) to all servicesEugen Rochko
2016-03-16Fix error when unfollowing somebody who wasn't followed in the first placeEugen Rochko
2016-03-16Fixing small bug with FollowRemoteAccountService usageEugen Rochko
2016-03-16Fix unfollowsEugen Rochko
2016-03-16Access tokens no longer expire, case-insensitive local username validation, a...Eugen Rochko
2016-03-16Adjusted todo listEugen Rochko
2016-03-16Improved readmeEugen Rochko
2016-03-16Fixing the docker container setup (with assets compilation &co)Eugen Rochko
2016-03-16Adding e-mail configurationEugen Rochko
2016-03-16Adding CSS for form errors, adding missing indicesEugen Rochko
2016-03-16Validations for local profilesEugen Rochko
2016-03-16Deleting statuses, deletion propagationEugen Rochko
2016-03-16Respect "delete" verb on remote feedsEugen Rochko
2016-03-14Ignore future .env files - those should not be committed to VC! Nor be part o...Eugen Rochko
2016-03-14Adding a docker-compose template for running Mastodon easilyEugen Rochko
2016-03-14Bind oauth applications to usersEugen Rochko
2016-03-14Customizing the last of doorkeeper views, adding CSS for dashboard formsEugen 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-11Customizing doorkeeper views for authorizing appEugen Rochko
2016-03-11Adding Mastodon logoEugen 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-07Improving how the API responses lookEugen 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-06Update status in readmeEugen 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
2016-03-05Removing grape and adding deviseEugen Rochko
2016-03-05Fixing some bugs, adding pending test examplesEugen Rochko
2016-02-29Changing the use of config constants to the Rails configuration objectEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko
2016-02-28Adding a test for ReblogService, fixing mentions for remote statusesEugen Rochko
2016-02-28A lot of fixes from a live testEugen Rochko
2016-02-28Added <link> tags to profiles and entriesEugen Rochko
2016-02-28Ping hubs when following somebody, tooEugen Rochko
2016-02-28When posting a status or reblogging one, ping hubs about the feed updateEugen Rochko
2016-02-28Update profile information and download avatar of remote accountsEugen Rochko
2016-02-28Improving status display design, including replies and threadsEugen Rochko
2016-02-28Adding avatars to profile page and statusesEugen Rochko
2016-02-28Adding paperclip for avatars, fixing design of the public pagesEugen Rochko