summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix(setup): clarify installation wording to be clear that it is about ↵backport/49962/stable29Jan C. Borchardt2025-01-071-3/+3
| | | | | | account creation Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
* fix: Prevent duplicate creation of print_exception functionbackport/48205/stable29Louis Chemineau2024-09-194-23/+39
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-0/+47
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(provisionning_api): Remove parameters that are not set into templateThomas Citharel2024-08-281-4/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* fix: Add direct parameter to flow auth v2Julius Härtl2024-08-062-1/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-301-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: csrf check failed on public share with passwordLuka Trovic2024-07-081-5/+5
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* Merge pull request #44977 from nextcloud/backport/44745/stable29Arthur Schiwon2024-06-121-0/+1
|\ | | | | [stable29] fix(auth): Keep redirect URL during 2FA setup and challenge
| * fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-231-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix: Fix truncation on public sharesChristopher Ng2024-04-231-10/+14
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Respect custom webroot in setup formHolonProduction2024-03-131-1/+1
| | | | Signed-off-by: HolonProduction <holonproduction@gmail.com>
* fix: wrap text on exception pageRichard Steinmetz2024-02-261-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* php-cs-fixer fixesAndrii Rublov2024-02-233-7/+7
| | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
* [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-233-9/+9
| | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-133-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-134-7/+7
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-173-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-formFerdinand Thiessen2024-01-161-10/+0
|\ | | | | refactor(core): remove `sudo-login-form` layout
| * refactor(core): remove sudo-login-form layoutGrigorii K. Shartsev2024-01-161-10/+0
| | | | | | | | | | | | | | This form has never been used and existed only during the introduting the first password confirmation. - PR 1447 Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Complete `<h1>` settings headingjulia.kirschenheuter2024-01-161-1/+4
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-101-5/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Clean-up and standardization of "App password"rakekniven2023-12-152-4/+4
| | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* Rename "global search" to "unified search"fenn-cs2023-12-121-1/+0
| | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat: update sign up link in share pagesLuka Trovic2023-11-211-1/+1
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* Feat: New UI global searchfenn-cs2023-11-101-0/+1
| | | | | | | | | | | | | | | We are introducing a new search UI that providers a lot more space for users via a large centralized modal and providers various filters which can by applied by adding various chips on the UI. For example, users can now filter their search or scope it by limiting the results to specific apps, time period and people by apply the appropriate filters on the new UI, previously filters where applied using text in the search box by prefixing with `::`. Resolves: #39162 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore: Compile CSS assetsFerdinand Thiessen2023-11-021-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-022-3/+8
| | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): remove unnecessary role=contentinfo from page footer on loginGrigorii K. Shartsev2023-10-211-1/+1
| | | | | | `<footer>` has this role initially then it is a page footer, not inside `section`/`article`, and etc. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(core): remove unnecessary role=banner on top level headerGrigorii K. Shartsev2023-10-212-2/+2
| | | | | | | By default, the HTML's `<header>` element has an identical meaning to the banner landmark, unless it is a descendant of `<aside>`, `<article>`, `<main>`, `<nav>`, or `<section>`. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-202-9/+9
| | | | | | `autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-041-3/+11
| | | | Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-1/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-261-61/+0
| | | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Pin beta releases so we do not get version conflicts. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* allow to specify upgrade.cli-upgrade-link in order to link to the correct ↵Simon L2023-06-101-3/+7
| | | | | | documentation Signed-off-by: Simon L <szaimen@e.mail.de>
* chore(404): Extend 404 error message to mention possibly missing permissionsMarcel Klehr2023-04-261-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Merge pull request #37583 from ↵Julia Kirschenheuter2023-04-061-3/+3
|\ | | | | | | | | nextcloud/fix/37174-place-heading-inside_of_the_main_content Move heading to the main content
| * Move heading to the main contentjulia.kirschenheuter2023-04-051-3/+3
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | fix: Adjust filepicker breadcrumb structure to recent a11y changesJulius Härtl2023-04-051-1/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add label for logo linkChristopher Ng2023-03-291-5/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-3/+3
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Merge pull request #36633 from ↵Julia Kirschenheuter2023-02-131-1/+5
|\ | | | | | | | | nextcloud/fix/36632-create_an_accessible_name_for_logo Create an accessible name for logo on logged in page
| * Create an accessible name for logo on logged in pagejulia.kirschenheuter2023-02-131-1/+5
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Port user menu to VueChristopher Ng2023-02-091-39/+1
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix event listener race condition on login-formMarcel Müller2023-01-232-2/+2
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* composer run cs:fixCôme Chilliet2023-01-209-49/+49
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-173-5/+11
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-8/+1
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>