summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
* | | | | | | | | | | | 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
* | | | | | | | | | | | migrate the webapps call to ocsFrank Karlitschek2012-07-241-54/+0
* | | | | | | | | | | | some indention fixesRobin Appelman2012-07-249-183/+152
* | | | | | | | | | | | move some openid files to 3rdpartyRobin Appelman2012-07-245-3/+3
* | | | | | | | | | | | use dummy user backend for oc_cache_file testsRobin Appelman2012-07-231-6/+14
* | | | | | | | | | | | add option to clear user backendsRobin Appelman2012-07-231-1/+7
* | | | | | | | | | | | create a user for Test_Cache_File to allow unit tesing within ciThomas Mueller2012-07-231-1/+8
* | | | | | | | | | | | make it generic and implement a dummy call for quota setFrank Karlitschek2012-07-231-27/+74
* | | | | | | | | | | | first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-232-420/+473
* | | | | | | | | | | | fix broken properties in the databaseBjoern Schiessle2012-07-232-3/+3
* | | | | | | | | | | | quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
* | | | | | | | | | | | update routine to fix broken file properties in dbBjoern Schiessle2012-07-232-1/+12
* | | | | | | | | | | | Remove unused ajax file.Thomas Tanghus2012-07-231-46/+0
* | | | | | | | | | | | Cache DOM lookups, general cleanup.Thomas Tanghus2012-07-231-113/+132
* | | | | | | | | | | | Cleaner event handling.Thomas Tanghus2012-07-231-13/+8
* | | | | | | | | | | | No need to set checksum on PHOTO.Thomas Tanghus2012-07-231-15/+4
* | | | | | | | | | | | Cleaner variable handling.Thomas Tanghus2012-07-231-12/+6
* | | | | | | | | | | | Make sure notifier cleans up.Thomas Tanghus2012-07-231-12/+16
* | | | | | | | | | | | Revert "No need to set checksum for PHOTO."Thomas Tanghus2012-07-232-49/+101