Commit Graph

98 Commits (ac3f5a831662e9e09233a2efec1d4de48ac8cb7b)

Author SHA1 Message Date
Eugen Rochko 1d9c886518 Adding enclosures to Atom and statuses JSON
Eugen Rochko eec0dc46a6 PostStatusService can attach media to status, ProcessFeedService likewise
Eugen Rochko ae1fac0062 Add API to upload media attachments
Eugen Rochko 35dfc0fbcb Fixed more case-sensitivity issues
Eugen Rochko 1022d682dc Normalized data in Redux, fix for asset URLs when rendered outside request
Eugen Rochko 039e6f951c Fix issue with unresolvable usernames
Eugen Rochko 882c94a6bf Cleaning up status partial
Eugen Rochko f2da848a3e Add alternate link to entries Atom
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
Eugen Rochko c8999a116e Sanitize remote html in atom feeds, API (not just UI), use cached mention
relations on Status#mentions
Eugen Rochko 7cd3de3494 Do display top-level content on remote shared notices
Eugen Rochko 921f40c187 Omit empty tags in Atom feed
Eugen Rochko 12d1d9dd80 Reblogs in Atom feeds now have published, updated, and activity:verb. Still related to
Eugen Rochko 78137929e6 Fix , reblogs in Atom should be formatted correctly now
Eugen Rochko f14f462eaf Adding Turbolinks, adding status posting form on homepage
Eugen Rochko 9d55529318 Fix text color in dashboard inputs, sanitize remote status content in UI,
simplify FanOutOnWriteService, add /api/accounts/lookup method
Eugen Rochko 7e00a21ea6 Small optimizations in Atom feeds
Eugen Rochko 19a259915e Security update
Eugen Rochko 253ab26520 Adding more tests for helpers
Eugen Rochko 71ae4dd3d2 Adding public following and followers pages, fix
Eugen Rochko 47d1cb4e21 TIL a return from a block seems to return from the whole method rather than
the block, even though the last line of a block is an implicit return. I am
confused to say the least
Eugen Rochko 071f64d317 Fix , Atom feeds now contain formatted post content
Eugen Rochko a9db42a956 Validations for local profiles
Eugen Rochko 5c99e304e5 Deleting statuses, deletion propagation
Eugen Rochko 6fec8afc3f Bind oauth applications to users
Eugen Rochko 3441361568 Adding simple_form, adding profile settings, header image
Eugen Rochko 1aa477ac2f Customized more doorkeeper views, only logged in users can create oauth apps
Eugen Rochko 447cfef62d Improving feed queries, switching API to doorkeeper authentication
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.
Eugen Rochko 3824c58853 Adding GNU Public license, adding home timeline, reblog/favourite counters
Eugen Rochko ab80ebdeec Adjusting design of profile and entry pages, linkify mentions in statuses
Eugen Rochko 7e93da3f8d Removing grape and adding devise
Eugen Rochko 23d08c6749 Changing the use of config constants to the Rails configuration object
Eugen Rochko 0e8f59c16f Refactoring Grape API methods into normal controllers & other things
Eugen Rochko 11ff92c9d7 Adding a test for ReblogService, fixing mentions for remote statuses
Eugen Rochko 47d50b0e39 A lot of fixes from a live test
Eugen Rochko ad5ae3f60e Update profile information and download avatar of remote accounts
Eugen Rochko 2825991e09 Improving status display design, including replies and threads
Eugen Rochko 2c70f0ecaa Adding paperclip for avatars, fixing design of the public pages
Eugen Rochko f16b31f077 Adding a bunch of tests
Eugen Rochko 44c5958203 Fixed small bugs and code style offences
Eugen Rochko 8da8387afe Add shared statuses to the database
Eugen Rochko 79baf2fd99 Process favourites, reblogs and replies from Salmon
Eugen Rochko fa33750105 Adding reblogs, favourites, improving atom generation
Eugen Rochko 3b0bc18db9 Improved Atom rendering templates, added README
Eugen Rochko 1dad72bf13 Fixes and general progress
Eugen Rochko 709c6685a9 Made some progress
Eugen Rochko 9c4856bdb1 Initial commit