summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18525 from owncloud/app-sidebar-styleMorris Jobke2015-08-242-6/+7
|\
| * bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-242-6/+7
* | Remove DEBUG constant and use config valueMorris Jobke2015-08-242-1/+10
|/
* Merge pull request #18244 from owncloud/fix-issue-17677blizzz2015-08-246-20/+12
|\
| * Spaces -> tabsLennart Rosam2015-08-221-6/+6
| * Remove if-block as the helper does return the empty prefixLennart Rosam2015-08-211-5/+0
| * Add database update routine and bump version to 0.6.2Lennart Rosam2015-08-192-1/+16
| * Remove another occurance of ldap_nocaseLennart Rosam2015-08-191-14/+0
| * Fix 17677Lennart Rosam2015-08-123-5/+1
* | Merge pull request #18477 from owncloud/fed-alwaysdetectremotechangesVincent Petry2015-08-241-0/+2
|\ \
| * | Always detect remote changes for fed sharingVincent Petry2015-08-211-0/+2
* | | Merge pull request #18121 from owncloud/enc_improve_privkey_encryptionLukas Reschke2015-08-2411-37/+343
|\ \ \
| * | | use uid as additional information for saltBjoern Schiessle2015-08-075-17/+17
| * | | use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-0711-29/+335
* | | | Merge pull request #18486 from owncloud/use-client-service-to-work-behind-proxyVincent Petry2015-08-245-53/+247
|\ \ \ \
| * | | | Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-225-53/+247
| | |/ / | |/| |
* | | | Merge pull request #18505 from owncloud/fix-personal-scrollbarMorris Jobke2015-08-241-0/+1
|\ \ \ \
| * | | | fix horizontal scrollbar in personal settings caused by federated cloud ID se...Jan-Christoph Borchardt2015-08-241-0/+1
| |/ / /
* | | | Merge pull request #17501 from tbartenstein/patch-1Vincent Petry2015-08-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fix unit test for folder renaming (icon)tbartenstein2015-08-211-1/+1
* | | | 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
| |/ / / /