| Commit message (Expand) | Author | Age | Files | Lines |
* | allow getting mounts by provider | Robin Appelman | 2022-03-24 | 1 | -6/+16 |
* | allow getting cached mounts by path from the mount cache | Robin Appelman | 2022-03-24 | 1 | -0/+33 |
* | return a lazy folder from Root::getUserFolder | Robin Appelman | 2022-03-24 | 1 | -9/+13 |
* | allow setting some metadata in the lazyfolder without having to get the real ... | Robin Appelman | 2022-03-24 | 1 | -1/+24 |
* | Fix passing null to strlen | Thomas Citharel | 2022-03-24 | 2 | -4/+4 |
* | Automatically cut the token name on the first level | Joas Schilling | 2022-03-23 | 2 | -3/+3 |
* | Limit the length of app password names | Joas Schilling | 2022-03-23 | 2 | -0/+8 |
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 4 | -23/+79 |
|\ |
|
| * | Allow to prefix the Query log with the request id | Joas Schilling | 2022-02-23 | 1 | -2/+8 |
| * | Extract request id handling to dedicated class so it can be injected manually | Joas Schilling | 2022-02-23 | 3 | -21/+71 |
* | | Merge pull request #31580 from nextcloud/nickvergessen-patch-2 | Vincent Petry | 2022-03-22 | 1 | -2/+2 |
|\ \ |
|
| * | | Disable for now again until more apps are fixed | Joas Schilling | 2022-03-21 | 1 | -2/+2 |
| * | | Limit missing primary key fail to new tables | Joas Schilling | 2022-03-21 | 1 | -1/+1 |
* | | | Merge pull request #31605 from nextcloud/cert-manager-cache-path | Vincent Petry | 2022-03-22 | 1 | -7/+15 |
|\ \ \ |
|
| * | | | cache the path of the certificate bundle | Robin Appelman | 2022-03-17 | 1 | -7/+15 |
* | | | | Remove legacy Internet Explorer headers | MichaIng | 2022-03-19 | 1 | -1/+0 |
| |/ /
|/| | |
|
* | | | Merge pull request #24166 from nextcloud/imaginary-prototype | Carl Schwan | 2022-03-18 | 6 | -4/+377 |
|\ \ \ |
|
| * | | | Send images to imaginary docker to generate previews | Vincent Petry | 2022-03-17 | 6 | -4/+377 |
* | | | | Merge pull request #30768 from nextcloud/feat/chunked-mysql-joblist-remove | Carl Schwan | 2022-03-18 | 1 | -1/+17 |
|\ \ \ \ |
|
| * | | | | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -1/+17 |
* | | | | | Simplify comment search in special cases | Joas Schilling | 2022-03-18 | 1 | -3/+6 |
* | | | | | Add profile default setting for admin | Christopher Ng | 2022-03-18 | 2 | -12/+8 |
* | | | | | Add global profile toggle config | Christopher Ng | 2022-03-18 | 3 | -21/+41 |
* | | | | | Merge pull request #31488 from nextcloud/enh/account-set-all-properties | Pytal | 2022-03-17 | 1 | -0/+22 |
|\ \ \ \ \ |
|
| * | | | | | Add method to set all account properties from json | Christopher Ng | 2022-03-17 | 1 | -0/+22 |
* | | | | | | Merge pull request #31608 from nextcloud/scanner-performance2 | Robin Appelman | 2022-03-17 | 4 | -10/+30 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | some file scanner performance improvements | Robin Appelman | 2022-03-17 | 4 | -10/+30 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #31598 from nextcloud/mount-find-root | Robin Appelman | 2022-03-17 | 2 | -4/+28 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | setup for current user when finding mounts in the root | Robin Appelman | 2022-03-17 | 2 | -4/+28 |
| |/ / / |
|
* | | | | 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 |
* | | | | 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 |
| |/ / / |
|
* | | | | 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 #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 | 1 | -0/+7 |