Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LDAP: add Test Configuration functionality in the settings | Arthur Schiwon | 2012-07-26 | 4 | -1/+71 |
| | |||||
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵ | Arthur Schiwon | 2012-07-26 | 5 | -34/+109 |
| | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. | ||||
* | LDAP: some cleanup | Arthur Schiwon | 2012-07-26 | 1 | -3/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-26 | 1 | -3/+3 |
| | |||||
* | convert through caldav transmitted rgba calendarcolor to rgb | Georg Ehrke | 2012-07-26 | 1 | -1/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-26 | 5 | -0/+239 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-26 | 6 | -42/+155 |
| | |||||
* | Updated packages | Lukas Reschke | 2012-07-26 | 2 | -4/+2 |
| | |||||
* | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-25 | 2 | -14/+35 |
| | |||||
* | LDAP: check if php-ldap is installed. If not, give an error output. FIX: ↵ | Arthur Schiwon | 2012-07-25 | 2 | -0/+14 |
| | | | | blank Users page when the module is not installed. | ||||
* | 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 ↵ | Arthur Schiwon | 2012-07-25 | 5 | -372/+479 |
| | | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly. | ||||
* | LDAP: group backend now implements the interface, does not inherit backend class | Arthur Schiwon | 2012-07-25 | 1 | -1/+14 |
| | |||||
* | 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 | 2 | -1/+2 |
| | |||||
* | LDAP: switch user backend from extending class OC_User_Backend to ↵ | Arthur Schiwon | 2012-07-25 | 1 | -1/+24 |
| | | | | implementing OC_User_Interface for improved flexibility | ||||
* | LDAP: pass user backend as instance, not classname | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | move some openid files to 3rdparty | Robin Appelman | 2012-07-24 | 5 | -2036/+3 |
| | |||||
* | fix broken properties in the database | Bjoern Schiessle | 2012-07-23 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | | | This reverts commit 3937d19fa2ef3da2719d0425ce02707d0345960c. | ||||
* | 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 |
| | |||||
* | CSRF protection for eventsource | Robin Appelman | 2012-07-22 | 1 | -0/+2 |
| | |||||
* | progressbar for New->From Url | Robin Appelman | 2012-07-22 | 2 | -27/+65 |
| | |||||
* | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 1 | -0/+5 |
| | |||||
* | 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 |
| |