summaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/coreSpec.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accumulate notifications instead of blinkingVincent Petry2016-02-221-64/+145
* Add handler for global ajax errorsVincent Petry2016-02-151-0/+42
* update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-191-4/+4
* Close the user menu when clicking it againJoas Schilling2015-11-021-2/+1
* Fix OC.joinPaths with empty argumentsVincent Petry2015-07-131-0/+4
* More tests for joinPathsVincent Petry2015-07-101-0/+3
* Add OC.joinPaths for convenient path joiningVincent Petry2015-07-101-0/+38
* mock up missing elements in the testsJan-Christoph Borchardt2015-03-261-1/+4
* Encode parameters in `OC.generateUrl` by itselfLukas Reschke2015-02-171-3/+12
* generate valid human readable text for 0 - fixed #9342Thomas Müller2015-01-291-0/+2
* Add timeout for notificationsMorris Jobke2015-01-081-0/+97
* Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+31
* Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-0/+159
|\
| * Fixed sort algo for additional casesVincent Petry2014-08-111-1/+5
| * Fixed file list sortingVincent Petry2014-08-111-0/+155
* | Merge pull request #9753 from owncloud/filepath-cssThomas Müller2014-09-091-0/+20
|\ \
| * | Add beforeeach and aftereachLukas Reschke2014-09-091-4/+6
| * | Add unittest for filePathLukas Reschke2014-09-091-0/+18
* | | Init vars with a value if none is providedClark Tomlinson2014-08-281-0/+3
| |/ |/|