summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix scrutinizer issuesBernhard Posselt2014-04-191-0/+4
| * | | | port database layer from appframework to coreBernhard Posselt2014-04-195-0/+648
* | | | | add cors middlewareBernhard Posselt2014-05-093-2/+108
| |/ / / |/| | |
* | | | Merge pull request #8221 from owncloud/type-hinting-sharingVincent Petry2014-05-081-72/+71
|\ \ \ \
| * | | | Correct return type for getFilePathBart Visscher2014-05-011-1/+1
| * | | | Better documentation for isValidSource functionBart Visscher2014-05-011-4/+1
| * | | | Merge branch 'master' into type-hinting-sharingBart Visscher2014-04-288-17/+149
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix PHPdoc in OC\Share\Share and OCP\ShareBart Visscher2014-04-151-68/+70
* | | | | Some expected Sabre exceptions are now logged with DEBUG levelVincent Petry2014-05-071-4/+5
| |/ / / |/| | |
* | | | 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
| |/ /