Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #32672 from nextcloud/updateCrl | Vincent Petry | 2022-06-10 | 1 | -9/+10 |
|\ | |||||
| * | Update crl after revoke externalpassword.csr | Vitor Mattos | 2022-05-31 | 1 | -9/+10 |
* | | Merge pull request #32685 from nextcloud/fix/external-storage-password-replac... | Vincent Petry | 2022-06-10 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix replacing external storage password during debug log | Christoph Wurst | 2022-06-01 | 1 | -1/+1 |
* | | | Merge pull request #32737 from nextcloud/fix/remove-at-matcher-in-settings-tests | Vincent Petry | 2022-06-10 | 6 | -214/+129 |
|\ \ \ | |||||
| * | | | Remove deprecated at() matcher from settings tests | Côme Chilliet | 2022-06-07 | 6 | -214/+129 |
* | | | | Merge pull request #32748 from nextcloud/bugfix/noid/keep-non-default-protoco... | Vincent Petry | 2022-06-10 | 4 | -62/+61 |
|\ \ \ \ | |||||
| * | | | | Fix integration test which now actually matches the system-addresssbook entry | Joas Schilling | 2022-06-09 | 2 | -2/+2 |
| * | | | | Keep non default protocol in cloud id | Joas Schilling | 2022-06-09 | 2 | -60/+59 |
* | | | | | Merge pull request #32799 from nextcloud/bugfix/noid/fix-exception-handling-w... | Vincent Petry | 2022-06-10 | 3 | -28/+34 |
|\ \ \ \ \ | |||||
| * | | | | | Fix exception handling when profile data is too long | Joas Schilling | 2022-06-09 | 3 | -28/+34 |
* | | | | | | Merge pull request #32800 from nextcloud/bugfix/noid/no-fatal-for-maintenance... | Vincent Petry | 2022-06-10 | 6 | -11/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't spam the log with fatals when maintenance mode is enabled or an upgrade... | Joas Schilling | 2022-06-10 | 6 | -11/+45 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #32723 from MartinBrugnara/master | Vincent Petry | 2022-06-10 | 2 | -5/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Expose umask override value as config parameter: localstorage.umask | Martin Brugnara | 2022-06-05 | 2 | -5/+21 |
* | | | | | | | Merge pull request #32768 from nextcloud/fs-setup-onetime-earlier | Vincent Petry | 2022-06-10 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | perform onetime setup earlier to ensure wrappers are registered on time | Robin Appelman | 2022-06-08 | 1 | -0/+4 |
* | | | | | | | | Merge pull request #32805 from nextcloud/avoid-creating-activities-for-system... | Vincent Petry | 2022-06-10 | 2 | -2/+519 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add tests for OCA\DAV\CardDAV\Activity\Backend (adapted from CalDAV) | Thomas Citharel | 2022-06-10 | 1 | -0/+503 |
| * | | | | | | | | Avoid creating carddav activities for the system user | Thomas Citharel | 2022-06-10 | 1 | -2/+16 |
|/ / / / / / / / | |||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-10 | 124 | -168/+172 |
* | | | | | | | | Merge pull request #32797 from nextcloud/fix-external-home-dir | blizzz | 2022-06-10 | 1 | -7/+3 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | fix mounts mounted at the users home | Robin Appelman | 2022-06-09 | 1 | -7/+3 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #32675 from nextcloud/fix/validate-dashboard-background | Pytal | 2022-06-09 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Validate custom dashboard background image | Christopher Ng | 2022-06-02 | 1 | -0/+4 |
* | | | | | | | Merge pull request #32728 from kesselb/master | Simon L | 2022-06-09 | 1 | -5/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add matrix for psalm baseline update job | Daniel Kesselberg | 2022-06-05 | 1 | -5/+11 |
* | | | | | | | | Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepicker | Vincent Petry | 2022-06-09 | 14 | -90/+130 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Rename a11y helper function | Christopher Ng | 2022-06-09 | 5 | -13/+15 |
| * | | | | | | | | Update variable name | Christopher Ng | 2022-06-09 | 3 | -6/+6 |
| * | | | | | | | | Set circular radius on close button | Christopher Ng | 2022-06-09 | 3 | -4/+4 |
| * | | | | | | | | Add a11y utility function | Christopher Ng | 2022-06-09 | 7 | -14/+52 |
| * | | | | | | | | Activate the primary dialog button on enter if there is a single input | Christopher Ng | 2022-06-09 | 3 | -3/+18 |
| * | | | | | | | | Use keyboard controls with the action buttons | Christopher Ng | 2022-06-09 | 3 | -5/+7 |
| * | | | | | | | | Use keyboard controls for new folder creation | Christopher Ng | 2022-06-09 | 5 | -15/+15 |
| * | | | | | | | | Use button for grid view toggle instead of hidden checkbox | Christopher Ng | 2022-06-09 | 11 | -42/+29 |
| * | | | | | | | | Prevent pressing enter key without control focus from activating the primary ... | Christopher Ng | 2022-06-09 | 3 | -15/+3 |
| * | | | | | | | | Fix focus styling | Christopher Ng | 2022-06-09 | 8 | -8/+12 |
| * | | | | | | | | Restore grid view toggle | Christopher Ng | 2022-06-09 | 5 | -10/+6 |
| * | | | | | | | | Prepend file picker to be initial keyboard focus target | Christopher Ng | 2022-06-09 | 5 | -7/+7 |
| * | | | | | | | | Handle keyboard navigation in the file picker | Christopher Ng | 2022-06-08 | 7 | -24/+32 |
* | | | | | | | | | Merge pull request #32769 from nextcloud/enh/32749/regex-universal-search | Vincent Petry | 2022-06-09 | 3 | -5/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Specify the filter first for unified search | Daniel Kesselberg | 2022-06-08 | 3 | -5/+5 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #32765 from nextcloud/fix/add-back-delete.png | Joas Schilling | 2022-06-09 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add back the deleted.png file as SVG forwarding doesn't work for /core/img | Anna Larch | 2022-06-08 | 1 | -0/+0 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #32767 from nextcloud/seeakble-http-stream-wrappers | Julius Härtl | 2022-06-09 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | handle stream wrappers in SeekableHttpStream | Robin Appelman | 2022-06-08 | 1 | -0/+13 |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-09 | 106 | -166/+262 |
| |_|/ / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge pull request #32736 from nextcloud/enh/a11y/keyboard-contacts-menu | Pytal | 2022-06-08 | 10 | -26/+85 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Augment keyboard accessibility of contacts menu | Christopher Ng | 2022-06-07 | 10 | -26/+85 |