Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 4 | -1/+40 | |
* | | | | | | | | | | | | Rename functions | Bart Visscher | 2012-07-25 | 4 | -6/+6 | |
* | | | | | | | | | | | | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 5 | -7/+26 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-25 | 12 | -689/+949 | |
* | | | | | | | | | | | | LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan... | Arthur Schiwon | 2012-07-25 | 2 | -0/+14 | |
* | | | | | | | | | | | | OpenID: fix include path | Bart Visscher | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | LDAP: replace deprecated constant | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | LDAP: remove debug output | Arthur Schiwon | 2012-07-25 | 1 | -4/+0 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -5/+5 | |
* | | | | | | | | | | | | LDAP: remove obsolete require_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | remove unnecessary debug output | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+0 | |
* | | | | | | | | | | | | code style | Arthur Schiwon | 2012-07-25 | 1 | -2/+3 | |
* | | | | | | | | | | | | LDAP: adjust test after refactoring | Arthur Schiwon | 2012-07-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | LDAP: silence warning, but handle the error | Arthur Schiwon | 2012-07-25 | 1 | -1/+6 | |
* | | | | | | | | | | | | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec... | Arthur Schiwon | 2012-07-25 | 5 | -372/+479 | |
* | | | | | | | | | | | | method not used externally, thus not needed in interface | Arthur Schiwon | 2012-07-25 | 1 | -10/+0 | |
* | | | | | | | | | | | | LDAP: group backend now implements the interface, does not inherit backend class | Arthur Schiwon | 2012-07-25 | 1 | -1/+14 | |
* | | | | | | | | | | | | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 2 | -1/+38 | |
* | | | | | | | | | | | | LDAP: put app under the OCA\user_ldap\ namespace | Arthur Schiwon | 2012-07-25 | 3 | -44/+46 | |
* | | | | | | | | | | | | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -0/+3 | |
* | | | | | | | | | | | | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 2 | -1/+2 | |
* | | | | | | | | | | | | LDAP: switch user backend from extending class OC_User_Backend to implementin... | Arthur Schiwon | 2012-07-25 | 1 | -1/+24 | |
* | | | | | | | | | | | | remove only internally used function from interface | Arthur Schiwon | 2012-07-25 | 1 | -9/+0 | |
* | | | | | | | | | | | | Offer User and Group interfaces in public API | Arthur Schiwon | 2012-07-25 | 2 | -0/+62 | |
* | | | | | | | | | | | | LDAP: pass user backend as instance, not classname | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | define an interface for the Group Backend | Arthur Schiwon | 2012-07-25 | 3 | -5/+91 | |
* | | | | | | | | | | | | define an interface for the User Backend | Arthur Schiwon | 2012-07-25 | 3 | -3/+72 | |
* | | | | | | | | | | | | add the calls for the new keyserver. Still not connectect to the encryption s... | Frank Karlitschek | 2012-07-24 | 1 | -4/+81 | |
* | | | | | | | | | | | | migrate the webapps call to ocs | Frank Karlitschek | 2012-07-24 | 1 | -54/+0 | |
* | | | | | | | | | | | | some indention fixes | Robin Appelman | 2012-07-24 | 9 | -183/+152 | |
* | | | | | | | | | | | | move some openid files to 3rdparty | Robin Appelman | 2012-07-24 | 5 | -3/+3 | |
* | | | | | | | | | | | | use dummy user backend for oc_cache_file tests | Robin Appelman | 2012-07-23 | 1 | -6/+14 | |
* | | | | | | | | | | | | add option to clear user backends | Robin Appelman | 2012-07-23 | 1 | -1/+7 | |
* | | | | | | | | | | | | create a user for Test_Cache_File to allow unit tesing within ci | Thomas Mueller | 2012-07-23 | 1 | -1/+8 | |
* | | | | | | | | | | | | make it generic and implement a dummy call for quota set | Frank Karlitschek | 2012-07-23 | 1 | -27/+74 | |
* | | | | | | | | | | | | first part of the new new OCS CLOUD module. So far only quota is implemented. | Frank Karlitschek | 2012-07-23 | 2 | -420/+473 | |
* | | | | | | | | | | | | fix broken properties in the database | Bjoern Schiessle | 2012-07-23 | 2 | -3/+3 | |
* | | | | | | | | | | | | quick fix for broken properties | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 | |
* | | | | | | | | | | | | update routine to fix broken file properties in db | Bjoern Schiessle | 2012-07-23 | 2 | -1/+12 | |
* | | | | | | | | | | | | Remove unused ajax file. | Thomas Tanghus | 2012-07-23 | 1 | -46/+0 | |
* | | | | | | | | | | | | Cache DOM lookups, general cleanup. | Thomas Tanghus | 2012-07-23 | 1 | -113/+132 | |
* | | | | | | | | | | | | Cleaner event handling. | Thomas Tanghus | 2012-07-23 | 1 | -13/+8 | |
* | | | | | | | | | | | | No need to set checksum on PHOTO. | Thomas Tanghus | 2012-07-23 | 1 | -15/+4 | |
* | | | | | | | | | | | | Cleaner variable handling. | Thomas Tanghus | 2012-07-23 | 1 | -12/+6 | |
* | | | | | | | | | | | | Make sure notifier cleans up. | Thomas Tanghus | 2012-07-23 | 1 | -12/+16 | |
* | | | | | | | | | | | | Revert "No need to set checksum for PHOTO." | Thomas Tanghus | 2012-07-23 | 2 | -49/+101 |