Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | remove not needed includes | Frank Karlitschek | 2012-05-28 | 5 | -6/+1 | |
| | | ||||||
* | | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-30 | 1 | -1/+6 | |
| | | ||||||
* | | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-30 | 1 | -1/+6 | |
| | | ||||||
* | | Added CSRF checks | Lukas Reschke | 2012-07-20 | 6 | -0/+8 | |
| | | ||||||
* | | Sharing: offer an option to allow sharing with everyone, i.e. do not check ↵ | Arthur Schiwon | 2012-07-17 | 2 | -12/+34 | |
| | | | | | | | | group memberships | |||||
* | | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 | |
| | | | | | | | | | | Conflicts: apps/files_sharing/ajax/email.php | |||||
* | | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -3/+2 | |
| | | | | | | | | | | Conflicts: apps/files_sharing/ajax/email.php | |||||
* | | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 1 | -3/+3 | |
|/ | ||||||
* | Check if a file is encrypted before sharing (encrypted files cannot be shared) | Michael Gapczynski | 2012-05-15 | 1 | -3/+8 | |
| | ||||||
* | Check if a private link points to a folder or file and change text accordingly | Michael Gapczynski | 2012-05-14 | 1 | -2/+3 | |
| | ||||||
* | Fix private link emailing and clean up file name displayed in email | Michael Gapczynski | 2012-05-14 | 1 | -3/+3 | |
| | ||||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 7 | -0/+0 | |
| | ||||||
* | Prevent overwriting of private link status | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 | |
| | ||||||
* | Sharing: even if a user has more groups in common, he should appear only ↵ | Arthur Schiwon | 2012-05-09 | 1 | -0/+1 | |
| | | | | once in the dropdown list | |||||
* | Fix bug oc-542, encode urls for private links | Michael Gapczynski | 2012-05-07 | 1 | -1/+1 | |
| | ||||||
* | Fix feedback for sharing errors | Michael Gapczynski | 2012-05-06 | 1 | -4/+4 | |
| | ||||||
* | Refactor sharing UI; bug fixes, code clean-up, and more efficient with less ↵ | Michael Gapczynski | 2012-05-05 | 6 | -62/+126 | |
| | | | | ajax calls | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 7 | -12/+12 | |
| | ||||||
* | port oc_preferences | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 | |
| | ||||||
* | fixing namespace | Thomas Müller | 2012-05-02 | 1 | -1/+1 | |
| | ||||||
* | Change default from address to sharing-noreply@server for emailing private links | Michael Gapczynski | 2012-05-01 | 1 | -1/+1 | |
| | ||||||
* | ported getUser | Frank Karlitschek | 2012-05-01 | 6 | -6/+6 | |
| | ||||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 | |
| | ||||||
* | some fixes for sharing | Georg Ehrke | 2012-04-27 | 6 | -9/+4 | |
| | ||||||
* | fix merge conflicts | Georg Ehrke | 2012-04-26 | 2 | -0/+28 | |
|\ | ||||||
| * | Add ability to send private links from sharing via email | Michael Gapczynski | 2012-04-26 | 1 | -0/+15 | |
| | | ||||||
| * | Forgot to remove error log messages... | Michael Gapczynski | 2012-04-25 | 1 | -3/+0 | |
| | | ||||||
| * | Allow admin to disable resharing of files | Michael Gapczynski | 2012-04-25 | 1 | -0/+16 | |
| | | ||||||
* | | remove the require_once lib base from all (or nearly all) files | Georg Ehrke | 2012-04-17 | 5 | -5/+5 | |
|/ | ||||||
* | Make users only able to share with users in groups they belong to | Michael Gapczynski | 2012-03-28 | 1 | -10/+12 | |
| | ||||||
* | Fix overwriting of internal sharing for shared folders - bug oc-260 | Michael Gapczynski | 2012-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fix shared status for files inside a shared folder | Michael Gapczynski | 2011-12-17 | 1 | -0/+1 | |
| | ||||||
* | apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file | krzaczek | 2011-11-18 | 4 | -4/+4 | |
| | | | to enable other user backend | |||||
* | apps file_sharing | krzaczek | 2011-11-18 | 1 | -1/+1 | |
| | | | | | | | | | changed $RUNTIME_NOAPPS = true; to $RUNTIME_NOAPPS = false; in ajax/userautocomplete.php - to fetch users also from different user backends - not only database backend | |||||
* | Add 3 More log writing in files sharing app | Brice Maron | 2011-10-18 | 1 | -0/+2 | |
| | ||||||
* | Correct little typo/bug in log display and remove ending php tag | Brice Maron | 2011-10-18 | 1 | -2/+0 | |
| | ||||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 5 | -3/+8 | |
| | ||||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 2 | -7/+5 | |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | |||||
* | Show users shared with in the drop down for reshared files | Michael Gapczynski | 2011-08-24 | 2 | -11/+9 | |
| | ||||||
* | Allow sharing of files shared with you - Bug: Doesn't show up as being ↵ | Michael Gapczynski | 2011-08-24 | 1 | -7/+15 | |
| | | | | shared in the drop down | |||||
* | Full support for viewing public links from sharing drop down | Michael Gapczynski | 2011-08-19 | 1 | -1/+12 | |
| | ||||||
* | Functions to get the token of a public link now stored by OC_Share, remove ↵ | Michael Gapczynski | 2011-08-16 | 1 | -1/+4 | |
| | | | | no longer needed ajax call to getlink.php | |||||
* | Additional user group sharing support and more clean-up in the constructor | Michael Gapczynski | 2011-08-15 | 1 | -5/+1 | |
| | ||||||
* | Change OC_GROUP to OC_Group | Michael Gapczynski | 2011-08-14 | 1 | -1/+1 | |
| | ||||||
* | OC_Share constructor refactored for user group sharing | Michael Gapczynski | 2011-08-12 | 1 | -1/+5 | |
| | ||||||
* | Clean up constructor for OC_Share, add some error handling for sharing files | Michael Gapczynski | 2011-08-12 | 1 | -1/+8 | |
| | ||||||
* | Make unshare work from dropdown | Michael Gapczynski | 2011-08-11 | 1 | -1/+1 | |
| | ||||||
* | Use chosen select form for selecting users in sharing drop down | Michael Gapczynski | 2011-08-09 | 2 | -11/+8 | |
| | ||||||
* | Show which parent folder is shared with the user in the sharing drop down | Michael Gapczynski | 2011-08-08 | 1 | -4/+6 | |
| |