Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ORY

Support ORY in their mission to build the new ID stack
Collective - https://opencollective.com/ory - Website: https://www.ory.sh - Code: https://github.com/ory

Merge remote-tracking branch 'sigu-399/master' into add-context-to-error-messages

Conflicts:
validation.go

github.com/ory/gojsonschema - 61c71b4cd4d9ff8dde6a54ba62673dce3b288347 authored over 11 years ago
Merge remote-tracking branch 'sigu-399/master' into patternProperties-are-not-additionalProperties

github.com/ory/gojsonschema - 9f9dce7f304cd3c0b93472e8028d71da0e1cafd7 authored over 11 years ago
Merge pull request #5 from tolsen/have-nulls-and-arrays-validateSchema

More completely validate nulls and arrays.

github.com/ory/gojsonschema - 1ed844256517a11a8bb9c7ed4d35ef1ff5480b5b authored over 11 years ago
More completely validate nulls and arrays.

For nulls, check validations common to any type via validateSchema()
and validateCommon(). Also...

github.com/ory/gojsonschema - 765ccbf673d055385a10969501b1c45a046c07e5 authored over 11 years ago
Incremental test total to 244.

github.com/ory/gojsonschema - 91933919bc6044d29257b8707909fd919a9c0733 authored over 11 years ago
Do not count patternProperties as additionalProperties when

additionalProperties is false. Added test that is pending in
JSON-Schema-Test-Suite.
( https://g...

github.com/ory/gojsonschema - 3954ff7f0f6cadd2d2f2e4f812c371b1085421b5 authored over 11 years ago
Add context to error messages

github.com/ory/gojsonschema - bbf173de1855f77ea6ec3d0b213134f7ad32f077 authored over 11 years ago
Merge pull request #3 from tolsen/fix-readme-example

Update basic example in README to reflect that GetFileJson() takes a path to a file, not a URI

github.com/ory/gojsonschema - e6ae7c04cacdeaaa015c9da7134a60b5d0989fb9 authored over 11 years ago
Update basic example in README to reflect that GetFileJson() takes a

path to a file, not a URI

github.com/ory/gojsonschema - 7b41fff7132fa531ab4a8f4ff5ecac4e343ff079 authored over 11 years ago
merge: The new token generation algorithm. Fixes #1.

github.com/ory/nosurf - 7245927c2cec58a9ae6a33179cc7c76363fbb88f authored over 11 years ago
Further elaborating my choice of not caring about the error value

github.com/ory/nosurf - a16ca17ed7550ad9b6759d283817665e7be9f90f authored over 11 years ago
Switched to crypto/rand and removed sha256 hashing

github.com/ory/nosurf - 1e09c18c528db4b68d7f4a1a2cbb2c4bd7e465c7 authored over 11 years ago
nil slices work just fine with append/range

github.com/ory/nosurf - 729e50c0698ecbd13f404b69c929a4b9826545cd authored over 11 years ago
Oops, a mistake. Of course we *expected* sha256.Size

github.com/ory/nosurf - e46af92ef93490f518dc543b3678eafa10fefcd4 authored over 11 years ago
God dammit, GoCI...

github.com/ory/nosurf - 43ef5170206a3b02bde07a86846c7f89600ed9ac authored over 11 years ago
Exempting examples from GoCI

github.com/ory/nosurf - f7d11f0efecc9de4212f8c287fdccda6874a16a3 authored over 11 years ago
Emphasize not requiring any external dependencies

github.com/ory/nosurf - 7edb79cd070290f2527a0be752de1c969d3a6fdc authored over 11 years ago
README update

github.com/ory/nosurf - fef7912973d3529355594e0e063d98348356102c authored over 11 years ago
Advanced example for using with net/http

github.com/ory/nosurf - e8bf00e170fa2ee73e3a26ecc624edbd26568e6d authored over 11 years ago
Didn't skip the exempted paths before.

github.com/ory/nosurf - 5f23cd998d0e17159d2ee61655e66177a349529d authored over 11 years ago
webgo example

github.com/ory/nosurf - d81abfcc63307cf1a2484c987b66849e145f1249 authored over 11 years ago
The first example

github.com/ory/nosurf - 9d3e977d2d28e3ad4994ea59ea7a06e1872210f1 authored over 11 years ago
Duplicates the header. Whatever, it's not vital.

github.com/ory/nosurf - 266c40fe618f4a3a5807749abd0996799bd43cd3 authored over 11 years ago
Never call ConstantTimeCompare() with different length slices.

Never.

github.com/ory/nosurf - 134f169bcd4db818f9ce509e6a3118ce4cb8ed2b authored over 11 years ago
I somehow FORGOT to complete these tests and messed up.

github.com/ory/nosurf - a3e0c3e69e5a786102e08e17b0b9393c4c39fb6f authored over 11 years ago
A basic README

github.com/ory/nosurf - 647d0bac6a68f93a1291e5345297a2dd628c7320 authored over 11 years ago
Documentation cleanups

github.com/ory/nosurf - e21f83711a4c2da14a52d1042353c1638c5c599f authored over 11 years ago
CSRF token check

github.com/ory/nosurf - c03b0171f00b31f5b58c932184e72334a1601291 authored over 11 years ago
Consistent naming

github.com/ory/nosurf - fd98484cb3338daf178f40f39396fcd6c985556a authored over 11 years ago
Referer-based check

github.com/ory/nosurf - b1b164f4ba8d5cfcb75ba0387735ab21fbbe0237 authored over 11 years ago
Token accessibility test

github.com/ory/nosurf - deeea6841be6c25f0be58fbd9b3541b984d12b00 authored over 11 years ago
A helper function for comparing Origins

github.com/ory/nosurf - e971e87c26b8d67f17abfcdfedf23baf76a9a993 authored over 11 years ago
Renew the cookie on success

github.com/ory/nosurf - 1640e543b964e298fd86ca73e63e4c3ad08b70bc authored over 11 years ago
Outsource the cookie setting logic

github.com/ory/nosurf - 7c9a9c15e5e3d89fd70d17693eabc63f74007b0c authored over 11 years ago
Glob-based exemptions

github.com/ory/nosurf - 7a93b7d22dcd9a260b6b175a85a1d76fab1c9ea3 authored over 11 years ago
A documentation update

github.com/ory/nosurf - 519ac505fe8985146bed5693b80d6e98b1adee33 authored over 11 years ago
Regexp-based exemption

github.com/ory/nosurf - 118c3e7ec29e03cccf66c91b7552db1f50cf7641 authored over 11 years ago
Test for ExemptPaths()

github.com/ory/nosurf - 2b6108d34844261bfdd6d9fe09e660158b0d508f authored over 11 years ago
Semantic changes

github.com/ory/nosurf - 0cf054968f33e160043dd9927ad91d131c9bdda4 authored over 11 years ago
Exempting an exact path

github.com/ory/nosurf - 82f2bb1dad0a35d7cb8df32462d7a224d2b13591 authored over 11 years ago
handleFailure()

github.com/ory/nosurf - 8d2c039a38159bb8e9872c18a69d449617903de1 authored over 11 years ago
We exempt paths (like "/home"), not URLs (like "http://dummy.us/home")

github.com/ory/nosurf - f87b002769dabec47425c6d9a5f26eef1f19cf33 authored over 11 years ago
CSRFHandler now *is* a handler: still only checks safe methods

github.com/ory/nosurf - 0a7120a5ed03419942cb71afb3ee20726588005e authored over 11 years ago
ctxClear()

github.com/ory/nosurf - 862eec4e7d0e418771e9478907328dc0c2abd10b authored over 11 years ago
Prefixing context methods with "ctx".

Name like "setToken()" isn't really clear in this case.

github.com/ory/nosurf - 2fd1bf413c38849eb54c374b5bec08cd85fb4676 authored over 11 years ago
And a test for RegenerateToken setting the token in the map.

github.com/ory/nosurf - bfb8713fde2723a9e8758974533c78f77b4e26f4 authored over 11 years ago
This should call setToken itself too

In case RegenerateToken() is called by the user
and not by our own ServeHTTP(),
it should get st...

github.com/ory/nosurf - e7502de3ee52df06c3462c64bdd7a8d00884868b authored over 11 years ago
SetBaseCookie documentation

github.com/ory/nosurf - 177210717b9f373cbbd7acefe2dd1b06a7577708 authored over 11 years ago
Basic token regenerating (cookie setting) for requests

github.com/ory/nosurf - faacacac2a4dbd0570b39003ca03f4cadee77784 authored over 11 years ago
A function testing if the given string exists in the slice

github.com/ory/nosurf - 31196dc0bcaee9055178f0a1e135bb3c4e8d72f1 authored over 11 years ago
Renaming to differentiate it from *_test.go files

github.com/ory/nosurf - 0d01914c1a4e23eb4f3e9afe61ce12e4970d4722 authored over 11 years ago
I suddenly don't like that whitespace anymore

github.com/ory/nosurf - a75b713e36a976c05081b75b42071261481cee95 authored over 11 years ago
A basic token generator

github.com/ory/nosurf - 374662494014b6c510a27af4193dce7702459bf5 authored over 11 years ago
Gotta use the real name

github.com/ory/nosurf - 082c651b37a4d097c4a70179c502aa1133a20253 authored over 11 years ago
A simple context implementation

github.com/ory/nosurf - 930554cbbaee1868563d3f84e10bfb887277d2a6 authored over 11 years ago
Test utils

github.com/ory/nosurf - 5ddc5ebdfe66992a2275aaf7e78d706cbb8baca4 authored over 11 years ago
Rephrasing

github.com/ory/nosurf - dab609cd81d0c4f3dbedb58c84ba5deedda93361 authored over 11 years ago
Documentation updates

github.com/ory/nosurf - e4a93994751401172e6eec520fb532a48ff96083 authored over 11 years ago
Handler initialization code.

Isn't even much of a handler,
as it doesn't implement ServeHTTP() just yet.

github.com/ory/nosurf - 6ad54b2476d72de1157bf18132e7ba9655d025c1 authored over 11 years ago
Vim patterns for gitignore

github.com/ory/nosurf - 0b0ed8d38725a7ba70ef4e87610c433bf9ecccba authored over 11 years ago
Initial commit

github.com/ory/nosurf - 2adf6670df20d6f8041d6f8b8dcb09bf64c7ac50 authored over 11 years ago
even better error message

github.com/ory/gojsonschema - 2fa7181c930363e6fdb87f3aafc263444daa7a61 authored over 11 years ago
improved validation error messages on numbers ( added property name )

github.com/ory/gojsonschema - 182776ba86dd677d7d11e88592c642e0a8903ff2 authored over 11 years ago
Merge pull request #14 from elithrar/master

Docs: Updated to show registration of custom types & session.Save error handling.

github.com/ory/sessions - ba63748c4ac1e5314ce46afb09cd6b7cc99718f8 authored over 11 years ago
Added examples for serialising custom types and handling errors from session.Save().

github.com/ory/sessions - 696523391f8287795f3d369d66eb83cd50381880 authored over 11 years ago
Add couchbasestore to README

github.com/ory/sessions - 8593e03f3101a7001cd6c76a6fb0f3c5cbf2724c authored over 11 years ago
Merge remote branch 'fork/master'

github.com/ory/sessions - ee3427540dbf73c8341901c63c2842de876088fe authored over 11 years ago
Copy store options to sessions instead of referencing them.

Fixes GH-8

github.com/ory/sessions - ee375ad9efa3c4d4eb23eb79dd8f083596460edb authored over 11 years ago
display which additional property is not allowed in validation error

message

github.com/ory/gojsonschema - 1467c33ceacbcf39b0e2e8c816df1a059a27604c authored over 11 years ago
added SetRootSchemaName on schema, allowing the user to specific a

display name when a validation error is located on root object.
By default the validator refers t...

github.com/ory/gojsonschema - 2ea474e6c0a5fe2ce2bd00d7a2d92c93eecd7990 authored over 11 years ago
added error message copy with annotation to handle better formatting in

some nested cases

github.com/ory/gojsonschema - 235975c2402258ea9eb62e0a247742f2c681e0be authored over 11 years ago
better validation error message formatting : when number is integer do

not display it float style

github.com/ory/gojsonschema - f1ce464f50692345e1b2eca3afb9a7ac3cbab003 authored over 11 years ago
better enum validation error message

github.com/ory/gojsonschema - 126da54e642ea4fba24da4e6bf33ea055244527d authored over 11 years ago
fixed isFloat64AnInteger : now handles 64 bits int and uint values

github.com/ory/gojsonschema - c88068c3f4e947ad4cebc5e7d921e2522095c933 authored over 11 years ago
updated status

github.com/ory/gojsonschema - 444226962080b8c3988c40a3eb0a12e05b3b57e4 authored over 11 years ago
rm debug stuff

github.com/ory/gojsonschema - aa2a22f77a6645fc8e6c92fc640c6a92be445890 authored over 11 years ago
small cleanup

github.com/ory/gojsonschema - 9d03a15178da31c6af2998a05f4aad92b8169726 authored over 11 years ago
global cleanup

github.com/ory/gojsonschema - a5c4a06a82609cd147fdb48877b25def246f4d1c authored over 11 years ago
updated status

github.com/ory/gojsonschema - a5299d34318886cd8f5f476160cf14c3f3dba8ef authored over 11 years ago
removed the ugly cyclic reference tests, implemented proper referencing

through pool

github.com/ory/gojsonschema - 5514b62b32a647e9ddc070e964a9c350564ca279 authored over 11 years ago
added Referenced schemas pool "class"

github.com/ory/gojsonschema - 8549dde4da2fed1837c7f4d6947acc50890e92fd authored over 11 years ago
added pointer to referenced jsonschema if any

github.com/ory/gojsonschema - 0223dc271c35b361c151f16d313cf862d9015e58 authored over 11 years ago
added redirection to referenced schema during validation

github.com/ory/gojsonschema - 594b4dfad7ddc161aa4e7cd1ea2a855903d8f65a authored over 11 years ago
cleaned/simplified number & string validation phase

github.com/ory/gojsonschema - 435d22ab60ca2d5c2cbf22f6163d984001558dec authored over 11 years ago
updated schema

github.com/ory/gojsonschema - 1d10307b1ad7ba199d9b43a7d7b25d381db54aa7 authored over 11 years ago
added remote files tests, updated base schemas for refRemote

github.com/ory/gojsonschema - ddef12e7760df910067fb19fd941d508a650838d authored over 11 years ago
cleaned debugs infos

github.com/ory/gojsonschema - 14287b6c347e68579c90f2a8ff8847e3ee68c473 authored over 11 years ago
various fixes, cleanups. Now handles nested references, cleaned the

reference part, passed more tests

github.com/ory/gojsonschema - 62d9c61f7d4fa9664c0ca9c4cba61f5e11c9ae1d authored over 11 years ago
fixed package references names

github.com/ory/gojsonschema - e1f9f5e360e88dfdcd5c1b11002c47ac9051cfc4 authored over 11 years ago
updated status, definitions are now supportes

github.com/ory/gojsonschema - 4fedd24e29401b285e9333b15bb26981864a3cff authored over 11 years ago
updated status

github.com/ory/gojsonschema - e2ddca157e0d3f4ad0d4f27a69cd6a9410f822d9 authored over 11 years ago
added cyclic reference detection, fixed pointer and reference

interaction to pass the reference encoding tests

github.com/ory/gojsonschema - 0f559c0ae61a1f37136dd43077cb65601e3d5648 authored over 11 years ago
fixed addtionalProperties and patternProperties interaction

github.com/ory/gojsonschema - 63ea5549f9f5ca4801341534879170616c926da5 authored over 11 years ago
updated status

github.com/ory/gojsonschema - 7ce29a191efe3f6e0014531eaa28bc97b05bac31 authored over 11 years ago
reworked items, added additionalItems

github.com/ory/gojsonschema - 856d43350b5a711ef82b29580eaa12fa777f5fe2 authored over 11 years ago
added cyclic referencing check, passed some more tests

github.com/ory/gojsonschema - bea9cdc14d3ed8bf34278ead7173e0bd3937ec2e authored over 11 years ago
rm gitignore

github.com/ory/gojsonschema - 6d2f565e5fd88e7901ab5ff561fb9e01fe4bc492 authored over 11 years ago