summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-07-302-1/+44
| * Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-1/+2
| * Methods to disable and enable usersTom Needham2012-07-291-2/+35
| * [tx-robot] updated from transifexJenkins for ownCloud2012-07-295-0/+81
| * [tx-robot] updated from transifexJenkins for ownCloud2012-07-281-0/+20
| * Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-271-1/+1
| * Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-261-1/+1
| * Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-261-31/+36
| * fix spelling failGeorg Ehrke2012-07-261-1/+1
| * Smarter remove of etag properties for pathBart Visscher2012-07-262-3/+18
| * Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
| * Merge branch 'master' into subadminGeorg Ehrke2012-07-2636-849/+1499
| |\
| | * declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
| | * Create uniqid ETag for directoriesBart Visscher2012-07-254-1/+40
| | * Rename functionsBart Visscher2012-07-254-6/+6
| * | add some hooks for subadminsGeorg Ehrke2012-07-211-1/+24
| * | Merge branch 'master' into subadminGeorg Ehrke2012-07-2136-170/+235
| |\ \
| * \ \ Merge branch 'master' into subadminGeorg Ehrke2012-07-201-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into subadminGeorg Ehrke2012-07-203-20/+23
| |\ \ \ \
| * | | | | add isGroupAccessible in OC_SubAdminGeorg Ehrke2012-07-191-0/+7
| * | | | | add some doc for lib/subadmin.phpGeorg Ehrke2012-07-191-1/+14
| * | | | | add isUserAccessible method to OC_SubAdmin classGeorg Ehrke2012-07-191-0/+13
| * | | | | add checkSubAdminUser method to OC_JSON classGeorg Ehrke2012-07-181-0/+12
| * | | | | Merge branch 'master' into subadminGeorg Ehrke2012-07-184-8/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into subadminGeorg Ehrke2012-07-153-29/+31
| |\ \ \ \ \ \
| * | | | | | | subadmins can now add usersGeorg Ehrke2012-07-153-19/+39
| * | | | | | | fix merge conflictsGeorg Ehrke2012-07-1120-61/+278
| |\ \ \ \ \ \ \
| * | | | | | | | some work on subadminsGeorg Ehrke2012-07-093-1/+141
| * | | | | | | | Merge branch 'master' into subadminGeorg Ehrke2012-07-0513-79/+220
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into oc_errorGeorg Ehrke2012-06-275-29/+45
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-254-6/+25
| * | | | | | | | | | method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| * | | | | | | | | | provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| * | | | | | | | | | Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
| * | | | | | | | | | remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| * | | | | | | | | | Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| * | | | | | | | | | define an interface for the Group BackendArthur Schiwon2012-07-253-5/+91
| * | | | | | | | | | define an interface for the User BackendArthur Schiwon2012-07-253-3/+72
| * | | | | | | | | | add the calls for the new keyserver. Still not connectect to the encryption s...Frank Karlitschek2012-07-241-4/+81