| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Prevent duplicate creation of print_exception function | Louis Chemineau | 2024-09-18 | 4 | -23/+39 |
* | fix: Replace conflicting tags in `xml_exception` template | Ferdinand Thiessen | 2024-09-09 | 1 | -1/+1 |
* | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 1 | -0/+47 |
* | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -34/+8 |
* | Fix: float and clear | Mostafa Ahangarha | 2024-08-29 | 2 | -5/+5 |
* | fix(provisionning_api): Remove parameters that are not set into template | Thomas Citharel | 2024-08-28 | 1 | -4/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -2/+2 |
* | fix: Disable auto-zoom on iOS | Ferdinand Thiessen | 2024-08-21 | 4 | -4/+12 |
* | feat: Provide CSP nonce as `<meta>` element | Ferdinand Thiessen | 2024-08-13 | 5 | -3/+7 |
* | fix: Add direct parameter to flow auth v2 | Julius Härtl | 2024-08-05 | 2 | -1/+4 |
* | chore(core): wrap initial state into hidden container | Grigorii K. Shartsev | 2024-07-30 | 5 | -15/+17 |
* | fix(styles): Make sure footer with legal links is shown correctly | Ferdinand Thiessen | 2024-07-26 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 35 | -130/+176 |
* | fix: address review | Simon L | 2024-05-14 | 1 | -1/+1 |
* | feat(exception-template): allow to link to specific documentation for how to ... | Simon L. | 2024-05-14 | 1 | -0/+3 |
* | Merge pull request #44923 from nextcloud/fix/public-share-truncation | Pytal | 2024-04-23 | 1 | -10/+14 |
|\ |
|
| * | fix: Fix truncation on public shares | Christopher Ng | 2024-04-22 | 1 | -10/+14 |
* | | fix(auth): Keep redirect URL during 2FA setup and challenge | Christoph Wurst | 2024-04-19 | 1 | -0/+1 |
|/ |
|
* | feat: Deprecate `OC.dialogs` and replace generic dialogs with `@nextcloud/dia... | Ferdinand Thiessen | 2024-04-10 | 1 | -3/+0 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | fix: csrf check failed on public share with password | Luka Trovic | 2024-03-29 | 1 | -5/+5 |
* | fix: Respect custom webroot in setup form | HolonProduction | 2024-03-13 | 1 | -1/+1 |
* | fix: wrap text on exception page | Richard Steinmetz | 2024-02-26 | 1 | -1/+1 |
* | php-cs-fixer fixes | Andrii Rublov | 2024-02-23 | 3 | -7/+7 |
* | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327 | Andrii Rublov | 2024-02-23 | 3 | -9/+9 |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 3 | -5/+5 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 4 | -7/+7 |
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 3 | -3/+3 |
* | Merge pull request #42837 from nextcloud/refactor/remove-legacy-sudo-login-form | Ferdinand Thiessen | 2024-01-16 | 1 | -10/+0 |
|\ |
|
| * | refactor(core): remove sudo-login-form layout | Grigorii K. Shartsev | 2024-01-16 | 1 | -10/+0 |
* | | Complete `<h1>` settings heading | julia.kirschenheuter | 2024-01-16 | 1 | -1/+4 |
|/ |
|
* | enh(core): Refactor profile page to use vue components | Ferdinand Thiessen | 2024-01-10 | 1 | -5/+1 |
* | fix: Clean-up and standardization of "App password" | rakekniven | 2023-12-15 | 2 | -4/+4 |
* | Rename "global search" to "unified search" | fenn-cs | 2023-12-12 | 1 | -1/+0 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -6/+6 |
* | feat: update sign up link in share pages | Luka Trovic | 2023-11-21 | 1 | -1/+1 |
* | Feat: New UI global search | fenn-cs | 2023-11-10 | 1 | -0/+1 |
* | chore: Compile CSS assets | Ferdinand Thiessen | 2023-11-02 | 1 | -1/+1 |
* | fix(theming): Make sure the footer is hidden if not content is rendered | Ferdinand Thiessen | 2023-11-02 | 2 | -3/+8 |
* | fix(core): remove unnecessary role=contentinfo from page footer on login | Grigorii K. Shartsev | 2023-10-21 | 1 | -1/+1 |
* | fix(core): remove unnecessary role=banner on top level header | Grigorii K. Shartsev | 2023-10-21 | 2 | -2/+2 |
* | fix: replace non-standard autocorrect with spellcheck attribute | Grigorii K. Shartsev | 2023-10-20 | 2 | -9/+9 |
* | Make logo in header clickable in the shared file view | Konstantin Myakshin | 2023-10-04 | 1 | -3/+11 |
* | fix: content info footer on guest pages | Richard Steinmetz | 2023-09-19 | 1 | -1/+1 |
* | feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default. | Ferdinand Thiessen | 2023-08-26 | 1 | -61/+0 |
* | allow to specify upgrade.cli-upgrade-link in order to link to the correct doc... | Simon L | 2023-06-10 | 1 | -3/+7 |
* | chore(404): Extend 404 error message to mention possibly missing permissions | Marcel Klehr | 2023-04-26 | 1 | -1/+1 |
* | Merge pull request #37583 from nextcloud/fix/37174-place-heading-inside_of_th... | Julia Kirschenheuter | 2023-04-06 | 1 | -3/+3 |
|\ |
|
| * | Move heading to the main content | julia.kirschenheuter | 2023-04-05 | 1 | -3/+3 |
* | | fix: Adjust filepicker breadcrumb structure to recent a11y changes | Julius Härtl | 2023-04-05 | 1 | -1/+2 |
|/ |
|