server/core
Daniel Calviño Sánchez c2916b62d3 Ignore "session_lifetime" if it can not be converted to a number
When "session_lifetime" can not be converted to a number the interval
becomes a NaN due to dividing it by 2. This NaN was "dragged" over all
the other mathematical operations and caused the csrftoken to be got
again and again due to an infinite loop with no pauses in "setInterval".
Now, the interval is set to the default value instead if the
"session_lifetime" can not be converted to a number.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-11 10:53:25 +02:00
..
ajax Use numeric placeholders if there are multiple, so that RTL languages can operate better 2018-10-09 14:32:14 +02:00
BackgroundJobs Background job to clean up old backups of the updater 2018-06-13 17:43:29 +02:00
Command Rename method to abortIfInterrupted 2018-10-08 13:05:00 +02:00
Controller Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors 2018-10-08 10:33:22 +02:00
css Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors 2018-10-08 10:33:22 +02:00
doc
fonts OpenSans font contrast option 2018-06-25 17:12:27 +02:00
img Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors 2018-10-08 10:33:22 +02:00
js Ignore "session_lifetime" if it can not be converted to a number 2018-10-11 10:53:25 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:11 +00:00
Middleware Update license headers 2017-11-06 16:56:19 +01:00
Migrations Add column to DB to store expired passwords 2018-10-02 19:50:44 +02:00
search Fix usage of deprecated OC.webroot 2018-10-09 13:53:59 +02:00
skeleton
templates Use numeric placeholders if there are multiple, so that RTL languages can operate better 2018-10-09 14:32:14 +02:00
vendor Pin Bower versions 2018-10-10 14:33:33 +02:00
Application.php Add uid_owner and uid_initiator share tabe indices 2018-10-01 23:59:36 +02:00
register_command.php Add mandatory 2FA service/class 2018-09-30 11:47:29 +02:00
routes.php Add an endppoint for clients to request an app password 2018-10-03 19:05:20 +02:00
shipped.json Support app is shipped 2018-07-25 15:42:36 +02:00
strings.php