summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Gapczynski2012-05-111-2/+2
| | | | the select form
* Prevent overwriting of private link statusMichael Gapczynski2012-05-101-1/+1
|
* Only mount shared storage after a user has logged in, fixes shared folder ↵Michael Gapczynski2012-05-101-2/+11
| | | | not appearing for some WebDAV clients and sync client
* 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 ↵Robin Appelman2012-05-091-6/+3
| | | | mount
* 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 ↵Arthur Schiwon2012-05-091-0/+1
| | | | once in the dropdown list
* 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 ↵Michael Gapczynski2012-05-061-9/+5
| | | | folder
* 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 ↵Michael Gapczynski2012-05-059-279/+440
| | | | ajax calls
* 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
|
* port appconfigFrank Karlitschek2012-05-023-4/+4
|
* fixing namespaceThomas Müller2012-05-021-1/+1
|
* ported the oc_app callsFrank Karlitschek2012-05-022-2/+2
|
* port linkto and serverHostFrank Karlitschek2012-05-011-3/+3
|
* ported checkLoggedIn and checkAdminFrank Karlitschek2012-05-012-2/+2
|
* some more portingFrank Karlitschek2012-05-011-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-05-011-1/+1
|\
| * Change default from address to sharing-noreply@server for emailing private linksMichael Gapczynski2012-05-011-1/+1
| |
* | ported addSyript and other small stuffFrank Karlitschek2012-05-013-4/+4
|/
* porting of OC_User to public API complete.Frank Karlitschek2012-05-011-1/+1
| | | | What better thing to do during a long train ride than refactoring ;-)
* ported getUserFrank Karlitschek2012-05-018-25/+25
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-3/+3
|
* port to use the new public apiFrank Karlitschek2012-05-012-4/+4
|
* some fixes for sharingGeorg Ehrke2012-04-276-9/+4
|
* fix merge conflictsGeorg Ehrke2012-04-268-3/+107
|\
| * Add ability to send private links from sharing via emailMichael Gapczynski2012-04-262-2/+34
| |
| * Fix a counting mistakeMichael Gapczynski2012-04-251-1/+1
| |
| * Update sharing when users are removed, added to groups, and removed from groupsMichael Gapczynski2012-04-252-0/+31
| |