aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-07-232-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-22136-0/+136
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33297 from nextcloud/fix/filepicker-new-buttonVincent Petry2022-07-211-1/+1
|\ | | | | FilePicker: Hide `newButton` outline if only picking is allowed
| * FilePicker: Hide also outline of `new` button if type is `CHOOSE`Ferdinand Thiessen2022-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | If the filepicker mode is set to `FILEPICKER_TYPE_CHOOSE` currently only the button but not the outline of it is hidden. This also hides the outline to fix #33142 Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33281 from nextcloud/enh/a11y-login-page-titleVincent Petry2022-07-212-2/+9
|\ \ | | | | | | Identify the login page explicitly by the page title
| * | Identify the login page explicitly by the page titleChristopher Ng2022-07-202-2/+9
| |/ | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #33287 from nextcloud/bugfix/focus-outline-bubble-menuVincent Petry2022-07-215-2/+44
|\ \ | | | | | | Add legacy popover focus outline
| * | Add legacy popover focus outlineJulius Härtl2022-07-205-2/+44
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-07-2190-90/+92
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry2022-07-201-0/+5
|\ \ | |/ |/| Add skip content buttons to the public page layout
| * Add skip content buttons to the public page layoutJulius Härtl2022-07-181-0/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2022-07-202-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33267 from nextcloud/bugfix/noid/button-hoverJulius Härtl2022-07-195-8/+42
|\ \ | | | | | | Use hover css variable for primary buttons
| * | Use hover css variable for primary buttons and add proper focus outlineJulius Härtl2022-07-185-8/+42
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #33240 from nextcloud/fix/login-input-focusPytal2022-07-181-1/+1
|\ \ | |/ |/|
| * Fix login input focus borderChristopher Ng2022-07-151-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | LoginForm: Fix password label translation callMarcel Klehr2022-07-181-1/+1
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-idsVincent Petry2022-07-186-84/+18
|\ \ | | | | | | Allow to override #app-content and #app-navigation hrefs for content skipping
| * | Fix styling for single skip buttons globallyJulius Härtl2022-07-166-84/+18
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Allow to override #app-content and #app-navigation hrefs for content skippingJulius Härtl2022-07-161-2/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2022-07-188-4/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-172-2/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-162-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix HTML validation of material design iconsJoas Schilling2022-07-151-8/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-07-1518-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix duplicate id "hole"Joas Schilling2022-07-142-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33220 from nextcloud/bugfix/noid/fix-settings-icon-colorCarl Schwan2022-07-145-6/+3
|\ | | | | Fix settings icon color
| * Fix settings icon colorJoas Schilling2022-07-135-6/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-146-2/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | add a link to system requirements for new 64bit setup checkszaimen2022-07-132-2/+4
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | add a setup check for 64 bitszaimen2022-07-132-0/+88
|/ | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* [tx-robot] updated from transifexNextcloud bot2022-07-132-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet2022-07-124-3/+115
|\ | | | | Improve job handling through occ
| * Fix background-job:execute command for QueuedJob instancesCôme Chilliet2022-07-111-1/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Format the datetime for last run in ATOM formatCôme Chilliet2022-07-111-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use symfony console table to render the job list properlyCôme Chilliet2022-07-112-3/+24
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix ListCommand constructor call in register_commandCôme Chilliet2022-07-111-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Code cleaning of Background/ListCommandCôme Chilliet2022-07-111-14/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add command to list jobsCôme Chilliet2022-07-112-0/+96
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [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>