summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* adding PK to table encryptionThomas Müller2014-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* Merge pull request #8842 from owncloud/ldap_cli_methodsThomas Müller2014-06-041-0/+11
|\ | | | | command line tools to see, modify and test existing LDAP configurations
| * Fix casing and PHPDocThomas Müller2014-06-031-3/+3
| |
| * command line tools to see, modify and test existing LDAP configurationsArthur Schiwon2014-06-031-0/+11
| |
* | fix parameter orderArthur Schiwon2014-06-031-2/+2
| |
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵Arthur Schiwon2014-06-031-1/+7
|/ | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master
* Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579Arthur Schiwon2014-06-022-13/+31
| | | | | | | | | | LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* Miscellaneous text fixes for core appsRobin McCorkell2014-03-261-2/+2
|
* LDAP: add documentation info in info.xmlArthur Schiwon2014-02-101-0/+3
|
* do not instantiate LDAP Proxy if there are no active configurationsArthur Schiwon2013-10-171-1/+1
|
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-042-87/+18
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-7/+7
| | | | inheriting it.
* merge master into backgroundjobRobin Appelman2013-06-023-4/+4
|\
| * Use !== and === in user_ldap app – Part 1kondou2013-04-203-4/+4
| |
* | Rework background job systemRobin Appelman2013-04-201-1/+1
|/
* LDAP: fancy version for release, no code changeArthur Schiwon2013-03-101-1/+1
|
* LDAP: orthograophy fixArthur Schiwon2013-03-041-1/+1
|
* LDAP: typos in app descriptionArthur Schiwon2013-03-042-3/+5
|
* Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
|
* Style cleanup user_ldapBart Visscher2013-02-142-2/+6
|
* LDAP: fix database cleanup in update scriptArthur Schiwon2013-02-092-3/+4
|
* LDAP: version bump -> clean up databaseArthur Schiwon2013-02-062-2/+5
|
* Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-313-13/+29
|\ | | | | LDAP: support for multiple LDAP/AD servers
| * spell checkThomas Mueller2013-01-311-2/+2
| |