aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Expand)AuthorAgeFilesLines
* chore(profile): move profile app from core to appsskjnldsv2024-11-142-37/+0
* feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-081-2/+3
* feat(rtl): Set layout direction based on languageali ghorbani2024-09-231-1/+1
* chore: Move legacy dialogs template from files to core until we can remove itFerdinand Thiessen2024-09-201-0/+35
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-5/+5
* fix: Prevent duplicate creation of print_exception functionLouis Chemineau2024-09-184-23/+39
* fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-0/+47
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-34/+8
* Fix: float and clearMostafa Ahangarha2024-08-292-5/+5
* fix(provisionning_api): Remove parameters that are not set into templateThomas Citharel2024-08-281-4/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-2/+2
* fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-214-4/+12
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-135-3/+7
* fix: Add direct parameter to flow auth v2Julius Härtl2024-08-052-1/+4
* chore(core): wrap initial state into hidden containerGrigorii K. Shartsev2024-07-305-15/+17
* fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-2735-130/+176
* fix: address reviewSimon L2024-05-141-1/+1
* feat(exception-template): allow to link to specific documentation for how to ...Simon L.2024-05-141-0/+3
* Merge pull request #44923 from nextcloud/fix/public-share-truncationPytal2024-04-231-10/+14
|\
| * fix: Fix truncation on public sharesChristopher Ng2024-04-221-10/+14
* | fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-191-0/+1
|/
* feat: Deprecate `OC.dialogs` and replace generic dialogs with `@nextcloud/dia...Ferdinand Thiessen2024-04-101-3/+0
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix: csrf check failed on public share with passwordLuka Trovic2024-03-291-5/+5
* fix: Respect custom webroot in setup formHolonProduction2024-03-131-1/+1
* fix: wrap text on exception pageRichard Steinmetz2024-02-261-1/+1
* php-cs-fixer fixesAndrii Rublov2024-02-233-7/+7
* [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-233-9/+9
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-133-5/+5
* feat: rename users to account or personVincent Petry2024-02-134-7/+7
* fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-173-3/+3
* Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-formFerdinand Thiessen2024-01-161-10/+0
|\
| * refactor(core): remove sudo-login-form layoutGrigorii K. Shartsev2024-01-161-10/+0
* | Complete `<h1>` settings headingjulia.kirschenheuter2024-01-161-1/+4
|/
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-101-5/+1
* fix: Clean-up and standardization of "App password"rakekniven2023-12-152-4/+4
* Rename "global search" to "unified search"fenn-cs2023-12-121-1/+0
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* feat: update sign up link in share pagesLuka Trovic2023-11-211-1/+1
* Feat: New UI global searchfenn-cs2023-11-101-0/+1
* chore: Compile CSS assetsFerdinand Thiessen2023-11-021-1/+1
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-022-3/+8
* fix(core): remove unnecessary role=contentinfo from page footer on loginGrigorii K. Shartsev2023-10-211-1/+1
* fix(core): remove unnecessary role=banner on top level headerGrigorii K. Shartsev2023-10-212-2/+2
* fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-202-9/+9
* Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-041-3/+11
* fix: content info footer on guest pagesRichard Steinmetz2023-09-191-1/+1
* feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-261-61/+0