summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | [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