summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-0412-8/+430
|
* removes invalid tests, adapts another oneArthur Schiwon2018-01-031-4/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #7599 from nextcloud/quieter-debug-logMorris Jobke2018-01-032-3/+6
|\ | | | | don't show recurring log msg when paged result was turned off
| * don't show recurring msg when pages result was turned offArthur Schiwon2017-12-212-3/+6
| | | | | | | | | | | | and only as debug level otherwise. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | throw ServerNotAvailableException when LDAP is caught shutting downArthur Schiwon2018-01-021-7/+10
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* don't use deprecated method for requesting memcacheArthur Schiwon2017-12-181-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixes hex2bin() in LDAPMorris Jobke2017-12-131-5/+7
| | | | | | Untangles the two if-else clauses into a more readable format. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7418 from nextcloud/ldap-fix-cache-retrieved-userMorris Jobke2017-12-113-12/+143
|\ | | | | ensure that users are cached when they are retrieved
| * don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-072-7/+17
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * ensure that users are cached when they are retrievedArthur Schiwon2017-12-073-7/+128
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7321 from nextcloud/ldap-update-loginfilterLukas Reschke2017-12-081-0/+17
|\ \ | | | | | | Update login filter when user filter was newly generated
| * | Update login filter when user filter was newly generatedArthur Schiwon2017-11-281-0/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-12-082-2/+2
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-12-032-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-022-8/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2017-12-0126-0/+26
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-302-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-11-2888-88/+88
|
* Rename "LDAP" to "LDAP/AD-integration"Marius Blüm2017-11-271-1/+1
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* [tx-robot] updated from transifexNextcloud bot2017-11-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-242-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-11-212-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-11-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-182-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-172-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-11-162-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-11-152-0/+2
|
* Merge pull request #5749 from nextcloud/ldap-primary-buttonsblizzz2017-11-143-1/+6
|\ | | | | LDAP Wizard: primary-style buttons
| * Use primary class also for ui-button elementsJulius Härtl2017-11-134-12/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * hackishly add primary css class adaption for jquery uiArthur Schiwon2017-11-134-1/+14
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-142-0/+2
|/
* Merge pull request #6678 from nextcloud/downstream-ldap-configurable-user-updateJohn Molakvoæ2017-11-132-3/+9
|\ | | | | LDAP: configurable user update interval
| * Fixed indentationsidey792017-11-101-1/+1
| | | | | | | | | | | | Fixed indentation of this pr Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Fixed typo from last commitsidey792017-11-101-1/+1
| | | | | | | | | | | | Fixed typo in getAppValue mocket method from last commit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Update testUpdateNoRefreshsidey792017-11-101-1/+8
| | | | | | | | | | | | Mocked getAppValue to deliver a value of 1800 when updateAttributesInterval is requested by needsRefresh. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * tryfix needsRefresh unit testssidey792017-11-101-1/+1
| | | | | | | | | | | | Forced updateAttributesInterval from getAppValue to int Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Fixed Typo in user.phpsidey792017-11-101-1/+1
| | | | | | | | | | | | Fixed a typo for the app config prameter updateAttributesInterval Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Update User.phpsidey792017-11-101-2/+1
| | | | | | | | | | | | | | Makes the time between needsRefresh configurable via app config option updateAttribuesInterval. Default is still 86400 secons which is one day. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-128-80/+122
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-1118-4/+1958
|/
* Merge pull request #7057 from nextcloud/ldap-sync-splitLukas Reschke2017-11-1021-588/+1273
|\ | | | | Bring LDAP user attribute updates ("sync") to the background
| * resolve DIArthur Schiwon2017-11-098-80/+115
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix unit tests after rebaseArthur Schiwon2017-11-092-48/+67
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add Sync testArthur Schiwon2017-11-092-8/+136
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust testsArthur Schiwon2017-11-095-403/+413
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-0911-35/+418
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-095-11/+92
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>