summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * move ldap user sync to background (WIP)Arthur Schiwon2017-11-092-106/+135
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-1026-22/+2282
|/
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-096-20/+62
|\ | | | | Ldap agent credentials save
| * fix saving changes…Arthur Schiwon2017-10-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add some whitespace around credential elementsArthur Schiwon2017-10-271-0/+2
| | | | | | | | | | | | (…in a stupid way) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix creating an empty configurationArthur Schiwon2017-10-271-3/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add save button for setting LDAP Agent DN and PasswordArthur Schiwon2017-10-273-4/+48
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Fix regression: undesired writes to the DBArthur Schiwon2017-10-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * LDAP: only write actually changes values to the DBArthur Schiwon2017-10-271-2/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * first, remove the hackArthur Schiwon2017-10-272-12/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #6788 from staabm/masterLukas Reschke2017-11-082-2/+2
|\ \ | | | | | | Prevent XSS in links which open a new browser window
| * | Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-11-074-0/+784
| | |