Commit graph

767 commits

Author SHA1 Message Date
Benjamin Neff
3fc259878b add an integration-test for a comment entity (relayables) 2016-02-13 01:59:18 +01:00
Benjamin Neff
688c270e93 bump dependency gems 2016-02-12 03:26:33 +01:00
Benjamin Neff
8a9c33e3ff bump simplecov 2016-02-12 03:26:33 +01:00
Benjamin Neff
911b65c47b bump factory_girl_rails 2016-02-12 03:26:33 +01:00
Benjamin Neff
b5df3eef9d bump rspec-rails 2016-02-12 03:26:33 +01:00
Benjamin Neff
b3f10cd533 bump spring 2016-02-12 03:26:33 +01:00
Benjamin Neff
c96369b36e add alias functionality to entities
* add diaspora_id alias to Person and Profile for Discovery
* also diaspora_id for AccountDeletion
2016-02-12 03:26:33 +01:00
Benjamin Neff
5ebda543a1 change diaspora_id to author
see #29
2016-02-10 03:17:10 +01:00
Benjamin Neff
1c2e2f560d Request: rename sender_id to diaspora_id
See #29
2016-02-06 21:19:09 +01:00
Benjamin Neff
5ce71f57d6 allow unwrapped XMLs 2016-02-06 03:10:48 +01:00
Benjamin Neff
76f6929668 add unknown xml elements to the xml again 2016-02-06 02:35:26 +01:00
Benjamin Neff
98ff8cbae0 add new (alphabetic) signature logic 2016-02-06 01:36:27 +01:00
Benjamin Neff
1c7a5ad3e6 add additional parsed xml properties to the entity-instance
allow mapping with `name` and `xml_name`
2016-02-05 21:13:30 +01:00
Benjamin Neff
cf5da6e1ab move guid and diaspora_id to Relayable 2016-02-03 01:59:14 +01:00
Benjamin Neff
eb486b2a18 improve dummy app callbacks 2016-02-03 00:47:21 +01:00
Benjamin Neff
cfbf401585 static legacy signature order 2016-02-02 03:02:44 +01:00
Benjamin Neff
b19e1b8e52 move signing logic for relayables to Relayable
refactoring exceptions for relayables
2016-01-31 20:22:51 +01:00
Benjamin Neff
714f6d8273 create own sign-logic for SignedRetraction and RelayableRetraction
this is a small code-duplication, but will be removed when
SignedRetraction and RelayableRetraction will be removed.
2016-01-31 15:29:41 +01:00
Benjamin Neff
1428c09da7 bump rspec 2016-01-30 18:28:37 +01:00
Benjamin Neff
e91d53f195 bump rails 2016-01-30 18:28:37 +01:00
Benjamin Neff
f4f25e8663 add status to the update_pod callback 2016-01-30 18:28:37 +01:00
Benjamin Neff
530b534c42 Merge branch 'master' into develop 2016-01-23 03:01:00 +01:00
Benjamin Neff
0fb7ebc2c1 release version 0.0.12 2016-01-23 02:40:28 +01:00
Benjamin Neff
c4970332eb set locale=en to fix locale leakage from other requests 2016-01-23 02:32:41 +01:00
Benjamin Neff
5dfbf72c9b bump nokogiri 2016-01-23 00:15:00 +01:00
Benjamin Neff
08ecfca5d3 rename target_type to parent_type in relayables
this is equivalent to parent_guid and parent_author_signature

also added a validator for parent_type
2016-01-22 01:05:42 +01:00
Benjamin Neff
8bd9c28ce0 override to_h to sign relayables 2016-01-21 23:40:36 +01:00
Benjamin Neff
1aead0ac5b refactoring RelayableRetraction and SignedRetraction signing 2016-01-21 05:27:48 +01:00
Benjamin Neff
adf14283e3 refactoring relayable signature-checking
verify signature after creating the entity instance
2016-01-21 05:27:48 +01:00
Benjamin Neff
583d567d67 bump rubocop and pronto-rubocop
make some refactorings for new cops
2016-01-19 01:32:22 +01:00
Benjamin Neff
fd1dd7988d improve documentation 2016-01-18 00:17:51 +01:00
Benjamin Neff
b39582f754 write tests for Sender and HydraWrapper 2016-01-17 21:16:18 +01:00
Benjamin Neff
2d4f9a60d5 use obj_str for logging 2016-01-17 04:27:14 +01:00
Benjamin Neff
8ff3062c68 add guard-rubocop 2016-01-16 00:31:02 +01:00
Benjamin Neff
e5161f6fa2 bump dependency gems 2016-01-16 00:00:19 +01:00
Benjamin Neff
960064ee75 bump typhoeus 2016-01-15 23:59:52 +01:00
Benjamin Neff
785677f2a9 bump webmock 2016-01-15 23:28:03 +01:00
Benjamin Neff
eba2f11662 bump rspec and rspec-rails 2016-01-15 23:26:15 +01:00
Benjamin Neff
3dd12b3ddb bump spring 2016-01-15 23:13:35 +01:00
Benjamin Neff
a0398430ed refactor encrypted slap to reuse it for every recipient 2016-01-14 03:46:01 +01:00
Benjamin Neff
c7f33d7cf4 rename 'pkey' to 'privkey' and 'pubkey' 2016-01-13 02:20:49 +01:00
Benjamin Neff
d852144f3c add send functionality 2016-01-12 02:36:32 +01:00
Benjamin Neff
aa84c4c40e move Receiver to Federation module 2016-01-11 02:30:32 +01:00
Benjamin Neff
1cc8fac8a1 add http config to DiasporaFederation 2016-01-11 01:54:48 +01:00
Benjamin Neff
0917fc2f19 allow photo.status_message_guid to be nil 2016-01-10 19:05:54 +01:00
Benjamin Neff
cf45416344 allow guid to be nilable 2016-01-10 18:55:32 +01:00
Benjamin Neff
cff74982bf release version 0.0.11 2016-01-03 03:29:07 +01:00
Benjamin Neff
a30b999b28 fix factory_girl version 2015-12-31 12:58:32 +01:00
Benjamin Neff
20dc9092d2 Merge pull request #24 from cmrd-senya/release-version-0.0.11
fix created_at in factories
2015-12-31 10:57:41 +01:00
cmrd Senya
8afd3ee0b5 fix created_at in factories
The present Diaspora's relayable signing process is not compatible
with DateTime.now.utc string format, so fall back to default value.
2015-12-31 02:02:35 +03:00