summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cleanup some obsolete foldersize code from the shared storage backendRobin Appelman2012-07-211-34/+1
| * | | remove unused and depricated getFolderSizeRobin Appelman2012-07-201-30/+1
| * | | 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
* | | Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-241-0/+19
* | | add limit support to OC_DB & OCP/DBJörn Friedrich Dreyer2012-08-011-7/+7
* | | escape all identifiers with backticksjfd2012-07-312-31/+31
* | | Add additional error handling for emailing private linksMichael Gapczynski2012-07-302-6/+19
* | | Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski2012-07-301-3/+6
* | | Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-302-2/+7
* | | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-301-1/+1
* | | Added CSRF checksLukas Reschke2012-07-206-0/+8
* | | Sharing: offer an option to allow sharing with everyone, i.e. do not check gr...Arthur Schiwon2012-07-176-27/+64
* | | latin1 => utf8. I thought I did this a month ago?Thomas Tanghus2012-07-161-1/+1
* | | update script to fix fscacheBjoern Schiessle2012-07-132-1/+17
* | | Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
* | | Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-3/+2
* | | 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
* | | Check for '\' as well when searching for parent folders, because Windows retu...Michael Gapczynski2012-06-151-1/+1
* | | reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4Arthur Schiwon2012-06-141-2/+2
* | | Fix incorrect creation of filesystem for user@group in data folder during sharesMichael Gapczynski2012-06-121-4/+4