Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-10 | Fix #141 - Add "Server: Mastodon" header to responses | Eugen Rochko | |
2016-11-09 | Replace setting custom CORS headers with rack-cors, set it on /oauth/token ↵ | Eugen Rochko | |
endpoint | |||
2016-11-02 | Fix missing default headers | Eugen Rochko | |
2016-11-02 | Make cookies https-only if LOCAL_HTTPS is true, set X-Frame-Options to DENY, | Eugen Rochko | |
add permissive CORS to API controllers | |||
2016-10-18 | Enable source maps | Eugen Rochko | |
2016-10-14 | Adding sync of follow relationships to Neo4J, accounts/suggestions API | Eugen Rochko | |
2016-10-02 | Small fixes | Eugen Rochko | |
2016-09-26 | Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app | Eugen Rochko | |
registration API | |||
2016-08-24 | Adding React.js, Redux, revamping dashboard | Eugen Rochko | |
2016-08-17 | Upgrade to Rails 5.0.0.1 | Eugen Rochko | |
2016-03-25 | Fixing some stuff for Turbolinks, adding gzip on top, fixing a n+1 query | Eugen Rochko | |
2016-03-25 | Adding Sidekiq for background processing (firstly just of mailers) | Eugen Rochko | |
2016-03-19 | Adding letter opener for development and Rack::Attack for future rate ↵ | Eugen Rochko | |
limiting implementations | |||
2016-03-12 | Adding config for puma, dashboard layout, fixing some queries | 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-02-22 | Fixes and general progress | Eugen Rochko | |
2016-02-20 | Initial commit | Eugen Rochko | |