Go to file
Colin McDonald 0ca0dea102 Create a bilateral link between bans and ip bans
Because existing data does not have this link we're not changing our queries
to depend on this new field, it exists purely for the website/other clients. A
conversion will be ran on the database to add this field to existing ip bans.

Trello card: https://trello.com/c/os6iX7tv/5-create-a-bilateral-link-between-bans-and-ip-bans
2016-10-16 10:25:51 -04:00
src/main Create a bilateral link between bans and ip bans 2016-10-16 10:25:51 -04:00
.gitignore Update .gitignore 2016-05-21 15:22:53 -04:00
Jenkinsfile Update Jenkinsfile to only deploy master to Maven. 2016-05-22 20:17:31 -07:00
README.md Create README.md 2016-10-08 12:57:40 -04:00
apiv3.properties Add support for reading the http keystore path + keystore password from our config file 2016-07-10 12:50:04 -04:00
pom.xml Add ip validations where needed 2016-07-25 20:58:52 -04:00

README.md

APIv3

Notes:

  • Uses a custom build of mongo-jackson-codec, which can be found here.