aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/templates
Commit message (Expand)AuthorAgeFilesLines
* chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-1/+1
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+3
* chore: Bump Hub 8 -> Hub 9Andy Scherzinger2024-08-201-1/+1
* style(settings): align icons at legacy help navigationMaksim Sukharev2024-07-261-4/+4
* feat: let users configure their first day of weekRichard Steinmetz2024-07-221-0/+3
* chore: Add SPDX headerAndy Scherzinger2024-06-0317-286/+40
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+3
* feat: Update help entry nameChristopher Ng2024-04-221-1/+1
* feat: Add legal notice and privacy policy links to help pageChristopher Ng2024-04-221-0/+10
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+1
* chore: Bump Hub 7 -> Hub 8Andy Scherzinger2024-03-071-1/+1
* fix(settings): Always show "Nextcloud" before version numberFabian Zwemke2024-02-271-4/+0
* fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-232-34/+2
* Merge pull request #39607 from FedericoHeichou/fix-double-dots-with-pipe-send...John Molakvoæ2024-02-231-1/+1
|\
| * Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* | feat: rename users to account or personVincent Petry2024-02-132-3/+3
* | fix: added last two places for aria-labels on setting iconsEduardo Morales2024-02-062-4/+11
|/
* Merge pull request #42590 from nextcloud/add-settings-section-type-attributeJoas Schilling2024-01-101-1/+1
|\
| * fix(settings): check if activeSectionId and activeSectionType are defined bef...Thomas Citharel2024-01-051-1/+1
| * Add data-active-section-type attribute to app-content settings sectionThomas Citharel2024-01-051-1/+1
* | Fix SVG's for social media linksjulia.kirschenheuter2024-01-051-15/+15
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-49/+53
* enh(settings): Migrate admin settings for sharing to vueFerdinand Thiessen2023-11-201-260/+5
* Bump Hub 6 -> Hub 7Andy Scherzinger2023-11-161-1/+1
* Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-251-3/+3
* fix several admin settings problemsSimon L2023-10-131-2/+4
* fix double headingSimon L2023-10-061-1/+1
* address reviewSimon L2023-10-061-22/+69
* Move inline docs to online documentationSimon L2023-10-051-40/+20
* Split list to navigation for the left sidebarjulia.kirschenheuter2023-09-281-49/+51
* BUmp Hub 5 -> Hub 6Andy Scherzinger2023-08-151-1/+1
* Update blog URL (formerly "/news")Jérôme Herbinet2023-08-041-1/+1
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+28
* fix confusion around mail settingsSimon L2023-06-171-8/+10
* Disable "Enforce password protection" if not asking for a passwordDaniel Calviño Sánchez2023-05-221-1/+5
* Split long lineDaniel Calviño Sánchez2023-05-221-1/+2
* Indent "Enforce password protection"Daniel Calviño Sánchez2023-05-221-3/+3
* Replace "div" with "span" inside "p"Daniel Calviño Sánchez2023-05-221-6/+4
* Move "br" immediately after "label" for consistency with other elementsDaniel Calviño Sánchez2023-05-221-2/+1
* Add missing end tag for "label"Daniel Calviño Sánchez2023-05-221-1/+1
* fix(carddav): expose system address bookAnna Larch2023-05-111-2/+2
* Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-101-1/+1
* bump hub numberAndy Scherzinger2023-05-041-1/+1
* fix(mailer): check if authentication is neccessaryAnna Larch2023-03-241-6/+2
* Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkboxblizzz2023-03-011-32/+58
|\
| * Add back authentication checkbox for mailer settingsAnna Larch2023-02-221-32/+58
* | up the hubArthur Schiwon2023-02-281-1/+1
|/
* Migrate to Symfony MailerCôme Chilliet2023-02-021-30/+3
* Merge pull request #35609 from nextcloud/add-data-section-idVincent Petry2022-12-161-4/+3
|\