summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2015-01-082-0/+45
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-0/+5
* we need the recipient as a additional parameter to know for which share the n...Bjoern Schiessle2014-08-141-4/+5
* Fix template rendering for 'blank' templatesMorris Jobke2014-07-301-1/+3
* added missing LockNotAcquiredExceptionThomas Müller2014-06-051-0/+47
* Continued flock work.ringmaster2014-06-051-0/+11
* Add ->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-06-041-0/+8
* Added password obfuscation for external storage configVincent Petry2014-05-221-0/+9
* always encrypt files to ownerBjoern Schiessle2014-05-051-3/+3
* merge middleware string registrationBernhard Posselt2014-04-181-2/+2
* Verify that a file exists before we share itRobin Appelman2014-04-171-0/+10
* Update controller.phpBernhard Posselt2014-04-101-1/+9
* Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-081-7/+7
* Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus2014-03-251-5/+2
* 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
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-261-1/+15
* replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
* Added exception logger plugin for sabre connectorVincent Petry2014-01-281-2/+6
* fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-1/+7
* in case no share is found for the given token we can return right awayThomas Müller2014-01-211-0/+3
* adding password protection check to getShareByToken()Thomas Müller2014-01-211-4/+32
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-1/+9
* add needUpgrade() check to addQueuedTask()Jörn Friedrich Dreyer2014-01-171-2/+4
* Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-161-1/+9
* Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind19912014-01-141-3/+12
|\
| * Also add default to the \OCP\IConfig interfaceRobin Appelman2014-01-021-3/+12
* | Moved content disposition code+workarounds to OCP\ResponseVincent Petry2014-01-071-0/+9
|/
* Do not use L10n when logging exceptionsVincent Petry2013-12-171-2/+1
* dont try to register background jobs if we haven't upgraded yetRobin Appelman2013-12-131-2/+6
* rely only on php DateTime to parse the db datetime stringJörn Friedrich Dreyer2013-12-121-3/+2
* add a optional parameter to skip check for expired files, this is necessary t...Bjoern Schiessle2013-12-061-14/+21
* Merge pull request #6052 from owncloud/datetime-doctrineThomas Müller2013-12-011-3/+5
|\
| * Use the Doctrine to convert date string to DateTime object.Andreas Fischer2013-11-261-1/+2
| * Use DateTime object instead of fixed format date string.Andreas Fischer2013-11-261-2/+1
| * Use bindValue() instead of passing parameters in execute().Andreas Fischer2013-11-261-1/+3
* | Merge pull request #6077 from owncloud/fix-api-documentationFrank Karlitschek2013-11-293-2/+31
|\ \
| * | add comment from @DeepDiverMorris Jobke2013-11-271-2/+1
| * | API doc for contacts manager, server container and shareMorris Jobke2013-11-273-2/+32
| |/
* | Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke2013-11-271-0/+23
|\ \ | |/ |/|
| * adding documentation for registerRoutes()Thomas Müller2013-11-251-1/+13
| * fix appframework routingThomas Müller2013-11-251-0/+11
* | Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler2013-11-2528-19/+187
|\ \ | |/ |/|
| * fix some capital lettersMorris Jobke2013-11-255-5/+14
| * page level doc blocks and class descriptionsMorris Jobke2013-11-2515-0/+95
| * AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke2013-11-257-4/+58
| * fix defaults.php docMorris Jobke2013-11-251-10/+18
| * fix db.php docMorris Jobke2013-11-251-0/+2
* | Merge pull request #5040 from owncloud/public_api_avatar_masterblizzz2013-11-223-0/+67
|\ \
| * | fixing PHPDoc comments and syntaxThomas Müller2013-11-221-1/+1