summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | | some small fixesBjoern Schiessle2013-09-241-8/+18
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-231-3/+6
|\| |
| * | make sure that both $permissions and $oldPermissions have the same typeBjoern Schiessle2013-09-201-1/+1
| * | only remember password if the user changes the permissions, otherwise the use...Bjoern Schiessle2013-09-181-9/+13
| |/
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-161-2/+7
|\|
| * remove some more debug outputBjoern Schiessle2013-09-061-2/+0
| * remove some error_logsBjoern Schiessle2013-09-061-1/+0
| * remove error logsBjoern Schiessle2013-09-061-2/+2
| * if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle2013-09-061-4/+12
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-051-1/+1
|\|