| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(styles): Adjust code style in SCSS sources to match our stylelint co... | Ferdinand Thiessen | 2024-11-19 | 1 | -1/+1 |
* | feat(sidebar): Show node owner in metadata subline | fenn-cs | 2024-10-07 | 1 | -11/+57 |
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 1 | -4/+3 |
* | fix(files): undefined sidebar | skjnldsv | 2024-09-04 | 1 | -1/+1 |
* | fix(files): Disable tags editing for shared files/folders with view only perm... | Konstantin Myakshin | 2024-08-09 | 1 | -0/+1 |
* | refactor(files): Migrate logger util to Typescript | Ferdinand Thiessen | 2024-08-01 | 1 | -1/+1 |
* | fix(files): Typo in import of `ShareType` | Ferdinand Thiessen | 2024-07-16 | 1 | -3/+3 |
* | fix(files): Close the sidebar on navigation | Ferdinand Thiessen | 2024-07-15 | 1 | -1/+1 |
* | fix(files): Use `data-cy` (data attribute) instead of `cy-data` | Ferdinand Thiessen | 2024-06-11 | 1 | -1/+1 |
* | fix(files): Close sidebar if shown node is deleted | Ferdinand Thiessen | 2024-06-04 | 1 | -1/+14 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -20/+3 |
* | feat(files): refresh preview on etag change | skjnldsv | 2024-05-23 | 1 | -1/+2 |
* | fix(comments): Fix issues thrown by comments sidebar tab code | Ferdinand Thiessen | 2024-04-17 | 1 | -4/+4 |
* | test(files): Add e2e tests for live photo sync | Louis Chemineau | 2024-03-14 | 1 | -0/+1 |
* | fix(files): Remove deprecated function calls from sidebar and add aria-label ... | Ferdinand Thiessen | 2024-03-05 | 1 | -56/+43 |
* | Merge pull request #42444 from nextcloud/fix/41877/files--move-focus-to-sideb... | John Molakvoæ | 2024-02-08 | 1 | -9/+16 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -16/+9 |
* | fix(files): focus sidebar tab on tab or file change | Grigorii K. Shartsev | 2024-02-07 | 1 | -9/+16 |
* | sidebar: allow turning off tags view by default | Varun Patil | 2023-11-27 | 1 | -2/+12 |
* | Fix action button labels | Marco Ambrosini | 2023-11-24 | 1 | -1/+1 |
* | Add star indicator in file description | Marco | 2023-11-22 | 1 | -1/+2 |
* | Move starring into actions menu | Marco | 2023-11-22 | 1 | -2/+15 |
* | fix(systemtags): fix capabilities and sidebar + tag visibility | John Molakvoæ (skjnldsv) | 2023-09-18 | 1 | -1/+2 |
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -28/+30 |
* | fix(cypress): adjust selectors | John Molakvoæ | 2023-08-17 | 1 | -1/+7 |
* | fix(files): sidebar favorite event sync | John Molakvoæ | 2023-08-17 | 1 | -5/+20 |
* | chore(files): add Headers, remove legacy methods and cleanup | John Molakvoæ | 2023-08-17 | 1 | -7/+0 |
* | chore: Update nextcloud-vue to v8 beta2 and renamed changed properties | Ferdinand Thiessen | 2023-08-02 | 1 | -5/+5 |
* | fix: Always apply fullscreen styling to sidebar | Julius Härtl | 2023-07-17 | 1 | -0/+6 |
* | Do not load preview if version tab is not active | Louis Chemineau | 2023-06-28 | 1 | -0/+2 |
* | Reset show tags on close | Christopher Ng | 2023-06-06 | 1 | -0/+1 |
* | Add accessible system tags select | Christopher Ng | 2023-04-19 | 1 | -9/+29 |
* | chore(eslint): fix missing import extensions | John Molakvoæ | 2023-03-23 | 1 | -6/+6 |
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 1 | -7/+7 |
* | appsidebar should be compact when opened on small heights | Simon L | 2023-01-04 | 1 | -1/+12 |
* | Lint and remove file_versions tests | Louis Chemineau | 2022-11-28 | 1 | -1/+1 |
* | Use svg icons | Louis Chemineau | 2022-11-28 | 1 | -3/+12 |
* | Add support for Material icon in files sidebar | Carl Schwan | 2022-11-28 | 1 | -2/+6 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Fix sidebar toggle | John Molakvoæ | 2022-09-02 | 1 | -2/+4 |
* | Some more fixes | Julius Härtl | 2022-09-01 | 1 | -0/+1 |
* | Expose full page sidebar state to main app content | Julius Härtl | 2022-09-01 | 1 | -0/+5 |
* | Add Nc prefix to Nc vue component names | Vincent Petry | 2022-08-25 | 1 | -12/+12 |
* | Hide preview if it is in full screen mode (viewer is open) | Julius Härtl | 2022-03-02 | 1 | -3/+3 |
* | Use @nextcloud/sharing in files and files_sharing | Louis Chemineau | 2022-01-26 | 1 | -2/+3 |
* | Auto fix warnings | Louis Chemineau | 2022-01-21 | 1 | -6/+3 |
* | Eslint fix | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -19/+30 |
* | Add titleTooltip to sidebar | szaimen | 2021-07-19 | 1 | -0/+1 |
* | Add timestamp tooltip | Christopher Ng | 2021-06-14 | 1 | -0/+11 |
* | Trigger click event when scrollTo is set | Louis Chemineau | 2021-06-09 | 1 | -2/+21 |