Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust tests | Arthur Schiwon | 2020-01-08 | 2 | -36/+11 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | decouple userExists from userExistsOnLDAP check | Arthur Schiwon | 2020-01-08 | 3 | -15/+57 |
| | | | | | | | allows to mark users as offline right away, avoids a gap of being not a user and causing weird side effects Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | relax strict getHome behaviour for LDAP users in a shadow state | Arthur Schiwon | 2020-01-08 | 2 | -45/+8 |
| | | | | | | | | * simplifies deletion process * less strange behaviour when looking up home storage (as long as it is local) * thus could enable transfer ownerships after user went invisible on ldap Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-06 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-05 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-04 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-23 | 2 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-22 | 30 | -10/+158 |
| | |||||
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -1/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix LDAP application class instance created directly | Christoph Wurst | 2019-12-09 | 1 | -2/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-07 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-06 | 4 | -2/+16 |
| | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 113 | -127/+176 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add typed create user events | Christoph Wurst | 2019-12-03 | 1 | -67/+72 |
| | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 24 | -173/+172 |
|\ | | | | | Add php7.4 support | ||||
| * | TO REVERT LATER: disable some tests in UserTest | Roeland Jago Douma | 2019-11-27 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 22 | -163/+161 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 20 | -22/+22 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-28 | 2 | -32/+32 |
|/ | |||||
* | Merge pull request #18005 from nextcloud/fix/manual-app-instances | Roeland Jago Douma | 2019-11-26 | 1 | -1/+1 |
|\ | | | | | Remove some more direct app instance creations | ||||
| * | Remove some more direct app instance creations | Christoph Wurst | 2019-11-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 30 | -56/+54 |
|\ \ | |/ |/| | Some php-cs fixes | ||||
| * | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 30 | -56/+54 |
| | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-25 | 4 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-23 | 2 | -4/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-22 | 2 | -4/+4 |
| | |||||
* | Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsize | blizzz | 2019-11-21 | 1 | -6/+9 |
|\ | | | | | make chunksize (used to check for gone LDAP users) configurable | ||||
| * | make chunksize (used to check for gone LDAP users) configurable | Arthur Schiwon | 2019-11-20 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | uid can be false when the user record does not exit (#18030) | John Molakvoæ | 2019-11-21 | 1 | -8/+12 |
|\ \ | | | | | | | uid can be false when the user record does not exit | ||||
| * | | uid can be false when the user record does not exit | Arthur Schiwon | 2019-11-20 | 1 | -8/+12 |
| |/ | | | | | | | | | | | fixes not loading files app for users who got a share by the gone LDAP user Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-21 | 2 | -4/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-20 | 8 | -8/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-19 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-14 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-13 | 2 | -6/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-12 | 2 | -16/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-06 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-04 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-03 | 2 | -34/+34 |
| | |||||
* | Remove unnedeed IE8 CSS | Christian Oliff | 2019-10-30 | 1 | -1/+0 |
| | | | IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8) | ||||
* | Merge pull request #17595 from nextcloud/fix/noid/wrong-pwd-apple-open-dir | blizzz | 2019-10-21 | 1 | -1/+2 |
|\ | | | | | treat LDAP error 50 as auth issue, prevents lost server connection errors | ||||
| * | treat LDAP error 50 as auth issue, prevents lost server connection errors | Arthur Schiwon | 2019-10-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-21 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-19 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-09 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-07 | 2 | -20/+50 |
| | |||||
* | Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avas | blizzz | 2019-10-02 | 2 | -2/+113 |
|\ | | | | | Don't process known avatars from LDAP | ||||
| * | Don't process known avatars from LDAP | Arthur Schiwon | 2019-09-04 | 2 | -2/+113 |
| | | | | | | | | | | | | | | | | | | * avoids useless FS operation * avoids useless DB writes * avoids useless addressbook updates * addendum to #17001 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-02 | 2 | -2/+2 |
| | |