summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-08-164-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-156-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-142-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-132-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix trusted domain error pageJoas Schilling2022-08-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Do not overwrite the focus-visible of vue appsJoas Schilling2022-08-105-29/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-colorVincent Petry2022-08-085-2/+12
|\ | | | | Fix "More" app icon in dark mode
| * Fix "More" app iconJoas Schilling2022-08-055-2/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-086-13/+16
|\ \ | | | | | | Remove OCP\App and OCP\BackgroundJob
| * | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-016-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-084-138/+192
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-076-2/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-0620-126/+162
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-05138-414/+796
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33405 from nextcloud/perf/new-index-mounts-classJulius Härtl2022-08-013-0/+21
|\ \
| * | DB mounts table: Add index for mount_provider_classMarcel Klehr2022-08-013-0/+21
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Add share attrs + download permission support in frontendVincent Petry2022-07-282-0/+33
| |/ |/| | | | | | | | | | | Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Transfer `aria-label` from nav settings menu to settings menu icon-buttonjulia.kirschenheuter2022-07-281-3/+2
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Fix login flowCarl Schwan2022-07-274-11/+10
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix caldav invitation related public pagesCarl Schwan2022-07-271-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Redesign guest pages for better accessibilityCarl Schwan2022-07-2734-568/+470
| | | | | | | | | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | 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>