Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #25656 from nextcloud/enh/type/expressionbuilder | Joas Schilling | 2021-03-03 | 5 | -49/+51 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Type the experssionbuilders | Roeland Jago Douma | 2021-03-03 | 5 | -49/+51 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #25816 from nextcloud/iquerybuilder-join-conditions | Joas Schilling | 2021-03-03 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | allow non string join conditions in query builder | Robin Appelman | 2021-03-03 | 1 | -5/+6 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Filter tables with other table prefix | Daniel Kesselberg | 2021-03-02 | 1 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #25544 from nextcloud/refactor/app-password-created-event | Christoph Wurst | 2021-03-02 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move app_password_created to a typed event | Christoph Wurst | 2021-02-09 | 1 | -0/+43 | |
* | | | | | | | | | Properly end iterating over the file once the target has been reached | Julius Härtl | 2021-02-26 | 1 | -1/+1 | |
* | | | | | | | | | Register service aliases und parameters just once | Christoph Wurst | 2021-02-24 | 1 | -2/+3 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 38 | -54/+54 | |
* | | | | | | | | Merge pull request #25706 from nextcloud/bugfix/noid/when-it-kicks-in | Roeland Jago Douma | 2021-02-18 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | When it kicks in | Joas Schilling | 2021-02-18 | 1 | -7/+7 | |
* | | | | | | | | | bump applicable version due to an intermediate release | Arthur Schiwon | 2021-02-17 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #25440 from nextcloud/bugfix/noid/cache-the-user-backend-i... | Roeland Jago Douma | 2021-02-17 | 1 | -1/+24 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 1 | -1/+24 | |
* | | | | | | | | move AbstractCacheEvent into OCP | Robin Appelman | 2021-02-15 | 1 | -93/+0 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #25646 from nextcloud/fix/psalm/markdown | Christoph Wurst | 2021-02-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Markdown: remove redundant int cast | Roeland Jago Douma | 2021-02-15 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* / / / / / / | Some OCS result psalm fixes | Roeland Jago Douma | 2021-02-15 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #25577 from nextcloud/enhancement/app-code-checker-noop | Roeland Jago Douma | 2021-02-13 | 12 | -1559/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make the app code checker a NOOP | Christoph Wurst | 2021-02-11 | 12 | -1559/+0 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #25585 from nextcloud/enhancement/empty-email-validation | Roeland Jago Douma | 2021-02-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Micro-optimize validation of empty email addresses | Christoph Wurst | 2021-02-11 | 1 | -0/+4 | |
| |/ / / / | ||||||
* / / / / | Fix WebP availability check | Roeland Jago Douma | 2021-02-11 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvements | Roeland Jago Douma | 2021-02-11 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fix linter | Joas Schilling | 2021-02-06 | 1 | -1/+1 | |
| * | | | | Make Psalm happy | Joas Schilling | 2021-02-06 | 1 | -1/+3 | |
| * | | | | Improve mention matches | Joas Schilling | 2021-02-06 | 1 | -0/+1 | |
* | | | | | Merge pull request #25460 from nextcloud/fix/apppassword/always_renew | Roeland Jago Douma | 2021-02-10 | 1 | -5/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Always renew apppasswords on login | Roeland Jago Douma | 2021-02-10 | 1 | -5/+0 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Fix remaining #25359 | Roeland Jago Douma | 2021-02-10 | 2 | -9/+6 | |
* | | | | | Type the service registration | Christoph Wurst | 2021-02-10 | 11 | -108/+450 | |
* | | | | | remove ReconnectWrapper | Robin Appelman | 2021-02-09 | 2 | -56/+4 | |
* | | | | | Merge pull request #25531 from nextcloud/fix/dispatcher-argument-order | Roeland Jago Douma | 2021-02-09 | 1 | -0/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix the legacy dispatcher argument order | Christoph Wurst | 2021-02-09 | 1 | -0/+30 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | forward query exception when fallback construction fails | Robin Appelman | 2021-02-09 | 2 | -2/+6 | |
* | | | | | forward original query exception when querying by name fails | Robin Appelman | 2021-02-08 | 1 | -1/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #25499 from nextcloud/test/symfony-adapter | Roeland Jago Douma | 2021-02-06 | 2 | -1/+5 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Test the symfony adapter | Christoph Wurst | 2021-02-05 | 2 | -1/+5 | |
* | | | | Merge pull request #25500 from Worteks/fix-sharemanager-genericshareexception | Roeland Jago Douma | 2021-02-05 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | revert(comment) | Samuel | 2021-02-05 | 1 | -1/+0 | |
| * | | | revert(exception): keep throwing an exception for now | Samuel | 2021-02-05 | 1 | -2/+3 | |
| * | | | fix(translation): replace static error message | Samuel | 2021-02-05 | 1 | -2/+3 | |
| |/ / | ||||||
* / / | Log deprecation notice of GenericEventWrapper just once | Christoph Wurst | 2021-02-05 | 1 | -0/+8 | |
|/ / | ||||||
* | | Merge pull request #24700 from Imajie/s3-creds | Roeland Jago Douma | 2021-02-02 | 1 | -1/+5 | |
|\ \ | ||||||
| * | | Fix failing tests | James Letendre | 2020-12-15 | 1 | -1/+1 | |
| * | | Add web identity provider to S3 connection chain | James Letendre | 2020-12-15 | 1 | -13/+4 | |
| * | | Replace defaultProvider with explicit calls to exclude user home directory lo... | James Letendre | 2020-12-14 | 1 | -1/+15 | |
| * | | Resolves #24699, Support ES2 and ECS instance providers for S3 buckets | James Letendre | 2020-12-14 | 1 | -2/+1 | |
* | | | Merge pull request #25393 from nextcloud/fix/25165/repair-dav-shares | Roeland Jago Douma | 2021-02-02 | 2 | -1/+141 | |
|\ \ \ |