summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * Merge branch 'master' into clean_up_utilkondou2013-09-021-6/+10
| |\
| * | Clean up \OC\Utilkondou2013-08-151-1/+1
* | | fix db queriesBjoern Schiessle2013-09-021-2/+2
* | | fix db queriesBjoern Schiessle2013-09-021-2/+2
* | | return mailSend status in getItems()Bjoern Schiessle2013-08-301-6/+6
* | | enable user to inform recipients about a shared file by mailBjoern Schiessle2013-08-301-7/+74
| |/ |/|
* | Sharing: only determine path root if owner is availableArthur Schiwon2013-08-221-6/+10
|/
* cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle2013-08-011-2/+20
* fixes #4026Thomas Müller2013-07-301-0/+3
* Only emit permissions hook for files and and include pathMichael Gapczynski2013-07-081-9/+11
* Add update permissions hook to sharingMichael Gapczynski2013-07-081-0/+9
* removing unused getSharedItem()Thomas Müller2013-07-061-11/+0
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+12
|\
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-1/+12
* | on reshares we now recursively move to the root of all reshares - therefore s...Thomas Müller2013-07-051-0/+23
|/