Commit Graph

70 Commits (2c4fef91daad558971f4a1726fe4e27a07bc536a)

Author SHA1 Message Date
Michael Gapczynski b2b7d99302 Add checks in opendir() to prevent including the current directory or parent 15 years ago
Michael Gapczynski 6b303ee64b Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead 15 years ago
Michael Gapczynski 163c490c92 Remove duplicate '/' from target when searching for source 15 years ago
Michael Gapczynski 010920ad08 Add support for files inside of shared folders having different names than the source file 15 years ago
Michael Gapczynski 73bab46758 Prevent searching for user directory in getParentFolders() 15 years ago
Michael Gapczynski f1cac00396 Add wildcard to source for database query in unshare() 15 years ago
Michael Gapczynski d91d2178b8 Fix unshare() to remove database entries of files within a shared folder 15 years ago
Michael Gapczynski 35d6051e9d Fix bug in mkdir(), was passing the wrong path 15 years ago
Michael Gapczynski b7c45ba240 mkdir() now checks isWriteable() to see if it has permission, rmdir unshares the folder from the user 15 years ago
Michael Gapczynski 58e8312b1c Fix setIsWriteable() and setTarget() 15 years ago
Michael Gapczynski 2212b5b5d7 Add wildcard to database query in unshareFromSelf() 15 years ago
Michael Gapczynski 2908145b94 Fix bug in is_writeable(), was passing the wrong path 15 years ago
Michael Gapczynski 732ad7f6c1 Add support for renaming, moving, and deleting shared files 15 years ago
Michael Gapczynski cf33995892 Refactor OC_SHARE to allow for renaming and write permissions 15 years ago
Robin Appelman 7362f103ed only use ldap user backend when it is configured 15 years ago
Michael Gapczynski 9deab8302f Fix bugs in getSource() and implement new target path standard 15 years ago
Dominik Schmidt 7f0dc638ae Hopefully fix errors if ldap plugin is not configured 15 years ago
Michael Gapczynski e24e2d0e16 Append LIMIT 1 to getSource queries to improve performance 15 years ago
Michael Gapczynski b03083b881 Fix check for parentDir and fix the return for a nonexistent target in the database 15 years ago
Michael Gapczynski 053edde780 Improvements to caching for shared folders 15 years ago
Michael Gapczynski a402c8ffe1 Implement caching for source paths in OC_FILESTORAGE_SHARED 15 years ago
Michael Gapczynski fe178310f3 Use php functions dirname() and basename() instead of manipulating strings in getSource() 15 years ago
Michael Gapczynski 12c168b6dd Add function setTarget(), implement recursion in getSource() for folders 15 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 15 years ago
Michael Gapczynski c8781b1caf Add error handling for getSource() 15 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 15 years ago
Robin Appelman 4ac25942de you can now use your owncloud url as openid provider 15 years ago
Robin Appelman 7d2784c4c3 add openid headers to openid request page 15 years ago
Robin Appelman 1aa8399915 show error on openid request page when no user is selected 15 years ago
Kamil Domanski 53cb4c16ed add template to openid request page 15 years ago
Dominik Schmidt 735738fe6f user_ldap: close ldap connection in dtor 15 years ago
Dominik Schmidt 5f29f8a831 user_ldap: implement userExists 15 years ago
Dominik Schmidt d4618d633a user_ldap: use input-type-password for ldap_password 15 years ago
Dominik Schmidt 612f8cb954 user_ldap: add port setting 15 years ago
Dominik Schmidt c8e57d5460 Add user_ldap plugin 15 years ago
Kamil Domanski 6452f5b5cb OpenID now won't load if curl is not available 15 years ago
Robin Appelman 1ce24d892b don't show errors when the login isn't an openid identity 15 years ago
Robin Appelman bd4aec2c4c Experimental OpenID user backend and server. 15 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 15 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 15 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 15 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 15 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 15 years ago
Michael Gapczynski ac0d41418e Correct calculation for shared folder size 15 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 15 years ago
Robin Appelman 83958ebd4b add oc_user::getUser to get the user id of the loggedin user 15 years ago
Robin Appelman c0af177223 public link config is also for non admins 15 years ago
Kamil Domanski a7b7f5a76c app files_publiclink is now translateable 15 years ago
Jakob Sack 14dddc0c9e forgot "event" as a parameter. 15 years ago
Kamil Domanski 97ab331b2a change db index names to avoid collisions 15 years ago