Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor again so we can tell what item is being reshared in case the same ↵ | Michael Gapczynski | 2012-08-19 | 1 | -23/+45 |
| | | | | source shows up. This is the end of the share_api branch, moving to master. | ||||
* | Large refactoring to allow for the same item to be shared to a group and ↵ | Michael Gapczynski | 2012-08-19 | 1 | -85/+164 |
| | | | | again with a user in the group with different permissions | ||||
* | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 1 | -8/+21 |
| | |||||
* | Fix problems exposed by tests | Michael Gapczynski | 2012-08-15 | 1 | -27/+16 |
| | |||||
* | Change to correct function call getItemSharedWithBySource() | Michael Gapczynski | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Remove setTarget() function, changing target names only leads to confusion | Michael Gapczynski | 2012-08-14 | 1 | -38/+0 |
| | |||||
* | Ensure permissions can't be escalated during a reshare | Michael Gapczynski | 2012-08-14 | 1 | -7/+12 |
| | |||||
* | Use if instead of switch for detecting share type and throw exceptions when ↵ | Michael Gapczynski | 2012-08-14 | 1 | -63/+65 |
| | | | | setting permissions | ||||
* | Retrieve all file dependent items when looking for file item type | Michael Gapczynski | 2012-08-14 | 1 | -4/+11 |
| | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 2 | -1/+118 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php | ||||
| * | Backgroundjobs: Fix wrong var names | Jakob Sack | 2012-08-12 | 1 | -2/+2 |
| | | |||||
| * | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | | |||||
| * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | | |||||
| * | Backgroundjobs: rename ScheduledTask to QueuedTask | Jakob Sack | 2012-08-09 | 1 | -22/+23 |
| | | |||||
| * | Add public interface to background jobs | Jakob Sack | 2012-08-09 | 1 | -0/+116 |
| | | |||||
* | | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵ | Michael Gapczynski | 2012-08-12 | 1 | -2/+2 |
| | | | | | | | | constructor... | ||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 1 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php | ||||
| * | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -2/+2 |
| | | |||||
* | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 1 | -0/+1 |
| | | |||||
* | | Add back getItemSharedWithBySource(), some situtations require this ability | Michael Gapczynski | 2012-08-08 | 1 | -2/+13 |
| | | |||||
* | | adjust the query generation in getItems, to use placeholders | Bart Visscher | 2012-08-07 | 1 | -13/+31 |
| | | |||||
* | | Remove undefined return variable | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| | | |||||
* | | Select the correct column when searching for similar targets | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| | | |||||
* | | Set filePath variable | Michael Gapczynski | 2012-08-06 | 1 | -1/+2 |
| | | |||||
* | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -6/+9 |
| | | |||||
* | | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| | | |||||
* | | Make the file source path relative earlier | Michael Gapczynski | 2012-08-06 | 1 | -5/+5 |
| | | |||||
* | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -286/+284 |
| | | |||||
* | | Add additional check for post_deleteUser so we don't delete any non-user ↵ | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
| | | | | | | | | shares with the same name | ||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php | ||||
| * | Remove OC_App::register call in OCP\App::register | Jakob Sack | 2012-07-30 | 1 | -1/+1 |
| | | |||||
* | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -127/+199 |
| | | |||||
* | | Preparing for proper collection implementation | Michael Gapczynski | 2012-08-03 | 1 | -78/+74 |
| | | |||||
* | | Throw exception for items already shared in a collection | Michael Gapczynski | 2012-08-01 | 1 | -3/+4 |
| | | |||||
* | | Fix contact email share type redirection | Michael Gapczynski | 2012-08-01 | 1 | -2/+2 |
| | | |||||
* | | Throw exceptions in share API for UI to display | Michael Gapczynski | 2012-08-01 | 1 | -17/+26 |
| | | |||||
* | | Basic setup for sharing with contacts | Michael Gapczynski | 2012-08-01 | 1 | -0/+18 |
| | | |||||
* | | Include contacts in share with search | Michael Gapczynski | 2012-07-31 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 1 | -0/+15 |
|\| | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js | ||||
| * | declare OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -0/+15 |
| | | |||||
* | | Remove break, it broke the statuses :) | Michael Gapczynski | 2012-07-31 | 1 | -1/+0 |
| | | |||||
* | | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 5 | -41/+159 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php | ||||
| * | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 1 | -0/+11 |
| | | |||||
| * | Offer User and Group interfaces in public API | Arthur Schiwon | 2012-07-25 | 2 | -0/+62 |
| | | |||||
| * | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 |
| | | |||||
| * | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 |
| | | |||||
| * | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 |
| | | |||||
| * | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -22/+0 |
| | | |||||
* | | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks | Michael Gapczynski | 2012-07-14 | 1 | -0/+4 |
| | |