summaryrefslogtreecommitdiffstats
path: root/core/js/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)2019-11-065-4588/+0
* 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
* adviced should be advisedVictor Goff2019-08-231-1/+1
* 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
* Merge pull request #16070 from nextcloud/fix/setup-check-no-internet-no-errorRoeland Jago Douma2019-06-281-17/+17
|\
| * Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-271-17/+17
* | Fix js l10n registration to also work with more than one bundleChristoph Wurst2019-06-261-2/+2
* | Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-221-2/+2
|/
* Adjust jsunit tests for new toast libraryJulius Härtl2019-06-072-104/+45
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* Move l10n functions to the bundleChristoph Wurst2019-05-131-7/+7
* Move initCore to the bundleChristoph Wurst2019-05-101-5/+0
* Remove recommendation for opcache on CLIMorris Jobke2019-05-091-1/+1
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-9/+9
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-072-3/+3
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-062-5/+5
* Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst2019-05-065-12/+11
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-1/+0
* Move oc_config to the bundleChristoph Wurst2019-05-021-1/+1
* Change oc_config usage to OC.configChristoph Wurst2019-05-022-11/+10
* Merge pull request #14603 from nextcloud/fix/noid/add-setup-check-for-s3-temp...Morris Jobke2019-03-081-14/+77
|\
| * Show a setup warning in case S3 object storage is used as primary storageMorris Jobke2019-03-081-14/+77
* | Fix domparser on phantomjsJulius Härtl2019-03-071-0/+46
|/
* Fix testsJulius Härtl2019-03-011-1/+2
* Add setup check for missing UTF8MB4 on mysqlMorris Jobke2019-02-281-13/+74
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-36/+106
* Add unit tests and provide better messageMorris Jobke2019-02-201-0/+36
* Fix expected depth as stringVincent Petry2019-01-241-2/+2
* Remove check for outdated cachesDaniel Kesselberg2019-01-021-13/+0
* Add setup check for pending bigint conversionMorris Jobke2018-12-051-13/+26
* Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke2018-12-051-12/+25
* Add check for missing .woff2 rule in Nginx via setup checkMorris Jobke2018-11-291-0/+27
* Fix whitespace and file action cleanupJulius Härtl2018-11-201-1/+1
* Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-202-7/+5
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-1/+8
|\
| * Add uid_owner to enable permission settings on the viewsJulius Härtl2018-11-021-1/+8
* | Fix app menu calculation for random size of the right headerJulius Härtl2018-11-021-0/+4
* | Add "Password protect by Talk" to the menu of link sharesDaniel Calviño Sánchez2018-11-022-3/+123
|/
* Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke2018-11-015-69/+75
|\
| * Fixed jsunitJohn Molakvoæ (skjnldsv)2018-11-015-69/+75
* | Add tests for edit permission state on file sharesJulius Härtl2018-10-311-0/+31
|/
* Add "Hide download" to the menu of link sharesDaniel Calviño Sánchez2018-10-302-3/+104
* Merge pull request #11893 from caugner/7837-filesize-format-with-localeMorris Jobke2018-10-251-0/+58
|\
| * OC.getCanonicalLocale: fix testsClaas Augner2018-10-241-4/+8
| * humanFileSize: use toLocaleStringClaas Augner2018-10-241-0/+54