aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates/help.php
Commit message (Collapse)AuthorAgeFilesLines
* style(settings): align icons at legacy help navigationMaksim Sukharev2024-07-261-4/+4
| | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-221-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+8
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix double headingSimon L2023-10-061-1/+1
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* address reviewSimon L2023-10-061-22/+69
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Move inline docs to online documentationSimon L2023-10-051-40/+20
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Make scroll areas keyboard focussableJulius Härtl2022-09-011-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add a11y attributes for legacy app navigationVincent Petry2022-08-291-3/+3
| | | | | | | Aded "role=navigation" Added "aria-current=page" for the currently selected item. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix overlapping in the help settings sectionszaimen2021-12-171-4/+12
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Move help to separate stylesheetJulius Härtl2020-11-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+7
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move help to controllerJulius Härtl2019-10-171-5/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move settings to an appChristoph Wurst2019-09-281-0/+33
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>