Benjamin Neff
|
491419c99a
|
refactor signature verification for relayables
|
2016-06-21 05:19:49 +02:00 |
|
Benjamin Neff
|
4b0e77b25a
|
add more info to errors for better logging
|
2016-06-21 04:56:41 +02:00 |
|
Benjamin Neff
|
117ee79c8c
|
validate that Participation parent exists and parent-author is local
|
2016-06-21 02:39:13 +02:00 |
|
Benjamin Neff
|
d054d42b86
|
use .to_h instead of Hash[]
|
2016-06-20 03:59:23 +02:00 |
|
Benjamin Neff
|
f243082def
|
only allow photos from the same author to be nested in status message
|
2016-06-17 18:34:27 +02:00 |
|
Benjamin Neff
|
4d7c7422c3
|
only allow messages from the same author to be nested in conversation
|
2016-06-17 18:28:42 +02:00 |
|
Benjamin Neff
|
c62bede41c
|
message not relayable anymore
receive only from author and ignore signature checking, or from parent
author with valid signature.
see #36
|
2016-06-17 18:16:40 +02:00 |
|
Benjamin Neff
|
7f869a5cdf
|
participation not relayable anymore
receive only from author and no signature checking
see #35
|
2016-06-17 17:52:58 +02:00 |
|
Benjamin Neff
|
77c3165c51
|
set parent_author_signature on RelayableRetraction if author is parent author
the target_author_signature is only checked, if the parent author
receives it. so the parent_author_signature is the important signature.
|
2016-06-05 16:17:05 +02:00 |
|
Benjamin Neff
|
4bde03e2de
|
use RelatedEntity as normal nested entity, but don't add it to xml
|
2016-06-05 04:13:55 +02:00 |
|
Benjamin Neff
|
e5203182bf
|
replace invalid characters from xml
|
2016-05-31 04:25:43 +02:00 |
|
Benjamin Neff
|
653b0fe276
|
instantiate nested entities if they are provided as hash
also add debug logging to entity constructor
|
2016-05-30 03:23:57 +02:00 |
|
Benjamin Neff
|
4ded6da139
|
Entity#to_h returns nested entities as hash
|
2016-05-30 03:22:07 +02:00 |
|
Benjamin Neff
|
38922d5f30
|
add string representation to entities for better and easier logging
|
2016-05-15 00:11:04 +02:00 |
|
Benjamin Neff
|
58b22df9c5
|
convert entity name to needed format for fetching
|
2016-05-14 17:56:34 +02:00 |
|
Benjamin Neff
|
458265b78f
|
fix rubocop offenses for rubocop 0.40.0
|
2016-05-11 02:22:48 +02:00 |
|
Dennis Schubert
|
594529fc15
|
Optimize test description...
[ci skip]
|
2016-05-10 00:30:01 +02:00 |
|
Benjamin Neff
|
2ffc7e3814
|
add re-raise specs for receiver
|
2016-05-08 22:37:26 +02:00 |
|
Benjamin Neff
|
a0f39b4f3a
|
Revert "add ParentNotFound error, if parent can't be fetched"
This reverts commit 5a9ba266b4.
There is already a NotFetchable error ...
|
2016-05-07 12:44:58 +02:00 |
|
Benjamin Neff
|
5a9ba266b4
|
add ParentNotFound error, if parent can't be fetched
|
2016-05-07 03:12:33 +02:00 |
|
Benjamin Neff
|
c9d0b978d4
|
add validators for empty arrays
|
2016-04-29 03:59:24 +02:00 |
|
Benjamin Neff
|
28ab54abef
|
use default values after parse xml
|
2016-04-29 02:59:09 +02:00 |
|
Benjamin Neff
|
8aa353a438
|
add validator for poll_answers
|
2016-04-29 01:32:49 +02:00 |
|
Benjamin Neff
|
53ba96acca
|
simplify diaspora ID regex
hostname doesn't allow underscores, fixes #33
|
2016-04-23 23:48:03 +02:00 |
|
Benjamin Neff
|
0c4307a4de
|
better logging for receiving
|
2016-04-03 03:34:53 +02:00 |
|
Benjamin Neff
|
a8af94f192
|
validates entity on receive if it can be public but is not
|
2016-04-03 00:01:50 +02:00 |
|
Benjamin Neff
|
c8be9083f0
|
move sender_valid? logic to Retraction and Relayable
|
2016-04-02 22:14:38 +02:00 |
|
Benjamin Neff
|
05cd90f073
|
validate sender for retraction and relayable
|
2016-04-01 03:51:24 +02:00 |
|
Benjamin Neff
|
c7c2957b07
|
fetch from remote if parent unknown locally
|
2016-03-31 04:33:52 +02:00 |
|
Benjamin Neff
|
6ef1545fd0
|
cleanup parent_type for relayables
|
2016-03-29 03:45:32 +02:00 |
|
Benjamin Neff
|
aac2a1652e
|
create expect_callback() spec-helper
|
2016-03-29 03:14:01 +02:00 |
|
Benjamin Neff
|
1d4d3d732d
|
use shorter callback keys for key-callbacks
|
2016-03-29 02:42:19 +02:00 |
|
Benjamin Neff
|
2db0931ce5
|
write more tests for retractions
|
2016-03-29 02:30:43 +02:00 |
|
Benjamin Neff
|
f88a3abb3d
|
use RelatedEntity as target for all Retractions
|
2016-03-28 21:15:21 +02:00 |
|
Benjamin Neff
|
01d45e225d
|
use RelatedEntity as target for RelayableRetraction
|
2016-03-28 20:14:25 +02:00 |
|
Benjamin Neff
|
8f2b3e6a14
|
use data from parent-RelatedEntity for Relayables
|
2016-03-28 19:52:57 +02:00 |
|
Benjamin Neff
|
23fc8dc180
|
use related entity as parent for relayables
|
2016-03-28 17:46:37 +02:00 |
|
Benjamin Neff
|
1ee9d30ddb
|
add related entity
|
2016-03-28 17:23:38 +02:00 |
|
Benjamin Neff
|
ef43104880
|
create new Contact entity
* replaces Request entity (better name)
* with following/sharing state
* should also be used as retraction-type
see #32
|
2016-03-23 01:28:06 +01:00 |
|
Benjamin Neff
|
20675b941a
|
create public/private receiver
|
2016-03-21 01:05:13 +01:00 |
|
Benjamin Neff
|
ca0a853134
|
return MagicEnvelope after parsing a Slap
|
2016-03-21 01:05:13 +01:00 |
|
Benjamin Neff
|
e4b5e79842
|
create MagicEnvelope instance after unenvelop
|
2016-03-20 21:07:47 +01:00 |
|
Benjamin Neff
|
0990eff69c
|
don't add key_id to legacy private encrypted slap xml
|
2016-03-20 17:54:52 +01:00 |
|
Benjamin Neff
|
3811cd0c03
|
move parse logic to receive methods
|
2016-03-20 17:39:41 +01:00 |
|
Benjamin Neff
|
3a83dc97ac
|
use author_id from slap to fetch pubkey in magic-env
|
2016-03-20 17:16:08 +01:00 |
|
Benjamin Neff
|
4e0c7e205b
|
create attr_reader for payload entity and sender on magic env instance
|
2016-03-20 17:08:58 +01:00 |
|
Benjamin Neff
|
930c3051c7
|
handle SignedRetraction and RelayableRetraction as Retraction after parse
|
2016-03-18 03:12:31 +01:00 |
|
Benjamin Neff
|
bd9cc67f5e
|
create receiver for new protocol and write tests
|
2016-03-18 02:54:17 +01:00 |
|
Benjamin Neff
|
198e23ca65
|
write FetchController spec
|
2016-03-15 02:17:04 +01:00 |
|
Benjamin Neff
|
176425f881
|
rename Fetcher to HttpClient
don't use the same classname twice
|
2016-03-15 02:17:04 +01:00 |
|