summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix jsunit failuresJulius Härtl2022-08-314-46/+5
| * | | | | | | | | Adjust acceptance tests to changes in app menuDaniel Calviño Sánchez2022-08-311-2/+2
| * | | | | | | | | Compile assetsnextcloud-command2022-08-318-602/+16
| * | | | | | | | | Address some more accessibility concernsJulius Härtl2022-08-311-1/+5
| * | | | | | | | | Use resize observerJulius Härtl2022-08-311-1/+6
| * | | | | | | | | Fix focus border and adjust active app indicatorJulius Härtl2022-08-311-5/+17
| * | | | | | | | | Move app menu to vueJulius Härtl2022-08-316-529/+285
* | | | | | | | | | Merge pull request #33771 from nextcloud/fix/eslint-runCarl Schwan2022-08-311-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix eslint run commandCarl Schwan2022-08-311-2/+2
* | | | | | | | | | | Merge pull request #33770 from nextcloud/bugfix/noid/wording-fix-for-push-not...Vincent Petry2022-08-313-3/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix wording of undeliverable push notificationsJoas Schilling2022-08-313-3/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #33767 from nextcloud/automated/noid/master-update-psalm-b...Carl Schwan2022-08-311-60/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update psalm baselinenextcloud-command2022-08-311-60/+0
| |/ / / / / / / /
* | | | | | | | | Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-navVincent Petry2022-08-314-13/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add a11y attributes for legacy app navigationVincent Petry2022-08-294-13/+11
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-31146-154/+154
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \