nextcloud-server/core/js
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 +07:00
..
files fix parsing of dav permissions 2017-07-17 15:40:49 +07:00
login Update login flow redirection 2017-05-04 19:21:22 +07:00
public Use dot notation for array access - JSLint recommendation 2017-05-01 00:45:41 +07:00
systemtags Fix some long lines in JS - JSLinut recommendation 2017-05-01 00:49:00 +07:00
tests Update setupchecks.js 2017-06-12 17:18:20 +07:00
apps.js Remove padding from apps navigation if there is no settings area 2016-11-23 18:41:35 +07:00
backgroundjobs.js Use tooltip for background jobs info tooltip 2016-07-13 13:01:17 +07:00
config.js Make AppConfig part of the public API 2016-10-21 09:09:23 +07:00
contactsmenu.js Merge pull request #6823 from nextcloud/stable12-fix/contactsmenu-ie11 2017-10-13 19:54:05 +07:00
core.json add contactsmenu popover 2017-04-26 09:26:53 +07:00
eventsource.js
installation.js
integritycheck-failed-notification.js Allow to dismiss the code integrity warning 2016-10-20 11:33:29 +07:00
jquery-showpassword.js Fix password displayed as username in Firefox password manager dialog 2018-01-11 16:33:38 +07:00
jquery-ui-fixes.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 +07:00
jquery.avatar.js Fix tests 2017-03-29 22:54:08 +07:00
jquery.contactsmenu.js handle 404 separately 2017-04-26 09:30:21 +07:00
jquery.ocdialog.js move more sizing logic to css 2016-11-28 14:05:46 +07:00
js.js Ignore "session_lifetime" if it can not be converted to a number 2018-10-11 12:23:52 +07:00
l10n.js Harden t() with DOMPurify 2017-03-16 14:17:42 +07:00
login.js bring back dedicated log in button to make log in more usable 2016-10-06 16:48:10 +07:00
lostpassword.js Disable the API endpoints as well 2017-05-11 17:03:57 +07:00
maintenance-check.js
merged-login.json Merge login JS 2017-03-24 21:18:24 +07:00
merged-share-backend.json Merge sharing backend JS 2017-03-24 20:17:38 +07:00
merged-template-prepend.json Add select2-toggleselect to the JavaScript files to load 2017-07-11 13:02:09 +07:00
mimetype.js Theming: Code cleanup and cache buster for mime icons 2016-11-18 10:23:24 +07:00
mimetypelist.js recognize LDIF (and schema) file types 2017-01-06 12:25:16 +07:00
multiselect.js Users page lazy multiselect group dropdowns 2016-08-29 13:34:13 +07:00
oc-backbone-webdav.js Backbone Webdav Adapter MKCOL support 2017-03-17 00:08:48 +07:00
oc-backbone.js Backbone transport for Webdav 2016-01-16 11:28:04 +07:00
oc-dialogs.js Merge pull request #4610 from nextcloud/js-semicolons 2017-05-01 16:55:35 +07:00
oc-requesttoken.js Do not add sensitive request headers for cross domain requests 2015-09-15 11:42:13 +07:00
octemplate.js Fix variable definitions in oc dialogs 2017-05-01 01:09:29 +07:00
placeholder.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 +07:00
select2-toggleselect.js Added system tags GUI in sidebar 2016-01-19 16:24:26 +07:00
setup.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 +07:00
setupchecks.js Update setupchecks.js 2017-06-12 17:18:20 +07:00
share.js Merge pull request #4611 from nextcloud/js-use-dot-notation 2017-05-02 21:44:44 +07:00
shareconfigmodel.js allow admin to enforce password on mail shares 2017-04-20 16:33:26 +07:00
sharedialogexpirationview.js Fix some jshint issues in core/js/share* 2016-08-19 21:03:25 +07:00
sharedialoglinkshareview.js Set new-password as autocomplete on the link password 2018-04-04 20:53:38 +07:00
sharedialogresharerinfoview.js add contactsmenu popover to resharer infobox 2017-04-26 09:28:14 +07:00
sharedialogshareelistview.js only replace permission popupmenu 2017-11-23 12:08:29 +07:00
sharedialogview.js Trigger search after re-focus 2017-08-15 13:40:35 +07:00
shareitemmodel.js Make files drop more permanent 2017-05-04 00:30:51 +07:00
sharesocialmanager.js Allow social sharing to specify if a new window is opened 2017-04-20 16:32:46 +07:00
singleselect.js Fix semicolon at end of JS lines 2017-05-01 00:42:53 +07:00
update.js Spacing 2017-03-15 06:35:40 +07:00
visitortimezone.js Save the timezone on login again 2016-12-08 10:45:24 +07:00