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/apps
AgeCommit message (Expand)Author
2015-08-21Replace array_filter() with foreach for PHP <5.6Robin McCorkell
2015-08-21Add availability methods to files_external FailedStorageRobin McCorkell
2015-08-21Prevent shares being added to oc_storages via availabilityRobin McCorkell
2015-08-20Add namespace in case the file is loaded individuallyVincent Petry
2015-08-20Merge pull request #18372 from owncloud/issue-18358-object-type-and-id-for-ac...Joas Schilling
2015-08-20Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell
2015-08-20Merge pull request #18380 from owncloud/files-sidebar-selectbarRobin McCorkell
2015-08-20Merge pull request #18437 from owncloud/ext-auth-triggerVincent Petry
2015-08-20Merge pull request #18447 from owncloud/ext-fix-empty-varMorris Jobke
2015-08-20Don't use `empty()` with a return value, PHP 5.4Robin McCorkell
2015-08-19Fix 'Declaration of SessionStorageWrapper::__construct()...'Robin McCorkell
2015-08-19Trigger storage recheck on auth mechanism changeRobin McCorkell
2015-08-19Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke
2015-08-19Use an IEvent object instead of a huge parameter listJoas Schilling
2015-08-19Send the file id when dealing with remote share responsesJoas Schilling
2015-08-19Use OCP classes as much as possible in files_externalRobin McCorkell
2015-08-19add missing return statements in getSystem/getPersonalMountPointsRobin Appelman
2015-08-19Migrate SFTP external storage to new APIRobin McCorkell
2015-08-19Migrate OwnCloud external storage to new APIRobin McCorkell
2015-08-19Migrate DAV external storage to new APIRobin McCorkell
2015-08-19Migrate SMB external storage to new APIRobin McCorkell
2015-08-19Migrate FTP external storage to new APIRobin McCorkell
2015-08-19Migrate Local external storage to new APIRobin McCorkell
2015-08-19Allow builtin auth mechanism to be overriddenRobin McCorkell
2015-08-19Implement password authentication mechanismsRobin McCorkell
2015-08-19Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry
2015-08-19Merge pull request #18354 from owncloud/files-fixdndVincent Petry
2015-08-19Restrict Local backend to admin-onlyRobin McCorkell
2015-08-19Load custom JS for all backends/auth mechanismsRobin McCorkell
2015-08-19Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell
2015-08-19Make Application a singletonRobin McCorkell
2015-08-19Compatibility shims for OC_Mount_ConfigRobin McCorkell
2015-08-19Unit tests for new backend APIRobin McCorkell
2015-08-19Split backend identifiers from the class nameRobin McCorkell
2015-08-19Authentication mechanisms for external storage backendsRobin McCorkell
2015-08-19Introduce UserGlobalStoragesServiceRobin McCorkell
2015-08-19Introduce BackendService for managing external storage backendsRobin McCorkell
2015-08-19Merge pull request #18076 from owncloud/fix-thumbnail-api-masterThomas Müller
2015-08-19Merge pull request #18339 from owncloud/update-jquery-visibilityThomas Müller
2015-08-19Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller
2015-08-18Merge pull request #18287 from owncloud/smb-1.0.3Thomas Müller
2015-08-18Merge pull request #18389 from owncloud/fix-17770Morris Jobke
2015-08-18Fix extracting basename from path in sharingRobin McCorkell
2015-08-18Merge pull request #18381 from owncloud/public-share-fixdepsloadingMorris Jobke
2015-08-18Only show delete action in menu when delete permission existsVincent Petry
2015-08-18Load missing JS dep in public link pageVincent Petry
2015-08-18Fix files select bar width when app sidebar is visibleVincent Petry
2015-08-18Fix spinner when deleting all files in a folderVincent Petry
2015-08-18Merge pull request #18310 from hasso/selection-string-fixVincent Petry
2015-08-18Move decaration to the beginning of the blockHasso Tepper