Commit Graph

436 Commits (3ce4bf5ec70ed4cfd0e6d619e2f7ae0a1bfdb06c)

Author SHA1 Message Date
Bjoern Schiessle 931e90634e fix db queries 12 years ago
Bjoern Schiessle 983da0d78f fix db queries 12 years ago
Frank Karlitschek c54994d2e9 fixing this obvious typo directly 12 years ago
Bjoern Schiessle 4bbefdf608 add expiration date if it is already set 12 years ago
Bjoern Schiessle 10cf1b3a4e return mailSend status in getItems() 12 years ago
Bjoern Schiessle 77adaee645 enable user to inform recipients about a shared file by mail 12 years ago
Arthur Schiwon 958130e8fe Sharing: only determine path root if owner is available 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Bjoern Schiessle 53bb89824d check if some encrypted files are left after the app was disabled and warn the user 12 years ago
Bjoern Schiessle 9253627327 cancel sharing if some users doesn't have a working encryption set-up. 12 years ago
Thomas Müller 17c36b5074 fixes #4026 12 years ago
Georg Ehrke 1e4ec2ac27 add class='preview-icon' to rows in file app that make use of previews 12 years ago
Robin Appelman 1b50154c95 functions in OCP should be static 12 years ago
Jörn Friedrich Dreyer cb4cf3e2f7 need to use \OC_Image to escape OCP namespace 12 years ago
Robin Appelman d509a0c403 return result from getL10N 12 years ago
Morris Jobke 05c83a163a add proper deprecated tag 12 years ago
Jan-Christoph Borchardt 48267b6e6c add back public API function, but mark as deprecated 12 years ago
Bart Visscher cbe1c22b5f Correct casing of OC_User and pass through the params to getUsers 12 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 12 years ago
Bart Visscher 9379cbf602 Add OC_Image to public api 12 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 12 years ago
Georg Ehrke 53830f2f75 implement use of previews in sharing app 12 years ago
Victor Dubiniuk 5a3fce12a4 Implement encodePath 12 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 12 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 12 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 12 years ago
Thomas Müller e159cbf527 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function 12 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 12 years ago
Björn Schießle 6cfa016c39 add public api 12 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 12 years ago
Jörn Friedrich Dreyer 77dc3964f8 check item id is set 12 years ago
Bart Visscher 3b31afb2a7 Oracle doesn't know & as bitwise AND 12 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 12 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 12 years ago
Georg Ehrke 39c387eed4 implement server side use of previews 12 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 12 years ago
Jörn Friedrich Dreyer 961a001af3 add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup 12 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 12 years ago
Florin Peter 1337f48d64 fixes for pgsql 12 years ago
Florin Peter f1b884aa5d changed deprecated class 12 years ago
Florin Peter 353d19d183 fixes if cache returns false 12 years ago
Florin Peter c8d1cd224d fix $parent/$source typo 12 years ago
Björn Schießle ae0f37e9e2 fix indention 12 years ago
Björn Schießle 8587f565d2 remove unnecessary variable 12 years ago
Björn Schießle 63a2bec6e5 use public API for error handling; improved while condition 12 years ago
Björn Schießle 893a1ed6f5 for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists 12 years ago
Björn Schießle 672811c103 if one public link share was found, we don't have to check it for the other folders 12 years ago
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 12 years ago
Michael Gapczynski 7a0c592f93 Fix undefined index for share mount point retrieval 12 years ago
Florin Peter d7dc710c8b revert changes 12 years ago