summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-222-0/+2
|
* Fix the User_LDAP appJoas Schilling2016-09-127-17/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-09-082-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-09-072-2/+6
|
* Fix getMock user_ldapRoeland Jago Douma2016-09-069-84/+128
|
* [tx-robot] updated from transifexNextcloud bot2016-09-062-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2016-09-052-2/+6
|
* Merge pull request #1143 from nextcloud/ldap-smells-for-fun-and-profitJoas Schilling2016-09-0112-24/+12
|\ | | | | fix a few minor code smells
| * Fix phpdocRoeland Jago Douma2016-08-291-1/+1
| |
| * fix a few minor code smellsJörn Friedrich Dreyer2016-08-2912-23/+11
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-018-6/+24
|/
* Hide the LDAP password in the client sideJuan Pablo Villafáñez2016-08-194-8/+19
| | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client.
* 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
| | |