Archived
1
0

20 Commits

Author SHA1 Message Date
039a2b5e23 Moving i18n to sepparate module 2021-08-13 16:24:56 +02:00
5941662069 renaming of shared in app 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
51276d3831 Fix clippy warnings and Readme 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
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
0a23b786b0 Add language switching, fix logout 2021-08-12 15:48:02 +02:00
50da81889e Formatting... 2021-08-12 15:48:02 +02:00
bfa0bcd0bb restructure and document list_users 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