Commit Graph

42 Commits (1d5dfda3d45409f95b68d9e577f455309033da5f)

Author SHA1 Message Date
Eugen Rochko 149887a0ff Make follow requests federate 9 years ago
Eugen Rochko 49834a6e7f Add API for retrieving blocked accounts 9 years ago
Eugen Rochko d7dc84439c Add ability to use remote follow function on other sites 9 years ago
Eugen Rochko 3689c119f0 Replacing follow requests in the settings area with in-UI column 9 years ago
Eugen Rochko 004382e4d0 Adding follow requests API 9 years ago
Eugen Rochko b302b9202b Add page for authorizing/rejecting follow requests 9 years ago
Eugen Rochko 76ec907993 Improved admin UI 9 years ago
Eugen Rochko 80c44ed9c1 Do not autoplay videos, display play button instead. Use expiring links when using S3. Do not keep originals
for avatars/headers, resize avatars down to 120x120 instead of 300x300. Set cache headers on S3 stuff, also
make it private (aka only accessible via expiring links to prevent hotlinking)
9 years ago
Eugen Rochko 6ff93845d5 Add basic OEmbed provider API, fix #247 9 years ago
Eugen Rochko 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode
Fix #233, fix #268
9 years ago
Eugen Rochko 356d3874eb Normalize localizations, add stub for admin/accounts 9 years ago
Eugen Rochko 27fc49d745 Add simple admin overview of PuSH subscriptions 9 years ago
Eugen Rochko 48b9619439 Adding hashtags 9 years ago
Eugen Rochko 7a6d95f70c E-mail preferences page 9 years ago
Eugen Rochko e63aebff7a Adding landing page 9 years ago
Eugen Rochko 4f9b7432dd Fix #52 - Add API versioning (v1) 9 years ago
Eugen Rochko 7e14eefc81 Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app
registration API
9 years ago
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
9 years ago
Eugen Rochko 85d89b472d Optimized n+1 queries in accounts Atom and HTML views
Added stack trace for SQL queries in development
Removed badly thought out accounts/lookup API
9 years ago
Eugen Rochko a4cc966476 Removing default avatars 9 years ago
Eugen Rochko 1d9c886518 Adding enclosures to Atom and statuses JSON 9 years ago
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise 9 years ago
Eugen Rochko ae1fac0062 Add API to upload media attachments 9 years ago
Eugen Rochko 1022d682dc Normalized data in Redux, fix for asset URLs when rendered outside request 9 years ago
Eugen Rochko 039e6f951c Fix issue with unresolvable usernames 9 years ago
Eugen Rochko a08e724476 Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are
stored
9 years ago
Eugen Rochko f14f462eaf Adding Turbolinks, adding status posting form on homepage 9 years ago
Eugen Rochko 9d55529318 Fix text color in dashboard inputs, sanitize remote status content in UI,
simplify FanOutOnWriteService, add /api/accounts/lookup method
9 years ago
Eugen Rochko 253ab26520 Adding more tests for helpers 9 years ago
Eugen Rochko c349200761 Removing some unused gems, adding pagination to profiles, fix #10 9 years ago
Eugen Rochko 071f64d317 Fix #13, Atom feeds now contain formatted post content 9 years ago
Eugen Rochko 7837afbb5f Removing autogenerated test stubs that were not needed 9 years ago
Eugen Rochko 6fec8afc3f Bind oauth applications to users 9 years ago
Eugen Rochko 3441361568 Adding simple_form, adding profile settings, header image 10 years ago
Eugen Rochko ab6696e855 Adding doorkeeper, adding a REST API
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.
10 years ago
Eugen Rochko 23d08c6749 Changing the use of config constants to the Rails configuration object 10 years ago
Eugen Rochko 0e8f59c16f Refactoring Grape API methods into normal controllers & other things 10 years ago
Eugen Rochko 47d50b0e39 A lot of fixes from a live test 10 years ago
Eugen Rochko ad5ae3f60e Update profile information and download avatar of remote accounts 10 years ago
Eugen Rochko f16b31f077 Adding a bunch of tests 10 years ago
Eugen Rochko 71fe24096c Adding a Mention model, test stubs 10 years ago
Eugen Rochko 709c6685a9 Made some progress 10 years ago