Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2022-08-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-10Do not overwrite the focus-visible of vue appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-08Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-colorVincent Petry
Fix "More" app icon in dark mode
2022-08-08Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan
Remove OCP\App and OCP\BackgroundJob
2022-08-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-05Fix "More" app iconbugfix/noid/fix-more-icon-colorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-01Merge pull request #33405 from nextcloud/perf/new-index-mounts-classJulius Härtl
2022-08-01DB mounts table: Add index for mount_provider_classMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
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>
2022-07-28Add share attrs + download permission support in frontendVincent Petry
Added download permission checkbox in frontend Added share attributes parsing and setting in frontend. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-28Transfer `aria-label` from nav settings menu to settings menu icon-buttonjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-07-27Fix login flowCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Fix caldav invitation related public pagesCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Redesign guest pages for better accessibilityCarl Schwan
- Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-27Bump nextcloud-dialogs from 3.1.2 to 3.1.4bump/nextcloud-dialogs-3.1.2-to-3.1.4Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Merge pull request #33361 from nextcloud/techdebt/noid/further-cleanupVincent Petry
Further markup cleanup
2022-07-26Merge pull request #32733 from ↵Vincent Petry
nextcloud/dependabot/npm_and_yarn/underscore-1.13.4 Bump underscore from 1.12.0 to 1.13.4
2022-07-26Add missing closing spans and avoid empty hrefVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Remove obsolete notification containerVincent Petry
The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-26Fix core tests by stubbing debounceVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-07-26Merge pull request #33320 from ↵Vincent Petry
nextcloud/bugfix/noid/remove-files-duplicate-dom-ids Replace files app ids to classes
2022-07-26Merge pull request #33166 from Lukasdoe/masterSimon L
Add button disable on submit for login grant
2022-07-26Replace files app ids to classesVincent Petry
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>
2022-07-25Merge pull request #33334 from nextcloud/bugfix/appmenu-textPytal
2022-07-25Add button disable on submit for login grantLukas Döllerer
Signed-off-by: Lukas Döllerer <info@lukas-doellerer.de>
2022-07-25Merge pull request #33338 from nextcloud/fix/contrast-search-iconCarl Schwan
Fix contrast of the search icon
2022-07-25Fix contrast of the search iconCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-07-25Make sure app menu text opacity matches the iconsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21Merge pull request #33297 from nextcloud/fix/filepicker-new-buttonVincent Petry
FilePicker: Hide `newButton` outline if only picking is allowed
2022-07-21Merge pull request #33281 from nextcloud/enh/a11y-login-page-titleVincent Petry
Identify the login page explicitly by the page title
2022-07-21Merge pull request #33287 from nextcloud/bugfix/focus-outline-bubble-menuVincent Petry
Add legacy popover focus outline
2022-07-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21Identify the login page explicitly by the page titleenh/a11y-login-page-titleChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-20FilePicker: Hide also outline of `new` button if type is `CHOOSE`fix/filepicker-new-buttonFerdinand Thiessen
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>
2022-07-20Merge pull request #33266 from nextcloud/bugfix/noid/skip-content-publicVincent Petry
Add skip content buttons to the public page layout
2022-07-20Add legacy popover focus outlinebugfix/focus-outline-bubble-menuJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-19Merge pull request #33267 from nextcloud/bugfix/noid/button-hoverJulius Härtl
Use hover css variable for primary buttons
2022-07-18Merge pull request #33240 from nextcloud/fix/login-input-focusPytal
2022-07-18Use hover css variable for primary buttons and add proper focus outlinebugfix/noid/button-hoverJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18Add skip content buttons to the public page layoutbugfix/noid/skip-content-publicJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-18LoginForm: Fix password label translation callMarcel Klehr
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-18Merge pull request #33247 from nextcloud/bugfix/noid/skip-button-idsVincent Petry
Allow to override #app-content and #app-navigation hrefs for content skipping