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
path: root/core/src
AgeCommit message (Expand)Author
2019-06-07Add toastify js as a OC.Notification replacementJulius Härtl
2019-05-30CSS: adjust media query breakpoint to improve tablet readabilitynacho
2019-05-29Vueify the login pageChristoph Wurst
2019-05-20dont use deprecated oc_config in url generationRobin Appelman
2019-05-16Migrate the maintenance script to a modern module and bundleChristoph Wurst
2019-05-15Move legacy Ajax error handling logic to the bundleChristoph Wurst
2019-05-14Move OC.appSettings to the bundle and deprecate itChristoph Wurst
2019-05-14Move query string helpers to the bundleChristoph Wurst
2019-05-14Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst
2019-05-14Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst
2019-05-14Move OC.addTranslations to the bundle and deprecate itChristoph Wurst
2019-05-14Move OC host/port/protocol helpers to the bundle and deprecate themChristoph Wurst
2019-05-13Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst
2019-05-13Move l10n functions to the bundleChristoph Wurst
2019-05-13Move path helpers to the bundleChristoph Wurst
2019-05-13Move OC.requestToken to the bundle, deprecate oc_requesttokenChristoph Wurst
2019-05-11Revert displayName casingJoas Schilling
2019-05-10Move initCore to the bundleChristoph Wurst
2019-05-09Do not show deprecation warnings during test runsChristoph Wurst
2019-05-09Fix mobile vertical scrollingJohn Molakvoæ (skjnldsv)
2019-05-08Move the legacy OC.addScript and OC.addStyle helpers to the bundleChristoph Wurst
2019-05-08Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst
2019-05-08Move OC legacy menu helpers to the bundleChristoph Wurst
2019-05-07Move rest of contant-like OC props to the bundleChristoph Wurst
2019-05-07Move OC constants to the bundleChristoph Wurst
2019-05-07Create a login bundle for login page scriptsChristoph Wurst
2019-05-07Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst
2019-05-07Move OC.get and OC.set to the bundleChristoph 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-06Move oc_debug to the bundleChristoph Wurst
2019-05-03Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst
2019-05-02Move the OC routing helper functions to the bundleChristoph Wurst
2019-05-02Move oc_config to the bundleChristoph Wurst
2019-04-30Move OC.dialogs to the main bundleChristoph Wurst
2019-04-29Move OC navigation methods to the bundleChristoph Wurst
2019-04-09Use label from appsJulius Härtl
2019-04-09Rename collections to projectsJulius Härtl
2019-03-28Move translations to coreJulius Härtl
2019-03-19Adjust resource type to fileJulius Härtl
2019-03-15Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, rel...John Molakvoæ (skjnldsv)
2019-03-15Fix behaviour of plural default ruleMorris Jobke
2019-03-12Rename the variable aswellJoas Schilling
2019-03-11Fix plural rule detection for languagesJoas Schilling
2019-03-07Add wrapper for removed tooltip functionsJulius Härtl
2019-03-07Use tooltip dist fileJulius Härtl
2019-03-07Fix tooltip includeJulius Härtl
2019-03-01Add icon for resource type and icons for folder/fileJulius Härtl
2019-03-01Implement frontend for search/renameJulius Härtl
2019-03-01Adjust OCP.CollaborationJulius Härtl