summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-201-1/+2
|
* Happy new year!Thomas Müller2016-01-125-6/+5
|
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* Remove unneeded upgrade codeMorris Jobke2015-12-151-16/+0
| | | | stable8.2 has version 0.7.0 of the user_ldap app
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-052-0/+3
|
* Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-024-4/+7
|
* Merge pull request #18244 from owncloud/fix-issue-17677blizzz2015-08-242-1/+11
|\ | | | | Fix 17677 - Remove LDAP case sensitive checkbox
| * Spaces -> tabsLennart Rosam2015-08-221-6/+6
| |
| * Remove if-block as the helper does return the empty prefixLennart Rosam2015-08-211-5/+0
| |
| * Add database update routine and bump version to 0.6.2Lennart Rosam2015-08-192-1/+16
| |
* | Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-0/+7
|\ \ | |/ |/| allow login names to be used for s2s with LDAP users
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+7
| |
* | Only throw exception if on new LDAP setupsMorris Jobke2015-07-291-0/+26
| | | | | | | | | | * this is done by setting enforce_home_folder_naming_rule for the user_ldap app in the app settings
* | Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ \ | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * | Bump versionsLukas Reschke2015-07-021-1/+1
| | |
* | | [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/ / | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* / update license headers and authorsMorris Jobke2015-06-251-1/+0
|/
* LDAP Wizard OverhaulArthur Schiwon2015-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wizard refactor reimplement save spinners and cursor implement Port detector introduced detector queue, added base dn detector disable input fields when detectors are running introduce spinners for fields that are being updated by detector cache jq element objects consolidate processing of detector results in generic / abstract base class display notification if a detector discovered a problem don't run base dn detector if a base is configured reset detector queue on configuration switch implement functionality check and update of status indicator document ConfigModel jsdoc for controller and main view more documentation implement the user filter tab view so far the multiselects get initialized (not filled yet) and the mode can be switched. mode is also restored. reintroduce filter switch confirmation in admin XP mode new detector for user object classes. so we also load user object classes if necessary and are able to save and show the setting. multiselect trigger save actions now on close only show spinners automatically, when a detector is running 20k limit for object classes preselection test adjust wordings, fix grammar add group (for users tab) detector also includes wording fixes error presentation moved from detectors to view, where it belongs add info label to users page missing wording changes show effective LDAP filter in Assisted Mode add user filter detector implement count button for users and limit all count actions to 1001 for performance reasons make port field a bit bigger. not perfect though. do not detect port automatically implement login filter tab view only load features in assisted mode and don't enable assisted fields while in raw mode add tooltips on login filter checkbox options for better understanding permanently show filter on login tab and also compile login filter in assisted mode test/verify button on login attributes tab, with backend changes. only run wizard requests if your an active tab. also run compile filter requests when switching to assisted mode underline toggle filter links to stress that they are clickable unity user and group tab functionality in common abstract class, add group filter tab view. only detectors and template adjustments left to have group tab implementation complete add object class and group detector for groups as well as filter composer show ldap filter permanently on groups tab introduce input element that can deal better with many groups, will be used with > 40 fix disabling complex group chooser while detection is running hide complex group chooser on config switch fix few more issues with complex chooser make complex group chooser available on Users tab as well detect base dn improvements/changes: - do not look for Base DN automatically, offer a button instead - fix for alternative way to detect a base dn (if agent dn is not given) - do not trigger filter composers on config switch Changes with configuration chooser controls - "New" was removed out of the configuration list - and split into buttons "add" and "copy" - delete button is also now an icon add test button for Base DN reimplement advanced tab. The save button is gone. reimplement expert tab remove unused methods implement mail attribute detector implement user display name attribute detection implement member group association detector replace text input with textarea for raw filter input finish functionality check auto-enable good configurations, as it was before cleanup move save confirmation handling to base class, reduces code duplication enable tabs only if no running save processes are left. move onConfigLoaded to base class, avoids code duplication simplify, save LOCs Test Configuration button to be dealt with in main view as it is a cross-tab element require detectorQueue in constructor cleanup put bootstrap into a function and thus make it testable get rid of old stuff
* Update license headersJenkins for ownCloud2015-03-264-29/+81
|
* fix PHP warnings when using occ with some LDAP commandsArthur Schiwon2015-03-231-3/+3
|
* Revert "Updating license headers"Morris Jobke2015-02-264-79/+33
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-234-33/+79
|
* no update routine needed from OC 7 to 8Arthur Schiwon2015-02-032-49/+1
|
* encryption requires openssl and user_ldap requires ldap :speak_no_evil:Thomas Müller2015-02-021-0/+3
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
|
* inject DB Connection to user managerArthur Schiwon2015-01-071-2/+5
|
* inject IDateTimeFormatter to show-remnants commandArthur Schiwon2015-01-061-1/+3
|
* inject oc config to User_LDAPArthur Schiwon2015-01-062-6/+10
|
* smaller fixes: coding style, PHPdoc, typos and few for DIArthur Schiwon2015-01-061-3/+5
|
* planned refactorings for OC 8Arthur Schiwon2014-12-201-8/+12
|
* basic adjustments for OC 8. I.e. no visible issues, LDAP tests pass.Arthur Schiwon2014-12-201-4/+6
|
* LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon2014-12-194-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP User Cleanup background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements Conflicts: apps/user_ldap/ajax/clearMappings.php apps/user_ldap/appinfo/app.php apps/user_ldap/lib/access.php apps/user_ldap/lib/helper.php apps/user_ldap/tests/helper.php core/register_command.php lib/private/preferences.php lib/private/user.php add ldap:check-user to check user existance on the fly Conflicts: apps/user_ldap/lib/helper.php forgotten file PHPdoc fixes, no code change and don't forget to adjust tests
* Split mapping from Access and Helper classes into it's own. Fully test them, ↵Arthur Schiwon2014-12-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-14/+16
|
* Forward port of #12493Arthur Schiwon2014-12-041-0/+1
| | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on
* Merge pull request #11362 from mark0n/rm_ldap_conf_cliblizzz2014-11-041-0/+1
|\ | | | | Add a CLI command that deletes an LDAP config
| * Add a CLI command that deletes an LDAP configMartin Konrad2014-09-301-0/+1
| | | | | | | | | | With this change LDAP configurations can be managed completely from the command line.
* | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | Merge pull request #11478 from owncloud/fix-11448blizzz2014-10-162-3/+3
|\ \ | | | | | | LDAP: add setting to wizard that disables auto-detection and enables raw mode
| * | bump versionArthur Schiwon2014-10-091-1/+1
| | |
| * | must be empty not autoArthur Schiwon2014-10-071-2/+2
| |/
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-1/+1
| | | | | | | | | | | | This allows to have links to different doc base URLs a.
* | Updated info.xml with descriptionMTRichards2014-10-081-3/+3
|/ | | Updated the description of the app for the app panel.
* Add a CLI command that creates an empty LDAP configMartin Konrad2014-09-291-0/+1
| | | | | This is needed to configure the user_ldap app without using the wizard (e.g. using tools like Puppet).
* update encryption doc linkVolkan Gezer2014-09-181-1/+1
| | | | | | I don't know how we missed to update this :/ update ldap doc link
* Add routing to user_ldapLukas Reschke2014-08-191-0/+22
|