Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(DB): Update comment to state why we still use the max 4k limit | Joas Schilling | 2023-10-06 | 1 | -1/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(sqlite): Remove some old SQLite cheats | Joas Schilling | 2023-10-06 | 1 | -11/+0 |
| | | | | | | | - Doctrine correctly forces integer for autoincrement by now - Doctrine correctly maintains integer types by now Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(oracle): Move away from internal and deprecated SchemaDiff API | Joas Schilling | 2023-10-06 | 1 | -149/+90 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(dbal): Move migrator away from deprecated calls | Joas Schilling | 2023-10-06 | 1 | -11/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(mysql): Remove custom MySQL workaround from 2015 | Joas Schilling | 2023-10-06 | 4 | -54/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(postgres): Remove old Postgres 9.4 workaround | Joas Schilling | 2023-10-06 | 4 | -60/+0 |
| | | | | | | | | Postgres 10 is the minimum in the meantime and doctrine/dbal fixed this in 2.6.0 already ref https://github.com/doctrine/dbal/pull/2614 Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(sqlite): Remove no longer required autoincrement fix | Joas Schilling | 2023-10-06 | 5 | -108/+2 |
| | | | | | | | | | - I installed current master and exported the schema as SQL - Then I went to this branch, removed the content of the run() method (so made it no-op) - I installed again and exported the schema as SQL - The files are exactly the same, so whatever we tried to fix was fixed since 2015 in doctrine dbal Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(dbal): Doctrine\DBAL\Connection::PARAM_* types are deprecated | Joas Schilling | 2023-10-06 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(user): Log affected user of app token login name mismatch | Christoph Wurst | 2023-10-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rules | Arthur Schiwon | 2023-10-05 | 1 | -1/+1 |
|\ | | | | | fix ocm-provider rewrite rules | ||||
| * | fix ocm-provider rewrite rules | Maxence Lange | 2023-10-02 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | Merge pull request #40439 from Koc/feature/clickable-logo | John Molakvoæ | 2023-10-04 | 1 | -0/+4 |
|\ \ | |||||
| * | | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-04 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Refactors lib/private/Collaboration. | Faraz Samapoor | 2023-10-03 | 9 | -214/+61 |
| | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-03 | 2 | -0/+2 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #40656 from nextcloud/feat/backgroundjob/schedule-job-after | Christoph Wurst | 2023-10-02 | 2 | -7/+27 |
|\ \ | | | | | | | feat(backgroundjob): Schedule job after <timestamp> | ||||
| * | | feat(backgroundjob): Schedule job after <timestamp> | Christoph Wurst | 2023-09-29 | 2 | -7/+27 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #40734 from nextcloud/debt/noid/align-param-name | Daniel | 2023-10-01 | 2 | -4/+4 |
|\ \ \ | |||||
| * | | | chore: rename serializedClosure to argument to align with parent class | Daniel Kesselberg | 2023-09-30 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | To make psalm happy ;) Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Allow PHP 8.3 in version check | Côme Chilliet | 2023-09-30 | 1 | -3/+3 |
|/ / / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-30 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(systemreport): Mask onlyoffice secret as sensitive | Joas Schilling | 2023-09-29 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #39224 from shdehnavi/null_coalescing_conversion_lib_private | F. E Noel Nfebe | 2023-09-29 | 16 | -28/+24 |
|\ \ | | | | | | | Convert isset ternary to null coalescing operator | ||||
| * | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 16 | -28/+24 |
| | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-29 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporder | Côme Chilliet | 2023-09-28 | 2 | -3/+21 |
|\ \ | | | | | | | Read apporder from configuration value | ||||
| * | | Fix behavior when defaultapp is empty | Côme Chilliet | 2023-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Default to first application if no default app is set | Côme Chilliet | 2023-09-26 | 1 | -1/+14 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Revert "Support admin default order for applications" | Côme Chilliet | 2023-09-26 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | This reverts commit a3a42591e2e85e5903217052b246e46dbbf4c1c7. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Support admin default order for applications | Côme Chilliet | 2023-09-25 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Read apporder from configuration value | Côme Chilliet | 2023-09-25 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #39011 from fsamapoor/refactor_lib_private_security_part1 | Côme Chilliet | 2023-09-28 | 10 | -201/+65 |
|\ \ \ | | | | | | | | | [1/3] Refactors lib/private/Security | ||||
| * | | | Refactors lib/private/Security. | Faraz Samapoor | 2023-09-27 | 10 | -201/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-28 | 2 | -2/+2 |
| |_|/ |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | refactor: Use DBAL's executeQuery instead of query (deprecated) | Christoph Wurst | 2023-09-27 | 2 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-27 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #39108 from fsamapoor/refactor_lib_private_lock | Côme Chilliet | 2023-09-26 | 3 | -19/+17 |
|\ \ | | | | | | | Refactors lib/private/Lock | ||||
| * | | Refactors lib/private/Lock. | Faraz Samapoor | 2023-09-26 | 3 | -19/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | To improve code readability. Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | | | Merge pull request #40565 from nextcloud/fix/remove-writelog | Côme Chilliet | 2023-09-26 | 7 | -62/+20 |
|\ \ \ | | | | | | | | | Remove deprecated methods Util::writeLog and DIContainer::log | ||||
| * | | | Remove deprecated methods Util::writeLog and DIContainer::log | Côme Chilliet | 2023-09-25 | 7 | -62/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-util | Joas Schilling | 2023-09-26 | 6 | -10/+130 |
|\ \ \ \ | |_|/ / |/| | | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils library | ||||
| * | | | fix(phonenumber): Improve docs by adding input details | Joas Schilling | 2023-09-25 | 2 | -15/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usage | Joas Schilling | 2023-09-25 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils library | Joas Schilling | 2023-09-25 | 5 | -0/+131 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #40501 from nextcloud/fix/fix-int-size-in-files-scanner | Côme Chilliet | 2023-09-25 | 2 | -4/+7 |
|\ \ \ | |/ / |/| | | Store size in int|float for 32bit support | ||||
| * | | Store size in int|float for 32bit support | Côme Chilliet | 2023-09-19 | 2 | -4/+7 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #40505 from nextcloud/chore/noid/remove-opis-closure | Côme Chilliet | 2023-09-25 | 1 | -2/+1 |
|\ \ \ | |_|/ |/| | | chore(3rdparty): remove opis/closure | ||||
| * | | chore(3rdparty): remove opis/closure | Daniel Kesselberg | 2023-09-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | - We are using laravel/serializable-closure for a while now. - The package was there for compatibility reasons but does not play nice with PHP 8.1. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-25 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |