summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/share.php
Commit message (Expand)AuthorAgeFilesLines
* Removing most of files_sharing, the Share API implemented the majority of itMichael Gapczynski2012-08-221-37/+0
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
* CSRF checksLukas Reschke2012-07-071-0/+1
* remove not needed includesFrank Karlitschek2012-05-281-1/+0
* Check if a file is encrypted before sharing (encrypted files cannot be shared)Michael Gapczynski2012-05-151-3/+8
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Fix feedback for sharing errorsMichael Gapczynski2012-05-061-4/+4
* Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a...Michael Gapczynski2012-05-051-20/+22
* ported oc_jsonFrank Karlitschek2012-05-031-1/+1
* fixing namespaceThomas Müller2012-05-021-1/+1
* ported getUserFrank Karlitschek2012-05-011-1/+1
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-2/+2
* some fixes for sharingGeorg Ehrke2012-04-271-1/+1
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-1/+1
* Add 3 More log writing in files sharing appBrice Maron2011-10-181-0/+2
* Check if the application is actually enabledBart Visscher2011-09-301-1/+2
* Show users shared with in the drop down for reshared filesMichael Gapczynski2011-08-241-5/+2
* Allow sharing of files shared with you - Bug: Doesn't show up as being shared...Michael Gapczynski2011-08-241-7/+15
* Functions to get the token of a public link now stored by OC_Share, remove no...Michael Gapczynski2011-08-161-1/+4
* Additional user group sharing support and more clean-up in the constructorMichael Gapczynski2011-08-151-5/+1
* OC_Share constructor refactored for user group sharingMichael Gapczynski2011-08-121-1/+5
* Clean up constructor for OC_Share, add some error handling for sharing filesMichael Gapczynski2011-08-121-1/+8
* Use chosen select form for selecting users in sharing drop downMichael Gapczynski2011-08-091-3/+1
* Add support for assigning permissions in share dialog and switch to postMichael Gapczynski2011-07-311-3/+3
* Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski2011-07-301-1/+1
* Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-281-3/+7
* First implementation of sharing user interfaceMichael Gapczynski2011-07-201-0/+12