summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* fix path in sharing results if it is a file in the Shared folderBjoern Schiessle2014-02-251-1/+15
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+13
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+1
|\
| * replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
* | Fix more documentation failesJoas Schilling2014-02-081-22/+15
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-11/+20
|/
* 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
* Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-061-1/+9
* 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
* | add comment from @DeepDiverMorris Jobke2013-11-271-2/+1
* | API doc for contacts manager, server container and shareMorris Jobke2013-11-271-1/+18
|/
* Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler2013-11-251-3/+3
|\
| * fix some capital lettersMorris Jobke2013-11-251-3/+3
* | Fix fatal error when trying to open a non existing public linkRobin Appelman2013-11-121-1/+1
|/
* fix "No page-level DocBlock"Morris Jobke2013-11-031-0/+9
* 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-311-240/+262
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-24/+20
* Merge branch 'master' into fix-sharing-codeThomas Müller2013-10-231-0/+17
|\
| * Merge pull request #5249 from owncloud/activities-apiThomas Müller2013-10-211-0/+1
| |\
| | * remove test codeThomas Müller2013-10-161-4/+0
| | * Merge branch 'master' into activities-apiThomas Müller2013-10-161-4/+4
| | |\
| | * \ Merge branch 'master' into activities-apiThomas Müller2013-10-091-9/+81
| | |\ \
| | * | | initial implementation of activity managerThomas Müller2013-09-291-0/+5
| * | | | Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+12
| * | | | Don't return links for shared files if disabledMichael Gapczynski2013-10-181-0/+4
* | | | | Fix sharing error message - id -> file nameMorris Jobke2013-10-171-11/+29
|/ / / /
* | | / Public API documentation fixesMorris Jobke2013-10-171-35/+31
| |_|/ |/| |
* | | make sure that we only find file/folder sharesBjoern Schiessle2013-10-091-4/+4
| |/ |/|
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-021-4/+15
|\|
| * Merge pull request #4207 from owncloud/search_shared_filesThomas Müller2013-09-271-3/+3
| |\
| | * adding PHPDoc comments to getBackendThomas Müller2013-09-241-2/+2
| | * add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+1
| * | Merge pull request #4856 from owncloud/fix-link-expirationAndreas Fischer2013-09-231-1/+12
| |\ \
| | * | Perform expiration date checking before returning share data for token.Andreas Fischer2013-09-161-1/+12
| | |/
* | | use OC_DB::executeAuditedBjoern Schiessle2013-09-251-5/+3
* | | use OC_DB::executeAuditedBjoern Schiessle2013-09-251-5/+3
* | | fix PHPDocBjoern Schiessle2013-09-241-4/+4