Commit Graph

451 Commits (84f522f406d2bec8dff5acb0c7defc54b8e7d79a)

Author SHA1 Message Date
Thomas Müller 986f5d9f3e fixing variable name 12 years ago
Thomas Müller 39d874cd90 the maximum upload size is now part of the response of the upload and delete operation. 12 years ago
Randolph Carter d2828bab07 fixes default email sender address 12 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 12 years ago
Bart Visscher 68562dafb4 More whitespace fixes 12 years ago
Thomas Mueller 8ed0ce7801 [contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to their contact data 12 years ago
Thomas Mueller 4cc895aa0a [contacts_api] move addressbook to it's own file 12 years ago
Lorenzo M. Catucci 15afbfd198 Add an $excludingBackend optional parameter 12 years ago
Thomas Mueller 889e55fdac [contacts_api] update documentation 13 years ago
Thomas Mueller 35e55214e2 [Contacts API] example for searching added 13 years ago
Thomas Mueller f99497a05a test for search and unregister added 13 years ago
Thomas Mueller 2d597c2238 first unit tests implemented 13 years ago
Thomas Mueller 5b1dea56e5 change name to IAddressBook 13 years ago
Thomas Mueller fba8c776e1 plugin mechanism implemented 13 years ago
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 13 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 13 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 13 years ago
Thomas Mueller 33a4dfa087 function isEnabled() added 13 years ago
Frank Karlitschek 5b44714f4c first version of the new previewer lib. It currently only created previews/thumbnails for images. It get´s more interesting when we add PDFs, movies, mp3, text files and more... 13 years ago
Thomas Mueller c3825112a0 public contacts api as discussed here https://github.com/owncloud/apps/issues/113 13 years ago
Jörn Friedrich Dreyer ba91f9a237 add missing sql backticks, check sharing for error and add log 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Thomas Tanghus 7f0c69eb0e Added CRUDS permissions to the OCP namespace. Implements issue #345 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller bc4382c5c5 Checkstyle: fix the last NoSpaceAfterEquals 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Tom Needham 07111ff672 Allow apps to pass defaults and requirements for their API calls 13 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 13 years ago
Jakob Sack d0bbd9416b Add BackgroundJob::setExecutionType() to public API 13 years ago
Florian Hülsmann a48734bcb5 fixed user/group sharing hooks 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Florian Hülsmann b7bf28d1c7 Hook emission on sharing stuff 13 years ago
Michael Gapczynski c00f5d164f Fix unshareAll() 13 years ago
Michael Gapczynski 012ea1ed83 Add unshareAll() function to Share API 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Björn Schießle 003241e847 fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set 13 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 13 years ago
Michael Gapczynski 5f462ec6f7 Fix - "Correct checking item source for share from same owner when generating item target" 13 years ago
Michael Gapczynski 68c8faf39c Correct checking item source for share from same owner when generating item target 13 years ago
Björn Schießle 431d92e7b2 we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name 13 years ago
Björn Schießle db954f5aba remove unnecessary code and add missing items to select statement 13 years ago
Björn Schießle 3e3038cafc merge all possible conflicts into on array 13 years ago
Björn Schießle c6c0fcc7c8 We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Michael Gapczynski b4e40b1c21 Fix unsetting share expiration date 13 years ago
Michael Gapczynski f967bfc956 Properly format the share expiration time for the database, fixes bug oc-1779 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Tanghus ffe04182a8 Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist(). 13 years ago