summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | remove travis filesRobin Appelman2015-08-143-66/+2
| * | | | | update icewind/smb to 1.0.3Robin Appelman2015-08-1319-954/+81
* | | | | | Merge pull request #18389 from owncloud/fix-17770Morris Jobke2015-08-181-1/+1
|\ \ \ \ \ \
| * | | | | | Fix extracting basename from path in sharingRobin McCorkell2015-08-181-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #18381 from owncloud/public-share-fixdepsloadingMorris Jobke2015-08-182-1/+2
|\ \ \ \ \ \
| * | | | | | Only show delete action in menu when delete permission existsVincent Petry2015-08-181-1/+1
| * | | | | | Load missing JS dep in public link pageVincent Petry2015-08-181-0/+1
| |/ / / / /
* | | | | | Merge pull request #18310 from hasso/selection-string-fixVincent Petry2015-08-182-10/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move decaration to the beginning of the blockHasso Tepper2015-08-181-3/+5
| * | | | | Update unit test to reflect the string changeHasso Tepper2015-08-171-1/+1
| * | | | | Move selectionVars into if statementHasso Tepper2015-08-171-5/+4
| * | | | | Fix the string counting a selected files/dirsHasso Tepper2015-08-141-9/+16
* | | | | | Merge pull request #17182 from owncloud/user_ini_upload_sizeRobin McCorkell2015-08-172-1/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Update .user.ini when setting upload size limitRobin McCorkell2015-07-202-1/+4
* | | | | | Merge pull request #18318 from owncloud/files-sidebar-fixtabsMorris Jobke2015-08-167-83/+199
|\ \ \ \ \ \
| * | | | | | Improve right sidebar tabs behaviorVincent Petry2015-08-147-83/+199