Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a login bundle for login page scripts | Christoph Wurst | 2019-05-07 | 1 | -12/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 1 | -2/+3 |
| | |||||
* | Scrutinizer cleanup | kondou | 2014-06-02 | 1 | -1/+2 |
| | |||||
* | Disable login button until the timezone is set | Vincent Petry | 2014-05-14 | 1 | -0/+6 |
| | | | | | | | | | | | | On slow computers it might happen that the user manages to login before the timezone code has a chance to run, which then causes dates to appear wrong in the UI. This fix makes sure the login cannot happen until the timezone field is set. Note that it's not possible to run the timezone code outside of document.ready() because at that time the DOM element doesn't exist yet. | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Move timezone check to external JS | Lukas Reschke | 2013-01-21 | 1 | -0/+4 |