Commit Graph

137 Commits

Author SHA1 Message Date
9f5e5e01c4 Make the trashicon unselectable 2021-08-12 15:48:02 +02:00
b11177a943 Adding paged loading of links. 2021-08-12 15:48:02 +02:00
2b276a5130 Add redirect to the new interface 2021-08-12 15:48:02 +02:00
b9a02b1740 Update the testsuite...
now tests:
  * creating .env
  * migrating
  * creating admin
  * login
  * listing links
  * creating links
  * filtering links
2021-08-12 15:48:02 +02:00
cb6ee80e43 Add list of features to the Readme 2021-08-12 15:48:02 +02:00
dd7507225f partially reintrodueced integration tests 2021-08-12 15:48:02 +02:00
e1775a864d Create LICENSE 2021-08-12 15:48:02 +02:00
a0903b91e0 Add musl target to Makefile.toml
bump version
2021-08-12 15:48:02 +02:00
9db2737f7f update readme 2021-08-12 15:48:02 +02:00
9d80f20e8a bump versions 2021-08-12 15:48:02 +02:00
0c60954776 fix the locales path and add the static/wasm directory 2021-08-12 15:48:02 +02:00
a3b5ef87f9 Adding a readme to all crates/subdirectory of this workspace 2021-08-12 15:48:02 +02:00
b08c1a3fc2 moving the webserver out of the library 2021-08-12 15:48:02 +02:00
9bb6001adf updating dependencies 2021-08-12 15:48:02 +02:00
0bdd6c2d74 Update html title 2021-08-12 15:48:02 +02:00
ffe31504ee Fix Urls in command line 2021-08-12 15:48:02 +02:00
6c6f66cdf8 Adding semicolons according to lint
https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
2021-08-12 15:48:02 +02:00
fe1556b099 Embed wasm file, login on enter 2021-08-12 15:48:02 +02:00
51276d3831 Fix clippy warnings and Readme 2021-08-12 15:48:02 +02:00
7cb20cf8b1 update layout of qr-download 2021-08-12 15:48:02 +02:00
bf6bac847b documentation updates 2021-08-12 15:48:02 +02:00
48a376f3bd documetation updates 2021-08-12 15:48:02 +02:00
f3b1a0d7e8 documentation updates to the binaries 2021-08-12 15:48:02 +02:00
f7f10c5577 Document and simplify 2021-08-12 15:48:02 +02:00
38800bb33c dependency cleanup, documentation 2021-08-12 15:48:02 +02:00
36da54e587 Remove explicit refresh buttons 2021-08-12 15:48:02 +02:00
6da01fca39 make eventpropagation more intuitive (also shorter) 2021-08-12 15:48:02 +02:00
f361a13c91 make privileges more defining for UI 2021-08-12 15:48:02 +02:00
eee0a8dba2 WIP: make the interface aware of the admin role 2021-08-12 15:48:02 +02:00
61afbecda9 Make Role an enum 2021-08-12 15:48:02 +02:00
67439c1c49 Use collect instead of from iter 2021-08-12 15:48:02 +02:00
0a23b786b0 Add language switching, fix logout 2021-08-12 15:48:02 +02:00
fa924a8e8c Remove templates 2021-08-12 15:48:02 +02:00
06c2fd18bd remove tera dependency and html rendering code. 2021-08-12 15:48:02 +02:00
dd113c3548 reduce timeout before rendering qr 2021-08-12 15:48:02 +02:00
6dfef53243 delayed qr-code rendering 2021-08-12 15:48:02 +02:00
81cb5ab304 fix warnings 2021-08-12 15:48:02 +02:00
f83a48ac3f all in 2021-08-12 15:48:02 +02:00
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