summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #36219 from nextcloud/fix/correction-35886-Replace_custom_...Joas Schilling2023-01-183-3/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Correct title for button on federation actions buttonjulia.kirschenheuter2023-01-183-3/+4
| |/ / /
* | | | Merge pull request #27492 from cyclops8456/feature/24301-remove-can-install-o...Simon L2023-01-183-5/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-103-5/+12
| * | | Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
| * | | Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-102-6/+11
| * | | Remove the CAN_INSTALL file when occ maintenance:install is completeAlex Harpin2023-01-101-0/+3
* | | | Merge pull request #36205 from nextcloud/bugfix/noid/fix-settings-section-ico...Joas Schilling2023-01-181-1/+1
|\ \ \ \
| * | | | fix(search): Fix settings section icon colorJoas Schilling2023-01-181-1/+1
* | | | | Merge pull request #36221 from nextcloud/artonge/feat/cypress_git_branchJohn Molakvoæ2023-01-181-1/+6
|\ \ \ \ \
| * | | | | Use current git branch by default when setting up cypress containerLouis Chemineau2023-01-181-1/+6
|/ / / / /
* | | | | Merge pull request #35783 from nextcloud/feat/inject-controller-services-into...Christoph Wurst2023-01-185-43/+49
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-185-43/+49
|/ / / /
* | | | Merge pull request #35419 from nextcloud/fix/login-csrf-not-logged-in-clear-c...Christoph Wurst2023-01-182-14/+27
|\ \ \ \
| * | | | Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-182-14/+27
* | | | | Merge pull request #36204 from nextcloud/automated/noid/master-update-psalm-b...Daniel2023-01-181-9/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update psalm baselinenextcloud-command2023-01-181-9/+0
* | | | | Merge pull request #36198 from nextcloud/3rdparty-remove-dsJoas Schilling2023-01-181-0/+0
|\ \ \ \ \
| * | | | | chore: drop dependency php-dsJoas Schilling2023-01-181-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #36002 from nextcloud/feat/files2vue-quotaJohn Molakvoæ2023-01-1830-177/+420
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat(files): Quota in navigationJohn Molakvoæ2023-01-1730-177/+420
* | | | | Merge pull request #36194 from nextcloud/revert/35071Joas Schilling2023-01-184-2509/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix failed revert for #35071John Molakvoæ2023-01-174-2509/+0
| |/ / /
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1858-132/+172
* | | | Merge pull request #36190 from nextcloud/3rdparty-guzzleJoas Schilling2023-01-171-0/+0
|\ \ \ \
| * | | | chore(3rdparty): Bump guzzlehttp/guzzle from 7.2.0 to 7.5.0 andJohn Molakvoæ2023-01-171-0/+0
* | | | | Merge pull request #36166 from nextcloud/fix/php82/declare-symfony-console-ap...Christoph Wurst2023-01-171-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(PHP8.2): Declare Symfony Application property in console applicationChristoph Wurst2023-01-161-0/+1
* | | | | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-1713-14/+2534
| |/ / / |/| | |
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-17154-270/+354
* | | | Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-st...Joas Schilling2023-01-162-17/+16
|\ \ \ \
| * | | | Only expose storage location to adminsVincent Petry2023-01-132-17/+16
* | | | | Merge pull request #36093 from nextcloud/techdebt/noid/improve-share-pw-gener...Joas Schilling2023-01-163-9/+12
|\ \ \ \ \
| * | | | | Improve password generation for link sharesVincent Petry2023-01-163-9/+12
* | | | | | Merge pull request #36161 from nextcloud/bugfix/36153/fix-sharemount-cache-ke...Vincent Petry2023-01-161-1/+1
|\ \ \ \ \ \
| * | | | | | still include the share target in the cache key for validating share mountRobin Appelman2023-01-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #36087 from nextcloud/enh/noid/improve-applicable-ext-storageVincent Petry2023-01-166-32/+150
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Improve saving applicable users in ext storageVincent Petry2023-01-126-32/+150
* | | | | | Merge pull request #36089 from nextcloud/enh/noid/ext-storage-default-valuesVincent Petry2023-01-167-24/+65
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Enable SSL by default in ext storage configsVincent Petry2023-01-135-4/+9
| * | | | | Extend ext storage params to contain default valueVincent Petry2023-01-133-20/+56
| | |_|/ / | |/| | |
* | | | | Merge pull request #36113 from nextcloud/bugfix/noid/viewonly-versionsVincent Petry2023-01-162-13/+47
|\ \ \ \ \
| * | | | | Extend ViewOnly DAV plugin to versions endpointVincent Petry2023-01-132-13/+47
| |/ / / /
* | | | | Merge pull request #35970 from nextcloud/perf/noid/exception-serializerJulius Härtl2023-01-164-20/+27
|\ \ \ \ \
| * | | | | chore: Add typings to Log propertiesJulius Härtl2023-01-161-16/+6
| * | | | | fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-161-3/+3
| * | | | | perf(logging): Return early when log level does not match before serializing ...Julius Härtl2023-01-163-1/+18
* | | | | | Merge pull request #36115 from nextcloud/fix/catch-exception-in-provisioning_apiCôme Chilliet2023-01-161-0/+12
|\ \ \ \ \ \
| * | | | | | Tear down in catch of an ExceptionCôme Chilliet2023-01-121-0/+2
| * | | | | | Catch Exceptions when loading storage data of usersCôme Chilliet2023-01-121-0/+10