hometown/app
Darius Kazemi 0436aa9984 Adding full Article support
This creates a new column in the `statuses` table which keeps track of
activity_pub_type, so in the case of a Note it will be blank (the
default) and it will be a string "Article" if the received remote object
is an AP Article. There is now a bunch of special case code in the
formatters and sanitizers to handle Articles differently, as well as on
the clientside.
2019-06-30 15:16:11 -07:00
..
chewy Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 2019-02-26 15:21:36 +01:00
controllers Fix merge issues 2019-06-30 10:55:36 +02:00
helpers Change full logo to use primary text color of the given theme (#10994) 2019-06-08 15:30:06 +02:00
javascript Adding full Article support 2019-06-30 15:16:11 -07:00
lib Adding full Article support 2019-06-30 15:16:11 -07:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
models Merge tag 'v2.9.2' into instance_only_statuses 2019-06-25 19:44:59 +02:00
policies Merge tag 'v2.8.0' into instance_only_statuses 2019-04-13 23:55:06 +02:00
presenters Improve blocked view of profiles (#10491) 2019-04-07 04:59:13 +02:00
serializers Adding full Article support 2019-06-30 15:16:11 -07:00
services Merge tag 'v2.9.2' into instance_only_statuses 2019-06-25 19:44:59 +02:00
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 2019-05-19 22:32:25 +02:00
views Merge tag 'v2.9.2' into instance_only_statuses 2019-06-25 19:44:59 +02:00
workers Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966) 2019-06-04 23:11:18 +02:00