Commit Graph

451 Commits (84f522f406d2bec8dff5acb0c7defc54b8e7d79a)

Author SHA1 Message Date
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
Bjoern Schiessle 944e9b8c69 make sure that both $permissions and $oldPermissions have the same type 12 years ago
Bjoern Schiessle 1a60aa2b6a only remember password if the user changes the permissions, otherwise the user disabled the password protection 12 years ago
Andreas Fischer a92d4c2c09 Perform expiration date checking before returning share data for token. 12 years ago
Thomas Tanghus eab84d3d96 Add OCP\DB::getErrorMessage() to public namespace. 12 years ago
Robin Appelman 58ed78aa9e cleanup public storage interface a bit 12 years ago
Robin Appelman 2e5ce091f0 add storage backend interface to public namespace 12 years ago
Robin Appelman 9ad7891b4e improve phpdoc for the public files interface 12 years ago
Robin Appelman e271a55783 move filesystem expceptions to global namespace 12 years ago
Robin Appelman 315344eb9c move public files api to a clearer namespace 12 years ago
Robin Appelman 2e1b534957 update phpdoc for public fileapi 12 years ago
Robin Appelman 0131a32025 extract interfaces from fileapi for public namespace 12 years ago
Bjoern Schiessle b8241aa79d remove some more debug output 12 years ago
Bjoern Schiessle edb78c917c remove some error_logs 12 years ago
Bjoern Schiessle d33fabd02d remove error logs 12 years ago
Bjoern Schiessle 627b6164c4 if the files doesn't exist yet we start with the parent to search for shares 12 years ago
kondou b643c02bd5 Fix some bugs and remove \OCP\Avatar for now 12 years ago
Frank Karlitschek c54994d2e9 fixing this obvious typo directly 12 years ago
kondou 30526ded80 Fix \OCP\Avatar 12 years ago
kondou ecf187393b Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests 12 years ago
kondou 8d8a57de7f Continue work on cropper 12 years ago
kondou 9a8908b643 Use Jcrop, have inline errormsg, work on cropping, clean up, WIP 12 years ago
kondou 9c12da6a94 Several improvements 12 years ago
kondou fac671b14e Modularize get(), async getAvatar, avatars @ usermgmt 12 years ago
kondou 4a08f7d710 Add basic avatars and gravatar 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
kondou 9c5416fe4a Clean up \OC\Util 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