summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-2413-104/+104
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adapted Server to logger migration in constructorsCôme Chilliet2022-03-241-17/+25
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-2442-335/+171
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #31655 from nextcloud/fix-passing-null-to-strlenCôme Chilliet2022-03-242-4/+4
|\ | | | | Fix passing null to strlen
| * Fix passing null to strlenThomas Citharel2022-03-242-4/+4
|/ | | | | | | | | $filter can be null as it's the default value passed in ContactsMenuController. On PHP 8.1 : strlen(): Passing null to parameter #1 ($string) of type string is deprecated Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #31688 from ↵Joas Schilling2022-03-245-10/+34
|\ | | | | | | | | nextcloud/bugfix/31658/automatically-cut-the-token-name-on-first-level Automatically cut the token name on the first level
| * Remove old shorteningJoas Schilling2022-03-232-7/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Automatically cut the token name on the first levelJoas Schilling2022-03-233-3/+34
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-2420-0/+20
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31658 from nextcloud/bugfix/noid/limit-token-namesJoas Schilling2022-03-237-73/+81
|\ | | | | Limit the length of app password names
| * Fix unit testsJoas Schilling2022-03-232-73/+58
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Limit the length of app password namesJoas Schilling2022-03-235-0/+23
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-nowJoas Schilling2022-03-231-0/+1
|\ | | | | Test disabled for now due to multiple reasons
| * Test disabled for now due to multiple reasonsJoas Schilling2022-03-221-0/+1
| | | | | | | | | | | | see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-03-23156-130/+212
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31601 from nextcloud/enh/dashboard-descriptionJulius Härtl2022-03-221-1/+6
|\ | | | | Add proper description for the dashboard app
| * Add proper description for the dashboard appJulius Härtl2022-03-171-1/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | 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 a…
| * | Allow creating app passwords without validating the user's password againJoas Schilling2022-03-141-4/+1
| | | | | | | | | | | | | | | | | | Aparently the idea behind the command was exactly to do this. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-2222-327/+421
|\ \ \ | | | | | | | | Extract request id handling to dedicated class so it can be injected without DB dependency
| * | | Update autoloaderJoas Schilling2022-02-252-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix testsJoas Schilling2022-02-2310-136/+121
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Adjust and add unit testsJoas Schilling2022-02-234-167/+173
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow to prefix the Query log with the request idJoas Schilling2022-02-231-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Extract request id handling to dedicated class so it can be injected manuallyJoas Schilling2022-02-235-22/+115
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | | | | Merge pull request #31580 from nextcloud/nickvergessen-patch-2Vincent Petry2022-03-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Limit missing primary key fail to new tables and comment out for now
| * | | | | Disable for now again until more apps are fixedJoas Schilling2022-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Limit missing primary key fail to new tablesJoas Schilling2022-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will work on CI so devs notice it when they install the app for testing, and at the same time existing faulty tables don't break the upgrade to 24 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #31582 from nextcloud/refactor/carl/accesibility-appCôme Chilliet2022-03-225-94/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | Modernize accessibility app
| * | | | | | Remove leftover useless commentCôme Chilliet2022-03-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Modernize accessibility appCarl Schwan2022-03-185-94/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use php 7.4 typed properties - More typed methods (and replace existing php doc in some cases) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #31605 from nextcloud/cert-manager-cache-pathVincent Petry2022-03-221-7/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cache the path of the certificate bundle
| * | | | | | | cache the path of the certificate bundleRobin Appelman2022-03-171-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #31620 from nextcloud/fix/noid/truncate-oracleVincent Petry2022-03-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | do not forget DB table prefix with truncate query
| * | | | | | | | do not forget DB table prefix with truncate queryArthur Schiwon2022-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - as used in LDAP's AbstractMapping::clear() method - and in Comment's ManagerTest::setUp() - fixes a DB Exception with Oracle Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | | 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 princip…
| * | | | | | | | | Fix moving error for calendar object error because of missing principal uriAnna Larch2022-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | | | | Merge pull request #31409 from nextcloud/fix/31237/new-button-HeaderBarVanessa2022-03-226-91/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | add new button component HeaderBar
| * | | | | | | | | | add new button componentVanessa Pertsch2022-03-216-91/+20
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | Merge pull request #31653 from ↵John Molakvoæ2022-03-221-1/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/run-with-ONLY_FULL_GROUP_BY
| * | | | | | | | | | Run tests with MySQL/MariaDB ONLY_FULL_GROUP_BYJoas Schilling2022-03-211-1/+9
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #31382 from nextcloud/feat/account-migratorCôme Chilliet2022-03-225-0/+179
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | User account migration
| * | | | | | | | | | Move data into settings folderChristopher Ng2022-03-221-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | | Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | | Use streamsChristopher Ng2022-03-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | | Transfer to settings app and registerChristopher Ng2022-03-185-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | | Update avatar handlingChristopher Ng2022-03-181-28/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | | | Avatar export and importChristopher Ng2022-03-181-2/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>