Commit Graph

149 Commits

Author SHA1 Message Date
5da1d3fb16 remove unnessessary RefCell 2021-08-12 15:48:02 +02:00
93472c061e WIP: adding qrcodes 2021-08-12 15:48:02 +02:00
91543e2d74 update sqlx_prepare 2021-08-12 15:48:02 +02:00
5886272585 Add download qrcode to table 2021-08-12 15:48:02 +02:00
6b0daecd31 Add wasm live rendering of the Qr-Code only svg 2021-08-12 15:48:02 +02:00
a5cfdeff54 make link codes unaware of upper and lower case 2021-08-12 15:48:02 +02:00
50da81889e Formatting... 2021-08-12 15:48:02 +02:00
26142084f6 Prepare loading state 2021-08-12 15:48:02 +02:00
1aba33fb91 Login for the wasm interface 2021-08-12 15:48:02 +02:00
e5d8e6c62f restructuring move translations to toplevel 2021-08-12 15:48:02 +02:00
5e03b4385f move doc directory to workspace 2021-08-12 15:48:02 +02:00
bfa0bcd0bb restructure and document list_users 2021-08-12 15:48:02 +02:00
aeac704e89 add offline feature to sqlx 2021-08-12 15:48:02 +02:00
b84c7ab62a Documentation updates 2021-08-12 15:48:02 +02:00
5c6fd4b5ae document navigation 2021-08-12 15:48:02 +02:00
78d147344f Add hint to readme 2021-08-12 15:48:02 +02:00
ec47e02f9c move README to toplevel 2021-08-12 15:48:02 +02:00
a2781003c6 update documentation on i18n 2021-08-12 15:48:02 +02:00
9d42b010c1 fix delete message 2021-08-12 15:48:02 +02:00
9005a446fe update documentation 2021-08-12 15:48:02 +02:00
b782d97920 Make secret more logsafe, implement add and edit for links 2021-08-12 15:48:02 +02:00
d503d49917 update user functionality and cleanup 2021-08-12 15:48:02 +02:00
6837495eba initial create user 2021-08-12 15:48:02 +02:00
b9866a8c19 initial user edit dialog 2021-08-12 15:48:02 +02:00
8ea7b6a08d Restructure view funtions 2021-08-12 15:48:02 +02:00
fc9b18141f Working user and link list, (big)restructure
This is now a workspace consisting of:
  * the pslink app (a wasm frontend for the admin interface)
  * the pslink binary
  * shared - modules for communication between the two above.
2021-08-12 15:48:02 +02:00
1611cfb9a2
Merge pull request #8 from enaut/tracing
Add tracing (eg. jaeger) and tests
2021-04-18 17:20:29 +02:00
680d28ed58
Merge branch 'master' into tracing 2021-04-18 16:40:55 +02:00
b33088057d
Add basic github actions 2021-04-18 16:18:23 +02:00
84625939de
Add more testcases 2021-04-18 16:11:43 +02:00
04170079d6
Add integration test for runserver 2021-04-18 11:38:07 +02:00
7690d301f1
Properly handle absense of a prefered language 2021-04-18 11:37:02 +02:00
322c867e94
Fix: real secret instead of censored in .env 2021-04-18 10:29:09 +02:00
ce315c429c
Add integration tests, do not show secret in logs
The code is restructured so that the library contains the actix-web
code and the binary only does commandline parsing and running of
the lib.
2021-04-18 09:41:17 +02:00
6fd36936a3
Enable jaeger + opentracing logging 2021-04-12 16:32:59 +02:00
ac172670be
simplifying apply_migrations 2021-04-12 16:30:18 +02:00
a3b757abad initial port to tracing 2021-04-11 13:14:11 +02:00
ea75e1e3ee
Show some errors to the user 2021-04-10 18:37:59 +02:00
5950fa7370
Better logging and error handling 2021-04-10 12:30:05 +02:00
76b1f53120
Use the anyhow crate for Errors in the cli 2021-04-02 17:41:27 +02:00
583e9908bf
move the error to thiserror 2021-04-01 15:40:19 +02:00
34b957332e
Sepparate library part and binary part
closes #5
2021-04-01 14:58:40 +02:00
0ed010b78f
fix errormessage 2021-04-01 10:02:12 +02:00
a6598ba5db clicks are deleted when connected links are
fixes #7
2021-04-01 10:00:16 +02:00
2fba9080d6 Revert "format migration"
as migrations store a hash it is not possible to change the
migrationfiles afterwards.

This reverts commit fdcc89ec1f.
2021-04-01 10:00:16 +02:00
053992e30c
Merge pull request #6 from enaut/WIP--translations
Make the page translatable
2021-03-31 16:50:13 +02:00
fdcc89ec1f
format migration 2021-03-31 16:40:25 +02:00
dd759923f0
Add a language selector for logged in users. 2021-03-30 21:45:46 +02:00
0b9afb1fa3
translate login and not_found to browser language 2021-03-30 20:23:27 +02:00
c6c56a5ea2
translate view_link, view_profile 2021-03-30 18:05:03 +02:00