Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Making the linter happy by removing superfluous ; | Ralph Krimmel | 2019-11-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
* | Moving the storage of referrer information to main authorization check ↵ | Ralph Krimmel | 2019-11-28 | 1 | -0/+2 |
| | | | | | | instead of doing it in the authentication source Signed-off-by: Ralph Krimmel <rkrimme1@gwdg.de> | ||||
* | Move note actions to their own file. | David Mehren | 2019-10-27 | 1 | -0/+38 |
Because of circular import problems, this commit also moves the error messages from response.js to errors.js Signed-off-by: David Mehren <dmehren1@gmail.com> |