| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #31487 from nextcloud/enh/account-json-serialization | Pytal | 2022-03-17 | 1 | -2/+9 |
|\ |
|
| * | Discard duplicate collection name from account serialization | Christopher Ng | 2022-03-17 | 1 | -2/+9 |
* | | Merge pull request #31574 from nextcloud/s3-crt-bundle | Robin Appelman | 2022-03-17 | 3 | -8/+24 |
|\ \
| |/
|/| |
|
| * | don't try to get custom certs for s3 primary storage | Robin Appelman | 2022-03-15 | 2 | -3/+10 |
| * | return default bundle when there is an error getting the bundle | Robin Appelman | 2022-03-14 | 1 | -7/+11 |
| * | use the nextcloud certificate bundle for s3 | Robin Appelman | 2022-03-14 | 1 | -1/+6 |
* | | Fix unknown Talk broker interface | Christoph Wurst | 2022-03-15 | 1 | -0/+4 |
* | | Merge pull request #31573 from nextcloud/exceptionserializer-load-fail | Robin Appelman | 2022-03-15 | 1 | -1/+7 |
|\ \ |
|
| * | | don't error if we can't load the ExceptionSerializer for early exceptions | Robin Appelman | 2022-03-14 | 1 | -1/+7 |
| |/ |
|
* | | Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keys | Joas Schilling | 2022-03-15 | 1 | -0/+2 |
|\ \ |
|
| * | | Enforce primary keys as they are required to be performant in MySQL clusters | Joas Schilling | 2022-03-10 | 1 | -0/+2 |
* | | | Fix autoloader and phpdoc for new class | Côme Chilliet | 2022-03-14 | 4 | -0/+6 |
* | | | Improve wording of pathExists description | Côme Chilliet | 2022-03-14 | 1 | -1/+1 |
* | | | Add getOriginalUid in IImportSource to simplify code when importing under ano... | Côme Chilliet | 2022-03-14 | 1 | -0/+8 |
* | | | Add pathExists method to IImportSource to test if a path exists in the archive | Côme Chilliet | 2022-03-14 | 1 | -0/+7 |
* | | | Move UserMigrationException to OCP and add @throws documentation | Côme Chilliet | 2022-03-14 | 2 | -0/+32 |
| |/
|/| |
|
* | | Merge pull request #31542 from nextcloud/psalm-userCounts | Carl Schwan | 2022-03-14 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix psalm issue about userCounts | Carl Schwan | 2022-03-11 | 1 | -0/+2 |
| |/ |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-14 | 2 | -0/+20 |
* | | Merge pull request #31511 from nextcloud/bugfix/noid/allow-installing-unstabl... | Joas Schilling | 2022-03-11 | 1 | -3/+5 |
|\ \ |
|
| * | | Also allow pre-releases and nightlies when installing from git | Joas Schilling | 2022-03-10 | 1 | -3/+3 |
| * | | Similar to the fetch() method respect the channel in the get() | Joas Schilling | 2022-03-10 | 1 | -1/+3 |
* | | | Only log events when enabled in debug mode | Julius Härtl | 2022-03-11 | 1 | -2/+3 |
* | | | Merge pull request #30963 from nextcloud/feat/calendar-migration | Pytal | 2022-03-10 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Various minor updates | Christopher Ng | 2022-03-02 | 1 | -1/+1 |
| * | | Calendar export and import | Christopher Ng | 2022-03-02 | 1 | -0/+5 |
* | | | Merge pull request #31494 from nextcloud/fix/fix-group-metadata-typing | Vincent Petry | 2022-03-10 | 1 | -21/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | Strong type OC\Group\MetaData | Côme Chilliet | 2022-03-08 | 1 | -19/+11 |
| * | | Fix typing of OC\Group\MetaData::sorting | Côme Chilliet | 2022-03-08 | 1 | -2/+2 |
* | | | Allow to set a strict-dynamic CSP through the API | Julius Härtl | 2022-03-09 | 3 | -0/+24 |
* | | | Merge pull request #31493 from nextcloud/bugfix/noid/app-script-main | John Molakvoæ | 2022-03-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Avoid double-loading dist/core-main.js when apps have scripts named main | Julius Härtl | 2022-03-08 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #31431 from nextcloud/fs-setup-manager | Robin Appelman | 2022-03-08 | 19 | -424/+569 |
|\ \ \
| |/ /
|/| | |
|
| * | | type fixes | Robin Appelman | 2022-03-04 | 7 | -41/+21 |
| * | | move user mountpoint setup to setupmanager | Robin Appelman | 2022-03-04 | 7 | -112/+86 |
| * | | simplify setup of circular SetupManager<->Manager | Robin Appelman | 2022-03-04 | 2 | -11/+62 |
| * | | add template annotations to CappedMemoryCache | Robin Appelman | 2022-03-04 | 2 | -10/+32 |
| * | | move logic to decide what to setup to setupmanager | Robin Appelman | 2022-03-04 | 3 | -36/+41 |
| * | | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 6 | -8/+40 |
| * | | move teardown logic to SetupManager | Robin Appelman | 2022-03-04 | 10 | -55/+90 |
| * | | start moving filesystem setup logic to it's own place | Robin Appelman | 2022-03-04 | 3 | -141/+215 |
| * | | more type hints for ICachedMountInfo and IMountManager | Robin Appelman | 2022-03-04 | 7 | -74/+46 |
* | | | Merge pull request #31418 from nextcloud/enh/simple-file-extension | Pytal | 2022-03-07 | 4 | -1/+36 |
|\ \ \ |
|
| * | | | Note DI only usage in PHPDoc | Christopher Ng | 2022-03-07 | 1 | -1/+5 |
| * | | | Add missing @since in InMemoryFile to please CI | Côme Chilliet | 2022-03-07 | 1 | -0/+1 |
| * | | | Extend simple file with extension getter | Christopher Ng | 2022-03-04 | 4 | -0/+30 |
* | | | | Merge pull request #31447 from nextcloud/doc/manager-interface | MichaIng | 2022-03-06 | 5 | -3/+37 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add a few more non-extendable interface | Carl Schwan | 2022-03-05 | 3 | -1/+27 |
| * | | | Clarify that some interface are not meant to be implemented | Carl Schwan | 2022-03-04 | 2 | -2/+10 |
| |/ / |
|
* | | | Merge pull request #31449 from nextcloud/bugfix/noid/even-more-censor | John Molakvoæ | 2022-03-04 | 1 | -0/+50 |
|\ \ \ |
|