summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax
Commit message (Expand)AuthorAgeFilesLines
...
* 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-056-62/+126
* ported oc_jsonFrank Karlitschek2012-05-037-12/+12
* port oc_preferencesFrank Karlitschek2012-05-021-1/+1
* port appconfigFrank Karlitschek2012-05-021-2/+2
* fixing namespaceThomas Müller2012-05-021-1/+1
* Change default from address to sharing-noreply@server for emailing private linksMichael Gapczynski2012-05-011-1/+1
* ported getUserFrank Karlitschek2012-05-016-6/+6
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-2/+2
* some fixes for sharingGeorg Ehrke2012-04-276-9/+4
* fix merge conflictsGeorg Ehrke2012-04-262-0/+28
|\
| * Add ability to send private links from sharing via emailMichael Gapczynski2012-04-261-0/+15
| * Forgot to remove error log messages...Michael Gapczynski2012-04-251-3/+0
| * Allow admin to disable resharing of filesMichael Gapczynski2012-04-251-0/+16
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-175-5/+5
|/
* Make users only able to share with users in groups they belong toMichael Gapczynski2012-03-281-10/+12
* Fix overwriting of internal sharing for shared folders - bug oc-260Michael Gapczynski2012-02-181-1/+1
* Fix shared status for files inside a shared folderMichael Gapczynski2011-12-171-0/+1
* apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax filekrzaczek2011-11-184-4/+4
* apps file_sharing krzaczek2011-11-181-1/+1
* Add 3 More log writing in files sharing appBrice Maron2011-10-181-0/+2
* Correct little typo/bug in log display and remove ending php tagBrice Maron2011-10-181-2/+0
* Check if the application is actually enabledBart Visscher2011-09-305-3/+8
* Use OC_JSON for json responsesBart Visscher2011-09-252-7/+5
* Show users shared with in the drop down for reshared filesMichael Gapczynski2011-08-242-11/+9
* Allow sharing of files shared with you - Bug: Doesn't show up as being shared...Michael Gapczynski2011-08-241-7/+15
* Full support for viewing public links from sharing drop downMichael Gapczynski2011-08-191-1/+12
* 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
* Change OC_GROUP to OC_GroupMichael Gapczynski2011-08-141-1/+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
* Make unshare work from dropdownMichael Gapczynski2011-08-111-1/+1
* Use chosen select form for selecting users in sharing drop downMichael Gapczynski2011-08-092-11/+8
* Show which parent folder is shared with the user in the sharing drop downMichael Gapczynski2011-08-081-4/+6
* Sharing dropdown changes: show users that have a parent folder shared with th...Michael Gapczynski2011-08-072-2/+27
* Full support for making and deleting public links from share dropdownMichael Gapczynski2011-08-051-1/+0
* New implementation of share dialogMichael Gapczynski2011-08-021-0/+10
* 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-303-5/+5
* Add support for sharing multiple files from share dialog, move loops outside ...Michael Gapczynski2011-07-282-4/+8
* Include groups in user autocompleteMichael Gapczynski2011-07-241-2/+8
* Add support for user autocompleteMichael Gapczynski2011-07-241-0/+23
* Append number to name if target file already existsMichael Gapczynski2011-07-201-1/+0
* First implementation of sharing user interfaceMichael Gapczynski2011-07-202-0/+24