Commit Graph

31468 Commits (master)

Author SHA1 Message Date
Michael Gapczynski 163c490c92 Remove duplicate '/' from target when searching for source 13 years ago
Michael Gapczynski 010920ad08 Add support for files inside of shared folders having different names than the source file 13 years ago
Michael Gapczynski 73bab46758 Prevent searching for user directory in getParentFolders() 13 years ago
Michael Gapczynski f1cac00396 Add wildcard to source for database query in unshare() 13 years ago
Michael Gapczynski d91d2178b8 Fix unshare() to remove database entries of files within a shared folder 13 years ago
Michael Gapczynski 35d6051e9d Fix bug in mkdir(), was passing the wrong path 13 years ago
Michael Gapczynski b7c45ba240 mkdir() now checks isWriteable() to see if it has permission, rmdir unshares the folder from the user 13 years ago
Michael Gapczynski 58e8312b1c Fix setIsWriteable() and setTarget() 13 years ago
Michael Gapczynski 5e560e9bd9 Merge branch 'master' into sharing 13 years ago
Michael Gapczynski 2212b5b5d7 Add wildcard to database query in unshareFromSelf() 13 years ago
Michael Gapczynski 2908145b94 Fix bug in is_writeable(), was passing the wrong path 13 years ago
Michael Gapczynski 732ad7f6c1 Add support for renaming, moving, and deleting shared files 13 years ago
Michael Gapczynski cf33995892 Refactor OC_SHARE to allow for renaming and write permissions 13 years ago
Robin Appelman 7362f103ed only use ldap user backend when it is configured 13 years ago
Michael Gapczynski 9deab8302f Fix bugs in getSource() and implement new target path standard 13 years ago
Michael Gapczynski 05389827fd Merge branch 'master' into sharing
Conflicts:
	.gitignore
	lib/base.php
13 years ago
Dominik Schmidt 7f0dc638ae Hopefully fix errors if ldap plugin is not configured 13 years ago
Michael Gapczynski e24e2d0e16 Append LIMIT 1 to getSource queries to improve performance 13 years ago
Michael Gapczynski b03083b881 Fix check for parentDir and fix the return for a nonexistent target in the database 13 years ago
Michael Gapczynski 053edde780 Improvements to caching for shared folders 13 years ago
Michael Gapczynski a402c8ffe1 Implement caching for source paths in OC_FILESTORAGE_SHARED 13 years ago
Michael Gapczynski fe178310f3 Use php functions dirname() and basename() instead of manipulating strings in getSource() 13 years ago
Michael Gapczynski 12c168b6dd Add function setTarget(), implement recursion in getSource() for folders 13 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 13 years ago
Michael Gapczynski c8781b1caf Add error handling for getSource() 13 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 13 years ago
Robin Appelman 4ac25942de you can now use your owncloud url as openid provider 13 years ago
Robin Appelman 7d2784c4c3 add openid headers to openid request page 13 years ago
Robin Appelman 1aa8399915 show error on openid request page when no user is selected 13 years ago
Kamil Domanski 2772c66259 Merge branch 'master' of git://anongit.kde.org/owncloud 13 years ago
Kamil Domanski 53cb4c16ed add template to openid request page 13 years ago
Dominik Schmidt 735738fe6f user_ldap: close ldap connection in dtor 13 years ago
Dominik Schmidt 5f29f8a831 user_ldap: implement userExists 13 years ago
Dominik Schmidt d4618d633a user_ldap: use input-type-password for ldap_password 13 years ago
Dominik Schmidt 612f8cb954 user_ldap: add port setting 13 years ago
Dominik Schmidt c8e57d5460 Add user_ldap plugin 13 years ago
Michael Gapczynski 467778d66f Merge branch 'master' into sharing 13 years ago
Kamil Domanski 6452f5b5cb OpenID now won't load if curl is not available 13 years ago
Robin Appelman 1ce24d892b don't show errors when the login isn't an openid identity 13 years ago
Robin Appelman bd4aec2c4c Experimental OpenID user backend and server.
Currently all users can set one OpenID identity that allows access to the account.

The identity url's for the server is owncloud/apps/user_openid/user.php/$username
13 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 13 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 13 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 13 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 13 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 13 years ago
Michael Gapczynski ac0d41418e Correct calculation for shared folder size 13 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 13 years ago
Robin Appelman 83958ebd4b add oc_user::getUser to get the user id of the loggedin user 13 years ago
Robin Appelman c0af177223 public link config is also for non admins 13 years ago
Kamil Domanski a7b7f5a76c app files_publiclink is now translateable 13 years ago
Jakob Sack 14dddc0c9e forgot "event" as a parameter. 13 years ago
Kamil Domanski 97ab331b2a change db index names to avoid collisions 13 years ago
Michael Gapczynski 4e7d1c376f OC_FILESTOAGE_SHARED now works with hard coded values for files 13 years ago
Michael Gapczynski 69b5e01be1 OC_FILESTOAGE_SHARED updates + its own getInternalPath() 13 years ago
Michael Gapczynski e6621b9c78 Added source and target to database fields 13 years ago
Michael Gapczynski fe4a213e1b Fixed mistakes pointed out by icewind 13 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 13 years ago
Michael Gapczynski 8603b0973f Initial setup of sharing app 13 years ago
Alessandro Cosentino 86dd023448 Adding clear logs functions 13 years ago
Robin Appelman bc0790381e fix loading of image viewer again 13 years ago
Robin Appelman 277e644558 only load image viewer when in file browser 13 years ago
Robin Appelman b0476bf174 fix imageviewer again 13 years ago
Robin Appelman dab656007d fix imageviewer not showing up when using the actions menu 13 years ago
Robin Appelman e5816451c8 always show the image in the middle of the screen, regardless of scrolling 13 years ago
Robin Appelman 4b9665a952 image viewer plugin 13 years ago
Robin Appelman da2c9aa807 fix broken links in shared folders 13 years ago
Robin Appelman 8c5a06028a port sharing by publiclink fully to the 2.0 codebase and provide a simple gui for it 13 years ago
Jakob Sack f36f453dd2 apps are now stored in /apps 13 years ago