cmrd Senya
a0545c37de
Allow parent entity types different than "Post"
...
Entities::Message requires "Conversation" at the place, for instance.
2015-12-21 14:05:42 +03:00
Benjamin Neff
358e844772
cleanup for rubocop
2015-12-19 17:31:53 +01:00
Benjamin Neff
35429d105b
write tests for unescape
2015-12-19 17:15:52 +01:00
Benjamin Neff
c7446f7220
refactor receive classes
2015-12-18 00:42:41 +01:00
Benjamin Neff
4dc34b54e3
enable routes for receive
2015-12-18 00:14:03 +01:00
Benjamin Neff
b56c1e2d04
send xml to callbacks to queue it for receive
2015-12-18 00:11:32 +01:00
cmrd Senya
5aac8c2423
Receiving entities support
2015-12-15 19:06:51 +03:00
cmrd Senya
6615e67d80
Enable persistance file for rspec
2015-12-14 11:00:28 +03:00
Benjamin Neff
73fab4d01c
add more documentation
2015-12-13 01:22:17 +01:00
cmrd Senya
91376a3e26
Retractions signatures support
2015-12-03 00:15:32 +03:00
Benjamin Neff
06695610dd
write tests to have 100% coverage again
2015-11-30 00:28:20 +01:00
Benjamin Neff
9d999918e5
make entities more consistent
2015-11-29 23:50:44 +01:00
cmrd Senya
64608e7869
Introduce diaspora_federation-test gem
2015-11-23 23:58:28 +03:00
cmrd Senya
91c3753019
Add signature computation for entities support
2015-11-22 23:40:46 +03:00
cmrd Senya
b9b5ee6f7d
Do the same generalization for Relayable for validators taking
...
into account that "author_signature" and "parent_author_signature"
are allowed to be empty, actually.
2015-11-13 17:44:45 +03:00
cmrd Senya
fd1f896d17
Introduce the "Relayable" entity, which encapsulates common
...
properties of entities that are inherited from Relayable class
in the Diaspora source code - "parent_guid",
"parent_author_signature", "author_signature".
2015-11-13 16:43:36 +03:00
cmrd Senya
9fd2b048e6
Fixes that in the XmlPaylod rspec ".entity_class_name" was mistakenly
...
put inside the ".unpack" section
2015-11-11 17:07:20 +03:00
cmrd Senya
148300b329
Partly replace hard-coded hashes in specs with FactoryGirl.attributes_for
2015-11-07 15:58:47 +03:00
cmrd Senya
c9e641f3c5
Adding initialize_with to FactoryGirl config in previous commit allowed
...
to call FactoryGirl.build for entities, so use it wherever possible.
2015-11-07 15:58:47 +03:00
cmrd Senya
e8fa25c6a6
Add the Poll entity
2015-11-07 15:58:30 +03:00
cmrd Senya
b8b52fc60d
- New and older specs adjustments;
...
- Move the specs to use FactoryGirl;
- Replace use of "context" in specs with "describe".
2015-11-06 01:51:20 +03:00
cmrd Senya
f12a4c21db
Merge all the entities left from the @Raven24's gem.
...
These are: AccountDeletion, Comment, Conversation, Like, Message,
RelayableRetraction, Reshare, Retraction, SignedRetraction
2015-11-06 01:50:04 +03:00
cmrd Senya
761534f13c
DRY specs more by introducing "a property with data-types restriction" shared behavior
2015-11-05 17:27:31 +03:00
cmrd Senya
9391d4b9eb
Reduce the entity stubs initialization calls to a single entity_stub
...
to make the code more DRY
2015-11-03 01:23:10 +03:00
cmrd Senya
9cb6fe4d1b
Some more code merged from the @Raven24's gem. The code is
...
related to the request, status_message, participation, photo and
location entities, its validators and tests for all of the things.
2015-11-03 00:39:30 +03:00
Benjamin Neff
d5041912f3
refactored shared_entity_specs.rb
2015-10-28 03:04:17 +01:00
Benjamin Neff
42e994e01e
use xml_name when parsing an entity
2015-10-28 02:53:17 +01:00
Benjamin Neff
7f731e9af0
refactor salmon stuff
...
* fix rubocop issues
* remove duplicate code
* use `describe` in specs for methods
2015-10-26 23:50:31 +01:00
Benjamin Neff
1a3ba7e0fd
Merge branch 'salmon' of github.com:SuperTux88/diaspora_federation into salmon
2015-10-25 01:22:17 +02:00
Benjamin Neff
60cf4ca64f
refactoring AES part and add specs
2015-10-25 01:21:42 +02:00
cmrd Senya
79db753124
Add the request entity from the @Raven24's gem.
2015-10-24 15:43:20 +03:00
cmrd Senya
1801de3b52
Add StatusMessage related entities from the @Raven24's gem.
...
This makes the testbed pass with this gem.
2015-10-23 23:25:02 +03:00
Benjamin Neff
0848ada216
add more shared examples
2015-09-27 03:17:45 +02:00
Benjamin Neff
5a81d38e60
add salmon-classes (+tests) from raven24's gem
...
and do some basic refactorings for rubocop
2015-09-26 01:51:27 +02:00
Benjamin Neff
778a782c76
add exceptions for salmon stuff and move all to one file
2015-09-25 23:32:10 +02:00
Benjamin Neff
6838391cc9
refactored Entity.entity_name and XmlPayload.entity_class_name
...
write tests and simplified regexes.
2015-09-25 02:37:22 +02:00
Benjamin Neff
eb707c2592
add xml_payload (+tests) from raven24's gem
...
and do some basic refactorings for rubocop
2015-09-25 00:41:34 +02:00
Benjamin Neff
eabe1135ee
fix some rubocop warnings
...
the last one will be fixed with the next rubocop release
2015-09-21 00:50:09 +02:00
Benjamin Neff
2f6acc8367
fix friendica parsing with acct URIs in aliases
2015-09-17 02:11:18 +02:00
Benjamin Neff
b748b255f1
add more specs again for optional urls
2015-09-16 03:01:46 +02:00
Benjamin Neff
c3e290465f
make alias and salmon-url optional to support redmatrix
2015-09-16 02:53:44 +02:00
Benjamin Neff
b114973785
remove type constraint in host-meta to support friendica/redmatrix again
2015-09-16 02:08:33 +02:00
Benjamin Neff
4c9eac4699
remove unused nilable_uri rule (default uri rule is now nilable)
...
also use length rule instead of regex
2015-08-11 00:50:47 +02:00
Benjamin Neff
ad82caffda
refactoring: fix some rubocop issues
2015-08-10 01:38:15 +02:00
Benjamin Neff
cb9b754faa
allow certificate_authorities to be missing in test/development environment
2015-08-10 01:11:51 +02:00
Benjamin Neff
8c63655886
allow nil for diaspora_id in profile
...
refactor some tests
2015-08-06 02:21:49 +02:00
Benjamin Neff
311d6948e5
save person after fetch
2015-08-04 03:00:55 +02:00
Benjamin Neff
f4066f6105
rename callbacks
2015-08-04 02:09:14 +02:00
Benjamin Neff
7b3e6ad0c7
remove quotes from alias-url from old webfinger xml
2015-08-01 01:20:02 +02:00
Benjamin Neff
4dd7dd7c71
whitelist codeclimate.com in webmock so test coverage can be reported
2015-07-29 02:01:20 +02:00