summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-254-4/+6
|
* Merge branch 'master' into downstream-ldap-3Arthur Schiwon2016-10-163-3/+4
|\ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * symfony replaced table helper by class, fixes two broken LDAP occ commandsArthur Schiwon2016-10-123-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Update tests for phunit 5.5Victor Dubiniuk2016-10-135-30/+47
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Harden emptyVictor Dubiniuk2016-10-137-50/+59
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use more IConfig and add unit testsRoeland Jago Douma2016-10-102-21/+120
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* DI IConfig into ldap helperRoeland Jago Douma2016-10-1026-27/+43
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not query data that is already in the appconfigRoeland Jago Douma2016-10-101-23/+12
| | | | | | This is already available. We better use a simple regex. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2016-10-082-0/+2
|
* cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-074-12/+162
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* get rid of test warningsArthur Schiwon2016-10-061-21/+22
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Log the error with display nameJoas Schilling2016-10-061-2/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2016-10-012-0/+2
|
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-282-125/+2
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-272-125/+2
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2016-09-282-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-232-16/+20
|
* [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
|