nextcloud/core/js
Lukas Reschke 27c1409be5 Encode parameters in `OC.generateUrl` by itself
This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour.

Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this...

Fixes https://github.com/owncloud/core/issues/14228
2015-02-17 14:41:06 +01:00
..
tests Encode parameters in `OC.generateUrl` by itself 2015-02-17 14:41:06 +01:00
apps.js Replaced spaces with tabs in apps.js 2014-08-12 12:00:34 +02:00
avatar.js Load avatar in header via PHP 2014-10-23 23:17:18 +02:00
backgroundjobs.js JavaScript file for activating web cron 2012-08-09 00:58:54 +02:00
compatibility.js Scrutinizer cleanup 2014-06-02 21:09:41 +02:00
config.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
config.php Added config check 2015-02-13 12:17:22 +01:00
core.json Added dependancy for the JS unit tests 2015-02-12 16:50:14 +01:00
eventsource.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
installation.js load showpassord.js conditionally in the template only if needed 2014-12-16 18:45:37 +01:00
jquery-showpassword.js Shows The Eye permanently in the Confirm Password field in Personal Settings - fix #5167 2013-10-12 12:42:23 +02:00
jquery-tipsy.js Fix size calculation with css styling of tipsy popup 2011-10-21 22:08:55 +02:00
jquery.avatar.js use high resolution avatars on highdpi screens 2014-04-04 23:35:32 +02:00
jquery.ocdialog.js Fixed dialogs styling, reversed buttons 2014-07-07 15:56:42 +02:00
js.js Encode parameters in `OC.generateUrl` by itself 2015-02-17 14:41:06 +01:00
l10n.js Autoescape of placeholders in t() and p() - for JS 2015-01-07 12:56:32 +01:00
lostpassword.js Use `/` as redirect location if webroot is set to an empty value 2014-11-21 15:38:36 +01:00
maintenance-check.js Refresh if maintenance mode is over 2014-09-09 17:26:11 +02:00
multiselect.js Merge pull request #8264 from owncloud/app-enable-by-group 2014-06-03 19:01:12 +02:00
oc-dialogs.js show readonly message in file conflict dialog, make it always selected 2014-12-11 16:32:27 +01:00
oc-requesttoken.js Add OCS API header per default 2014-11-21 19:54:19 +01:00
octemplate.js Scrutinizer cleanup 2014-06-02 21:09:41 +02:00
placeholder.js Renamed current placeholder jquery plugin to imageplaceholder 2013-10-23 16:47:25 +02:00
placeholders.js move to updated version of placeholder 2014-06-03 16:18:06 +02:00
setup.js Merge pull request #11929 from owncloud/fix-db-center 2014-11-11 17:12:17 +01:00
setupchecks.js Check for working .htaccess via AJAX 2014-12-06 15:34:53 +01:00
share.js Added config check 2015-02-13 12:17:22 +01:00
singleselect.js Do not close container/slider when clicking on single select field 2014-08-15 12:44:00 +02:00
tags.js Scrutinizer cleanup 2014-06-02 21:09:41 +02:00
update.js Read version and product name from update template 2015-01-14 11:31:42 +01:00
visitortimezone.js send browsers timezone back tp the server on login 2014-09-22 14:01:45 +02:00