Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7321 from nextcloud/ldap-update-loginfilter | Lukas Reschke | 2017-12-08 | 1 | -0/+17 |
|\ | | | | | Update login filter when user filter was newly generated | ||||
| * | Update login filter when user filter was newly generated | Arthur Schiwon | 2017-11-28 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-08 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-03 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-02 | 2 | -8/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-01 | 26 | -0/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-30 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-28 | 88 | -88/+88 |
| | |||||
* | Rename "LDAP" to "LDAP/AD-integration" | Marius Blüm | 2017-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-25 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-24 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-21 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-18 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-17 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-16 | 2 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-15 | 2 | -0/+2 |
| | |||||
* | Merge pull request #5749 from nextcloud/ldap-primary-buttons | blizzz | 2017-11-14 | 3 | -1/+6 |
|\ | | | | | LDAP Wizard: primary-style buttons | ||||
| * | Use primary class also for ui-button elements | Julius Härtl | 2017-11-13 | 4 | -12/+4 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | hackishly add primary css class adaption for jquery ui | Arthur Schiwon | 2017-11-13 | 4 | -1/+14 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-14 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #6678 from nextcloud/downstream-ldap-configurable-user-update | John Molakvoæ | 2017-11-13 | 2 | -3/+9 |
|\ | | | | | LDAP: configurable user update interval | ||||
| * | Fixed indentation | sidey79 | 2017-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixed indentation of this pr Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Fixed typo from last commit | sidey79 | 2017-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixed typo in getAppValue mocket method from last commit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Update testUpdateNoRefresh | sidey79 | 2017-11-10 | 1 | -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 tests | sidey79 | 2017-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Forced updateAttributesInterval from getAppValue to int Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Fixed Typo in user.php | sidey79 | 2017-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixed a typo for the app config prameter updateAttributesInterval Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Update User.php | sidey79 | 2017-11-10 | 1 | -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 transifex | Nextcloud bot | 2017-11-12 | 8 | -80/+122 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 18 | -4/+1958 |
|/ | |||||
* | Merge pull request #7057 from nextcloud/ldap-sync-split | Lukas Reschke | 2017-11-10 | 21 | -588/+1273 |
|\ | | | | | Bring LDAP user attribute updates ("sync") to the background | ||||
| * | resolve DI | Arthur Schiwon | 2017-11-09 | 8 | -80/+115 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix unit tests after rebase | Arthur Schiwon | 2017-11-09 | 2 | -48/+67 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | add Sync test | Arthur Schiwon | 2017-11-09 | 2 | -8/+136 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | adjust tests | Arthur Schiwon | 2017-11-09 | 5 | -403/+413 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 11 | -35/+418 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 5 | -11/+92 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | move ldap user sync to background (WIP) | Arthur Schiwon | 2017-11-09 | 2 | -106/+135 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 26 | -22/+2282 |
|/ | |||||
* | Merge pull request #5568 from nextcloud/ldap-agent-credentials-safe | Lukas Reschke | 2017-11-09 | 6 | -20/+62 |
|\ | | | | | Ldap agent credentials save | ||||
| * | fix saving changes… | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | add some whitespace around credential elements | Arthur Schiwon | 2017-10-27 | 1 | -0/+2 |
| | | | | | | | | | | | | (…in a stupid way) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix creating an empty configuration | Arthur Schiwon | 2017-10-27 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | add save button for setting LDAP Agent DN and Password | Arthur Schiwon | 2017-10-27 | 3 | -4/+48 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Fix regression: undesired writes to the DB | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | LDAP: only write actually changes values to the DB | Arthur Schiwon | 2017-10-27 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | first, remove the hack | Arthur Schiwon | 2017-10-27 | 2 | -12/+0 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #6788 from staabm/master | Lukas Reschke | 2017-11-08 | 2 | -2/+2 |
|\ \ | | | | | | | Prevent XSS in links which open a new browser window | ||||
| * | | Prevent XSS in links which open a new browser window | Markus Staab | 2017-10-19 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 4 | -0/+784 |
| | | |