| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Bump Hub 8 -> Hub 9 | Andy Scherzinger | 2024-08-20 | 1 | -1/+1 |
* | style(settings): align icons at legacy help navigation | Maksim Sukharev | 2024-07-26 | 1 | -4/+4 |
* | feat: let users configure their first day of week | Richard Steinmetz | 2024-07-22 | 1 | -0/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-03 | 17 | -286/+40 |
* | feat(ldap): sync additional properties to profile and SAB | Jake Nabasny | 2024-05-30 | 1 | -0/+3 |
* | feat: Update help entry name | Christopher Ng | 2024-04-22 | 1 | -1/+1 |
* | feat: Add legal notice and privacy policy links to help page | Christopher Ng | 2024-04-22 | 1 | -0/+10 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -2/+1 |
* | chore: Bump Hub 7 -> Hub 8 | Andy Scherzinger | 2024-03-07 | 1 | -1/+1 |
* | fix(settings): Always show "Nextcloud" before version number | Fabian Zwemke | 2024-02-27 | 1 | -4/+0 |
* | fix(settings): Use initial state instead of custom state for server data | Ferdinand Thiessen | 2024-02-23 | 2 | -34/+2 |
* | Merge pull request #39607 from FedericoHeichou/fix-double-dots-with-pipe-send... | John Molakvoæ | 2024-02-23 | 1 | -1/+1 |
|\ |
|
| * | Add "-i" to sendmail's pipe
| FedericoHeichou | 2024-01-19 | 1 | -1/+1 |
* | | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
* | | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -3/+3 |
* | | fix: added last two places for aria-labels on setting icons | Eduardo Morales | 2024-02-06 | 2 | -4/+11 |
|/ |
|
* | Merge pull request #42590 from nextcloud/add-settings-section-type-attribute | Joas Schilling | 2024-01-10 | 1 | -1/+1 |
|\ |
|
| * | fix(settings): check if activeSectionId and activeSectionType are defined bef... | Thomas Citharel | 2024-01-05 | 1 | -1/+1 |
| * | Add data-active-section-type attribute to app-content settings section | Thomas Citharel | 2024-01-05 | 1 | -1/+1 |
* | | Fix SVG's for social media links | julia.kirschenheuter | 2024-01-05 | 1 | -15/+15 |
|/ |
|
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 8 | -49/+53 |
* | enh(settings): Migrate admin settings for sharing to vue | Ferdinand Thiessen | 2023-11-20 | 1 | -260/+5 |
* | Bump Hub 6 -> Hub 7 | Andy Scherzinger | 2023-11-16 | 1 | -1/+1 |
* | Remove unneeded `tabindex="0"` from sidebar and app content | julia.kirschenheuter | 2023-10-25 | 1 | -3/+3 |
* | fix several admin settings problems | Simon L | 2023-10-13 | 1 | -2/+4 |
* | fix double heading | Simon L | 2023-10-06 | 1 | -1/+1 |
* | address review | Simon L | 2023-10-06 | 1 | -22/+69 |
* | Move inline docs to online documentation | Simon L | 2023-10-05 | 1 | -40/+20 |
* | Split list to navigation for the left sidebar | julia.kirschenheuter | 2023-09-28 | 1 | -49/+51 |
* | BUmp Hub 5 -> Hub 6 | Andy Scherzinger | 2023-08-15 | 1 | -1/+1 |
* | Update blog URL (formerly "/news") | Jérôme Herbinet | 2023-08-04 | 1 | -1/+1 |
* | First pass at ai admin settings | Marcel Klehr | 2023-08-02 | 1 | -0/+28 |
* | fix confusion around mail settings | Simon L | 2023-06-17 | 1 | -8/+10 |
* | Disable "Enforce password protection" if not asking for a password | Daniel Calviño Sánchez | 2023-05-22 | 1 | -1/+5 |
* | Split long line | Daniel Calviño Sánchez | 2023-05-22 | 1 | -1/+2 |
* | Indent "Enforce password protection" | Daniel Calviño Sánchez | 2023-05-22 | 1 | -3/+3 |
* | Replace "div" with "span" inside "p" | Daniel Calviño Sánchez | 2023-05-22 | 1 | -6/+4 |
* | Move "br" immediately after "label" for consistency with other elements | Daniel Calviño Sánchez | 2023-05-22 | 1 | -2/+1 |
* | Add missing end tag for "label" | Daniel Calviño Sánchez | 2023-05-22 | 1 | -1/+1 |
* | fix(carddav): expose system address book | Anna Larch | 2023-05-11 | 1 | -2/+2 |
* | Show loading spinner until share settings are fully loaded | Daniel Calviño Sánchez | 2023-05-10 | 1 | -1/+1 |
* | bump hub number | Andy Scherzinger | 2023-05-04 | 1 | -1/+1 |
* | fix(mailer): check if authentication is neccessary | Anna Larch | 2023-03-24 | 1 | -6/+2 |
* | Merge pull request #36785 from nextcloud/bug/bring-back-auth-checkbox | blizzz | 2023-03-01 | 1 | -32/+58 |
|\ |
|
| * | Add back authentication checkbox for mailer settings | Anna Larch | 2023-02-22 | 1 | -32/+58 |
* | | up the hub | Arthur Schiwon | 2023-02-28 | 1 | -1/+1 |
|/ |
|
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 1 | -30/+3 |
* | Merge pull request #35609 from nextcloud/add-data-section-id | Vincent Petry | 2022-12-16 | 1 | -4/+3 |
|\ |
|
| * | Add section-id and section-type data attributes to settings <li> navigation i... | Thomas Citharel | 2022-12-05 | 1 | -4/+3 |
* | | Fix profile visibility not appearing | Carl Schwan | 2022-12-06 | 1 | -1/+0 |
|/ |
|