summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unsharing files also deleting private link, bug fix for oc-251Michael Gapczynski2012-05-091-1/+1
* Skip over users that have already been shared with when sharing with a groupMichael Gapczynski2012-05-091-2/+7
* Fix renaming of shared files if target already exists, bug fix for oc-81Michael Gapczynski2012-05-091-5/+6
* Go back to updating mtime of shared folder to invoke a file cache rescanMichael Gapczynski2012-05-091-3/+5
* fix creating the shared folder when the user home folder is not in the root m...Robin Appelman2012-05-091-6/+3
* Still trying to fix some sharing use casesMichael Gapczynski2012-05-092-10/+23
* Sharing: even if a user has more groups in common, he should appear only once...Arthur Schiwon2012-05-091-0/+1
* Set Content-Disposition to attachment for shared private linksMichael Gapczynski2012-05-081-1/+1
* Avoid touch operation when unshare public linkBrice Maron2012-05-071-2/+4
* Forgot to set token variableMichael Gapczynski2012-05-071-0/+1
* Fix bug oc-542, encode urls for private linksMichael Gapczynski2012-05-072-2/+2
* Fix bug oc-402, check if token is set for a private linkMichael Gapczynski2012-05-071-3/+1
* Only load sharing statuses if in files appMichael Gapczynski2012-05-071-1/+1
* improve remote.php and create public.phpGeorg Ehrke2012-05-072-2/+2
* Remove manual file cache insertions of shared files, update mtime of shared f...Michael Gapczynski2012-05-061-9/+5
* Fix feedback for sharing errorsMichael Gapczynski2012-05-062-5/+5
* ported the oc_template classFrank Karlitschek2012-05-063-7/+7
* Add back removed groups to the select form correctlyMichael Gapczynski2012-05-051-4/+10
* Refactor sharing UI; bug fixes, code clean-up, and more efficient with less a...Michael Gapczynski2012-05-059-279/+440
* Remove blind effect for email private link in drop downMichael Gapczynski2012-05-051-4/+4
* porting the hooks and starting with the templatesFrank Karlitschek2012-05-052-8/+8
* ported oc_dbFrank Karlitschek2012-05-032-27/+27
* ported oc_jsonFrank Karlitschek2012-05-038-13/+13
* port oc_responseFrank Karlitschek2012-05-031-1/+1
* Fix private linksMichael Gapczynski2012-05-021-1/+0
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
* port oc_preferencesFrank Karlitschek2012-05-021-1/+1