| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 11 | -21/+0 |
* | CSRF checks | Lukas Reschke | 2012-07-07 | 4 | -0/+5 |
* | Don't reload the page after sending private link to email address | Michael Gapczynski | 2012-07-01 | 1 | -1/+2 |
* | Don't overwrite fake directory stream for Shared storage | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
* | Added placeholder msg to share with menu to clarify user list restricted to s... | Sam Tuke | 2012-06-25 | 2 | -1/+2 |
* | Add missing ')' | Michael Gapczynski | 2012-06-21 | 1 | -1/+1 |
* | Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filest... | Sam Tuke | 2012-06-21 | 1 | -2/+2 |
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-20 | 4 | -12/+29 |
|\ |
|
| * | Merge branch 'shared_log' | Bart Visscher | 2012-06-20 | 1 | -0/+16 |
| |\ |
|
| | * | Add app for logging access to shared files | Bart Visscher | 2012-06-14 | 1 | -0/+16 |
| * | | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 2 | -0/+3 |
| |\ \ |
|
| | * | | Audit: Log sharing actions | Bart Visscher | 2012-05-07 | 2 | -0/+3 |
| * | | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 2 | -12/+10 |
* | | | | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -2/+0 |
|/ / / |
|
* | | | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 1 | -0/+2 |
* | | | fixes oc-1026 | Thomas Mueller | 2012-06-18 | 1 | -1/+1 |
* | | | add hasUpdated to oc_filestorage | Robin Appelman | 2012-06-15 | 1 | -0/+9 |
* | | | Forgot $ sign for variable | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
* | | | Revert "Fix a counting mistake" | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
* | | | reverting 8c7fa15aaf98e31646e4306e7819d1d2b725a7e1, differs between OC3 and 4 | Arthur Schiwon | 2012-06-14 | 1 | -2/+2 |
* | | | Check for '\' as well when searching for parent folders, because Windows retu... | Michael Gapczynski | 2012-06-14 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix incorrect creation of filesystem for user@group in data folder during shares | Michael Gapczynski | 2012-06-12 | 1 | -4/+4 |
* | | utf8 in der DB config | Marco B | 2012-06-11 | 1 | -1/+1 |
* | | Sharing, fix: connect to hooks from the correct classes | Arthur Schiwon | 2012-06-08 | 1 | -2/+2 |
* | | 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 |
* | | Fix private link sharing via email, fix for bug oc-750 | Michael Gapczynski | 2012-05-23 | 1 | -1/+0 |
* | | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
* | | Hooks aren't working across different users' filesystems, so update the mtime... | Michael Gapczynski | 2012-05-17 | 1 | -26/+44 |
* | | Fix private links inside folders | Michael Gapczynski | 2012-05-17 | 1 | -3/+3 |
* | | Try to setup a user's filesystem if the user hasn't logged in before and is s... | Michael Gapczynski | 2012-05-17 | 1 | -0/+5 |
* | | Fix incorrect toaddress being passed for emailing private links | Michael Gapczynski | 2012-05-15 | 1 | -3/+3 |
* | | Create a new OC_Share object instead of manually inserting rows when adding a... | Michael Gapczynski | 2012-05-15 | 1 | -3/+1 |
* | | 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 | 2 | -4/+6 |
* | | Replace all %2F with a / in private link | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 13 | -0/+0 |
* | | Use original source when resharing a file, fixes bug oc-210 | Michael Gapczynski | 2012-05-14 | 1 | -0/+4 |
* | | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
* | | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -0/+4 |
* | | set public handeler in info,xml for sharing | Robin Appelman | 2012-05-14 | 3 | -3/+5 |
* | | Encoded slashes (%2F) don't look pretty in our private link urls | Michael Gapczynski | 2012-05-11 | 1 | -1/+1 |
* | | Turn async off when fetching users to make sure the users get removed from th... | Michael Gapczynski | 2012-05-11 | 1 | -2/+2 |
* | | Prevent overwriting of private link status | Michael Gapczynski | 2012-05-10 | 1 | -1/+1 |
* | | Only mount shared storage after a user has logged in, fixes shared folder not... | Michael Gapczynski | 2012-05-10 | 1 | -2/+11 |
* | | Make email private link submit on enter as well | Michael Gapczynski | 2012-05-10 | 1 | -1/+4 |
* | | Fix unsharing files also deleting private link, bug fix for oc-251 | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |