summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-07-122-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-104-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-0914-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-0892-158/+158
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use Button component to show password for improved accessibilityChristopher Ng2022-07-072-24/+37
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-062-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-046-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-0230-0/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33079 from nextcloud/enh/a11y-file-picker-labelsJohn Molakvoæ2022-07-012-1/+9
|\
| * Add accessible names for file picker grid view toggle and new folder buttonChristopher Ng2022-07-012-1/+9
| | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-012-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-306-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32857 from nextcloud/debt/noid/result-may-undefinedCarl Schwan2022-06-291-2/+4
|\ | | | | Fix undefined when no tags
| * Fix undefined when no tagsDaniel Kesselberg2022-06-281-2/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2022-06-292-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-282-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-241-0/+57
|\ | | | | Add comments expire date
| * Add comments expire dateVitor Mattos2022-06-151-0/+57
| | | | | | | | | | | | https://github.com/nextcloud/spreed/pull/7327 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | Merge pull request #32957 from nextcloud/fix/import-floatCarl Schwan2022-06-231-2/+2
|\ \ | | | | | | Fix importing float value
| * | Fix importing float valueCarl Schwan2022-06-231-2/+2
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-06-232-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-224-4/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-212-2/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-06-1590-126/+126
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix 2FA setup vs set up typoChristoph Wurst2022-06-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2022-06-142-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31637 from nextcloud/add-password-reset-typed-eventsVincent Petry2022-06-133-15/+150
|\ | | | | Add password reset typed events and modernize LostController
| * Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-101-15/+15
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Add password reset typed eventsThomas Citharel2022-06-103-1/+136
| | | | | | | | | | | | These hooks are only used in the Encryption app from what I can see. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #32774 from nextcloud/enh/a11y/keyboard-legacy-contacts-menuLouis2022-06-131-1/+6
|\ \ | | | | | | Enable keyboard activation of legacy contacts menu
| * | Enable keyboard activation of legacy contacts menuChristopher Ng2022-06-101-1/+6
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-112-0/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-06-1082-164/+84
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32616 from nextcloud/enh/a11y-keyboard-filepickerVincent Petry2022-06-0910-84/+124
|\ | | | | Augment file picker modal accessibility
| * Rename a11y helper functionChristopher Ng2022-06-093-11/+13
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Update variable nameChristopher Ng2022-06-091-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Set circular radius on close buttonChristopher Ng2022-06-091-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Add a11y utility functionChristopher Ng2022-06-093-8/+46
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Activate the primary dialog button on enter if there is a single inputChristopher Ng2022-06-091-0/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use keyboard controls with the action buttonsChristopher Ng2022-06-091-2/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use keyboard controls for new folder creationChristopher Ng2022-06-091-9/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-097-36/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Prevent pressing enter key without control focus from activating the primary ↵Christopher Ng2022-06-091-12/+0
| | | | | | | | | | | | button Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Fix focus stylingChristopher Ng2022-06-096-5/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Restore grid view toggleChristopher Ng2022-06-091-4/+0
| | | | | | | | | | | | Removed in https://github.com/nextcloud/server/pull/29966 and partially restored in https://github.com/nextcloud/server/pull/30452 Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Prepend file picker to be initial keyboard focus targetChristopher Ng2022-06-091-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * Handle keyboard navigation in the file pickerChristopher Ng2022-06-083-18/+26
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #32769 from nextcloud/enh/32749/regex-universal-searchVincent Petry2022-06-091-2/+2
|\ \ | | | | | | Specify the filter first for unified search
| * | Specify the filter first for unified searchDaniel Kesselberg2022-06-081-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>