summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7745 from owncloud/fix_6946_stable6blizzz2014-04-232-36/+1
|\
| * LDAP: getDisplayNamesInGroup is not an option for group backends anymoreArthur Schiwon2014-04-232-36/+1
* | Merge pull request #8261 from owncloud/stable6-backport-8182Lukas Reschke2014-04-231-1/+6
|\ \ | |/ |/|
| * Check whether the user has permissions to add personal storage backendsLukas Reschke2014-04-221-1/+6
* | Backport of #8164ben-denham2014-04-233-79/+122
|/
* add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-161-3/+12
* LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon2014-04-161-0/+6
* Backport of PR #7815, correct LDAP user count on setup with many usersArthur Schiwon2014-04-161-15/+40
* LDAP: fetch email from LDAP on userExists check as well (along to Quota and A...Arthur Schiwon2014-04-111-0/+1
* Merge pull request #8123 from owncloud/fix_filename_closing_tagMorris Jobke2014-04-091-5/+3
|\
| * fix double closing </a> for filenamesJörn Friedrich Dreyer2014-04-091-5/+3
* | Backport of PR #7837 to stable6Arthur Schiwon2014-04-092-7/+235
|/
* Merge pull request #8038 from owncloud/fix_8028blizzz2014-04-041-2/+1
|\
| * Meanwhile, the quota value is stored human-readable in the DBArthur Schiwon2014-04-031-2/+1
* | fix unit testsRobin Appelman2014-04-041-5/+5
* | authentication apps need to be loaded in any case - fixes #7216Thomas Müller2014-04-031-1/+1
|/
* Improve phpdocRobin Appelman2014-04-031-0/+7
* Implement getPath for shared filesRobin Appelman2014-04-032-8/+82
* Merge pull request #7931 from owncloud/fix_7785_stable6blizzz2014-04-022-33/+61
|\
| * more precise php docArthur Schiwon2014-04-021-2/+4
| * add PHP docsArthur Schiwon2014-04-011-1/+12
| * LDAP: Read email and quota when mapping user, fixes #7785Arthur Schiwon2014-03-282-33/+48
* | Merge pull request #7976 from owncloud/fix-7973-stable6-2Vincent Petry2014-04-011-5/+0
|\ \
| * | remove pl_PL - fixes #7973Thomas Müller2014-03-311-5/+0
* | | Revert "remove Sabre_DAV_Browser_Plugin"Thomas Müller2014-04-011-0/+1
|/ /
* / don't write file if opening a stream to encrypt the data failsBjoern Schiessle2014-03-281-0/+2
|/
* don't block php session while download is in progressJörn Friedrich Dreyer2014-03-281-0/+3
* Fix swift touch operationVincent Petry2014-03-271-1/+1
* Fixed mtime reading from OpenStack APIVincent Petry2014-03-271-0/+4
* add test for cloning and keeping configuration seperateArthur Schiwon2014-03-211-0/+54
* Use array_key_exists instead of isset, because the latter returns false if th...Arthur Schiwon2014-03-211-2/+2
* On clone create a new instance of the ConfigurationArthur Schiwon2014-03-211-0/+2
* Fixed warning when browsing Shared folderVincent Petry2014-03-211-1/+1
* Fix duplicate ipauniqueidRobin McCorkell2014-03-211-1/+1
* Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell2014-03-211-2/+2
* Return unencrypted_size of folder when queriedVincent Petry2014-03-212-0/+27
* Fix smb4php to work with home sharesRobin McCorkell2014-03-181-11/+5
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-5/+128
* remove Sabre_DAV_Browser_PluginThomas Müller2014-03-121-1/+0
* Merge pull request #7698 from owncloud/backport_7631Vincent Petry2014-03-121-1/+1
|\
| * only enable drag&drop upload if public upload is allowed, backport of #7631Bjoern Schiessle2014-03-121-1/+1
* | Merge pull request #7280 from owncloud/tune_legacy_cache_webdav_properties_pr...Vincent Petry2014-03-121-11/+8
|\ \ | |/ |/|
| * Concatenate string in SQL instead of PHP, use doctrine to construct concat ex...Jörn Friedrich Dreyer2014-02-191-11/+8
* | add 'received_from' info to the share, so that every share can have a differe...Bjoern Schiessle2014-03-111-2/+4
* | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-6/+197
* | Merge pull request #7608 from owncloud/stable6-publicpagedownloadallMorris Jobke2014-03-111-1/+6
|\ \
| * | Fixed "select all" + download on public pageVincent Petry2014-03-061-1/+6
* | | we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+40
* | | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-064-28/+36
|/ /
* | don't create files folder, let ownCloud core handle itBjoern Schiessle2014-03-051-1/+0