Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-06Fix sharing breadcrumbsJohn Molakvoæ (skjnldsv)
2019-10-06Use @nextcloud/paths and deprecate OC helpersChristoph Wurst
2019-10-04Remove the tests since the library is testedRoeland Jago Douma
2019-08-23adviced should be advisedVictor Goff
2019-07-26Add unit tests for "OC.Notification.hide()"Daniel Calviño Sánchez
2019-07-26Fix default timeouts in OC.NotificationDaniel Calviño Sánchez
2019-07-26Fix mixed test for "show" and "showTemporary"Daniel Calviño Sánchez
2019-07-26Check number of elements instead of if the jQuery object is definedDaniel Calviño Sánchez
2019-07-12Rename parameter in OCP.Toast for consistency with OC.NotificationDaniel Calviño Sánchez
2019-06-28Merge pull request #16070 from nextcloud/fix/setup-check-no-internet-no-errorRoeland Jago Douma
2019-06-27Do not show a internet connectivity warning if internet access is disabledChristoph Wurst
2019-06-26Fix js l10n registration to also work with more than one bundleChristoph Wurst
2019-06-22Move font from Nunito to Noto SansJan-Christoph Borchardt
2019-06-07Adjust jsunit tests for new toast libraryJulius Härtl
2019-05-14Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst
2019-05-13Move l10n functions to the bundleChristoph Wurst
2019-05-10Move initCore to the bundleChristoph Wurst
2019-05-09Remove recommendation for opcache on CLIMorris Jobke
2019-05-08Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst
2019-05-07Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst
2019-05-06Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst
2019-05-06Move oc_appconfig/OC.appConfig to the main bundleChristoph Wurst
2019-05-03Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst
2019-05-02Move oc_config to the bundleChristoph Wurst
2019-05-02Change oc_config usage to OC.configChristoph Wurst
2019-03-08Merge pull request #14603 from nextcloud/fix/noid/add-setup-check-for-s3-temp...Morris Jobke
2019-03-08Show a setup warning in case S3 object storage is used as primary storageMorris Jobke
2019-03-07Fix domparser on phantomjsJulius Härtl
2019-03-01Fix testsJulius Härtl
2019-02-28Add setup check for missing UTF8MB4 on mysqlMorris Jobke
2019-02-26Search sharees on lookup server when explicitly requested by userChristoph Wurst
2019-02-20Add unit tests and provide better messageMorris Jobke
2019-01-24Fix expected depth as stringVincent Petry
2019-01-02Remove check for outdated cachesDaniel Kesselberg
2018-12-05Add setup check for pending bigint conversionMorris Jobke
2018-12-05Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke
2018-11-29Add check for missing .woff2 rule in Nginx via setup checkMorris Jobke
2018-11-20Fix whitespace and file action cleanupJulius Härtl
2018-11-20Fix share link password inputJohn Molakvoæ (skjnldsv)
2018-11-04Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma
2018-11-02Fix app menu calculation for random size of the right headerJulius Härtl
2018-11-02Add "Password protect by Talk" to the menu of link sharesDaniel Calviño Sánchez
2018-11-02Add uid_owner to enable permission settings on the viewsJulius Härtl
2018-11-02Merge pull request #11844 from nextcloud/multiple-link-sharesMorris Jobke
2018-11-01Fixed jsunitJohn Molakvoæ (skjnldsv)
2018-10-31Add tests for edit permission state on file sharesJulius Härtl
2018-10-30Add "Hide download" to the menu of link sharesDaniel Calviño Sánchez
2018-10-25Merge pull request #11893 from caugner/7837-filesize-format-with-localeMorris Jobke
2018-10-24Merge pull request #11396 from nextcloud/wellknown-webfingerMorris Jobke
2018-10-24OC.getCanonicalLocale: fix testsClaas Augner