| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix: csrf check failed on public share with password | Luka Trovic | 2024-03-29 | 3 | -18/+19 |
* | fix: csrf check failed on public share with password | Luka Trovic | 2024-03-29 | 2 | -0/+18 |
* | feat(login): Clear login form (password) after IDLE timeout | Ferdinand Thiessen | 2024-03-25 | 3 | -7/+128 |
* | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svg | Pytal | 2024-03-21 | 1 | -1/+8 |
|\ |
|
| * | feat: Add new icon-filetype-text and icon-add-folder-description | Christopher Ng | 2024-03-20 | 1 | -1/+8 |
* | | feat: Limit email input on auth pages to 255 chars | fenn-cs | 2024-03-21 | 3 | -1/+49 |
|/ |
|
* | feat: Reword login form disabled warning #37949 | Julian-Samuel Gebühr | 2024-03-17 | 1 | -4/+4 |
* | fix: login page now correctly shows email LDAP settings | Eduardo Morales | 2024-03-10 | 2 | -1/+18 |
* | refactor: use TypeScript for unified-search boostrap file | fenn-cs | 2024-03-07 | 1 | -1/+10 |
* | Merge pull request #44007 from nextcloud/feat/rename-teams | Julius Härtl | 2024-03-06 | 1 | -0/+1 |
|\ |
|
| * | feat: Rename circles to teams | Julius Härtl | 2024-03-06 | 1 | -0/+1 |
* | | Merge pull request #43997 from nextcloud/fix/url_regex | Jonas | 2024-03-06 | 1 | -1/+1 |
|\ \ |
|
| * | | fix: Make URL pattern regexes match localhost and URLs with ports | Jonas | 2024-03-06 | 1 | -1/+1 |
| |/ |
|
* | | refactor: migrate from vuex to pinia | fenn-cs | 2024-03-06 | 4 | -44/+24 |
* | | feat(core): create filter-plugin architecture for unified search | fenn-cs | 2024-03-06 | 5 | -10/+144 |
|/ |
|
* | feat(files): restore unified search filtering in files view | fenn-cs | 2024-02-29 | 1 | -1/+9 |
* | stop the auto-logout loop after redirecting to the logout | Julien Veyssier | 2024-02-20 | 1 | -2/+5 |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 3 | -6/+6 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -4/+4 |
* | chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scope | Ferdinand Thiessen | 2024-02-09 | 6 | -74/+1 |
* | chore!: Remove global `autosize` | Ferdinand Thiessen | 2024-02-08 | 1 | -2/+1 |
* | chore(perf): prevent unnecessary bundling of caniuse-lite | Richard Steinmetz | 2024-02-07 | 1 | -15/+5 |
* | fix(theming): The background is the primary color and must not be double inve... | Ferdinand Thiessen | 2024-02-03 | 1 | -1/+0 |
* | fix(user_status): Migrate to NcUserStatusIcon | Christopher Ng | 2024-01-23 | 1 | -4/+2 |
* | fix(core): Do not apply invert-color filter to unified search | Ferdinand Thiessen | 2024-01-23 | 1 | -1/+1 |
* | fix(unified-search): Refactor header menu entry | Ferdinand Thiessen | 2024-01-23 | 2 | -28/+29 |
* | enh(a11y): improved contrast on user menu | Eduardo Morales | 2024-01-16 | 1 | -9/+5 |
* | fix header-elements being not shown correctly | Simon L | 2024-01-11 | 1 | -0/+1 |
* | fix(a11y): Aria-hide contacts menu icon images | Christoph Wurst | 2024-01-11 | 1 | -2/+2 |
* | Update UserMenu.vue | Jérôme Herbinet | 2024-01-11 | 1 | -1/+1 |
* | enh(core): Refactor profile page to use vue components | Ferdinand Thiessen | 2024-01-10 | 2 | -318/+186 |
* | enh(core): replaced previous native a element with NcButton | Eduardo Morales | 2024-01-09 | 1 | -46/+24 |
* | fix(core): enhanced contrast when UserMenuItem is focused | Eduardo Morales | 2024-01-09 | 1 | -4/+4 |
* | fix(a11y): Unified search headings the sequel | Christopher Ng | 2023-12-21 | 1 | -2/+1 |
* | fix: Adjust colors of app menu and dashboard | Ferdinand Thiessen | 2023-12-20 | 1 | -3/+5 |
* | enh(UnifiedSearch): Keep the searchbar on top of the modal | Ferdinand Thiessen | 2023-12-18 | 1 | -128/+140 |
* | Use display name instead of 'me' text. | fenn-cs | 2023-12-14 | 1 | -1/+1 |
* | fix(UnifiedSearch): Remove title prop from modal | Ferdinand Thiessen | 2023-12-13 | 1 | -1/+0 |
* | Add authenicated user to person list for search filtering | fenn-cs | 2023-12-12 | 2 | -3/+19 |
* | Unified search: update people select with API calls | fenn-cs | 2023-12-12 | 2 | -0/+6 |
* | Rephrase unified search helper text | fenn-cs | 2023-12-12 | 1 | -1/+1 |
* | Rename "global search" to "unified search" | fenn-cs | 2023-12-12 | 14 | -1345/+1344 |
* | fix(a11y): Unified search headings | Christopher Ng | 2023-12-07 | 1 | -3/+5 |
* | Change global search UI text to unified search | fenn-cs | 2023-12-07 | 2 | -4/+4 |
* | Correct semantics for link opening in global search | fenn-cs | 2023-12-06 | 1 | -6/+2 |
* | fix(UnifiedSearch): Show translated text for filter label | Ferdinand Thiessen | 2023-12-05 | 1 | -2/+1 |
* | fix: Adjust code to be Vue 2.7 compatible as `key` on `<template>` is Vue3 only | Ferdinand Thiessen | 2023-12-03 | 1 | -5/+6 |
* | fix(UnifiedSearch): Move headings out of list elements | Ferdinand Thiessen | 2023-12-03 | 1 | -9/+6 |
* | fix(core): app icon alignment in app menu | Grigorii K. Shartsev | 2023-11-30 | 1 | -1/+4 |
* | Merge pull request #41771 from nextcloud/always-emit-search-event | Andy Scherzinger | 2023-11-29 | 1 | -3/+2 |
|\ |
|