Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-29 | 9 | -5/+73 |
| | |||||
* | Correction for 'Fix group detection for sharing in case username contains ↵ | Michael Gapczynski | 2012-07-28 | 1 | -3/+6 |
| | | | | '@', fix for oc-1270' | ||||
* | Remove delete tipsy if file is deleted, fixes bug oc-958 | Michael Gapczynski | 2012-07-27 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-28 | 4 | -27/+77 |
| | |||||
* | Set filter to empty if not set by Ampache client | Michael Gapczynski | 2012-07-27 | 1 | -3/+2 |
| | |||||
* | Set the user id when authenticating user for Ampache, fixes bug oc-219 | Michael Gapczynski | 2012-07-27 | 1 | -0/+2 |
| | |||||
* | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-27 | 2 | -2/+7 |
| | |||||
* | Only call mkdir() if the root folder does not exist for FTP external storage | Michael Gapczynski | 2012-07-27 | 1 | -2/+3 |
| | |||||
* | Merge commit 'refs/merge-requests/76' of ↵ | Georg Ehrke | 2012-07-27 | 1 | -0/+4 |
|\ | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/76 | ||||
| * | Server verhindert beim OSX Client einen Delete | Steven | 2012-02-13 | 1 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-07-27 | 19 | -184/+635 |
| | | |||||
* | | 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 |
| | |