nginx-proxy-manager-zh/backend
Jamie Curnow dfe2588523
Refactor API Schema and validation
- /schema now returns full openapi/swagger schema
- That schema is used to validate incoming requests
- And used as a contract in future integration tests
- Moved route files up one level
- Fixed incorrect 404 reponses when getting objects
- Fixed saving new objects and passing jsonschemavalidation
2024-10-09 18:05:15 +10:00
..
config Unifies directory structure in dev and prod containers 2020-10-08 13:38:20 +02:00
doc Add test for creating a host 2023-03-30 12:44:28 +10:00
internal Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
lib Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
migrations Skip migration if setting does not exist 2021-11-09 14:03:39 +01:00
models Linting fixes 2023-03-21 17:11:16 +10:00
routes Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
schema Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
scripts Refactor certbot plugins install 2024-01-18 12:26:55 +10:00
templates advanced config move to top of default confg 2024-04-28 18:18:38 +08:00
.eslintrc.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
.gitignore - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00
.prettierrc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
app.js Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
db.js Refactor configuration 2023-03-21 16:53:39 +10:00
index.js Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
knexfile.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
logger.js Refactor certbot plugins install 2024-01-18 12:26:55 +10:00
migrate.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
nodemon.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
package.json Refactor API Schema and validation 2024-10-09 18:05:15 +10:00
setup.js #3790 Attempt to make ci happy. 2024-06-03 13:44:08 +02:00
yarn.lock Refactor API Schema and validation 2024-10-09 18:05:15 +10:00