summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #905 from nextcloud/invisible_iconsMorris Jobke2016-08-171-1/+1
|\ | | | | Fix icons on App page in FF
| * Add viewBox to app iconsRoeland Jago Douma2016-08-171-1/+1
| | | | | | | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
* | [tx-robot] updated from transifexNextcloud bot2016-08-174-2/+6
|/
* [tx-robot] updated from transifexNextcloud bot2016-08-1764-254/+254
|
* Merge branch 'master' into implement_712Arthur Schiwon2016-08-168-8/+18
|\
| * [tx-robot] updated from transifexNextcloud bot2016-08-168-8/+18
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-154-4/+8
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-134-4/+8
| |
* | Use MockBuilder instead of createMockLukas Reschke2016-08-152-2/+2
| | | | | | | | CI uses an older PHPUnit
* | Add unit testsLukas Reschke2016-08-153-7/+155
| |
* | change casing in section display namesArthur Schiwon2016-08-131-1/+1
| |
* | Merge branch 'master' into implement_712Lukas Reschke2016-08-112-6/+6
|\|
| * [tx-robot] updated from transifexNextcloud bot2016-08-112-6/+6
| |
* | superfluousArthur Schiwon2016-08-111-2/+0
| |
* | 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-103-44/+29
| | | | | | | | | | | | | | | | | | | | * 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
* | Fallback for legacy settings. They are placed into Additional SettingsArthur Schiwon2016-08-091-75/+0
| |
* | Initial work on Apps page split:Arthur Schiwon2016-08-093-1/+188
|/ | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-08-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-08-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-08-032-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-08-012-0/+2
|
* Merge pull request #595 from nextcloud/fix_slow_testblizzz2016-07-311-0/+7
|\ | | | | Close session fast when doing a test to prevent blocking the next requests
| * Close session fast when doing a test to prevent blocking the nextJuan Pablo Villafáñez2016-07-271-0/+7
| | | | | | | | requests
* | [tx-robot] updated from transifexNextcloud bot2016-07-312-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-304-0/+4
| |
* | 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-285-40/+52
| |
* | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2712-22/+37
|\|
| * 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
| | |
| * | fix autoloading in LPAP integration tests, resolves #544Arthur Schiwon2016-07-2511-21/+36
| | |
* | | comments amendedroot2016-07-273-3/+2
| | |
* | | final changesroot2016-07-275-17/+13
| | |
* | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-253-15/+15
|\| |
| * | [tx-robot] updated from transifexNextcloud bot2016-07-232-14/+14
| | |
| * | Also increase the min versionJoas Schilling2016-07-221-1/+1
| | |
| * | bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
| | |
* | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-221-1/+1
|\| |
| * | Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
| |\ \ | | | | | | | | Bump version
| | * | Increase app versionsJoas Schilling2016-07-211-1/+1
| | | |
* | | | New LDAPProvider for user_ldaproot2016-07-2222-98/+856
|/ / /
* | | Update with robinJoas Schilling2016-07-219-9/+9
| | |
* | | Fix apps/Joas Schilling2016-07-2176-146/+227
|/ /
* | [tx-robot] updated from transifexNextcloud bot2016-07-212-4/+4
| |
* | Escape special characters (#25429)Aaron Wood2016-07-203-4/+6
|/ | | | | | | | | | | | | | | | | | * 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