| Commit message (Expand) | Author | Age | Files | Lines |
* | Append number to name if target file already exists | Michael Gapczynski | 2011-07-20 | 2 | -13/+17 |
* | First implementation of sharing user interface | Michael Gapczynski | 2011-07-20 | 9 | -45/+163 |
* | Add post_delete and post_rename hooks and fix the constructor | Michael Gapczynski | 2011-07-18 | 2 | -4/+39 |
* | Add extra check for opendir() so it only adds the file to fakedirs if it has ... | Michael Gapczynski | 2011-07-16 | 1 | -2/+2 |
* | Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEM | Michael Gapczynski | 2011-07-16 | 1 | -0/+2 |
* | Fix bug in rename() so files in a folder that is in a shared folder also get ... | Michael Gapczynski | 2011-07-16 | 1 | -0/+3 |
* | Fix bugs in opendir() and add extra checks to ensure functionality in all cases | Michael Gapczynski | 2011-07-16 | 1 | -15/+30 |
* | Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder() | Michael Gapczynski | 2011-07-16 | 2 | -5/+13 |
* | Add pullOutOfFolder() function for use by unlink() and rename() | Michael Gapczynski | 2011-07-14 | 2 | -10/+33 |
* | Refactoring of OC_SHARE, added more documentation for functions | Michael Gapczynski | 2011-07-14 | 2 | -131/+128 |
* | Bug fix for setTarget() - append fetchAll() to query | Michael Gapczynski | 2011-07-14 | 1 | -1/+1 |
* | Add support for copying files between shared folders, add check to fromTmpFil... | Michael Gapczynski | 2011-07-13 | 1 | -9/+18 |
* | Fix bug in getSource(), return false if target isn't in database | Michael Gapczynski | 2011-07-12 | 1 | -1/+5 |
* | Add checks in opendir() to prevent including the current directory or parent | Michael Gapczynski | 2011-07-12 | 1 | -4/+6 |
* | Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg... | Michael Gapczynski | 2011-07-12 | 1 | -16/+12 |
* | Remove duplicate '/' from target when searching for source | Michael Gapczynski | 2011-07-10 | 1 | -2/+4 |
* | Add support for files inside of shared folders having different names than th... | Michael Gapczynski | 2011-07-08 | 2 | -2/+34 |
* | Prevent searching for user directory in getParentFolders() | Michael Gapczynski | 2011-07-08 | 1 | -2/+3 |
* | Add wildcard to source for database query in unshare() | Michael Gapczynski | 2011-07-08 | 1 | -1/+1 |
* | Fix unshare() to remove database entries of files within a shared folder | Michael Gapczynski | 2011-07-08 | 1 | -1/+1 |
* | Fix bug in mkdir(), was passing the wrong path | Michael Gapczynski | 2011-07-07 | 1 | -1/+2 |
* | mkdir() now checks isWriteable() to see if it has permission, rmdir unshares ... | Michael Gapczynski | 2011-07-07 | 1 | -11/+13 |
* | Fix setIsWriteable() and setTarget() | Michael Gapczynski | 2011-07-07 | 1 | -9/+18 |
* | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-06 | 1 | -0/+6 |
|\ |
|
| * | only use ldap user backend when it is configured | Robin Appelman | 2011-07-06 | 1 | -0/+6 |
* | | Add wildcard to database query in unshareFromSelf() | Michael Gapczynski | 2011-07-06 | 1 | -1/+1 |
* | | Fix bug in is_writeable(), was passing the wrong path | Michael Gapczynski | 2011-07-06 | 1 | -1/+2 |
* | | Add support for renaming, moving, and deleting shared files | Michael Gapczynski | 2011-07-06 | 2 | -15/+23 |
* | | Refactor OC_SHARE to allow for renaming and write permissions | Michael Gapczynski | 2011-07-06 | 2 | -52/+96 |
* | | Fix bugs in getSource() and implement new target path standard | Michael Gapczynski | 2011-07-05 | 2 | -15/+8 |
* | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-07-04 | 20 | -16/+2560 |
|\| |
|
| * | Hopefully fix errors if ldap plugin is not configured | Dominik Schmidt | 2011-07-04 | 1 | -1/+16 |
| * | you can now use your owncloud url as openid provider | Robin Appelman | 2011-06-24 | 3 | -20/+45 |
| * | add openid headers to openid request page | Robin Appelman | 2011-06-24 | 1 | -1/+3 |
| * | show error on openid request page when no user is selected | Robin Appelman | 2011-06-24 | 3 | -9/+20 |
| * | Merge branch 'master' of git://anongit.kde.org/owncloud | Kamil Domanski | 2011-06-24 | 5 | -0/+227 |
| |\ |
|
| | * | user_ldap: close ldap connection in dtor | Dominik Schmidt | 2011-06-23 | 1 | -0/+6 |
| | * | user_ldap: implement userExists | Dominik Schmidt | 2011-06-23 | 1 | -20/+48 |
| | * | user_ldap: use input-type-password for ldap_password | Dominik Schmidt | 2011-06-23 | 1 | -1/+1 |
| | * | user_ldap: add port setting | Dominik Schmidt | 2011-06-23 | 4 | -2/+15 |
| | * | Add user_ldap plugin | Dominik Schmidt | 2011-06-23 | 5 | -0/+180 |
| * | | add template to openid request page | Kamil Domanski | 2011-06-24 | 2 | -3/+27 |
| |/ |
|
| * | OpenID now won't load if curl is not available | Kamil Domanski | 2011-06-23 | 1 | -0/+5 |
| * | don't show errors when the login isn't an openid identity | Robin Appelman | 2011-06-23 | 1 | -3/+1 |
| * | Experimental OpenID user backend and server. | Robin Appelman | 2011-06-23 | 8 | -0/+2237 |
| * | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -3/+3 |
| * | public link config is also for non admins | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| * | app files_publiclink is now translateable | Kamil Domanski | 2011-06-20 | 2 | -8/+8 |
| * | forgot "event" as a parameter. | Jakob Sack | 2011-06-19 | 1 | -2/+2 |
| * | change db index names to avoid collisions | Kamil Domanski | 2011-06-18 | 1 | -1/+1 |