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/css
AgeCommit message (Collapse)Author
2022-04-29Revert "Show the child folders in the breadcrumb menu when on a parent entry."backport/32218/stable24Simon L
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-11Adds a "Request password" button to the public share authentication page for ↵Cyrille Bollu
shares of type TYPE_EMAIL, when the "video verification" checkbox isn't checked. Users accessing non-anonymous public shares (TYPE_EMAIL shares) can now request a temporary password themselves. - Creates a migration step for the files_sharing app to add the 'password_expiration_time' attribute to the oc_shares table. - Makes share temporary passwords' expiration time configurable via a system value. - Adds a system config value to allow permanent share passwords -Fixes a typo in a comment in apps/files_sharing/src/components/SharingEntryLink.vue See https://github.com/nextcloud/server/issues/31005 Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
2022-03-09Fix alternative login buttonsbugfix/noid/fix-alternativ-login-buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-07Center dialog new file menufix/dialog-menuJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-02-25Fix missing focus highlight for guest buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-10Revert "Improve layout for the public download page"Carl Schwan
This reverts commit 2e55ce089954bdab483cb1564a4b00b79b705346. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-10Revert "Fix loading of the text app in public shared links"Carl Schwan
This reverts commit d3d117c4a874eb8803fb043b2b011d8732b2709f. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-02-02Show the parent folders in the breadcrumb menu when on a child entry.Christian Paier
Previously, clicking on an menu item in the breadcrumb menu removed the parent entries of the path, i.e.: Clicking on the "to" entry in "/path/to/some/folder" changed the breadcrumb menu to show only the "/path/to" entries. With this change the breadcrumb menu changes this behaviour as the full path is still visible (and usable) but with the "to" entry beeing highlighted. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
2022-01-31Merge pull request #25418 from kaktuspalme/patch-1John Molakvoæ
2022-01-17Fix loading of the text app in public shared linksCarl Schwan
Instead of doing the centering for the entire public content, only do it for the preview. This is more safe. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-14Improve installation pagesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-01-13Improve layout for the public download pageCarl Schwan
This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-12-03Adjust auth token link designJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-12-01Fix collaborative tags stylesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-12-01Merge pull request #29905 from nextcloud/bugfix/fix-some-buttonsChristoph Wurst
Only add the vue exeption to actual button elements
2021-11-30Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-11-25Only add the vue exeption to actual button elementsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-27Merge pull request #29327 from ↵John Molakvoæ
nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
2021-10-21Fix login button alignmentCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-19Do notr make action icons too transparentmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-10-19Merge pull request #29295 from nextcloud/fix/button-clipJulius Härtl
2021-10-19Profile frontendChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-10-18Fix cliping issues in alternative logging buttonsCarl Schwan
The issues was caused because the button with its margins was bigger than the parent. Instead of setting the margin of the button, add padding to the parent. This is more reliable. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-09-30Add new variables for buttonsmarco
Signed-off-by: marco <marcoambrosini@pm.me>
2021-09-30Do not target vue buttons with server rulesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-08-12Put controls above the text editor menubarCarl Schwan
Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-16Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-fixesJulius Härtl
some multiselect design fixes
2021-07-15Improve notcreatable permissions hintszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-15some multiselect design fixesszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-14Fix regression in file sidebarCarl Schwan
See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-13Fix svg icons disapearing in app navigation when text overflowsCarl Schwan
The issue is caused by the icon being positionned with negative margins and the `overflow: hidden` rule when hide the icon when the text overflows. Remove positioning with negative margins. This was only happening in Firefox. This fix #23849 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-07-01Merge pull request #27737 from nextcloud/enh/19906/contactsmenuJohn Molakvoæ
make contactsmenu icon bigger
2021-07-01design fixes to app-settings buttonszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-30make contactsmenu icon biggerszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-06-23Merge pull request #27604 from nextcloud/bugfix/24918Pytal
Proper opacity on multiselect actions in files
2021-06-22Proper opacity on multiselect actions in filesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-22Update login with device page stylesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-06-16Let apps toggle an unread counter on app iconsJulius Härtl
Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-04-20Handle device login like an alternative loginJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-12Fix log in button hover/focus feedbackJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-12Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-03-24Revert "Do not target vue buttons with server rules"Greta
Signed-off-by: GretaD <gretadoci@gmail.com>
2021-03-09Merge pull request #25721 from nextcloud/do-not-target-vue-buttonsRoeland Jago Douma
Do not target vue buttons with server rules
2021-03-05Do not target vue buttons with server rulesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-02-26Change outline color to --color-main-textVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-26Add focus-visible outline for checkboxes and radio buttonsVincent Petry
To make keyboard navigation visible in forms. When clicking with the mouse it doesn't appear. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-02-01Update variables.scsskaktuspalme
I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
2021-01-28Skip template picker if none availableJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-25Do not target vue progressbar with server stylesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-01-11Unquote string when removing the hash from a colorJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>