Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-20backport of #11494Arthur Schiwon
2014-10-10Prevent button click when enter key is pressed in LDAP wizardVincent Petry
2014-10-09Backport of #10527Arthur Schiwon
2014-08-28Merge pull request #10631 from owncloud/fixWizardTest_stable6blizzz
2014-08-26fix wizard test, adjust to changed parameters of the tested method, introduce...Arthur Schiwon
2014-08-15Merge pull request #10034 from owncloud/remove-es_MX-from-stable6Lukas Reschke
2014-08-11backport of #9848Jean-Louis Dupond
2014-07-30remove language es_MXThomas Müller
2014-07-22Merge pull request #9575 from owncloud/fix-7038Vincent Petry
2014-07-16Hack to avoid Agent DN + Password being overwritten by some ugly browsers wit...Arthur Schiwon
2014-07-11don't trigger update from checkPassword, it is already called by userExists, ...Arthur Schiwon
2014-06-20Backport subset of #4179, re-established Oracle compatibility for LDAPArthur Schiwon
2014-06-16remove unused vars; increase scrutinizer happinessArthur Schiwon
2014-06-16simplify two methods a bit, because they are not used for group search anymoreArthur Schiwon
2014-06-16make all this work in an early configuration state in the wizard by marking ...Arthur Schiwon
2014-06-16Wizard: get really all groups from LDAP by power of Paged SearchArthur Schiwon
2014-06-16fix PHPdocArthur Schiwon
2014-06-16consolidate requirement checkArthur Schiwon
2014-06-16LDAP Wizard: count users and groups with the power of paged searchArthur Schiwon
2014-06-16add method to count groups on LDAPArthur Schiwon
2014-06-16fix PHPdocArthur Schiwon
2014-06-16Merge pull request #8623 from owncloud/fix-8457blizzz
2014-05-28simpler and better readable assignmentArthur Schiwon
2014-05-16add unit test to make sure the infinite loop never comes backArthur Schiwon
2014-05-16set result entry identifier earlier, i.e. before a continue for the same leve...Arthur Schiwon
2014-05-14bump version and don't overwrite values on next update if not necessaryArthur Schiwon
2014-05-14get the correct version number for compare -.-Arthur Schiwon
2014-05-13LDAP: set filter mode to raw, so filters will not be changed and broken after...Arthur Schiwon
2014-04-23LDAP: getDisplayNamesInGroup is not an option for group backends anymoreArthur Schiwon
2014-04-23Backport of #8164ben-denham
2014-04-16add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon
2014-04-16LDAP: cache display names immediately on retrieval, saves tens of unecessary ...Arthur Schiwon
2014-04-16Backport of PR #7815, correct LDAP user count on setup with many usersArthur Schiwon
2014-04-11LDAP: fetch email from LDAP on userExists check as well (along to Quota and A...Arthur Schiwon
2014-04-09Backport of PR #7837 to stable6Arthur Schiwon
2014-04-03Meanwhile, the quota value is stored human-readable in the DBArthur Schiwon
2014-04-02more precise php docArthur Schiwon
2014-04-01add PHP docsArthur Schiwon
2014-03-28LDAP: Read email and quota when mapping user, fixes #7785Arthur Schiwon
2014-03-21add test for cloning and keeping configuration seperateArthur Schiwon
2014-03-21Use array_key_exists instead of isset, because the latter returns false if th...Arthur Schiwon
2014-03-21On clone create a new instance of the ConfigurationArthur Schiwon
2014-03-21Fix duplicate ipauniqueidRobin McCorkell
2014-03-21Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell
2014-03-04Fixed configkey casing for PostgreSQLVincent Petry
2014-02-28remove remaining testing artefactArthur Schiwon
2014-02-27intendetion. where did the whitespaces come from?Arthur Schiwon
2014-02-27LDAP: let proxy for multiple server access methods from AccessArthur Schiwon
2014-02-21LDAP: fix and extend testsArthur Schiwon
2014-02-21LDAP: improve compilation of filtersArthur Schiwon