aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-3026-395/+682
|\
| * Flag repair errors as error level in eventSource->sendCôme Chilliet2022-08-252-2/+2
| * Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet2022-08-256-11/+10
| * Surround cli output with appropriate xml tagsCôme Chilliet2022-08-251-3/+3
| * Declare strict types in all new Event classesCôme Chilliet2022-08-258-0/+24
| * Add void return types to callablesCôme Chilliet2022-08-253-7/+10
| * Fix BackgroundRepairTestCôme Chilliet2022-08-251-14/+16
| * Fix RepairTestCôme Chilliet2022-08-251-19/+26
| * Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-2520-267/+508
| * Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-258-40/+98
| * Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet2022-08-253-12/+0
| * Moving to string key for arguments of GenericEvent in RepairCôme Chilliet2022-08-257-75/+51
| * Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet2022-08-254-29/+18
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-309-48/+152
|\ \
| * | Add DavUtil to autoloaderCôme Chilliet2022-08-302-0/+2
| * | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-304-54/+95
| * | Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-292-3/+3
| * | Fix Capabilities tests for dav applicationCôme Chilliet2022-08-291-3/+23
| * | Fix OCP\Util documentation blocksCôme Chilliet2022-08-291-0/+8
| * | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-294-43/+56
| * | Call the correct functions to get BulkUpload metadata to returnCôme Chilliet2022-08-291-2/+2
| * | Add bulkupload.enabled configuration switchCôme Chilliet2022-08-252-3/+20
| * | Add fileid and permissions to response of bulk uploadCôme Chilliet2022-08-251-0/+3
| |/
* | Merge pull request #33734 from nextcloud/search-result-leading-slashJulius Härtl2022-08-301-1/+1
|\ \
| * | remove leading slash for search results at mountpoint rootRobin Appelman2022-08-291-1/+1
* | | Merge pull request #33732 from nextcloud/fix/remove-at-matcher-in-lib-tests-2John Molakvoæ2022-08-3011-475/+405
|\ \ \
| * | | Remove deprecated at matcher from tests/libCôme Chilliet2022-08-2910-368/+294
| * | | Remove deprecated at matcher in Updater/VersionCheckTest.phpCôme Chilliet2022-08-291-107/+111
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-30140-196/+204
| |/ / |/| |
* | | Merge pull request #33311 from nextcloud/enh/27869/phoneVincent Petry2022-08-2911-23/+84
|\ \ \ | |/ / |/| |
| * | Remake phone number property saving with VueChristopher Ng2022-08-2611-23/+84
* | | Merge pull request #33500 from nextcloud/encryption-system-mountVincent Petry2022-08-296-44/+71
|\ \ \
| * | | add marker interface to mark system mount points for encryptionRobin Appelman2022-08-256-44/+71
* | | | Merge pull request #33706 from nextcloud/bugfix/dashboard-statusJulius Härtl2022-08-296-10/+13
|\ \ \ \
| * | | | Compile assetsnextcloud-command2022-08-294-6/+6
| * | | | Avoid using lists if there are none on the dashboardJulius Härtl2022-08-291-2/+5
| * | | | Fix status button background on dashboardJulius Härtl2022-08-292-2/+2
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2022-08-298-2/+26
* | | | Merge pull request #33694 from nextcloud/fix/load-themedir-distJohn Molakvoæ2022-08-281-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix/load-themedir-distCarl Schwan2022-08-2672-710/+720
| |\ \ \ \
| * | | | | Make it possible to load theme/<themename>/distCarl Schwan2022-08-261-1/+3
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2816-8/+76
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-27306-680/+1264
| |_|_|/ / |/| | | |
* | | | | Merge pull request #33310 from nextcloud/enh/27869/websitePytal2022-08-269-51/+87
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remake website property saving with VueChristopher Ng2022-08-269-51/+87
|/ / / /
* | | | Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfixJohn Molakvoæ2022-08-269-12/+88
|\ \ \ \
| * | | | Remove copy in file actions when not allowedVincent Petry2022-08-265-5/+27
| * | | | Fix copy in view-only modeVincent Petry2022-08-264-1/+22
| * | | | Add int test for view-only downloadVincent Petry2022-08-262-7/+40
* | | | | Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-varsJohn Molakvoæ2022-08-264-11/+20
|\ \ \ \ \