summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-2/+7
* Fix FileInfo->getType errorsRobin Appelman2014-03-071-1/+1
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-1/+15
* Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-0/+12
|\
| * Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-182-0/+12
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-1910-11/+31
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-186-11/+137
|\|
| * Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-182-4/+4
| |\
| | * $default of OC_Config::[gs]etValue can have more then string as typeBart Visscher2014-02-122-4/+4
| * | Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller2014-02-144-7/+133
| |\ \
| | * | Additional phpdocRobin Appelman2014-02-122-4/+27
| | * | Remove internal methods from the public interfaceRobin Appelman2014-02-121-7/+1
| | * | Merge branch 'master' into backgroundjob-publicRobin Appelman2014-02-121-0/+11
| | |\ \
| | * | | Add the background job list to the public server containerRobin Appelman2014-02-114-7/+116
| | | |/ | | |/|
* | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-146-5/+253
|\| | |
| * | | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-142-1/+139
| |\ \ \
| | * \ \ merge master into fileinfoRobin Appelman2014-01-293-7/+61
| | |\ \ \
| | * | | | Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman2014-01-241-0/+28
| | * | | | Merge branch 'master' into fileinfoRobin Appelman2014-01-171-1/+9
| | |\ \ \ \
| | * | | | | remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman2014-01-131-15/+5
| | * | | | | Extends phpdoc for \OCP\File\FileInfoRobin Appelman2014-01-131-4/+37
| | * | | | | Add a FileInfo class which holds all info of a file and return that from getF...Robin Appelman2014-01-132-1/+88
| * | | | | | Merge pull request #4624 from owncloud/convert-oc_appconfigThomas Müller2014-02-132-0/+98
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into convert-oc_appconfigRobin Appelman2014-02-111-1/+1
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | use the 'new' server container for appconfigRobin Appelman2014-02-0760-1128/+2709
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge pull request #6964 from owncloud/storagestatistics-reuseicewind19912014-02-121-3/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Merge branch 'master' into storagestatistics-reuseRobin Appelman2014-02-101-1/+1
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | merge master into storagestatistics-reuseRobin Appelman2014-02-053-2/+60
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-271-3/+4
| * | | | | | | | Merge pull request #7075 from owncloud/quota-storagexsendfileVincent Petry2014-02-111-0/+11
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+11
| | | |/ / / / / | | |/| | | | |
| * / | | | | | replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
| |/ / / / / /
* | | | | | | Fix more documentation failesJoas Schilling2014-02-086-47/+38
* | | | | | | remove duplicate param lines for OCP\User::getUsers()Jörn Friedrich Dreyer2014-02-071-2/+0
* | | | | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-0624-43/+83
|/ / / / / /
* | | | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msgJan-Christoph Borchardt2014-02-041-0/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into pr-exceed_upload_limit_msgPellaeon Lin2014-01-307-24/+114
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Separate PHP upload limit and free spacePellaeon Lin2013-12-081-0/+19
* | | | | | | Merge pull request #6647 from owncloud/memcache-publicicewind19912014-02-042-0/+35
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix some phpdoc errors and rename interfaceRobin Appelman2014-01-242-4/+6
| * | | | | | Merge branch 'master' into memcache-publicRobin Appelman2014-01-222-6/+59
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into memcache-publicRobin Appelman2014-01-091-0/+9
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-0/+9
| * | | | | | | Also update the OCP\IServerContainerRobin Appelman2014-01-081-3/+3
| * | | | | | | get the memorycache factory from OCP\Server instead of a cache instanceRobin Appelman2014-01-081-0/+17
| * | | | | | | Remove the static dependency on OC_Util from MemcacheRobin Appelman2014-01-061-0/+7
* | | | | | | | Merge pull request #6907 from owncloud/webdav-logexceptionsThomas Müller2014-01-271-2/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Added exception logger plugin for sabre connectorVincent Petry2014-01-271-2/+6
| | |_|/ / / / | |/| | | | |
* | | | | | | added function documentationJens-Christian Fischer2014-01-241-0/+4
* | | | | | | Add 'mail_from_address' configurationJens-Christian Fischer2014-01-241-0/+1
|/ / / / / /