aboutsummaryrefslogtreecommitdiff
path: root/web.go
Commit message (Expand)AuthorAgeFilesLines
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-1/+6
* Handle shutdown betterAlex Auvolat2020-03-021-2/+8
* 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 i...Alex Auvolat2020-02-281-12/+16
* 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