| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testremote is for public access | Robin Appelman | 2014-06-17 | 1 | -1/+0 |
* | Make testremote more robust | Robin Appelman | 2014-06-16 | 1 | -3/+8 |
* | Add some safety checks | Robin Appelman | 2014-06-16 | 3 | -4/+7 |
* | Fix public share webdav permissions | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
* | fix modified date for external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
* | block server-to-server share if files_external is not activates, can be rever... | Bjoern Schiessle | 2014-06-14 | 1 | -1/+4 |
* | add settings to disable server to server sharing | Bjoern Schiessle | 2014-06-14 | 1 | -2/+12 |
* | Properly expose read only public shares as read only | Robin Appelman | 2014-06-14 | 1 | -0/+7 |
* | Generate a unique name | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
* | Scan the entire remote share at once by requesting the full file tree from th... | Robin Appelman | 2014-06-14 | 2 | -1/+70 |
* | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 1 | -0/+17 |
* | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 1 | -0/+28 |
* | Merge branch 'master' into cleanup-list-code | Thomas Müller | 2014-05-19 | 2 | -3/+12 |
|\ |
|
| * | Merge pull request #8041 from owncloud/files-sortcolumns | Vincent Petry | 2014-05-12 | 1 | -6/+4 |
| |\ |
|
| | * | $RUNTIME_APPTYPES is no longer used - left over from pre OC4 | Thomas Müller | 2014-04-28 | 1 | -5/+0 |
| | * | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -1/+4 |
| * | | Images on public sharing get downscaled to increase use experience - this wil... | Thomas Müller | 2014-05-02 | 1 | -1/+7 |
| |/ |
|
* | | Add missing \ | Lukas Reschke | 2014-05-04 | 1 | -1/+1 |
* | | Cleanup code a little bit | Lukas Reschke | 2014-05-04 | 2 | -23/+14 |
|/ |
|
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -0/+91 |
* | don't urldecode get var, php does this automatically | Georg Ehrke | 2014-01-30 | 1 | -1/+1 |
* | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 1 | -1/+2 |
* | fix preview for reshared file | Georg Ehrke | 2013-12-22 | 1 | -1/+3 |
* | fix public preview creation if a user ios logged in | Bjoern Schiessle | 2013-11-27 | 1 | -3/+7 |
* | 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 |