Commit Graph

37 Commits

Author SHA1 Message Date
bd6dbf8e17 Persist the keypair, fix the @return type 2019-01-06 13:51:36 -05:00
af03168e62 Install Symfony components 2019-01-06 13:50:56 -05:00
134084994a Rename ActivityPubActor -> Actor 2018-12-31 12:41:36 -05:00
c74f81cac3 [WIP] Outline the Inbox, Outbox, and Actor classes 2018-12-31 12:39:38 -05:00
48f7c6205c [WIP] Begin implementing actor creation 2018-12-21 09:51:58 -05:00
dacd01a47b Finish testing and debugging RsaKeypair 2018-12-18 08:42:09 -05:00
d3c79dfa4d Debug and test key generation 2018-12-18 08:14:26 -05:00
e443460b19 Implement RsaKeypair class 2018-12-17 12:32:32 -05:00
c3a7e89713 Test nested object field access 2018-12-12 13:26:39 -05:00
bc06810432 Add array access semantics to ActivityPubObjects 2018-12-12 11:04:19 -05:00
590ad71081 Make the tests deterministic 2018-12-11 11:56:23 -05:00
e99e09e101 Update referencing fields when field targetObjects change 2018-12-09 11:55:35 -05:00
8e5706aff1 Delete orphaned nodes and test update() 2018-12-08 19:12:08 -05:00
a9f18c7396 Implement update 2018-11-30 07:00:14 -05:00
903c20fd51 Don't create a new object if an object with the id already exists 2018-11-29 08:56:42 -05:00
9e41111146 Implement querying 2018-11-28 23:16:42 -05:00
1bb7c1eecf [WIP] Don't differentiate between sequential and associative arrays
One test still broken, but 90% of the way there now
2018-11-26 22:53:53 -05:00
c00cf35c32 [WIP] So close now... 2018-11-25 21:38:19 -05:00
c8220ba39c [WIP] Still broken, but getting there 2018-11-25 15:51:04 -05:00
4398f543dc [WIP] Begin implementing support for nested/sequential queries 2018-11-25 11:01:35 -05:00
5d643fd3ec [WIP] Start implementing recursive queries 2018-11-24 09:56:22 -05:00
b4809731b6 Implement querying by value 2018-11-24 09:45:31 -05:00
4c24dd3806 Add created and last updated timestamps to objects and fields 2018-11-24 08:09:44 -05:00
c23604206c Autoload the test classes 2018-11-23 22:25:56 -05:00
a79c2f316f Handle nested objects and arrays 2018-11-23 08:28:46 -05:00
be945b8715 [WIP] Support nested objects and array values 2018-11-22 07:25:14 -05:00
0ed936dff5 Implement and test base entities 2018-11-20 22:34:39 -05:00
c0587ba04c Untrack db.sqlite 2018-11-20 22:33:16 -05:00
b78e648c62 Flesh out index and object entities 2018-11-20 07:11:20 -05:00
76e013ef12 Don't commit this 2018-11-20 06:29:41 -05:00
eb1b8dd833 Test DB schema update 2018-11-20 06:29:09 -05:00
484d35d3ce Fix test DB setup 2018-11-20 05:52:18 -05:00
6c58cf1d90 [WIP] Add index entity, bootstrap tests 2018-11-19 07:14:58 -05:00
d9c9d1d17b Set up EntityManager and specify Object schema 2018-11-16 06:52:17 -05:00
05035c230f Add Doctrine dependency 2018-11-14 08:29:01 -05:00
778bdfe6b8 Set up tests and change directory structure 2018-11-14 08:08:15 -05:00
7a0a02d6e5 initial commit 2018-11-14 07:13:41 -05:00