summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Bump nextcloud-dialogs from 3.1.2 to 3.1.4Vincent Petry2022-07-262-10/+27
| | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry2022-07-261-1/+1
|\ \ \ | | | | | | | | Further markup cleanup
| * | | Add missing closing spans and avoid empty hrefVincent Petry2022-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #32733 from ↵Vincent Petry2022-07-261-0/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/underscore-1.13.4 Bump underscore from 1.12.0 to 1.13.4
| * | | | Fix core tests by stubbing debounceVincent Petry2022-07-261-0/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / / / Remove obsolete notification containerVincent Petry2022-07-2610-159/+3
|/ / / | | | | | | | | | | | | | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #33320 from ↵Vincent Petry2022-07-266-30/+30
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-files-duplicate-dom-ids Replace files app ids to classes
| * | | Replace files app ids to classesVincent Petry2022-07-266-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #33166 from Lukasdoe/masterSimon L2022-07-261-0/+1
|\ \ \ \ | |/ / / |/| | | Add button disable on submit for login grant
| * | | Add button disable on submit for login grantLukas Döllerer2022-07-251-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Döllerer <info@lukas-doellerer.de>
* | | | Merge pull request #33334 from nextcloud/bugfix/appmenu-textPytal2022-07-253-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Make sure app menu text opacity matches the iconsJulius Härtl2022-07-253-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #33338 from nextcloud/fix/contrast-search-iconCarl Schwan2022-07-251-1/+1
|\ \ \ \ | |/ / / |/| | | Fix contrast of the search icon
| * | | Fix contrast of the search iconCarl Schwan2022-07-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [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>