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
2015-04-09LDAP Wizard OverhaulArthur Schiwon
2015-02-05no fruitless count attempts, and notification should disappearArthur Schiwon
2015-01-14update user or group count only, when the multiselect is closedArthur Schiwon
2015-01-14allow to read again objectclasses and groups under certain conditionsArthur Schiwon
2015-01-13JS cleanupArthur Schiwon
2014-11-22make scrutinizer happier and always count users on assisted mode, even with x...Arthur Schiwon
2014-11-21make updateCount work properly with new xp'd mode as well as withoutArthur Schiwon
2014-11-20trigger count on the correct filterArthur Schiwon
2014-11-20use underscore.js for undefined checksArthur Schiwon
2014-11-20JS docArthur Schiwon
2014-11-20detectors (email, displayname..) are now started in one place, triggered from...Arthur Schiwon
2014-11-20detect user display name attribute and return user count depending on its pre...Arthur Schiwon
2014-10-29on xp'ed mode and switching configurations: save raw mode instead of toggling...Arthur Schiwon
2014-10-15remove debug outputArthur Schiwon
2014-10-15instead of dis/enabling tabs on save, cancel tab change. avoids noisy uiArthur Schiwon
2014-10-15show busy cursor and lock tabs on saveArthur Schiwon
2014-10-14show Spinner when stuff is being savedArthur Schiwon
2014-10-10show a spinner next to test filter button when the test is runningArthur Schiwon
2014-10-10always abort running ajax request when the method is fired up againArthur Schiwon
2014-10-10coding style, no effective code changesArthur Schiwon
2014-10-09fix triggering of group update counts. improves the basic code which is also ...Arthur Schiwon
2014-10-08smaller corrections to make scruitinizer happier, no effective changesArthur Schiwon
2014-10-08rename internal var name to avoid collisionArthur Schiwon
2014-10-08confirmation before switching to assisted mode when admin is experiencedArthur Schiwon
2014-10-08user and group counts are only upated on demand in experienced modeArthur Schiwon
2014-10-08Objectlasses, Groups and Attributes are now loaded only in assisted mode and ...Arthur Schiwon
2014-10-07sets user filters to raw mode when marking user as experiencedArthur Schiwon
2014-08-29trigger email detection by Wizard upon any user filter filter change. before ...Arthur Schiwon
2014-05-29fully translatable user_webdavVolkan Gezer
2014-05-27forgotten infobox messages translationsVolkan Gezer
2014-05-25make user_ldap fully translatableVolkan Gezer
2014-04-23fixing some JSHint warningsThomas Müller
2014-04-11Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon
2014-03-07Moved LdapFilter into a separate js file in user_ldap.ben-denham
2014-03-07Added improved version of patch by @blizzz in https://github.com/owncloud/cor...ben-denham
2014-02-10Wizard: enable base DN for editing, if not base DN could have been detected. ...Arthur Schiwon
2013-12-04LDAP Wizard: don't generate filter when not allowedArthur Schiwon
2013-12-04some equals are more equal than other equalsArthur Schiwon
2013-12-04LDAP Wizard: make sure auto-detected suggestions are really applied initially...Arthur Schiwon
2013-12-04LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ju...Arthur Schiwon
2013-11-27Merge pull request #5955 from owncloud/fix5863blizzz
2013-11-20LDAP Wizard: proper behaviour for raw filter input. remember the editing mode...Arthur Schiwon
2013-11-14LDAP Wizard: move raw login filter field from advanced tab to login filter ta...Arthur Schiwon
2013-11-13LDAP Wizard: make 'Configuration OK' and 'Help' texts grey so they don't take...Arthur Schiwon
2013-11-13LDAP Wizard: introduce configuration status indicator, fixes #5741Arthur Schiwon
2013-11-11LDAP Wizard: make UI behaviour more consistent and more pleasant when determi...Arthur Schiwon
2013-11-11LDAP Wizard: determine port without credentials. don't hide the port input fieldArthur Schiwon
2013-11-08LDAP Wizard: keep Base DN always visibleArthur Schiwon
2013-11-07Merge pull request #5682 from owncloud/fix5585blizzz
2013-11-05allows agent and password or neither agent nor passwordmiicha