Commit Graph

42 Commits

Author SHA1 Message Date
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
a4372c6872 Restructure the code to be more readable and better organized
Moreover, the overall navigation structure is finished but database handling is still missing
Also there still needs to be proper styling for all the html files and proper organization
2021-09-01 21:19:01 +02:00
96260d18ce clean up code and remove dependencies 2021-09-01 13:45:42 +02:00
d8b4952be2 add basic navigation for site 2021-08-30 17:07:13 +02:00
75a9e234cd first simple start of using templates 2021-08-30 16:39:29 +02:00
0c5423f1cf add watch script 2021-08-30 15:08:55 +02:00
be0919a49e fix names of code 2021-08-30 15:08:45 +02:00
d295e50067 initial version that works as proxy for hardcoded link 2021-08-24 16:07:22 +02:00