Commit Graph

24 Commits (ce273c08cda20cf0bd8adea18d06b3cd0395d7d5)

Author SHA1 Message Date
Eugen Rochko 3f075c7794 API for apps to register for push notifications
Eugen Rochko f0de621e76 Fix - Fetch and display previews of URLs using OpenGraph tags
Eugen Rochko 75f80bef10 Persist UI settings, add missing localizations for German
Eugen Rochko b891a81008 Follow call on locked account creates follow request instead
Reflect "requested" relationship in API and UI
Reflect inability of private posts to be reblogged in the UI
Disable Webfinger for locked accounts
Eugen Rochko 2d2c81765b Adding embedded PuSH server
Eugen Rochko da2ef4d676 Adding unified streamable notifications
Eugen Rochko 546c4718e7 Localizations for most server-side strings
Eugen Rochko 8152584cf5 Fix - Escape ILIKE special characters from Account.find_remote
Eugen Rochko 62292797ec Adding hashtag model
Eugen Rochko 22a8801dbc Adding domain blocks
Eugen Rochko 9d59d7b463 Adding a block model and filter mentions from blocked users (fix )
Eugen Rochko 608a2bfffc Upgrade to PubSubHubbub 0.4 (removing verify_token)
Eugen Rochko 3cc47beb6e Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
Eugen Rochko ae1fac0062 Add API to upload media attachments
Eugen Rochko c38ad208c3 Fix mentions regex to exclude usernames in Medium URLs
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 d4892ace62 Adding more test stubs
Eugen Rochko 8fada4fae2 When posting a status or reblogging one, ping hubs about the feed update
Eugen Rochko f16b31f077 Adding a bunch of tests
Eugen Rochko 71fe24096c Adding a Mention model, test stubs
Eugen Rochko fa33750105 Adding reblogs, favourites, improving atom generation
Eugen Rochko 709c6685a9 Made some progress
Eugen Rochko 9c4856bdb1 Initial commit