summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix the User_LDAP appJoas Schilling2016-09-124-12/+12
|
* Fix phpdocRoeland Jago Douma2016-08-291-1/+1
|
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-297-11/+7
|
* Add unit testsLukas Reschke2016-08-151-7/+3
|
* change casing in section display namesArthur Schiwon2016-08-131-1/+1
|
* rename IAdmin to ISettings, the interface is not bound to a specific ↵Arthur Schiwon2016-08-111-2/+2
| | | | settings scope
* more admin page splitup improvementsArthur Schiwon2016-08-101-31/+9
| | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method
* Initial work on Apps page split:Arthur Schiwon2016-08-092-0/+182
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Merge pull request #590 from ↵Morris Jobke2016-07-281-2/+8
|\ | | | | | | | | nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName Fix undefined OfflineUser::composeAndStoreDisplayName()
| * [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes ↵Thomas Müller2016-07-271-2/+8
| | | | | | | | #23248
* | Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonloginLukas Reschke2016-07-281-1/+4
|\ \ | | | | | | Prevent setting email and triggering events at login time (#25553)
| * | Prevent setting email and triggering events at login time (#25553)Vincent Petry2016-07-271-1/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary.
* | Nextcloud license header for new filesroot2016-07-283-24/+31
| |
* | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-271-1/+1
|\|
| * Merge pull request #349 from nextcloud/ldab-groupOfUniqueNamesblizzz2016-07-261-1/+1
| |\ | | | | | | add groupOfUniqueNames as valid group object class
| | * add groupOfUniqueNames as valid group object classRobin Appelman2016-07-081-1/+1
| | |
* | | comments amendedroot2016-07-272-2/+2
| | |
* | | final changesroot2016-07-273-15/+12
| | |
* | | New LDAPProvider for user_ldaproot2016-07-2210-65/+442
|/ /
* | Update with robinJoas Schilling2016-07-214-4/+4
| |
* | Fix apps/Joas Schilling2016-07-2135-70/+109
| |
* | Escape special characters (#25429)Aaron Wood2016-07-202-3/+5
|/ | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
* Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-0/+4
|\ | | | | check if renamed user is still valid by reapplying the ldap filter
| * check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm2016-07-041-0/+4
| |
* | Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
|/
* Fix null pointer exception in user_ldap (#25062)Jörn Friedrich Dreyer2016-06-211-1/+8
|
* Use proper namespaces - fixes #25078 (#25079)Thomas Müller2016-06-131-1/+2
|
* Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
|
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-2/+6
| | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
* Update license headersLukas Reschke2016-05-2635-52/+79
|
* Last instances of lowercase user_ldapJoas Schilling2016-05-251-2/+2
|
* Fix several minor issuesJoas Schilling2016-05-254-11/+9
|
* Move Job to a better class nameJoas Schilling2016-05-251-3/+5
|
* Move Access to PSR-4Joas Schilling2016-05-256-12/+4
|
* Move BackendUtility to PSR-4Joas Schilling2016-05-253-3/+3
|
* Move Configuration to PSR-4Joas Schilling2016-05-255-6/+5
|
* Move Connection to PSR-4Joas Schilling2016-05-255-8/+6
|
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-255-5/+8
|
* Move Helper to PSR-4Joas Schilling2016-05-2510-16/+13
|
* Move interface to PSR-4Joas Schilling2016-05-259-9/+3
|
* Move LDAP to PSR-4Joas Schilling2016-05-254-5/+6
|
* Move LDAP Utility to PSR-4Joas Schilling2016-05-254-2/+5
|
* Move LogWrapper to PSR-4Joas Schilling2016-05-255-6/+6
|
* Move Proxy to PSR-4Joas Schilling2016-05-253-4/+7
|
* lib/userJoas Schilling2016-05-251-1/+2
|
* Move wizardJoas Schilling2016-05-252-2/+7
|
* Move lib\user to PSR-4Joas Schilling2016-05-2511-29/+27
|
* Move User_LDAP and User_Proxy to PSR-4Joas Schilling2016-05-256-5/+742
|
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-254-4/+1104
|
* Move Command namespace to PSR-4Joas Schilling2016-05-258-0/+776
|