summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'master' into subadminGeorg Ehrke2012-07-1541-517/+737
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | add another file which was missing in the previous commitGeorg Ehrke2012-07-151-0/+23
| * | | | | | | | | | subadmins can now add usersGeorg Ehrke2012-07-157-59/+149
| * | | | | | | | | | fix merge conflictsGeorg Ehrke2012-07-11189-442/+2354
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | some work on subadminsGeorg Ehrke2012-07-095-11/+178
| * | | | | | | | | | | add group_admin tableGeorg Ehrke2012-07-071-0/+26
| * | | | | | | | | | | Merge branch 'master' into subadminGeorg Ehrke2012-07-0591-1016/+1771
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into oc_errorGeorg Ehrke2012-06-2720-132/+316
| |\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Fix used space calculation if shared folder does not exist, fixes bug oc-1331Michael Gapczynski2012-07-261-1/+6
* | | | | | | | | | | | | | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-265-34/+109
* | | | | | | | | | | | | | LDAP: some cleanupArthur Schiwon2012-07-261-3/+0
* | | | | | | | | | | | | | code styleArthur Schiwon2012-07-261-3/+3
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | fix errors like Failed opening required ownCloudcalendar/appinfo/remote.phpGeorg Ehrke2012-07-261-1/+1
* | | | | | | | | | | | | declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
* | | | | | | | | | | | | convert through caldav transmitted rgba calendarcolor to rgbGeorg Ehrke2012-07-261-1/+7
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-2644-8/+10405
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-2624-708/+959
* | | | | | | | | | | | | Updated styleLukas Reschke2012-07-261-1/+1
* | | | | | | | | | | | | Remove unused filesLukas Reschke2012-07-262-84/+0
* | | | | | | | | | | | | Check for admin userLukas Reschke2012-07-261-0/+1
* | | | | | | | | | | | | Updated packagesLukas Reschke2012-07-262-4/+2
* | | | | | | | | | | | | Create uniqid ETag for directoriesBart Visscher2012-07-254-1/+40
* | | | | | | | | | | | | Rename functionsBart Visscher2012-07-254-6/+6
* | | | | | | | | | | | | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-255-7/+26
* | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-2512-689/+949
* | | | | | | | | | | | | LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan...Arthur Schiwon2012-07-252-0/+14
* | | | | | | | | | | | | OpenID: fix include pathBart Visscher2012-07-251-1/+1
* | | | | | | | | | | | | LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-1/+1
* | | | | | | | | | | | | LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-5/+5
* | | | | | | | | | | | | LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-1/+1
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-1/+1
* | | | | | | | | | | | | remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-1/+0
* | | | | | | | | | | | | code styleArthur Schiwon2012-07-251-2/+3
* | | | | | | | | | | | | LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
* | | | | | | | | | | | | LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
* | | | | | | | | | | | | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-255-372/+479
* | | | | | | | | | | | | method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
* | | | | | | | | | | | | LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
* | | | | | | | | | | | | provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
* | | | | | | | | | | | | LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-253-44/+46
* | | | | | | | | | | | | Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
* | | | | | | | | | | | | Support for OCA namespaceArthur Schiwon2012-07-252-1/+2
* | | | | | | | | | | | | LDAP: switch user backend from extending class OC_User_Backend to implementin...Arthur Schiwon2012-07-251-1/+24
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1