Commit Graph

67 Commits (917cf0bf5d248469a5ce464cf0bba1cfd1ab9d50)

Author SHA1 Message Date
Eugen Rochko 2b0b7ff1b8 Fix #385 - /web now loads a page 9 years ago
Eugen Rochko 8f47f6a7ec Adding remote follow button 9 years ago
Eugen Rochko a302e56f9a Add API for retrieving favourites 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 aed25932b5 Add OEmbed iframe HTML, convert emojis on public pages, increase size of attachment thumbnails 9 years ago
Eugen Rochko 76ec907993 Improved admin UI 9 years ago
Eugen Rochko f978b06dd1 Add suspend account functionality to admin UI 9 years ago
Eugen Rochko 9d9f796130 Adding more to admin accounts UI 9 years ago
Eugen Rochko 6ff93845d5 Add basic OEmbed provider API, fix #247 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 2d2c81765b Adding embedded PuSH server 9 years ago
Eugen Rochko 8efa081f21 Remove Neo4J 9 years ago
Eugen Rochko da2ef4d676 Adding unified streamable notifications 9 years ago
Eugen Rochko d42ed78aa4 Fix #110 - Make web UI use browser history, change links in e-mails to link to that 9 years ago
Eugen Rochko 09218d4c01 Use full-text search for autosuggestions 9 years ago
Eugen Rochko b13e7dda1f API pagination for all collections using Link header 9 years ago
Eugen Rochko 9aecc0f48a Move timelines API from statuses to its own controller, add a check for
resources that require a user context vs those that don't (such as public timeline)

/api/v1/statuses/public   -> /api/v1/timelines/public
/api/v1/statuses/home     -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
9 years ago
Eugen Rochko 48b9619439 Adding hashtags 9 years ago
Eugen Rochko 6471a548fe Add pghero for analyzing postgres performance in production 9 years ago
Eugen Rochko e4671adc25 Fix reblogged/favourited caching; add API endpoints for who favd/reblogged status 9 years ago
Eugen Rochko dd03118098 Fix follow icon changing plus to minus, add terms page stub 9 years ago
Eugen Rochko e0a197650a Adding common followers API, fixing fallback query again 9 years ago
Eugen Rochko a9e40a3d80 Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting
to the API
9 years ago
Eugen Rochko e21a3fe0cd Adding sync of follow relationships to Neo4J, accounts/suggestions API 9 years ago
Eugen Rochko 7a6d95f70c E-mail preferences page 9 years ago
Eugen Rochko 1f650d327d Adding public timeline 9 years ago
Eugen Rochko 3554d638b3 Fix #72 - add follow/unfollow button to public profiles 9 years ago
Eugen Rochko 7b9a4af311 API for blocking and unblocking 9 years ago
Eugen Rochko fc198a8b4c Adding e-mail confirmations 9 years ago
Eugen Rochko 6d7290f47c Add API for getting info about authenticated user: /api/v1/accounts/verify_credentials 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 e46abc71ca Fix notifications in UI, added new API for fetching account relationships 9 years ago
Eugen Rochko bd5ad304ba Adding media controller, 1 webm/compose form allowed, previews generated 9 years ago
Eugen Rochko 5b0cef9781 Setting up preliminary "detailed" routes in the UI, new API end-point for fetching status context 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 509c18eb13 Fix local follows, 404 in logs 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 6deb9f966e Live timelines using ActionCable 9 years ago
Eugen Rochko e24bfbde1a Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding
admin status to users
10 years ago
Eugen Rochko 42dcb0d4cb Adding Sidekiq for background processing (firstly just of mailers) 10 years ago
Eugen Rochko f14f462eaf Adding Turbolinks, adding status posting form on homepage 10 years ago
Eugen Rochko 9d55529318 Fix text color in dashboard inputs, sanitize remote status content in UI,
simplify FanOutOnWriteService, add /api/accounts/lookup method
10 years ago