aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/coreSpec.js
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-251-6/+6
* Replace password dialog with dialog from libraryjulia.kirschenheuter2023-10-171-61/+0
* Fix jsunit failuresJulius Härtl2022-08-311-42/+0
* Fix core tests by stubbing debounceVincent Petry2022-07-261-0/+10
* Work around snap.js state messVincent Petry2020-11-021-1/+5
* Compile assetsnpmbuildbot[bot]2020-10-281-5/+5
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-051-88/+0
* Inline usages of OCP.Toast in bundled filesChristoph Wurst2020-04-061-37/+24
* Use @nextcloud/paths and deprecate OC helpersChristoph Wurst2019-10-051-207/+0
* Remove the tests since the library is testedRoeland Jago Douma2019-10-041-11/+0
* Add unit tests for "OC.Notification.hide()"Daniel Calviño Sánchez2019-07-261-0/+56
* Fix default timeouts in OC.NotificationDaniel Calviño Sánchez2019-07-261-4/+30
* Fix mixed test for "show" and "showTemporary"Daniel Calviño Sánchez2019-07-261-1/+19
* Check number of elements instead of if the jQuery object is definedDaniel Calviño Sánchez2019-07-261-4/+4
* Rename parameter in OCP.Toast for consistency with OC.NotificationDaniel Calviño Sánchez2019-07-121-6/+11
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-071-103/+44
* Move l10n functions to the bundleChristoph Wurst2019-05-131-7/+7
* Move initCore to the bundleChristoph Wurst2019-05-101-5/+0
* Change oc_config usage to OC.configChristoph Wurst2019-05-021-6/+6
* Fix app menu calculation for random size of the right headerJulius Härtl2018-11-021-0/+4
* OC.getCanonicalLocale: fix testsClaas Augner2018-10-241-4/+8
* humanFileSize: use toLocaleStringClaas Augner2018-10-241-0/+54
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-16/+16
* Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst2018-03-081-6/+6
* Add extra test cases for password confirmationDaniel Calviño Sánchez2018-01-101-2/+26
* Added test cases for the fix for the password confirmation box appearing repe...Abijeet2018-01-101-0/+37
* Force the drag to end when the navigation bar Snap is disabled by an appDaniel Calviño Sánchez2017-12-141-0/+5
* Make possible for apps to disallow the navigation bar slide gestureDaniel Calviño Sánchez2017-12-141-0/+318
* Add unit tests for the navigation bar slide gestureDaniel Calviño Sánchez2017-12-141-0/+104
* Reduce JSHint errors/warningsMorris Jobke2017-11-061-2/+2
* Merge pull request #3635 from individual-it/fix_quota_validationMorris Jobke2017-02-281-2/+22
|\
| * make values with white spaces possibleArtur Neumann2017-02-281-0/+7
| * better quota validationArtur Neumann2017-02-281-2/+15
* | fix tests, longer wait time, update notification stubm3ntalsp00n2017-02-041-2/+4
|/
* expect warning to be shownChristoph Wurst2017-01-131-1/+3
* Verify input, add more unit testsPatrick Paysant2016-12-191-2/+11
* Add test for unparseable stringPatrick Paysant2016-12-191-1/+2
* Implements all comments from @PVince81Patrick Paysant2016-12-191-2/+2
* Adding computerFileSize in OC.UtilPatrick Paysant2016-12-191-0/+20
* adjust js testsRobin Appelman2016-12-021-0/+4
* JS utility function to compare pathsVincent Petry2016-10-241-0/+65
* do not reload the page if the server is (temporarily) unreachableChristoph Wurst2016-10-031-1/+10
* adjusts tests to removal of svg fallbackHendrik Leppelsack2016-07-011-38/+1
* Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-221-3/+15
|\
| * Add test for reload delayRobin McCorkell2016-04-201-3/+15
* | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-201-1/+3
|\ \ | |/ |/|
| * Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-181-1/+3
* | Turn off jQuery animations when testingChristoph Wurst2016-04-181-0/+2
* | downgrade jquery, update jquery-migrateChristoph Wurst2016-04-151-1/+0
|/
* Adjust core unit tests for unload/reload casesVincent Petry2016-03-231-4/+41