summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-25/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-222-4/+4
|
* 4.5 alpha 1Frank Karlitschek2012-08-211-2/+2
|
* Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-1/+1
|
* Bump version number for Share APIMichael Gapczynski2012-08-191-1/+1
|
* Merge branch 'share_api'Michael Gapczynski2012-08-1911-23/+1181
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Refactor again so we can tell what item is being reshared in case the same ↵Michael Gapczynski2012-08-191-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 Gapczynski2012-08-191-85/+164
| | | | | | | | again with a user in the group with different permissions
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-162-10/+23
| |
| * Fix problems exposed by testsMichael Gapczynski2012-08-151-27/+16
| |
| * Add tests for Share API, all tests passing :)Michael Gapczynski2012-08-151-4/+4
| |
| * Change to correct function call getItemSharedWithBySource()Michael Gapczynski2012-08-141-1/+1
| |
| * Remove setTarget() function, changing target names only leads to confusionMichael Gapczynski2012-08-141-38/+0
| |
| * Ensure permissions can't be escalated during a reshareMichael Gapczynski2012-08-141-7/+12
| |
| * Use if instead of switch for detecting share type and throw exceptions when ↵Michael Gapczynski2012-08-141-63/+65
| | | | | | | | setting permissions
| * Retrieve all file dependent items when looking for file item typeMichael Gapczynski2012-08-141-4/+11
| |
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-1421-82/+568
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ↵Michael Gapczynski2012-08-121-2/+2
| | | | | | | | | | | | constructor...
| * | Bump up version numberMichael Gapczynski2012-08-091-1/+1
| | |
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-098-164/+230
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php
| * | | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-0/+1
| | | |
| * | | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
| | | |
| * | | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
| | | |
| * | | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
| | | |
| * | | Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
| | | |
| * | | Remove undefined return variableMichael Gapczynski2012-08-071-1/+1
| | | |
| * | | Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
| | | |
| * | | Set filePath variableMichael Gapczynski2012-08-061-1/+2
| | | |
| * | | Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
| | | |
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-1/+1
| | | |
| * | | Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
| | | |
| * | | Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
| | | |
| * | | Add additional check for post_deleteUser so we don't delete any non-user ↵Michael Gapczynski2012-08-061-2/+2
| | | | | | | | | | | | | | | | shares with the same name
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0615-37/+307
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-061-127/+199
| | | | |
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-031-78/+74
| | | | |
| * | | | Throw exception for items already shared in a collectionMichael Gapczynski2012-08-011-3/+4
| | | | |
| * | | | Fix contact email share type redirectionMichael Gapczynski2012-08-011-2/+2
| | | | |
| * | | | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-17/+26
| | | | |
| * | | | Basic setup for sharing with contactsMichael Gapczynski2012-08-011-0/+18
| | | | |
| * | | | Include contacts in share with searchMichael Gapczynski2012-07-311-0/+3
| | | | |
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-3120-50/+534
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * | | | | Remove break, it broke the statuses :)Michael Gapczynski2012-07-311-1/+0
| | | | | |
| * | | | | Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-07-309-29/+26
| | | | | |
| * | | | | Change is_writable() call to isUpdatable()Michael Gapczynski2012-07-251-1/+1
| | | | | |
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-2559-1034/+1803
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-5/+13
| | | | | | |
| * | | | | | Missed a is_readable() call in local filestorageMichael Gapczynski2012-07-241-1/+1
| | | | | | |
| * | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-245-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is_writable()
| * | | | | | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooksMichael Gapczynski2012-07-141-0/+4
| | | | | | |