summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-1695/+49
|\
| * remove prepFileTarget() seems that it is no longer in useBjoern Schiessle2014-03-251-9/+0
| * add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-49/+1
| * added private share apiBjoern Schiessle2014-03-251-1647/+58
* | Merge pull request #7864 from owncloud/routing-performanceThomas Müller2014-03-251-3/+1
|\ \ | |/ |/|
| * Only load routes from the apps we needRobin Appelman2014-03-241-1/+1
| * Load the routes when matching or generating a route instead of when creating ...Robin Appelman2014-03-241-2/+0
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862Thomas Müller2014-03-241-1/+1
|/
* Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-201-0/+9
|\
| * Added IV for ext storage password encryptionVincent Petry2014-03-191-0/+9
* | Merge pull request #7818 from owncloud/logException_undefined_variableMorris Jobke2014-03-201-5/+2
|\ \
| * | Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus2014-03-201-5/+2
| |/
* | Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-175-3/+166
|\|
| * Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-174-1/+157
| |\
| | * update copyright headerRobin Appelman2014-03-101-1/+1
| | * Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-104-1/+157
| * | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-2/+4
| * | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-2/+7
| |/
* / adding an explicit close method to class session - write operations (set and ...Thomas Müller2014-03-101-0/+5
|/
* 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
| |/ / / / / /