nextcloud/core/js/tests
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
..
lib Added Javascript unit tests 2014-01-16 17:12:29 +01:00
specs Encode parameters in `OC.generateUrl` by itself 2015-02-17 14:41:06 +01:00
specHelper.js Simple Plugin system for Javascript 2014-12-01 16:20:44 +01:00