summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Replace array_filter() with foreach for PHP <5.6Robin McCorkell2015-08-211-10/+15
* Add availability methods to files_external FailedStorageRobin McCorkell2015-08-201-0/+8
* Prevent shares being added to oc_storages via availabilityRobin McCorkell2015-08-201-0/+18
* Add namespace in case the file is loaded individuallyVincent Petry2015-08-201-0/+2
* Merge pull request #18372 from owncloud/issue-18358-object-type-and-id-for-ac...Joas Schilling2015-08-201-6/+16
|\
| * Use an IEvent object instead of a huge parameter listJoas Schilling2015-08-191-6/+16
| * Send the file id when dealing with remote share responsesJoas Schilling2015-08-191-2/+2
* | Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell2015-08-2012-32/+46
|\ \
| * | Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-1912-32/+46
| |/
* | Merge pull request #18380 from owncloud/files-sidebar-selectbarRobin McCorkell2015-08-201-0/+5
|\ \
| * | Fix files select bar width when app sidebar is visibleVincent Petry2015-08-181-0/+5
* | | Merge pull request #18437 from owncloud/ext-auth-triggerVincent Petry2015-08-201-0/+9
|\ \ \
| * | | Trigger storage recheck on auth mechanism changeRobin McCorkell2015-08-191-0/+9
* | | | Merge pull request #18447 from owncloud/ext-fix-empty-varMorris Jobke2015-08-201-2/+2
|\ \ \ \
| * | | | Don't use `empty()` with a return value, PHP 5.4Robin McCorkell2015-08-201-2/+2
| |/ / /
* / / / Fix 'Declaration of SessionStorageWrapper::__construct()...'Robin McCorkell2015-08-191-1/+1
|/ / /
* | | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-1912-78/+500
|\ \ \
| * | | Migrate SFTP external storage to new APIRobin McCorkell2015-08-193-11/+51
| * | | Migrate OwnCloud external storage to new APIRobin McCorkell2015-08-193-13/+53
| * | | Migrate DAV external storage to new APIRobin McCorkell2015-08-193-13/+54
| * | | Migrate SMB external storage to new APIRobin McCorkell2015-08-193-13/+58
| * | | Migrate FTP external storage to new APIRobin McCorkell2015-08-193-13/+54
| * | | Migrate Local external storage to new APIRobin McCorkell2015-08-193-14/+53
| * | | Allow builtin auth mechanism to be overriddenRobin McCorkell2015-08-191-1/+1
| * | | Implement password authentication mechanismsRobin McCorkell2015-08-194-0/+176
| | |/ | |/|
* / | add missing return statements in getSystem/getPersonalMountPointsRobin Appelman2015-08-191-0/+4
|/ /
* | Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry2015-08-191-2/+2
|\ \
| * | Fix spinner when deleting all files in a folderVincent Petry2015-08-181-2/+2
| |/
* | Merge pull request #18354 from owncloud/files-fixdndVincent Petry2015-08-192-2/+7
|\ \
| * | Fix file drag and drop JS errorVincent Petry2015-08-172-2/+7
| |/
* | Restrict Local backend to admin-onlyRobin McCorkell2015-08-191-0/+4
* | Load custom JS for all backends/auth mechanismsRobin McCorkell2015-08-194-16/+30
* | Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-197-23/+291
* | Make Application a singletonRobin McCorkell2015-08-196-32/+25
* | Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-197-1599/+231
* | Unit tests for new backend APIRobin McCorkell2015-08-1911-0/+977
* | Split backend identifiers from the class nameRobin McCorkell2015-08-1918-172/+327
* | Authentication mechanisms for external storage backendsRobin McCorkell2015-08-1925-86/+740
* | Introduce UserGlobalStoragesServiceRobin McCorkell2015-08-196-36/+312
* | Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-1931-558/+1638
* | Merge pull request #18076 from owncloud/fix-thumbnail-api-masterThomas Müller2015-08-191-1/+1
|\ \
| * | No need to url decode the fileThomas Müller2015-08-051-1/+1
* | | Merge pull request #18339 from owncloud/update-jquery-visibilityThomas Müller2015-08-192-24/+81
|\ \ \
| * | | update jquery-visibility in files appMorris Jobke2015-08-172-24/+81
* | | | Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-195-13/+106
|\ \ \ \
| * | | | adjust to current masterArthur Schiwon2015-04-131-3/+2
| * | | | fix and more robustness thx to scrutinizerArthur Schiwon2015-04-131-1/+4
| * | | | allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-135-12/+103
* | | | | Merge pull request #18287 from owncloud/smb-1.0.3Thomas Müller2015-08-1822-1017/+136
|\ \ \ \ \
| * | | | | update icewind/smb to 1.0.4Robin Appelman2015-08-1711-43/+99