| Commit message (Expand) | Author | Age | Files | Lines |
* | outsource sharing and deleted files previews to apps | Georg Ehrke | 2013-08-19 | 1 | -0/+85 |
* | Remove unnecessary ajax file from files_sharing | Michael Gapczynski | 2012-08-28 | 1 | -11/+0 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 8 | -243/+0 |
|\ |
|
| * | Removing most of files_sharing, the Share API implemented the majority of it | Michael Gapczynski | 2012-08-22 | 8 | -210/+0 |
| * | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-29 | 1 | -1/+6 |
| * | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-27 | 1 | -1/+6 |
| * | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 |
| * | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -1/+2 |
| * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 8 | -16/+0 |
| * | CSRF checks | Lukas Reschke | 2012-07-07 | 4 | -0/+5 |
| * | use our own serverHost call so that ownCloud works with reverse proxy servers | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| * | 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 gr... | Arthur Schiwon | 2012-07-17 | 2 | -12/+34 |
* | | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 |
* | | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -3/+2 |
* | | 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 once... | Arthur Schiwon | 2012-05-09 | 1 | -0/+1 |
* | 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 a... | Michael Gapczynski | 2012-05-05 | 6 | -62/+126 |
* | 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 |
* | apps file_sharing | krzaczek | 2011-11-18 | 1 | -1/+1 |
* | 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 |