summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-1695/+49
|\ | | | | sharing api cleanup, first step
| * 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
| | | | | | | | to a "constants" class
| * added private share apiBjoern Schiessle2014-03-251-1647/+58
| |
* | Merge pull request #7864 from owncloud/routing-performanceThomas Müller2014-03-251-3/+1
|\ \ | |/ |/| Routing performance
| * 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
| | | | | | | | the router
* | 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
|\ | | | | Obfuscate passwords in ext storage config
| * 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::logException
| * | 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
| |\ | | | | | | Move routing classes to an interface and expose it in the public api
| | * 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
|/ | | | remove) being called after close() will throw an exception
* 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.php
| * Added extra checks for invalid file chars in newfile.php and newfolder.phpVincent Petry2014-02-182-0/+12
| | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-1910-11/+31
| | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-186-11/+137
|\| | | | | | | | | Conflicts: lib/private/migration/content.php
| * Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-182-4/+4
| |\ | | | | | | Some style fixes
| | * $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
| |\ \ | | | | | | | | Add the background job list to the public server container
| | * | 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
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php
| * | | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-142-1/+139
| |\ \ \ | | | | | | | | | | Add a FileInfo class which holds all info of a file ...
| | * \ \ 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
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/cache/cache.php
| | * | | | | 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 ↵Robin Appelman2014-01-132-1/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | getFileInfo, getDirectoryContent and search
| * | | | | | Merge pull request #4624 from owncloud/convert-oc_appconfigThomas Müller2014-02-132-0/+98
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert OC_Appconfig to object interface
| | * \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | Reuse the calculated free_space in buildFileStorageStatistics
| | * | | | | | | 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 xsendfile
| | * | | | | | | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-061-0/+11
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers.
| * / | | | | | replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
| |/ / / / / /