Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-02 | 4 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-31 | 2 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-29 | 6 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-27 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-24 | 2 | -0/+4 |
| | |||||
* | Fix app updates | Roeland Jago Douma | 2020-01-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-19 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-18 | 2 | -4/+4 |
| | |||||
* | Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHome | blizzz | 2020-01-14 | 6 | -160/+101 |
|\ | | | | | relax strict getHome behaviour for LDAP users in a shadow state | ||||
| * | ensure that only valid group members are returned | Arthur Schiwon | 2020-01-13 | 1 | -8/+27 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | remove superfluous tests | Arthur Schiwon | 2020-01-08 | 1 | -58/+0 |
| | | | | | | | | | | | | | | | | - user_ldap is not exposed to public api, it is always behind ldap_proxy - this is too much for a unit test - integration tests cover userExists implicitly Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | 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> | ||||
* | | cache group existence early to save useless requests to LDAP | Arthur Schiwon | 2020-01-08 | 2 | -3/+20 |
|/ | | | | | | we do it for users already 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 |
| |