nextcloud/core/js/tests/specs
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
..
coreSpec.js Encode parameters in `OC.generateUrl` by itself 2015-02-17 14:41:06 +01:00
l10nSpec.js Autoescape of placeholders in t() and p() - for JS 2015-01-07 12:56:32 +01:00
shareSpec.js Extended avatar unit tests 2015-02-13 12:57:24 +01:00