summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29683 from nextcloud/bugfix/29676/fix-theming-dependenciesCarl Schwan2021-11-161-5/+4
|\
| * Correct comment about OC_Defaults being usedMichaIng2021-11-151-1/+1
| * Fix core depending on theming appCarl Schwan2021-11-121-4/+3
* | [tx-robot] updated from transifexNextcloud bot2021-11-162-0/+38
* | Merge pull request #29714 from nextcloud/bump-doctrine-dbalJohn Molakvoæ2021-11-155-11/+20
|\ \
| * | Bump doctrine/dbal to 3.1.4Joas Schilling2021-11-151-0/+0
| * | Allow NULL as well for limit, not integer onlyJoas Schilling2021-11-154-11/+20
* | | Merge pull request #29679 from nextcloud/enh/18685/dont-flashszaimen2021-11-152-8/+0
|\ \ \
| * | | don't flash external storage mountpoints during the status checkszaimen2021-11-122-8/+0
* | | | Merge pull request #29688 from nextcloud/dependabot/npm_and_yarn/marked-4.0.2Louis2021-11-156-17/+17
|\ \ \ \
| * | | | Bump marked from 3.0.7 to 4.0.2dependabot[bot]2021-11-136-17/+17
* | | | | Merge pull request #29689 from nextcloud/dependabot/npm_and_yarn/nextcloud/st...Louis2021-11-152-2213/+399
|\ \ \ \ \
| * | | | | Bump @nextcloud/stylelint-config from 1.0.0-beta.0 to 2.0.1dependabot[bot]2021-11-132-2213/+399
| |/ / / /
* | | | | Merge pull request #29661 from nextcloud/enhancement/calendar-search-properti...Christoph Wurst2021-11-152-5/+77
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Document and type allowed values for calendar property searchesChristoph Wurst2021-11-112-5/+77
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-1514-88/+100
* | | | | [tx-robot] updated from transifexNextcloud bot2021-11-1438-236/+474
* | | | | Merge pull request #29657 from nextcloud/dependabot/npm_and_yarn/moment-timez...dependabot[bot]2021-11-144-11/+11
|\ \ \ \ \
| * | | | | Bump moment-timezone from 0.5.33 to 0.5.34dependabot[bot]2021-11-144-11/+11
|/ / / / /
* | | | | Merge pull request #29690 from nextcloud/dependabot/npm_and_yarn/jsdom-18.1.0dependabot[bot]2021-11-132-8/+8
|\ \ \ \ \
| * | | | | Bump jsdom from 18.0.1 to 18.1.0dependabot[bot]2021-11-132-8/+8
| | |/ / / | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2021-11-1344-8/+352
|/ / / /
* | | | Merge pull request #29682 from nextcloud/bugfix/29678/fix-missing-token-updateJoas Schilling2021-11-122-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix unit testsJoas Schilling2021-11-121-2/+2
| * | | Fix missing token updateJoas Schilling2021-11-121-0/+2
| | |/ | |/|
* / | [tx-robot] updated from transifexNextcloud bot2021-11-1244-12/+866
|/ /
* | Merge pull request #29663 from nextcloud/fix/dav-calenar-loader-load-all-cale...Christoph Wurst2021-11-111-1/+1
|\ \
| * | Fix loading all principal calendars in the dav app calendar providerChristoph Wurst2021-11-111-1/+1
| |/
* | Merge pull request #29660 from nextcloud/fix/calendar-query-uris-initChristoph Wurst2021-11-111-2/+5
|\ \
| * | Fix initialization of calendar search URIsChristoph Wurst2021-11-111-2/+5
| |/
* | Merge pull request #29664 from nextcloud/bugfix/noid/fix-update-with-old-forc...blizzz2021-11-112-2/+2
|\ \ | |/ |/|
| * Fix updating with appsJoas Schilling2021-11-112-2/+2
|/
* Merge pull request #29648 from nextcloud/master-is-now-24Joas Schilling2021-11-1131-67/+67
|\
| * Master is now 24Joas Schilling2021-11-1131-67/+67
|/
* [tx-robot] updated from transifexNextcloud bot2021-11-1170-38/+200
* Merge pull request #29595 from nextcloud/release/23.0.0rc1blizzz2021-11-101-2/+2
|\
| * 23.0.0 RC1John Molakvoæ2021-11-081-2/+2
* | Merge pull request #29484 from nextcloud/bugfix/noid/s3-external-conflictCarl Schwan2021-11-103-1/+113
|\ \
| * | Add migration to move over existing storage idsJulius Härtl2021-11-092-1/+112
| * | Use unique combination of hostname/bucket/key for external storagesJulius Härtl2021-11-041-0/+1
* | | Merge pull request #29522 from nextcloud/bugfix/26256/make-sure-trusted_proxi...Joas Schilling2021-11-102-26/+63
|\ \ \
| * | | ArgumentCountError: Too few arguments to function OCA\Settings\Controller\Che...Joas Schilling2021-11-091-18/+29
| * | | PHPUnit\Framework\MockObject\DuplicateMethodException: Cannot stub or mock us...Joas Schilling2021-11-091-1/+0
| * | | Make sure trusted_proxies is an arrayJoas Schilling2021-11-092-7/+34
* | | | Merge pull request #29611 from newroco/bugfix/16412/show-most-recently-delete...Carl Schwan2021-11-105-5/+5
|\ \ \ \
| * | | | Update filelist testOrzu Ionut2021-11-101-1/+1
| * | | | Compile JS codeOrzu Ionut2021-11-102-2/+2
| * | | | Show most recently deleted files first in trash canOrzu Ionut2021-11-092-2/+2
| |/ / /
* | | | [tx-robot] updated from transifexNextcloud bot2021-11-1042-36/+286
* | | | Merge pull request #29559 from nextcloud/feat/28139/profile-respect-user-enum...Joas Schilling2021-11-096-32/+203
|\ \ \ \