Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-11 | Adding Mastodon logo | Eugen Rochko | |
2016-03-07 | Adding doorkeeper, adding a REST API | Eugen Rochko | |
POST /api/statuses Params: status (text contents), in_reply_to_id (optional) GET /api/statuses/:id POST /api/statuses/:id/reblog GET /api/accounts/:id GET /api/accounts/:id/following GET /api/accounts/:id/followers POST /api/accounts/:id/follow POST /api/accounts/:id/unfollow POST /api/follows Params: uri (e.g. user@domain) OAuth authentication is currently disabled, but the API can be used with HTTP Auth. | |||
2016-03-06 | Adding GNU Public license, adding home timeline, reblog/favourite counters | Eugen Rochko | |
2016-03-06 | Adjusting design of public pages, optimizing account page queries | Eugen Rochko | |
2016-03-05 | Adjusting design of profile and entry pages, linkify mentions in statuses | Eugen Rochko | |
2016-03-05 | Customizing devise views and controllers | Eugen Rochko | |
2016-02-29 | Refactoring Grape API methods into normal controllers & other things | Eugen Rochko | |
2016-02-28 | A lot of fixes from a live test | Eugen Rochko | |
2016-02-28 | Improving status display design, including replies and threads | Eugen Rochko | |
2016-02-28 | Adding avatars to profile page and statuses | Eugen Rochko | |
2016-02-28 | Adding paperclip for avatars, fixing design of the public pages | Eugen Rochko | |
2016-02-26 | Improving design | Eugen Rochko | |
2016-02-26 | Adding views for the profile and entry pages | Eugen Rochko | |
2016-02-22 | Made some progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |