summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* fix remote and public.phpRobin Appelman2012-07-131-1/+1
* Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
* Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-1/+2
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0911-21/+0
* CSRF checksLukas Reschke2012-07-074-0/+5
* Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
* Don't overwrite fake directory stream for Shared storageMichael Gapczynski2012-06-271-2/+2
* Added placeholder msg to share with menu to clarify user list restricted to s...Sam Tuke2012-06-252-1/+2
* Add missing ')'Michael Gapczynski2012-06-211-1/+1
* Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest...Sam Tuke2012-06-211-2/+2
* Merge branch 'master' of gitorious.org:owncloud/owncloudSam Tuke2012-06-204-12/+29
|\
| * Merge branch 'shared_log'Bart Visscher2012-06-201-0/+16
| |\
| | * Add app for logging access to shared filesBart Visscher2012-06-141-0/+16
| * | Merge branch 'audit'Bart Visscher2012-06-202-0/+3
| |\ \
| | * | Audit: Log sharing actionsBart Visscher2012-05-072-0/+3
| * | | Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-202-12/+10
* | | | removed readdir to fix bug oc-1054Sam Tuke2012-06-201-2/+0
|/ / /
* | | Fixed deleteAll function for deleting all old versions of files (expireAll)Sam Tuke2012-06-191-0/+2
* | | fixes oc-1026Thomas Mueller2012-06-181-1/+1
* | | add hasUpdated to oc_filestorageRobin Appelman2012-06-151-0/+9
* | | Forgot $ sign for variableMichael Gapczynski2012-06-141-1/+1
* | | Revert "Fix a counting mistake"Michael Gapczynski2012-06-141-1/+1
* | | reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4Arthur Schiwon2012-06-141-2/+2
* | | Check for '\' as well when searching for parent folders, because Windows retu...Michael Gapczynski2012-06-141-1/+1
| |/ |/|
* | Fix incorrect creation of filesystem for user@group in data folder during sharesMichael Gapczynski2012-06-121-4/+4
* | utf8 in der DB configMarco B2012-06-111-1/+1
* | Sharing, fix: connect to hooks from the correct classesArthur Schiwon2012-06-081-2/+2
* | use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-2/+2
* | remove not needed includesFrank Karlitschek2012-05-285-6/+1
* | Fix private link sharing via email, fix for bug oc-750Michael Gapczynski2012-05-231-1/+0
* | mark the apps as part of the shipped package and increase the requirement to ...Frank Karlitschek2012-05-181-1/+2
* | Hooks aren't working across different users' filesystems, so update the mtime...Michael Gapczynski2012-05-171-26/+44
* | Fix private links inside foldersMichael Gapczynski2012-05-171-3/+3
* | Try to setup a user's filesystem if the user hasn't logged in before and is s...Michael Gapczynski2012-05-171-0/+5
* | Fix incorrect toaddress being passed for emailing private linksMichael Gapczynski2012-05-151-3/+3
* | Create a new OC_Share object instead of manually inserting rows when adding a...Michael Gapczynski2012-05-151-3/+1
* | Check if a file is encrypted before sharing (encrypted files cannot be shared)Michael Gapczynski2012-05-151-3/+8
* | Check if a private link points to a folder or file and change text accordinglyMichael Gapczynski2012-05-141-2/+3
* | Fix private link emailing and clean up file name displayed in emailMichael Gapczynski2012-05-142-4/+6
* | Replace all %2F with a / in private linkMichael Gapczynski2012-05-141-1/+1
* | removing executable bit - againThomas Mueller2012-05-1513-0/+0
* | Use original source when resharing a file, fixes bug oc-210Michael Gapczynski2012-05-141-0/+4
* | cache app types during install or updateRobin Appelman2012-05-141-1/+1
* | selective app loading for remote/publicRobin Appelman2012-05-141-0/+4
* | set public handeler in info,xml for sharingRobin Appelman2012-05-143-3/+5
* | Encoded slashes (%2F) don't look pretty in our private link urlsMichael Gapczynski2012-05-111-1/+1
* | Turn async off when fetching users to make sure the users get removed from th...Michael Gapczynski2012-05-111-2/+2
* | Prevent overwriting of private link statusMichael Gapczynski2012-05-101-1/+1
* | Only mount shared storage after a user has logged in, fixes shared folder not...Michael Gapczynski2012-05-101-2/+11
* | Make email private link submit on enter as wellMichael Gapczynski2012-05-101-1/+4