summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* add api to get shares from a specific userBjoern Schiessle2014-04-231-0/+16
* Merge pull request #8009 from owncloud/feature/add-sharing-targetJoas Schilling2014-04-231-3/+4
|\
| * Add option to getUsersSharingFile() to get the paths for the shared usersJoas Schilling2014-04-091-3/+4
* | Merge pull request #8281 from owncloud/public-responsesMorris Jobke2014-04-222-0/+107
|\ \
| * | make download and redirectresponse publicBernhard Posselt2014-04-202-0/+107
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-12/+9
|/ /
* | Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-173-1/+13
|\ \
| * | Fix PHPdoc in lib/publicBart Visscher2014-04-153-1/+13
* | | Remove uneeded usages of nosniffLukas Reschke2014-04-131-1/+0
|/ /
* / register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-091-2/+2
|/
* Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+22
|\
| * Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+15
* | fixing undefined exception classesThomas Müller2014-04-071-3/+3
* | Merge pull request #8017 from Raydiation/masterblizzz2014-04-071-7/+7
|\ \
| * | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-021-7/+7
* | | Merge pull request #7476 from owncloud/type-hintingThomas Müller2014-04-034-12/+11
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into type-hintingBart Visscher2014-03-318-1696/+222
| |\ \
| * | | More PHPDoc updatesBart Visscher2014-02-282-2/+2
| * | | Type is with a small letterBart Visscher2014-02-281-1/+1
| * | | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-282-5/+4
| * | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-281-6/+6
| | |/ | |/|
* | | always encrypt files to ownerBjoern Schiessle2014-03-311-3/+3
| |/ |/|
* | 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