summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-211-1/+9
| | |_|_|_|/ | |/| | | |
* | | | | | 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
|/ / / / /
* | | | | Merge pull request #6644 from ben-denham/unshare-all-fixBjörn Schießle2014-01-161-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-061-1/+9
| |/ / /
* | | | Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller2014-01-071-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Moved content disposition code+workarounds to OCP\ResponseVincent Petry2013-12-101-0/+9
| |/ /
* | | fix return statementThomas Müller2013-12-191-2/+2
* | | kill MDB2 in PHPDocThomas Müller2013-12-191-4/+4
* | | Merge pull request #6295 from owncloud/files-fromlinkerrormessagefixesThomas Müller2013-12-181-0/+8
|\ \ \
| * | | Fixed download file from URL error messagesVincent Petry2013-12-121-0/+8
| |/ /
* | | Merge pull request #6436 from owncloud/allconfig-defaultsFrank Karlitschek2013-12-171-3/+12
|\ \ \
| * | | Also add default to the \OCP\IConfig interfaceRobin Appelman2013-12-161-3/+12
* | | | Do not use L10n when logging exceptionsVincent Petry2013-12-161-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-131-3/+2
|/ /
* | add a optional parameter to skip check for expired files, this is necessary t...Bjoern Schiessle2013-12-051-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
| * | | Add missing Avatar InterfaceArthur Schiwon2013-11-221-0/+38
| * | | Round out Avatar Public APIArthur Schiwon2013-11-211-20/+5
| * | | Add public API for \OC\Avatarkondou2013-11-072-0/+44
| |/ /
* / / Fix fatal error when trying to open a non existing public linkRobin Appelman2013-11-121-1/+1
|/ /
* | unify license headers for public API filesMorris Jobke2013-11-0345-382/+676
* | fix "No page-level DocBlock"Morris Jobke2013-11-0323-9/+166
* | Always select item_source.Andreas Fischer2013-11-031-3/+3
* | Deduplicate expiration date check into a method.Andreas Fischer2013-11-031-15/+21
* | Use unshareItem() when unsharing expired shares.Andreas Fischer2013-11-031-2/+2
* | Use unshareItem() in unshareAll().Andreas Fischer2013-11-031-1/+1
* | Extract unshare() code into unshareItem().Andreas Fischer2013-11-031-17/+1
* | OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer2013-11-031-8/+26
* | fix documentation stuffMorris Jobke2013-10-318-417/+413
* | pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-24/+20