summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix codestyleCôme Chilliet2022-03-245-5/+0
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-2439-137/+131
* Fixing psalm errorsCôme Chilliet2022-03-242-10/+10
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-2413-104/+104
* Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-2442-335/+171
* Merge pull request #31655 from nextcloud/fix-passing-null-to-strlenCôme Chilliet2022-03-242-4/+4
|\
| * Fix passing null to strlenThomas Citharel2022-03-242-4/+4
|/
* Merge pull request #31688 from nextcloud/bugfix/31658/automatically-cut-the-t...Joas Schilling2022-03-245-10/+34
|\
| * Remove old shorteningJoas Schilling2022-03-232-7/+0
| * Automatically cut the token name on the first levelJoas Schilling2022-03-233-3/+34
* | [tx-robot] updated from transifexNextcloud bot2022-03-2420-0/+20
|/
* Merge pull request #31658 from nextcloud/bugfix/noid/limit-token-namesJoas Schilling2022-03-237-73/+81
|\
| * Fix unit testsJoas Schilling2022-03-232-73/+58
| * Limit the length of app password namesJoas Schilling2022-03-235-0/+23
|/
* Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-nowJoas Schilling2022-03-231-0/+1
|\
| * Test disabled for now due to multiple reasonsJoas Schilling2022-03-221-0/+1
* | [tx-robot] updated from transifexNextcloud bot2022-03-23156-130/+212
|/
* Merge pull request #31601 from nextcloud/enh/dashboard-descriptionJulius Härtl2022-03-221-1/+6
|\
| * Add proper description for the dashboard appJulius Härtl2022-03-171-1/+6
* | Merge pull request #31569 from nextcloud/bugfix/31519/revert-password-validationJoas Schilling2022-03-221-4/+1
|\ \
| * | Allow creating app passwords without validating the user's password againJoas Schilling2022-03-141-4/+1
* | | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-2222-327/+421
|\ \ \
| * | | Update autoloaderJoas Schilling2022-02-252-0/+4
| * | | Fix testsJoas Schilling2022-02-2310-136/+121
| * | | Adjust and add unit testsJoas Schilling2022-02-234-167/+173
| * | | Allow to prefix the Query log with the request idJoas Schilling2022-02-231-2/+8
| * | | Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-235-22/+115
* | | | Merge pull request #31644 from nextcloud/fix/change-to-tertiary-buttonJohn Molakvoæ2022-03-225-6/+7
|\ \ \ \
| * | | | fix: button type to tertiaryVanessa Pertsch2022-03-215-6/+7
* | | | | Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry2022-03-221-2/+2
|\ \ \ \ \
| * | | | | Disable for now again until more apps are fixedJoas Schilling2022-03-211-2/+2
| * | | | | Limit missing primary key fail to new tablesJoas Schilling2022-03-211-1/+1
* | | | | | Merge pull request #31582 from nextcloud/refactor/carl/accesibility-appCôme Chilliet2022-03-225-94/+35
|\ \ \ \ \ \
| * | | | | | Remove leftover useless commentCôme Chilliet2022-03-221-3/+0
| * | | | | | Modernize accessibility appCarl Schwan2022-03-185-94/+38
* | | | | | | Merge pull request #31605 from nextcloud/cert-manager-cache-pathVincent Petry2022-03-221-7/+15
|\ \ \ \ \ \ \
| * | | | | | | cache the path of the certificate bundleRobin Appelman2022-03-171-7/+15
* | | | | | | | Merge pull request #31620 from nextcloud/fix/noid/truncate-oracleVincent Petry2022-03-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
* | | | | | | | | Merge pull request #31639 from nextcloud/fix/moving-calobject-failsChristoph Wurst2022-03-221-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
* | | | | | | | | | Merge pull request #31409 from nextcloud/fix/31237/new-button-HeaderBarVanessa2022-03-226-91/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add new button componentVanessa Pertsch2022-03-216-91/+20
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #31653 from nextcloud/techdebt/noid/run-with-ONLY_FULL_GRO...John Molakvoæ2022-03-221-1/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Run tests with MySQL/MariaDB ONLY_FULL_GROUP_BYJoas Schilling2022-03-211-1/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #31382 from nextcloud/feat/account-migratorCôme Chilliet2022-03-225-0/+179
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Move data into settings folderChristopher Ng2022-03-221-16/+20
| * | | | | | | | | | Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
| * | | | | | | | | | Use streamsChristopher Ng2022-03-181-3/+3