summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Append number to name if target file already existsMichael Gapczynski2011-07-202-13/+17
* First implementation of sharing user interfaceMichael Gapczynski2011-07-209-45/+163
* Add post_delete and post_rename hooks and fix the constructorMichael Gapczynski2011-07-182-4/+39
* Add extra check for opendir() so it only adds the file to fakedirs if it has ...Michael Gapczynski2011-07-161-2/+2
* Add return true to unlink() and rename(), a return is expected by OC_FILESYSTEMMichael Gapczynski2011-07-161-0/+2
* Fix bug in rename() so files in a folder that is in a shared folder also get ...Michael Gapczynski2011-07-161-0/+3
* Fix bugs in opendir() and add extra checks to ensure functionality in all casesMichael Gapczynski2011-07-161-15/+30
* Fix bugs in unlink(), rename(), pullOutOfFolders(), and getItemsInFolder()Michael Gapczynski2011-07-162-5/+13
* Add pullOutOfFolder() function for use by unlink() and rename()Michael Gapczynski2011-07-142-10/+33
* Refactoring of OC_SHARE, added more documentation for functionsMichael Gapczynski2011-07-142-131/+128
* Bug fix for setTarget() - append fetchAll() to queryMichael Gapczynski2011-07-141-1/+1
* Add support for copying files between shared folders, add check to fromTmpFil...Michael Gapczynski2011-07-131-9/+18
* Fix bug in getSource(), return false if target isn't in databaseMichael Gapczynski2011-07-121-1/+5
* Add checks in opendir() to prevent including the current directory or parentMichael Gapczynski2011-07-121-4/+6
* Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg...Michael Gapczynski2011-07-121-16/+12
* Remove duplicate '/' from target when searching for sourceMichael Gapczynski2011-07-101-2/+4
* Add support for files inside of shared folders having different names than th...Michael Gapczynski2011-07-082-2/+34
* Prevent searching for user directory in getParentFolders()Michael Gapczynski2011-07-081-2/+3
* Add wildcard to source for database query in unshare()Michael Gapczynski2011-07-081-1/+1
* Fix unshare() to remove database entries of files within a shared folderMichael Gapczynski2011-07-081-1/+1
* Fix bug in mkdir(), was passing the wrong pathMichael Gapczynski2011-07-071-1/+2
* mkdir() now checks isWriteable() to see if it has permission, rmdir unshares ...Michael Gapczynski2011-07-071-11/+13
* Fix setIsWriteable() and setTarget()Michael Gapczynski2011-07-071-9/+18
* Merge branch 'master' into sharingMichael Gapczynski2011-07-061-0/+6
|\
| * only use ldap user backend when it is configuredRobin Appelman2011-07-061-0/+6
* | Add wildcard to database query in unshareFromSelf()Michael Gapczynski2011-07-061-1/+1
* | Fix bug in is_writeable(), was passing the wrong pathMichael Gapczynski2011-07-061-1/+2
* | Add support for renaming, moving, and deleting shared filesMichael Gapczynski2011-07-062-15/+23
* | Refactor OC_SHARE to allow for renaming and write permissionsMichael Gapczynski2011-07-062-52/+96
* | Fix bugs in getSource() and implement new target path standardMichael Gapczynski2011-07-052-15/+8
* | Merge branch 'master' into sharingMichael Gapczynski2011-07-0420-16/+2560
|\|
| * Hopefully fix errors if ldap plugin is not configuredDominik Schmidt2011-07-041-1/+16
| * you can now use your owncloud url as openid providerRobin Appelman2011-06-243-20/+45
| * add openid headers to openid request pageRobin Appelman2011-06-241-1/+3
| * show error on openid request page when no user is selectedRobin Appelman2011-06-243-9/+20
| * Merge branch 'master' of git://anongit.kde.org/owncloudKamil Domanski2011-06-245-0/+227
| |\
| | * user_ldap: close ldap connection in dtorDominik Schmidt2011-06-231-0/+6
| | * user_ldap: implement userExistsDominik Schmidt2011-06-231-20/+48
| | * user_ldap: use input-type-password for ldap_passwordDominik Schmidt2011-06-231-1/+1
| | * user_ldap: add port settingDominik Schmidt2011-06-234-2/+15
| | * Add user_ldap pluginDominik Schmidt2011-06-235-0/+180
| * | add template to openid request pageKamil Domanski2011-06-242-3/+27
| |/
| * OpenID now won't load if curl is not availableKamil Domanski2011-06-231-0/+5
| * don't show errors when the login isn't an openid identityRobin Appelman2011-06-231-3/+1
| * Experimental OpenID user backend and server.Robin Appelman2011-06-238-0/+2237
| * add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-3/+3
| * public link config is also for non adminsRobin Appelman2011-06-221-1/+1
| * app files_publiclink is now translateableKamil Domanski2011-06-202-8/+8
| * forgot "event" as a parameter.Jakob Sack2011-06-191-2/+2
| * change db index names to avoid collisionsKamil Domanski2011-06-181-1/+1