nextcloud/core
Daniel Calviño Sánchez 9eff0e5882 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 heartbeat to be post
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 12:11:10 +02:00
..
ajax Get the Installer via DI 2017-11-25 12:00:57 +01:00
Command Correctly handle users with numeric user ids 2018-07-11 09:26:29 +02:00
Controller only warn about data lose on password reset if per-user keys are used 2018-08-10 16:54:55 +02:00
css [stable13] Fix header nav 2018-06-04 11:38:45 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts Add TTF of OpenSand-{Ligh,Semibold} 2018-02-19 22:12:51 +01:00
img Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interface 2017-12-06 16:19:17 +01:00
js Ignore "session_lifetime" if it can not be converted to a number 2018-10-11 12:11:10 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:36 +00:00
Middleware Update license headers 2017-11-06 16:56:19 +01:00
Migrations Add parent index to share table 2018-06-12 21:09:20 +02:00
search Move checkboxes to their own column 2017-10-19 01:46:13 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Fix form labels and main landmark on log in page 2018-05-09 11:42:09 +02:00
vendor Bump strengthify to 0.5.3 2018-01-10 21:48:24 +01:00
Application.php Update license headers 2017-11-06 16:56:19 +01:00
register_command.php Emit event when running ./occ db:add-missing-indices 2018-05-28 09:04:59 +02:00
routes.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
shipped.json Add missing version requirement to OAuth2 app 2017-05-22 09:56:49 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00