Commit graph

112 commits

Author SHA1 Message Date
Thomas Sileo a36b56af4e Move the caching to celery 2018-07-11 21:53:47 +02:00
Thomas Sileo d6d20a972e Bugfix following page 2018-07-11 20:27:16 +02:00
Thomas Sileo 1adeee308f Cache actors 2018-07-11 20:04:48 +02:00
Thomas Sileo 5a13e4b362
Tombstome handling (#23)
* Better Delete handling

* Tweak the tombstone support

* More work on Tombstone handling
2018-07-10 01:06:32 +02:00
Thomas Sileo 3d3e9da800 Bugfix collection parsing 2018-07-08 12:43:34 +02:00
Thomas Sileo da029c1566 Fix collection parsing 2018-07-08 12:24:49 +02:00
Thomas Sileo 5ad4d81735 Fix unfollow 2018-07-07 14:11:23 +02:00
Thomas Sileo f6c26abccb Tweak the admin, finish the pagination
Fixes #14
2018-07-07 13:56:00 +02:00
Thomas Sileo f7e6d37dce Re-add support for "extra inboxes"
This allow to start posting public activities to other instances
without follower.
2018-07-07 13:18:01 +02:00
Thomas Sileo 8ffeb1fe4f Pre-cache the attachments 2018-07-07 12:53:32 +02:00
Thomas Sileo 3281e2165e Bugfix for undo boosts/likes 2018-07-07 12:10:25 +02:00
Thomas Sileo eb4d795ede HUGE cleanup 2018-06-29 22:16:26 +02:00
Thomas Sileo 0c2030605d Better activity type handling 2018-06-28 00:37:18 +02:00
Thomas Sileo 541bf1c63b Fix the CSS for the following page 2018-06-27 23:27:48 +02:00
Thomas Sileo 38e3cc6bb7 Fix the debug mode 2018-06-24 19:51:09 +02:00
Thomas Sileo 5ce3d57faf Fix the note URL issue 2018-06-23 01:14:35 +02:00
Thomas Sileo be68208056 Bugfixes 2018-06-23 01:04:58 +02:00
Thomas Sileo 200c6edc18 Better threads handling 2018-06-23 00:29:06 +02:00
Thomas Sileo 46f38e05c9 More docstrings 2018-06-22 00:55:50 +02:00
Thomas Sileo a8e9b5498a Fix Delete side effects 2018-06-18 23:57:53 +02:00
Thomas Sileo c383259296 Bugfixes 2018-06-18 23:34:07 +02:00
Thomas Sileo ef7a887146 Bugfixes 2018-06-18 22:04:24 +02:00
Thomas Sileo 1338d99994 More bugfixes and re-handle replies 2018-06-18 22:01:21 +02:00
Thomas Sileo 986edbd35e Fix fetch_iri 2018-06-17 22:05:38 +02:00
Thomas Sileo 781ed8efe2 Some tests are passing 2018-06-17 21:54:16 +02:00
Thomas Sileo 7f65fdfc90 Switched little_boxes 2018-06-17 20:51:23 +02:00
Thomas Sileo 6220064951 More cleanup 2018-06-17 19:21:59 +02:00
Thomas Sileo 4e669620bc [WIP] Continue migration 2018-06-16 22:33:51 +02:00
Thomas Sileo d9362adb25 Black/isort 2018-06-16 22:02:10 +02:00
Thomas Sileo c5295524c7 Start migration to little_boxes 2018-06-16 21:24:53 +02:00
Thomas Sileo cc5896f520 Fix flake8 warning 2018-06-04 19:13:04 +02:00
Thomas Sileo b89ee21e49 Remove @context in embedded collection 2018-06-04 19:10:04 +02:00
Thomas Sileo 8027a36359 Start displaying the acor that liked a particular note 2018-06-03 23:11:43 +02:00
Thomas Sileo a160a95e82 Fixes replies, and hide them on the homepage 2018-06-03 22:44:19 +02:00
Thomas Sileo 63b2d2870a Improve the replies/thread display 2018-06-03 21:28:06 +02:00
Thomas Sileo ca6cbc1675 Fix flake8 warning 2018-06-03 14:55:59 +02:00
Thomas Sileo 786816f0a2 Tweak replies management, improve tombstone support 2018-06-03 14:34:04 +02:00
Thomas Sileo 7db48800a2 Tweak the UI (make it use the new user API) and bugfixes 2018-06-03 11:41:18 +02:00
Thomas Sileo 791e55c7f5 Add more security check/verification 2018-06-02 09:07:57 +02:00
Thomas Sileo 84dec1e386 Fix build 2018-06-02 07:32:18 +02:00
Thomas Sileo 2befde27d5 Enable the CSRF check for the login page 2018-06-01 21:54:43 +02:00
Thomas Sileo 8af33d866d Fix the Update handling 2018-06-01 20:59:32 +02:00
Thomas Sileo f8ee19b4d1 User API cleanup 2018-06-01 20:29:44 +02:00
Thomas Sileo 45afd99098 Fix flake8 warning 2018-06-01 01:28:32 +02:00
Thomas Sileo 6711722bd0 Add new shares/likes/replies collection for notes 2018-06-01 01:26:23 +02:00
Thomas Sileo 48ab7137ab Fix type annotation and README 2018-05-29 21:47:28 +02:00
Thomas Sileo 6aea610fb6 Lot of cleanup 2018-05-29 21:36:05 +02:00
Thomas Sileo 559c65f474 More tests 2018-05-29 18:59:37 +02:00
Thomas Sileo bba598be66 Add federation test case for note deletion 2018-05-28 22:38:48 +02:00
Thomas Sileo 9f9f79edb5 Tests tests tests and bugfixes 2018-05-28 19:46:23 +02:00
Thomas Sileo ff95e6773e Fix flake8 warnings 2018-05-27 22:47:33 +02:00
Thomas Sileo 942d12a7c7 More tests and bugfixes 2018-05-27 22:30:43 +02:00
Thomas Sileo 7a8621e72e Rename the ActivityType enum 2018-05-27 20:40:42 +02:00
Thomas Sileo 12feb38a8f More tests and bugfixes 2018-05-27 14:21:06 +02:00
Thomas Sileo 25a75a9cef Cleanup, improve the collection resolver 2018-05-27 11:01:34 +02:00
Thomas Sileo 5169095240 Fix formatting 2018-05-21 17:29:31 +02:00
Thomas Sileo 08077b58f0 Fix flake8 warning 2018-05-21 17:26:48 +02:00
Thomas Sileo 4d9fd0fd03 Finish the basic purge external cache support 2018-05-21 17:21:32 +02:00
Thomas Sileo 56ad72148b Cleanup, add helper for external caching 2018-05-21 17:04:53 +02:00
Thomas Sileo c9ba124bdd Working the test suite, and fixing formatting 2018-05-21 11:21:11 +02:00
Thomas Sileo 2febca5711 Tweak the activitypub helper 2018-05-20 22:02:48 +02:00
Thomas Sileo 43e113e420 Initial import 2018-05-18 20:41:41 +02:00