Commit Graph

933 Commits (d16bb09aed51cce5dc08ba3f3bbd629b4351b3f0)

Author SHA1 Message Date
Jenkins for ownCloud 9385b97b5f [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud cf20de185c [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 17f5a18922 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 654a6e6c6a [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud b4a5093da8 [tx-robot] updated from transifex 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 years ago
Jenkins for ownCloud c591cf0836 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 3fc809dfd8 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 435672feaa [tx-robot] updated from transifex 12 years ago
Thomas Müller e0cac32442 fixing some JSHint warnings 12 years ago
Jenkins for ownCloud 3f453d1641 [tx-robot] updated from transifex 12 years ago
Arthur Schiwon c1c2f2c49e add additional comments, PHPdoc and check whether it's really applicable 12 years ago
Arthur Schiwon 1c71d5c444 LDAP: cache display names immediately on retrieval, saves tens of unecessary queries to LDAP server in the share dialog for example 12 years ago
Jenkins for ownCloud 4fe5ca1908 [tx-robot] updated from transifex 13 years ago
Bart Visscher 81751cb616 Add missing param hint 13 years ago
Jenkins for ownCloud 23f2c48a43 [tx-robot] updated from transifex 13 years ago
Bart Visscher bad41c05b8 Fix PHPdoc in user_ldap 13 years ago
Jenkins for ownCloud 2a2aabbdaf [tx-robot] updated from transifex 13 years ago
Robin McCorkell 8bb003868c Fix user_ldap default setting value 13 years ago
Jenkins for ownCloud 982d2bcc5b [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 329b8f3e99 [tx-robot] updated from transifex 13 years ago
Volkan Gezer d67cba973e Typo fix. 13 years ago
Arthur Schiwon 1c57ffa16f Give hint when composing filter failed 13 years ago
Arthur Schiwon e28227ecdc fix comparison in determineMode, fixes problems with restoring the filter mode (assisted or manually) on page refresh 13 years ago
Jenkins for ownCloud 36107e1bad [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 7c072510d3 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon dbebf6bb5e add comment to clearify when a skip in the foreach happens 13 years ago
Arthur Schiwon ee3368d2ad replace hardcoded limit of 400 with user controlled ldapPagingSize value 13 years ago
Arthur Schiwon 2e5adadad7 Put inner loop into own method, let's see whether it makes scrutinizer happier 13 years ago
Arthur Schiwon bdc418d1f9 var count is assigned in the inner loop so it must be checked inside there to be properly used as part of the exit condition of the outer loop 13 years ago
Arthur Schiwon 43402c56dd initialize variable 13 years ago
Arthur Schiwon 40f9875f11 LDAP: fix user report i.e. count for LDAP servers with really many users 13 years ago
Arthur Schiwon 8bb27551bd LDAP: make sure cache key for paged result cookie matches when limit or offset is null or 0 13 years ago
Jenkins for ownCloud 796f719548 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 2407321625 add tests for LDAP 13 years ago
Arthur Schiwon 142fc5f3af fix return value when a search string was passed to return integer instead of array 13 years ago
Arthur Schiwon 96cb75f5cf implement countUsersInGroup in LDAP group backend 13 years ago
Jenkins for ownCloud 4ad4b9768c [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud a9d49de465 [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 73dd5ff26c [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud 7a4a836abe [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud bfb0b9a044 [tx-robot] updated from transifex 13 years ago
Alexander Bergolth b158939283 adapt description of paging size configuration 13 years ago
Alexander Bergolth 0d9d70b51c change default ldap paging size to 500 13 years ago
Jan-Christoph Borchardt 25326b89da replace personalblock fieldset with section class in core user_ apps 13 years ago
Robin McCorkell 50dba97bde Miscellaneous text fixes for core apps 13 years ago
Jenkins for ownCloud 75d8de378c [tx-robot] updated from transifex 13 years ago
Jenkins for ownCloud abdc823bb6 [tx-robot] updated from transifex 13 years ago
Arthur Schiwon 422ccf4cdb add test for cloning and keeping configuration seperate 13 years ago
Arthur Schiwon 86d479cb28 Use array_key_exists instead of isset, because the latter returns false if the assigned value is null 13 years ago