aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #31355 from nextcloud/fix/23441/fix-developer-linkSimon L2022-03-011-2/+5
|\ | | | | try to fix developer link
| * try to fix developer linkszaimen2022-03-011-2/+5
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | use new button componentVanessa Pertsch2022-03-011-6/+12
|/ | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Apps toolbar height and alignment fixJohn Molakvoæ2022-02-282-14/+23
| | | | | 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-3/+5
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* use new button componentVanessa Pertsch2022-02-241-3/+6
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* fix all modals after vue 5.0szaimen2022-02-221-2/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix external appCarl Schwan2022-02-172-1/+7
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup admin settings js filesCarl Schwan2022-02-174-19/+489
| | | | | | | | | | | | | * 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-0/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix selecting user status, clear time and app password scopeJoas Schilling2022-02-072-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add app version to sidebar, mainly for mobile view as it disappears from ↵Brendan2022-02-031-0/+9
| | | | | | list view Signed-off-by: Brendan O'Neill brendan.oneill96@hotmail.co.uk
* change Actions trigger to <button> when editing userJulien Veyssier2022-02-031-2/+2
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Add compiled filesLouis Chemineau2022-02-012-9/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add new component for the group list items.ArcticFall2022-02-013-62/+152
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add js methods for renaming a group.ArcticFall2022-02-011-0/+33
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add ActionInput for renaming a group and corresponding method.ArcticFall2022-02-011-1/+29
| | | | | Signed-off-by: Martin Jänel <spammemore@posteo.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #30729 from ↵John Molakvoæ2022-01-2229-138/+69
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * Auto fix warningsLouis Chemineau2022-01-2129-138/+69
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | l10n: Spelling unification in Transifex.Valdnet2022-01-201-1/+1
|/ | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Change l10n directoryValdnet2022-01-201-4/+4
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Change l10n directoryValdnet2022-01-201-5/+5
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-1125-25/+25
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add generic type and description when its missingLouis Chemineau2022-01-112-8/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-115-14/+15
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use sync modifier with openMenuJohn Molakvoæ2022-01-082-6/+7
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-7/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-0819-147/+166
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate to webpack v5Louis Chemineau2022-01-081-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix rendering app authors with homepage or emailChristoph Wurst2021-12-281-6/+12
| | | | | | | | | | When the first author of an app doesn't have homepage/email attributes set in info.xml then any further author was rendered as `[object Object]` due to the complex XML node seralized to a JavaScript string. The logic was fixed so that it converts any of the authors to simple text. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* improve personal settings on mobileszaimen2021-12-232-0/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Devices & sessions: fix misaligned headerQuentin Guidée2021-12-211-1/+1
| | | | Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
* Fix input for groups validation in new user formDaniel Calviño Sánchez2021-12-071-0/+12
| | | | | | | | | 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>
* Set number of visibility dropdown rows dynamicallyChristopher Ng2021-11-261-3/+9
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve accessibilityChristopher Ng2021-11-266-9/+30
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Personalsettings - remove marginLeft as it breaks the layoutszaimen2021-11-241-2/+4
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve sortingChristopher Ng2021-11-231-1/+11
| | | | | | | | - Extract sort logic into a separate function - Sort non-core parameters with localeCompare Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix unsupported scopes being enabled for new propertiesChristopher Ng2021-11-042-5/+19
| | | | | | | | - Shorten disabled scope messages - Update wording Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add new profile visibility sectionChristopher Ng2021-11-0412-120/+174
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove unused click handlerChristopher Ng2021-10-211-37/+27
| | | | | | | | - Handle long lines unbroken by white space - Cleanup Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Allow textarea resizeChristopher Ng2021-10-201-1/+1
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Profile frontendChristopher Ng2021-10-1929-151/+2162
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Spelling unificationValdnet2021-10-071-2/+2
| | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Improve icon and section title of "Admin privileges"Joas Schilling2021-10-061-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Only load screenshots if available from app store releasesJulius Härtl2021-10-052-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-293-0/+144
| | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* l10n: Replace "mail" to "email"Valdnet2021-09-221-1/+1
| | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix code styleArthur Schiwon2021-09-151-4/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix updating and thus UI rendering on update notification changeArthur Schiwon2021-09-152-5/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* offer to unset notification email instead of disablingArthur Schiwon2021-09-151-6/+6
| | | | | | - also the only way to reset when system mail cannot be modified Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>