summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mem3_util:find_dirty_shards functionfix-create-db-optionsRussell Branca2020-03-261-0/+42
* Ensure shards are created with db optionsRussell Branca2020-03-256-3/+228
* Cleanup mem3 shards_db config lookupsRussell Branca2020-03-253-18/+10
* Merge pull request #2703 from dottorblaster/port-view-pagination-test-to-elixirAlessio Biancalana2020-03-253-1/+192
|\
| * Port view_pagination integration test to elixir test suiteAlessio Biancalana2020-03-253-1/+192
|/
* Port purge.js into elixir test suiteJuanjo Rodriguez2020-03-253-2/+170
* Merge pull request #2714 from atrauzzi/jwt-couchdb-specific-roles-claimRobert Newson2020-03-242-2/+2
|\
| * Rename the claim used for roles to be more CouchDB specific.Alexander Trauzzi2020-03-242-2/+2
|/
* Add support for roles to be obtained from JWTs. (#2694)Alexander Trauzzi2020-03-242-2/+4
* Ensure clean PATH for Windows couchdb.cmd (#2708)Joan Touzet2020-03-231-1/+1
* Merge pull request #2698 from dottorblaster/fix-missing-apexesAlessio Biancalana2020-03-231-2/+2
|\
| * Fix missing apexes in test/elixir/README.mdAlessio Biancalana2020-03-231-2/+2
|/
* Merge pull request #2687 from apache/jwt-enhancementsRobert Newson2020-03-238-16/+300
|\
| * base64 the symmetric jwt keysjwt-enhancementsRobert Newson2020-03-222-2/+2
| * throw Reason directly so we send good http error responsesRobert Newson2020-03-221-1/+1
| * Create in-memory cache of JWT keysRobert Newson2020-03-225-14/+187
| * add EC testsRobert Newson2020-03-221-0/+38
| * support RSA for JWT authRobert Newson2020-03-223-8/+73
| * test all variants of jwt hmacRobert Newson2020-03-221-4/+9
| * generate JWT token ourselvesRobert Newson2020-03-222-4/+7
| * no need to deduplicate this listRobert Newson2020-03-221-1/+1
|/
* Fix ported to elixir tagJuanjo Rodriguez2020-03-225-4/+5
* Port http, method_override and jsonp tests into elixir test suite (#2646)Juanjo Rodriguez2020-03-219-8/+267
* Merge pull request #2688 from dottorblaster/fix-utf8-elixir-test-warningAlessio Biancalana2020-03-201-1/+1
|\
| * Ignore unused string variable inside utf8 test caseAlessio Biancalana2020-03-201-1/+1
|/
* Merge pull request #2686 from dottorblaster/upgrade-credo-1.3.1Alessio Biancalana2020-03-202-3/+3
|\
| * Upgrade Credo to 1.3.1Alessio Biancalana2020-03-202-3/+3
|/
* Port design_docs tests from js to elixir (#2641)Juanjo Rodriguez2020-03-193-1/+482
* Feature - Add JWT support (#2648)Alexander Trauzzi2020-03-195-1/+80
* Merge pull request #2668 from apache/jwtf-unknown-checksRobert Newson2020-03-162-0/+23
|\
| * Throw if an unknown check is passed to jwtf:decodeRobert Newson2020-03-162-0/+23
|/
* Port elixir proxyauth tests from js to elixir (#2660)Juanjo Rodriguez2020-03-169-32/+227
* Merge pull request #2661 from apache/jwtf-enhance-alg-checkRobert Newson2020-03-132-4/+15
|\
| * Enhance alg checkjwtf-enhance-alg-checkRobert Newson2020-03-132-4/+15
|/
* Merge pull request #2658 from apache/import-jwtfRobert Newson2020-03-129-0/+854
|\
| * add jwtf to releaseimport-jwtfRobert Newson2020-03-122-0/+3
| * merged jwtf into src/jwtfRobert Newson2020-03-127-0/+851
| |\
| | * Merge pull request #12 from cloudant/handle-malformed-tokenJay Doane2020-03-113-9/+41
| | |\
| | | * Handle malformed tokens with jiffy 1.xJay Doane2020-03-112-9/+39
| | | * Enable code coverageJay Doane2020-03-111-0/+2
| | |/
| | * Create LICENSERobert Newson2020-03-101-0/+176
| | * Merge pull request #11 from cloudant/separate-test-moduleJay Doane2017-08-142-253/+292
| | |\
| | | * Separate tests into dedicated moduleJay Doane2017-08-112-253/+292
| | |/
| | * Merge pull request #10 from cloudant/move-key-cacheJay Doane2017-08-084-251/+0
| | |\
| | | * Move key cache to epep applicationJay Doane2017-08-074-251/+0
| | |/
| | * Suppress compiler warningsJay Doane2017-06-201-2/+2
| | * Merge pull request #3 from jaydoane/simplify-testsJay Doane2017-06-191-3/+3
| | |\
| | | * Make time explicitly in futureJay Doane2017-06-191-1/+1
| | | * Remove unnecessary propsJay Doane2017-06-191-2/+2
| | |/
| | * get_keyset needs ssl startedRobert Newson2017-06-161-0/+1