Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-27 | 4 | -18/+66 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-26 | 2 | -136/+174 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-23 | 2 | -0/+6 |
| | |||||
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 5 | -24/+24 |
| | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #25440 from ↵ | Roeland Jago Douma | 2021-02-17 | 1 | -1/+3 |
|\ | | | | | | | | | nextcloud/bugfix/noid/cache-the-user-backend-info-for-30s Cache the user backend info for 5mins | ||||
| * | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-17 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-16 | 2 | -0/+24 |
| | | |||||
* | | Some psalm OfflineUser fixes | Roeland Jago Douma | 2021-02-15 | 1 | -8/+8 |
|/ | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-12 | 4 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-08 | 2 | -0/+2 |
| | |||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-02 | 116 | -262/+148 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-01 | 2 | -20/+292 |
| | |||||
* | Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groups | Christoph Wurst | 2021-01-29 | 2 | -1/+45 |
|\ | | | | | LDAP: make actually use of batch read known groups | ||||
| * | really use known groups | Arthur Schiwon | 2021-01-12 | 2 | -1/+45 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #25360 from nextcloud/fix/update-autoloaders | Roeland Jago Douma | 2021-01-28 | 2 | -1/+33 |
|\ \ | | | | | | | Update all composer autoloader files | ||||
| * | | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -1/+33 |
| | | | | | | | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix parameter provided as string not array | Arthur Schiwon | 2021-01-28 | 1 | -1/+3 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-26 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-24 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #25128 from nextcloud/ldapprovider-get-property | blizzz | 2021-01-22 | 1 | -11/+42 |
|\ \ | | | | | | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for users | ||||
| * | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for users | Robin Appelman | 2021-01-19 | 1 | -11/+42 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | silence log message | Arthur Schiwon | 2021-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-19 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2 | blizzz | 2021-01-14 | 2 | -6/+66 |
|\ \ | |/ |/| | respect DB restrictions on number of arguments in statements and queries | ||||
| * | silence psalm false positive | Arthur Schiwon | 2021-01-13 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | respect DB limits limit per statement and query | Arthur Schiwon | 2021-01-11 | 2 | -6/+64 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -25/+43 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Revert "(LDAP) respect DB limits of arguments in an IN statement" | Roeland Jago Douma | 2021-01-08 | 2 | -36/+5 |
| | |||||
* | respect DB limits of arguments in a IN list | Arthur Schiwon | 2021-01-07 | 2 | -5/+36 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-05 | 2 | -0/+2 |
| | |||||
* | Update license headers | Christoph Wurst | 2020-12-30 | 3 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 3 | -3/+3 |
|\ | | | | | Unify links to php.net | ||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 3 | -3/+3 |
| | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 2 | -6/+6 |
| | | |||||
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 22 | -29/+18 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberid | blizzz | 2020-12-15 | 2 | -54/+238 |
|\ \ | | | | | | | LDAP: fix inGroup for memberUid type of group memberships | ||||
| * | | php-cs happyness | Arthur Schiwon | 2020-11-27 | 1 | -47/+47 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | add unit tests | Arthur Schiwon | 2020-11-27 | 1 | -0/+173 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | check number of members after potential resolving of rdns | Arthur Schiwon | 2020-11-27 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | - the type check is not necessary anymore for the return type of _groupMembers() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | use faster and less hungry foreach | Arthur Schiwon | 2020-11-27 | 1 | -10/+8 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | moved the array_reduce to fix large search case | Tobias Perschon | 2020-11-27 | 1 | -10/+17 |
| | | | | | | | | | | | | | | | | | | also added some additional comments and renamed some vars to make it intuitive whats in them Signed-off-by: Tobias Perschon <tobias@perschon.at> | ||||
| * | | flatten result array as expected by following code | Arthur Schiwon | 2020-11-26 | 1 | -2/+7 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-14 | 2 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-09 | 2 | -2/+2 |
| | | | |||||
* | | | Cancel 1 LDAP test for php8 | Roeland Jago Douma | 2020-12-07 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #24396 from nextcloud/dont-use-system-composer | Morris Jobke | 2020-12-02 | 4 | -3/+5 |
|\ \ \ | | | | | | | | | dont use system composer for autoload checker |