Merge branch 'dev' into 'master'
Dev See merge request !1
No related branches found
No related tags found
Showing
- Cargo.lock 904 additions, 29 deletionsCargo.lock
- Cargo.toml 8 additions, 0 deletionsCargo.toml
- Makefile 8 additions, 2 deletionsMakefile
- admin-frontend/build.js 12 additions, 0 deletionsadmin-frontend/build.js
- admin-frontend/package-lock.json 3720 additions, 0 deletionsadmin-frontend/package-lock.json
- admin-frontend/package.json 20 additions, 0 deletionsadmin-frontend/package.json
- admin-frontend/src/article.js 25 additions, 0 deletionsadmin-frontend/src/article.js
- admin-frontend/src/components/create-article-form.js 327 additions, 0 deletionsadmin-frontend/src/components/create-article-form.js
- admin-frontend/src/components/root.js 54 additions, 0 deletionsadmin-frontend/src/components/root.js
- admin-frontend/src/components/update-article-form.js 151 additions, 0 deletionsadmin-frontend/src/components/update-article-form.js
- admin-frontend/src/constants.js 3 additions, 0 deletionsadmin-frontend/src/constants.js
- admin-frontend/src/index.js 6 additions, 0 deletionsadmin-frontend/src/index.js
- admin-frontend/src/utils.js 8 additions, 0 deletionsadmin-frontend/src/utils.js
- admin-frontend/src/xhr.js 118 additions, 0 deletionsadmin-frontend/src/xhr.js
- dev.docker-compose.yml 16 additions, 0 deletionsdev.docker-compose.yml
- docker-compose.yml 16 additions, 0 deletionsdocker-compose.yml
- mongo/Dockerfile 2 additions, 0 deletionsmongo/Dockerfile
- mongo/init-mongo.js 33 additions, 0 deletionsmongo/init-mongo.js
- package-lock.json 6 additions, 0 deletionspackage-lock.json
- public/articles/software/object-to-html-renderer/images/obj2htm-logo.png 0 additions, 0 deletions.../software/object-to-html-renderer/images/obj2htm-logo.png
This diff is collapsed.
... | @@ -12,5 +12,13 @@ actix-web = { version = "3", features=["rustls"] } | ... | @@ -12,5 +12,13 @@ actix-web = { version = "3", features=["rustls"] } |
actix-web-middleware-redirect-https = "3.0.1" | actix-web-middleware-redirect-https = "3.0.1" | ||
rustls="0.18.1" | rustls="0.18.1" | ||
actix-files="0.5" | actix-files="0.5" | ||
futures = "0.3.17" | |||
serde = "1" | |||
serde_json="1" | |||
wither="0.9" | |||
magic-crypt="3" | |||
env_logger="0.9" | env_logger="0.9" | ||
chrono="0.4" | |||
rand="0.8" | |||
dotenv="0.15" | dotenv="0.15" | ||
tokio = { version = "0.2", features = ["full"] } | |||
\ No newline at end of file |
admin-frontend/build.js
0 → 100644
admin-frontend/package-lock.json
0 → 100644
This diff is collapsed.
admin-frontend/package.json
0 → 100644
admin-frontend/src/article.js
0 → 100644
admin-frontend/src/components/root.js
0 → 100644
admin-frontend/src/constants.js
0 → 100644
admin-frontend/src/index.js
0 → 100644
admin-frontend/src/utils.js
0 → 100644
admin-frontend/src/xhr.js
0 → 100644
mongo/Dockerfile
0 → 100644
mongo/init-mongo.js
0 → 100644
package-lock.json
0 → 100644
File moved
Please register or sign in to comment