Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 11 | -35/+418 |
* | don't skip updating when ajax is set as background job mode | Arthur Schiwon | 2017-11-09 | 5 | -11/+92 |
* | move ldap user sync to background (WIP) | Arthur Schiwon | 2017-11-09 | 2 | -106/+135 |
* | Merge pull request #5568 from nextcloud/ldap-agent-credentials-safe | Lukas Reschke | 2017-11-09 | 6 | -20/+62 |
|\ | |||||
| * | fix saving changes… | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| * | add some whitespace around credential elements | Arthur Schiwon | 2017-10-27 | 1 | -0/+2 |
| * | fix creating an empty configuration | Arthur Schiwon | 2017-10-27 | 1 | -3/+5 |
| * | add save button for setting LDAP Agent DN and Password | Arthur Schiwon | 2017-10-27 | 3 | -4/+48 |
| * | Fix regression: undesired writes to the DB | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
| * | LDAP: only write actually changes values to the DB | Arthur Schiwon | 2017-10-27 | 1 | -2/+8 |
| * | first, remove the hack | Arthur Schiwon | 2017-10-27 | 2 | -12/+0 |
* | | 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 | Markus Staab | 2017-10-19 | 2 | -2/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 4 | -0/+784 |
* | | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | | | Update license headers | Morris Jobke | 2017-11-06 | 70 | -117/+247 |
* | | | User_LDAP plugins: smaller fixes | Vinicius Cubas Brand | 2017-11-03 | 13 | -63/+127 |
* | | | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 33 | -172/+2736 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 2 | -0/+392 |
* | | | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 13 | -4/+1098 |
|\ \ \ | |||||
| * | | | User_LDAP Autoloader | Roeland Jago Douma | 2017-10-24 | 9 | -0/+701 |
| | |/ | |/| | |||||
| * | | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 2 | -4/+5 |
| * | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-24 | 2 | -0/+392 |
* | | | avoid unnecessary recursion | Arthur Schiwon | 2017-10-25 | 2 | -11/+10 |
|/ / | |||||
* | | Merge pull request #6873 from nextcloud/ldap_proxy_redix_fix | Lukas Reschke | 2017-10-19 | 1 | -19/+12 |
|\ \ | |||||
| * | | Little bit of code cleanup | Roeland Jago Douma | 2017-10-19 | 1 | -5/+5 |
| * | | Do not check existance before fetch | Roeland Jago Douma | 2017-10-19 | 1 | -14/+7 |
* | | | Merge pull request #6677 from nextcloud/downstream-dont-reset-quota | Lukas Reschke | 2017-10-19 | 3 | -18/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | and add missing whitespaces to log outout | Arthur Schiwon | 2017-09-28 | 1 | -2/+2 |
| * | | Adjust unittest | Juan Pablo Villafáñez | 2017-09-28 | 1 | -15/+10 |
| * | | Keep the current quota if no suitable quota is found | Juan Pablo Villafáñez | 2017-09-28 | 1 | -1/+0 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-17 | 2 | -32/+104 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-16 | 2 | -30/+42 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 2 | -0/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-03 | 2 | -24/+124 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-30 | 6 | -10/+10 |
* | | fix test | Arthur Schiwon | 2017-09-29 | 1 | -1/+6 |
* | | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 17 | -81/+115 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 4 | -0/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 2 | -18/+16 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 4 | -0/+74 |
* | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ | |||||
| * | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 |
| * | fix counting found results in search op | Arthur Schiwon | 2017-09-14 | 1 | -3/+6 |
| * | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 |
| * | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| * | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 2 | -12/+17 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 4 | -26/+92 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-14 | 2 | -22/+212 |