aboutsummaryrefslogtreecommitdiff
path: root/web.go
Commit message (Collapse)AuthorAgeFilesLines
* Error channels; notify users of restartAlex Auvolat2020-02-281-2/+2
|
* Store the user's key in the session store so that login/unlock is automatic ↵Alex Auvolat2020-02-281-12/+16
| | | | if cookie is still there
* Refactor connector creation logicAlex Auvolat2020-02-281-1/+1
|
* Do not put password in form on modifyAlex Auvolat2020-02-271-1/+6
|
* Account deletionAlex Auvolat2020-02-261-1/+25
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-261-11/+128
|
* RefactorAlex Auvolat2020-02-261-53/+14
|
* Implement account configuration save/load from dbAlex Auvolat2020-02-261-0/+64
|
* Stub web interfaceAlex Auvolat2020-02-261-0/+171