| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | No need to set checksum for PHOTO. | Thomas Tanghus | 2012-07-23 | 2 | -101/+49 |
* | Use insertContact | Thomas Tanghus | 2012-07-23 | 1 | -13/+4 |
* | Whitespace | Thomas Tanghus | 2012-07-23 | 1 | -2/+2 |
* | Fix oc-1163: gzdecode function not always defined | Bart Visscher | 2012-07-22 | 1 | -0/+10 |
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 4 | -0/+7 |
* | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 2 | -27/+65 |
* | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 2 | -3/+34 |
* | add option to only get fast cache | Robin Appelman | 2012-07-22 | 1 | -16/+41 |
* | add prefix option to OC_Cache::clear | Robin Appelman | 2012-07-22 | 6 | -12/+37 |
* | add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is avai... | Robin Appelman | 2012-07-22 | 1 | -0/+46 |
* | use file extension for determining mimetypes on default | Robin Appelman | 2012-07-22 | 3 | -39/+25 |
* | Added help for keyboard shortcuts. | Thomas Tanghus | 2012-07-22 | 3 | -6/+55 |
* | First stab at Ninja mode ;-) | Thomas Tanghus | 2012-07-21 | 1 | -1/+65 |
* | Improved scrollTo method. Still not quite there... | Thomas Tanghus | 2012-07-21 | 1 | -3/+3 |
* | Added next/previous methods to contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -0/+15 |
* | Remove wrong comment. | Thomas Tanghus | 2012-07-21 | 1 | -1/+1 |
* | Code style. One down... | Thomas Tanghus | 2012-07-21 | 1 | -174/+262 |
* | increase width of user migrates form in personal settings, so you can read th... | Georg Ehrke | 2012-07-21 | 1 | -1/+1 |
* | Merge branch 'master' into calendar_import | Georg Ehrke | 2012-07-21 | 356 | -1227/+1714 |
|\ |
|
| * | some style fixes for calendar | Georg Ehrke | 2012-07-21 | 1 | -1/+3 |
| * | Implemented undelete for contacts. | Thomas Tanghus | 2012-07-21 | 1 | -49/+71 |