summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #32521 from nextcloud/cleanup/oauth2-admin-settingCarl Schwan2022-07-188-29/+66
|\ \ \ \ \ \
| * | | | | | Cleanup oauth2 admin settingsCarl Schwan2022-07-148-29/+66
* | | | | | | Merge pull request #33064 from nextcloud/feat/capped-memorycache-ocpCarl Schwan2022-07-1831-30/+193
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Move CappedMemoryCache to OCPCarl Schwan2022-07-1431-30/+193
| |/ / / / /
* | | | | | Merge pull request #32963 from nextcloud/s3-crt-bundle-downloadDaniel2022-07-182-12/+24
|\ \ \ \ \ \
| * | | | | | only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-052-10/+15
| * | | | | | also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-052-10/+17
* | | | | | | Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-idsVincent Petry2022-07-1811-103/+26
|\ \ \ \ \ \ \
| * | | | | | | Fix styling for single skip buttons globallyJulius Härtl2022-07-169-102/+19
| * | | | | | | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-163-3/+9
| | |_|_|_|/ / | |/| | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-1820-4/+48
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-176-2/+62
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-1614-6/+26
|/ / / / / /
* | | | | | Merge pull request #33238 from nextcloud/bugfix/noid/fix-html-validation-of-m...Carl Schwan2022-07-156-16/+8
|\ \ \ \ \ \
| * | | | | | RecompileJoas Schilling2022-07-154-6/+6
| * | | | | | Fix HTML validation of material design iconsJoas Schilling2022-07-152-10/+2
|/ / / / / /
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-1540-0/+84
* | | | | | Merge pull request #33222 from nextcloud/bugfix/noid/fix-translation-of-user-...Pytal2022-07-144-5/+13
|\ \ \ \ \ \
| * | | | | | RecompileJoas Schilling2022-07-142-3/+3
| * | | | | | Translate error when user already existsJoas Schilling2022-07-142-2/+10
* | | | | | | Merge pull request #33235 from nextcloud/bugfix/noid/fix-duplicate-id-holeJoas Schilling2022-07-144-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | RecompileJoas Schilling2022-07-142-3/+3
| * | | | | | Fix duplicate id "hole"Joas Schilling2022-07-142-6/+6
|/ / / / / /
* | | | | | Merge pull request #33214 from nextcloud/fix/bump-sabre/dav-to-4.4.0Carl Schwan2022-07-141-0/+0
|\ \ \ \ \ \
| * | | | | | Bump sabre/dav to 4.4.0Côme Chilliet2022-07-131-0/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-colorCarl Schwan2022-07-145-6/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix settings icon colorJoas Schilling2022-07-135-6/+3
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-14162-2242/+2410
* | | | | | Merge pull request #33230 from nextcloud/enh/noid/64bit-setup-check-linkSimon L2022-07-142-2/+4
|\ \ \ \ \ \
| * | | | | | add a link to system requirements for new 64bit setup checkszaimen2022-07-132-2/+4
|/ / / / / /
* | | | | | Merge pull request #33200 from nextcloud/enh/noid/64bitSimon L2022-07-134-0/+104
|\ \ \ \ \ \
| * | | | | | add a setup check for 64 bitszaimen2022-07-134-0/+104
* | | | | | | Merge pull request #32506 from nextcloud/port/vue-encryptionCarl Schwan2022-07-1316-178/+239
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Port encryption admin settings to vueCarl Schwan2022-07-1316-178/+239
| |/ / / / /
* | | | | | Merge pull request #33219 from nextcloud/bump-versionJoas Schilling2022-07-131-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Bump versionJoas Schilling2022-07-131-1/+1
* | | | | | Merge pull request #33202 from nextcloud/enh/noid/bug-report-64bitSimon L2022-07-131-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | document the 64bit requirement in the bug report templateszaimen2022-07-111-0/+2
* | | | | | Merge pull request #33218 from nextcloud/automated/noid/master-update-psalm-b...Daniel2022-07-131-5/+0
|\ \ \ \ \ \
| * | | | | | Update psalm baselinenextcloud-command2022-07-131-5/+0
|/ / / / / /
* | / / / / [tx-robot] updated from transifexNextcloud bot2022-07-1314-8/+22
| |/ / / / |/| | | |
* | | | | Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet2022-07-129-116/+223
|\ \ \ \ \
| * | | | | Fix DummyJobList typingCôme Chilliet2022-07-121-8/+2
| * | | | | Fix typing in IJobListCôme Chilliet2022-07-112-26/+20
| * | | | | Fix background-job:execute command for QueuedJob instancesCôme Chilliet2022-07-111-1/+5
| * | | | | Format the datetime for last run in ATOM formatCôme Chilliet2022-07-111-1/+1
| * | | | | Use symfony console table to render the job list properlyCôme Chilliet2022-07-112-3/+24
| * | | | | Fix ListCommand constructor call in register_commandCôme Chilliet2022-07-111-1/+1
| * | | | | Fix DummyJobList class used by testsCôme Chilliet2022-07-111-17/+27
| * | | | | Code cleaning of Background/ListCommandCôme Chilliet2022-07-113-26/+20