Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Fix jsunit failures | Julius Härtl | 2022-08-31 | 4 | -46/+5 | |
| * | | | | | | | | | Adjust acceptance tests to changes in app menu | Daniel Calviño Sánchez | 2022-08-31 | 1 | -2/+2 | |
| * | | | | | | | | | Compile assets | nextcloud-command | 2022-08-31 | 8 | -602/+16 | |
| * | | | | | | | | | Address some more accessibility concerns | Julius Härtl | 2022-08-31 | 1 | -1/+5 | |
| * | | | | | | | | | Use resize observer | Julius Härtl | 2022-08-31 | 1 | -1/+6 | |
| * | | | | | | | | | Fix focus border and adjust active app indicator | Julius Härtl | 2022-08-31 | 1 | -5/+17 | |
| * | | | | | | | | | Move app menu to vue | Julius Härtl | 2022-08-31 | 6 | -529/+285 | |
* | | | | | | | | | | Merge pull request #33771 from nextcloud/fix/eslint-run | Carl Schwan | 2022-08-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix eslint run command | Carl Schwan | 2022-08-31 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #33770 from nextcloud/bugfix/noid/wording-fix-for-push-not... | Vincent Petry | 2022-08-31 | 3 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix wording of undeliverable push notifications | Joas Schilling | 2022-08-31 | 3 | -3/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #33767 from nextcloud/automated/noid/master-update-psalm-b... | Carl Schwan | 2022-08-31 | 1 | -60/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update psalm baseline | nextcloud-command | 2022-08-31 | 1 | -60/+0 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33746 from nextcloud/a11y/33739/fix-legacy-nav | Vincent Petry | 2022-08-31 | 4 | -13/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add a11y attributes for legacy app navigation | Vincent Petry | 2022-08-29 | 4 | -13/+11 | |
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-08-31 | 146 | -154/+154 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing | Côme Chilliet | 2022-08-30 | 26 | -395/+682 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Flag repair errors as error level in eventSource->send | Côme Chilliet | 2022-08-25 | 2 | -2/+2 | |
| * | | | | | | | | Parameter of RepairAdvanceEvent is actually an increment, not a step id | Côme Chilliet | 2022-08-25 | 6 | -11/+10 | |
| * | | | | | | | | Surround cli output with appropriate xml tags | Côme Chilliet | 2022-08-25 | 1 | -3/+3 | |
| * | | | | | | | | Declare strict types in all new Event classes | Côme Chilliet | 2022-08-25 | 8 | -0/+24 | |
| * | | | | | | | | Add void return types to callables | Côme Chilliet | 2022-08-25 | 3 | -7/+10 | |
| * | | | | | | | | Fix BackgroundRepairTest | Côme Chilliet | 2022-08-25 | 1 | -14/+16 | |
| * | | | | | | | | Fix RepairTest | Côme Chilliet | 2022-08-25 | 1 | -19/+26 | |
| * | | | | | | | | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 20 | -267/+508 | |
| * | | | | | | | | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 8 | -40/+98 | |
| * | | | | | | | | Remove listeners of \OC\DB\Migrator::checkTable which is never emitted | Côme Chilliet | 2022-08-25 | 3 | -12/+0 | |
| * | | | | | | | | Moving to string key for arguments of GenericEvent in Repair | Côme Chilliet | 2022-08-25 | 7 | -75/+51 | |
| * | | | | | | | | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 4 | -29/+18 | |
* | | | | | | | | | Merge pull request #33697 from nextcloud/fix/improve-bulk-upload | Côme Chilliet | 2022-08-30 | 9 | -48/+152 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add DavUtil to autoloader | Côme Chilliet | 2022-08-30 | 2 | -0/+2 | |
| * | | | | | | | | | Move dav utils functions to OCP\Files\DavUtil | Côme Chilliet | 2022-08-30 | 4 | -54/+95 | |
| * | | | | | | | | | Flip bulkupload.enabled default value to true | Côme Chilliet | 2022-08-29 | 2 | -3/+3 | |
| * | | | | | | | | | Fix Capabilities tests for dav application | Côme Chilliet | 2022-08-29 | 1 | -3/+23 | |
| * | | | | | | | | | Fix OCP\Util documentation blocks | Côme Chilliet | 2022-08-29 | 1 | -0/+8 | |
| * | | | | | | | | | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ... | Côme Chilliet | 2022-08-29 | 4 | -43/+56 | |
| * | | | | | | | | | Call the correct functions to get BulkUpload metadata to return | Côme Chilliet | 2022-08-29 | 1 | -2/+2 | |
| * | | | | | | | | | Add bulkupload.enabled configuration switch | Côme Chilliet | 2022-08-25 | 2 | -3/+20 | |
| * | | | | | | | | | Add fileid and permissions to response of bulk upload | Côme Chilliet | 2022-08-25 | 1 | -0/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33734 from nextcloud/search-result-leading-slash | Julius Härtl | 2022-08-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove leading slash for search results at mountpoint root | Robin Appelman | 2022-08-29 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #33732 from nextcloud/fix/remove-at-matcher-in-lib-tests-2 | John Molakvoæ | 2022-08-30 | 11 | -475/+405 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove deprecated at matcher from tests/lib | Côme Chilliet | 2022-08-29 | 10 | -368/+294 | |
| * | | | | | | | | | | Remove deprecated at matcher in Updater/VersionCheckTest.php | Côme Chilliet | 2022-08-29 | 1 | -107/+111 | |
* | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-08-30 | 140 | -196/+204 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #33311 from nextcloud/enh/27869/phone | Vincent Petry | 2022-08-29 | 11 | -23/+84 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remake phone number property saving with Vue | Christopher Ng | 2022-08-26 | 11 | -23/+84 | |
* | | | | | | | | | | Merge pull request #33500 from nextcloud/encryption-system-mount | Vincent Petry | 2022-08-29 | 6 | -44/+71 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | add marker interface to mark system mount points for encryption | Robin Appelman | 2022-08-25 | 6 | -44/+71 | |
* | | | | | | | | | | | Merge pull request #33706 from nextcloud/bugfix/dashboard-status | Julius Härtl | 2022-08-29 | 6 | -10/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ |