Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the User_LDAP app | Joas Schilling | 2016-09-12 | 4 | -12/+12 |
| | |||||
* | Fix phpdoc | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 7 | -11/+7 |
| | |||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -7/+3 |
| | |||||
* | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 |
| | |||||
* | rename IAdmin to ISettings, the interface is not bound to a specific ↵ | Arthur Schiwon | 2016-08-11 | 1 | -2/+2 |
| | | | | settings scope | ||||
* | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -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 Schiwon | 2016-08-09 | 2 | -0/+182 |
| | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | Merge pull request #590 from ↵ | Morris Jobke | 2016-07-28 | 1 | -2/+8 |
|\ | | | | | | | | | nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName Fix undefined OfflineUser::composeAndStoreDisplayName() | ||||
| * | [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes ↵ | Thomas Müller | 2016-07-27 | 1 | -2/+8 |
| | | | | | | | | #23248 | ||||
* | | Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonlogin | Lukas Reschke | 2016-07-28 | 1 | -1/+4 |
|\ \ | | | | | | | Prevent setting email and triggering events at login time (#25553) | ||||
| * | | Prevent setting email and triggering events at login time (#25553) | Vincent Petry | 2016-07-27 | 1 | -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 files | root | 2016-07-28 | 3 | -24/+31 |
| | | |||||
* | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-27 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #349 from nextcloud/ldab-groupOfUniqueNames | blizzz | 2016-07-26 | 1 | -1/+1 |
| |\ | | | | | | | add groupOfUniqueNames as valid group object class | ||||
| | * | add groupOfUniqueNames as valid group object class | Robin Appelman | 2016-07-08 | 1 | -1/+1 |
| | | | |||||
* | | | comments amended | root | 2016-07-27 | 2 | -2/+2 |
| | | | |||||
* | | | final changes | root | 2016-07-27 | 3 | -15/+12 |
| | | | |||||
* | | | New LDAPProvider for user_ldap | root | 2016-07-22 | 10 | -65/+442 |
|/ / | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 4 | -4/+4 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 35 | -70/+109 |
| | | |||||
* | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 2 | -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-user | Vincent Petry | 2016-07-05 | 1 | -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) | felixboehm | 2016-07-04 | 1 | -0/+4 |
| | | |||||
* | | Cap LDAP user cache (#25323) | Jörn Friedrich Dreyer | 2016-07-04 | 1 | -13/+15 |
|/ | |||||
* | Fix null pointer exception in user_ldap (#25062) | Jörn Friedrich Dreyer | 2016-06-21 | 1 | -1/+8 |
| | |||||
* | Use proper namespaces - fixes #25078 (#25079) | Thomas Müller | 2016-06-13 | 1 | -1/+2 |
| | |||||
* | Use array_merge when reading cached groups members | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-05-30 | 1 | -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 headers | Lukas Reschke | 2016-05-26 | 35 | -52/+79 |
| | |||||
* | Last instances of lowercase user_ldap | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Fix several minor issues | Joas Schilling | 2016-05-25 | 4 | -11/+9 |
| | |||||
* | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -3/+5 |
| | |||||
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 6 | -12/+4 |
| | |||||
* | Move BackendUtility to PSR-4 | Joas Schilling | 2016-05-25 | 3 | -3/+3 |
| | |||||
* | Move Configuration to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -6/+5 |
| | |||||
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -8/+6 |
| | |||||
* | Move FilesystemHelper to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -5/+8 |
| | |||||
* | Move Helper to PSR-4 | Joas Schilling | 2016-05-25 | 10 | -16/+13 |
| | |||||
* | Move interface to PSR-4 | Joas Schilling | 2016-05-25 | 9 | -9/+3 |
| | |||||
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -5/+6 |
| | |||||
* | Move LDAP Utility to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -2/+5 |
| | |||||
* | Move LogWrapper to PSR-4 | Joas Schilling | 2016-05-25 | 5 | -6/+6 |
| | |||||
* | Move Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 3 | -4/+7 |
| | |||||
* | lib/user | Joas Schilling | 2016-05-25 | 1 | -1/+2 |
| | |||||
* | Move wizard | Joas Schilling | 2016-05-25 | 2 | -2/+7 |
| | |||||
* | Move lib\user to PSR-4 | Joas Schilling | 2016-05-25 | 11 | -29/+27 |
| | |||||
* | Move User_LDAP and User_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 6 | -5/+742 |
| | |||||
* | Move Group_LDAP and Group_Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 4 | -4/+1104 |
| | |||||
* | Move Command namespace to PSR-4 | Joas Schilling | 2016-05-25 | 8 | -0/+776 |
| |