Commit Graph

57 Commits

Author SHA1 Message Date
7e6cfa7f8f fix blocking code in asynch 0.1.4 2023-10-04 18:21:18 +02:00
Hannes Kuchelmeister
bdf96b366a Merge pull request #11 from 13hannes11/dependabot/cargo/openssl-0.10.55
Bump openssl from 0.10.48 to 0.10.55
2023-06-22 10:40:49 +02:00
dependabot[bot]
569e7f71ef Bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-21 22:54:44 +00:00
Hannes Kuchelmeister
41234a1fac Merge pull request #8 from 13hannes11/dependabot/cargo/h2-0.3.17
Bump h2 from 0.3.13 to 0.3.17
2023-06-13 13:45:38 +02:00
dependabot[bot]
0064698574 Bump h2 from 0.3.13 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-13 16:56:16 +00:00
Hannes Kuchelmeister
271af82794 Merge pull request #7 from 13hannes11/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.40 to 0.10.48
2023-03-25 20:50:08 +01:00
dependabot[bot]
776dccb15c Bump openssl from 0.10.40 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-25 01:07:34 +00:00
Hannes Kuchelmeister
64b416e8b6 Merge pull request #5 from 13hannes11/dependabot/cargo/bumpalo-3.12.0
Bump bumpalo from 3.10.0 to 3.12.0
2023-02-09 09:22:50 +01:00
Hannes Kuchelmeister
977110fa99 Merge pull request #4 from 13hannes11/dependabot/cargo/tokio-1.25.0
Bump tokio from 1.19.2 to 1.25.0
2023-02-09 09:22:17 +01:00
dependabot[bot]
a701eb9a76 Bump bumpalo from 3.10.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 08:20:52 +00:00
dependabot[bot]
b3aeef646a Bump tokio from 1.19.2 to 1.25.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.25.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.25.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 08:20:36 +00:00
b89e4af7ac update dependencies to mitigate vulnearability in time-rs 0.1.3 2022-06-22 14:46:52 +02:00
074c194c0c cargo update to fix security vulnearabilities in dependencies 0.1.2 2022-06-07 14:06:28 +02:00
af1e32ac24 update the debian image to use debian stable-slim 2022-06-07 13:45:46 +02:00
129481840f update uuid crate version to 1.0 2022-06-07 12:57:50 +02:00
16cd3ca123 update to rust version 1.61 2022-06-07 12:57:04 +02:00
936c536cc0 add docker-compose build instructions for readme 2022-06-07 12:56:21 +02:00
4a8f9c1ab8 fix outdated versions not allowing server to start (issue with GLIBC) 0.1.1 2022-02-26 11:25:38 +01:00
6bd3ef4537 add dev docker-compose to make local building and running easier 2022-02-26 11:24:51 +01:00
7eabecf6b4 update to use new actix version 2022-02-25 21:25:12 +01:00
3d83a6761a update to use actix-web 4.0.0 rc.3 2022-02-11 16:41:48 +01:00
Hannes Kuchelmeister
ba11157687 added contributing to the README 2022-02-11 11:01:35 +01:00
1aa117a28f replace deprecated function .data by .app_data(Data::new(...)) 2021-11-22 15:28:26 +01:00
f59b49b1ad upgrade compiler version and rust edition 2021-11-22 15:22:41 +01:00
36c01035d5 switch to 4.0 alpha of actix to update to newest sqlx version 2021-11-22 15:21:48 +01:00
Hannes Kuchelmeister
c38971af3a Update registry link in readme 2021-10-08 14:49:48 +02:00
Hannes Kuchelmeister
5f45e52fb9 Add screenshots to readme file 2021-10-08 14:47:51 +02:00
Hannes Kuchelmeister
e804305a68 Update issue templates 2021-10-02 01:00:50 +02:00
a6ad144eac add automatic building and pushing of tags 0.1.0 2021-09-15 14:54:24 +02:00
3f0bb9d5fc add bug reporting button 2021-09-07 11:37:42 +02:00
1fbadecf89 add explanations to index html 2021-09-07 11:37:42 +02:00
49568bb29d add github link 2021-09-07 11:37:42 +02:00
Hannes Kuchelmeister
f363b4bb98 fix typos in Readme 2021-09-07 10:12:58 +02:00
Hannes Kuchelmeister
7214bb05cc Add link to running version 2021-09-06 20:50:38 +02:00
583bc1724c fix certificate issues with docker 2021-09-06 20:44:44 +02:00
95e24f3413 change docker compose to use image 2021-09-06 19:10:57 +02:00
Hannes Kuchelmeister
afdff3a90c Add readme.md 2021-09-06 17:59:57 +02:00
Hannes Kuchelmeister
ef78121213 add licence 2021-09-06 17:25:28 +02:00
bf0e8f6306 adding docker and docker compose files to make app ready for deployment 2021-09-06 17:20:06 +02:00
d672849a25 edit design to look a bit more sleek 2021-09-03 17:23:21 +02:00
5170cd5343 fix clippy warnings 2021-09-03 15:20:53 +02:00
2b53cf63cf remove unused imports 2021-09-03 15:15:18 +02:00
e450a44405 implement ics-proxy to use database entries 2021-09-03 15:14:47 +02:00
406397c679 add url validation 2021-09-03 14:49:59 +02:00
cc39027a80 add editing functionality to index page 2021-09-03 14:31:57 +02:00
b03af4e833 add .env support and linking of full base url 2021-09-03 13:34:48 +02:00
6a0bbf2059 updating link from edit page works now 2021-09-03 13:34:48 +02:00
5820549f01 add additional sqlite filtypes to gitignore 2021-09-03 13:34:48 +02:00
d95416a0d4 add selecting entries from the database 2021-09-03 13:34:48 +02:00
2688fb7cec add creation of entries in the database 2021-09-03 13:34:48 +02:00