nextcloud/core
Daniel Calviño Sánchez a36c6c27c0 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:23:52 +02:00
..
ajax Proper logging for appstore updates 2017-05-11 13:35:17 -05:00
Command Allow to specify the table space on occ 2017-08-03 16:39:33 +02:00
Controller Don't use special chars to avoid confusion 2018-05-23 17:02:15 +02:00
css Fix edit tag textbox size 2018-02-17 16:02:14 +05:30
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img Use PNG version of the icons for shipped activities 2017-07-07 11:16:44 +02:00
js Ignore "session_lifetime" if it can not be converted to a number 2018-10-11 12:23:52 +02:00
l10n [tx-robot] updated from transifex 2018-10-10 00:13:48 +00:00
Middleware Check whether the $_SERVER['REQUEST_*'] vars exist before using them 2017-05-15 14:33:27 +02:00
search Remove single quotes around search query like in user search 2017-03-15 12:53:44 +01:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Fix appmenu svg double invert 2018-01-12 14:35:44 +01:00
vendor Bump strengthify to 0.5.3 2018-01-11 16:33:38 +01:00
Application.php Automatic creation of Identity manager 2017-05-10 09:45:11 +02:00
register_command.php Adding tests for 4 byte unicode characters 2017-03-21 16:42:12 -06:00
routes.php add contactsmenu popover 2017-04-26 09:26:53 +02:00
shipped.json Add missing version requirement to OAuth2 app 2017-05-22 09:01:34 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00