freechat/json-api
shockrah a1f86fdf6e * Moving away from auto_increment
! Initial id size will stay as u64 but u128 are easily the next major change
This change shouldn't break clients written in high level languages since most already use 128's under the hood anyway
- This commit also removes the auto_increment flag from basically everything that uses RNG id's
2021-03-24 01:14:37 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests Query string parameter 'type' is now enforced by the api 2021-03-12 02:17:06 -08:00
db * Moving away from auto_increment 2021-03-24 01:14:37 -07:00
migrations * Moving away from auto_increment 2021-03-24 01:14:37 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src Backend REST API changes: 2021-03-20 22:44:22 -07:00
.env SERVER_PROTOCOL is now an official env variable for the json-api to read 2021-03-07 23:55:38 -08:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
build.sh updating tests for members routes 2021-02-20 20:14:10 -08:00
Cargo.lock + Adding proper file upload support 2021-03-23 17:16:05 -07:00
Cargo.toml Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
hmac.secret Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Makefile - Removed joindate from members schema 2021-03-20 19:47:59 -07:00