summaryrefslogtreecommitdiffstats
path: root/apps/settings/css
Commit message (Collapse)AuthorAgeFilesLines
* Compress SASS outputChristopher Ng2023-01-112-1475/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix profile visibility not appearingCarl Schwan2022-12-063-42/+3
| | | | | | | And refactor how the grid works (now it's automatically using the correct size instead of harcoding it) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-052-7/+2
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix remaining user settings issuesSimon L2022-11-233-7/+17
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* scroll if too much groupsJohn Molakvoæ2022-11-233-1/+13
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix user settings layoutJohn Molakvoæ2022-11-233-1/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Refactor profile info settingsCarl Schwan2022-11-213-95/+34
| | | | | | | | | - Make it possible to add the new property whiout chaning foundamentally how the layout work each time - Use only one grid instead of multiple nested grid - Better mobile reponsiveness Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add mastodon personal info fieldCarl Schwan2022-11-213-11/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* build npm run sassJérôme Herbinet2022-09-222-1/+6
| | | | | Signed-off-by: Jérôme Herbinet 33763786+Jerome-Herbinet@users.noreply.github.com Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* User list : Display name CSS changeJérôme Herbinet2022-09-221-0/+4
| | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Remake locale saving with VueChristopher Ng2022-09-163-18/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake group and quota details section with VueChristopher Ng2022-09-153-51/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Cleanup updatenotificationCarl Schwan2022-09-153-11/+1
| | | | | | | | | | | - Port away from jquery inside vue - Use modern vue components when possible - Fix some readability isssues particularly on dark theme - Use IInitialState - Use php7.4 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix 2FA iconsszaimen2022-09-083-1/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remake profile picture saving with VueChristopher Ng2022-09-023-134/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Some more fixesJulius Härtl2022-09-013-5/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump bundled filesJulius Härtl2022-09-012-6/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix settings scrollingJulius Härtl2022-09-011-3/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-varsJohn Molakvoæ2022-08-262-2/+2
|\
| * Adjust settings to new css variableJulius Härtl2022-08-262-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-263-5/+13
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Adapt to new Nextcloud vue styleCarl Schwan2022-08-263-7/+51
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix accessibility of input fieldsCarl Schwan2022-08-262-2/+2
|/ | | | | | | | | | | | | Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port encryption admin settings to vueCarl Schwan2022-07-133-33/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-153-24/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-163-1/+19
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-132-0/+1599
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate apps scssJohn Molakvoæ2022-05-131-7/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Apps toolbar height and alignment fixJohn Molakvoæ2022-02-281-5/+11
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* use new button componentVanessa Pertsch2022-02-241-2/+2
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* Cleanup admin settings js filesCarl Schwan2022-02-171-0/+15
| | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* try to fix overlapping buttons in apps-managementszaimen2022-02-101-2/+8
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix position sticky declarationCarl Schwan2022-02-011-1/+1
| | | | | | | Before the generated css was: "position: 'sticky'", now it is position: sticky. Firefox considered the old value has invalid. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* fix overlapping in the help settings sectionszaimen2021-12-171-0/+4
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Remove no longer needed CSS rulesDaniel Calviño Sánchez2021-12-071-12/+1
| | | | | | | | | | | | Since Nextcloud 22 the "#new-user" rules had no effect, as the DOM structure changed to show a dialog rather than adding a row on top of the list when adding new users. Similarly, the z-index was no longer needed, as there will be no "new-user" row that could overlap. Moreover, the z-index was set even higher (100) in another rule still active. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix input for groups validation in new user formDaniel Calviño Sánchez2021-12-071-9/+0
| | | | | | | | | The hidden input used for form validation was not actually hidden since Nextcloud 22, as the DOM structure changed to show a dialog rather than adding a row on top of the list when adding new users, so the CSS rules no longer matched. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Profile frontendChristopher Ng2021-10-191-5/+11
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix active scope not visible in the menu if excludedDaniel Calviño Sánchez2021-04-231-0/+10
| | | | | | | | | | | | | | | | | | | Depending on some settings (for example, if lookup server upload is disabled) some items can be hidden in the scope menu. However, if the user selected an scope in the past once the settings were changed the scope was no longer visible in the menu. Now the active scope will be always visible in the menu, although if it is an excluded scope it will be disabled. Selecting any other scope will then hide the excluded and no longer active one. When upload to the lookup server is disabled the scope menu was hidden for display name and email in the personal information settings; now the menu will be always shown to enable the above described behaviour. Note that the menu will be shown even if there is a single available scope so the user can read its description. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix accessibility of federation menu privacy buttonsJan C. Borchardt2021-04-191-9/+24
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix accessibility of profile picture sectionJan C. Borchardt2021-04-191-0/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Move help to separate stylesheetJulius Härtl2020-11-042-14/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust scroll container height to make it a proper boundary element for actionsJulius Härtl2020-09-291-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-071-0/+31
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Use appsidebar for appsJohn Molakvoæ (skjnldsv)2020-08-141-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix the keyboard tab for actionmenuGretaD2020-04-301-1/+4
| | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselectChristoph Wurst2020-03-241-4/+15
|\ | | | | Fix language multiselect action
| * Fix language multiselect actionGretaD2020-03-231-4/+15
| | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | Fix unlimited and progress barGretaD2020-03-231-6/+6
|/ | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Fix row height and display name inputJulius Härtl2020-03-101-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Give columns a bit more space and fix overlaying issuesJulius Härtl2020-02-181-16/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>