| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(tests): Adapt tests to appManager usage | Côme Chilliet | 2025-02-24 | 1 | -0/+3 |
* | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-18 | 1 | -28/+114 |
* | fix(files): Harden thumbnail endpoint | Ferdinand Thiessen | 2025-01-26 | 1 | -0/+85 |
* | feat(files): add conversion action | skjnldsv | 2025-01-22 | 1 | -0/+4 |
* | feat(api): File conversion API | Elizabeth Danzberger | 2025-01-15 | 1 | -0/+91 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -2/+2 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 2 | -7/+11 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 2 | -13/+13 |
* | perf(files): Do not block files page load with server-side favorites retrieval | Christopher Ng | 2024-08-27 | 1 | -48/+16 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -4/+4 |
* | test(files): Fix ApiController test | Christopher Ng | 2024-08-01 | 1 | -1/+16 |
* | fix: Ignore preview requests for invalid file ids | Julius Härtl | 2024-07-22 | 1 | -0/+12 |
* | refactor: Remove deprecated `Util` function for filename validation to `Filen... | Ferdinand Thiessen | 2024-07-16 | 1 | -4/+7 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 2 | -53/+8 |
* | fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ... | Ferdinand Thiessen | 2024-04-29 | 1 | -5/+0 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -5/+5 |
* | fix(files): Remove dead code from files controllers | Ferdinand Thiessen | 2024-02-12 | 1 | -3/+2 |
* | fix(files): combine navigation and files list into single Vue app | Grigorii K. Shartsev | 2024-01-25 | 1 | -5/+0 |
* | fix(files): Adjust ID for skip content buttons | Ferdinand Thiessen | 2023-12-21 | 1 | -0/+2 |
* | fix(files): disallow illegal characters | John Molakvoæ (skjnldsv) | 2023-10-04 | 1 | -1/+6 |
* | fix(files): trashbin redirect and default fileid Sidebar open | John Molakvoæ | 2023-08-17 | 1 | -156/+13 |
* | Fix various deprecation warnings in tests on PHP 8.3 | Côme Chilliet | 2023-08-14 | 1 | -0/+1 |
* | feat(files): migrate recent view | John Molakvoæ (skjnldsv) | 2023-08-02 | 1 | -17/+0 |
* | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher | Joas Schilling | 2023-07-25 | 1 | -2/+1 |
* | fix: drop legacy sharing files | John Molakvoæ | 2023-07-11 | 1 | -74/+0 |
* | chore: remove old favorites view | John Molakvoæ | 2023-07-05 | 1 | -79/+0 |
* | feat(files): add view config service to store user-config per view | John Molakvoæ | 2023-04-18 | 2 | -47/+11 |
* | feat(files): implement sorting per view | John Molakvoæ | 2023-04-06 | 2 | -30/+20 |
* | feat(files): Quota in navigation | John Molakvoæ | 2023-01-17 | 1 | -8/+4 |
* | Fix favourite opening | John Molakvoæ | 2023-01-04 | 1 | -12/+16 |
* | Fixing tests | John Molakvoæ | 2023-01-04 | 2 | -11/+20 |
* | Port Files navigation to vue | John Molakvoæ | 2023-01-04 | 1 | -4/+2 |
* | Remove at() matcher for tests for files app | Côme Chilliet | 2022-05-24 | 2 | -14/+14 |
* | Redirection now only happens when dir is empty | Carl Schwan | 2022-02-21 | 1 | -4/+4 |
* | Remove isIE and associated legacy scripts | John Molakvoæ (skjnldsv) | 2021-11-30 | 1 | -2/+1 |
* | Fix errors from files applications tests on PHP 8.1 | Côme Chilliet | 2021-11-23 | 1 | -1/+3 |
* | Fix setUserValue bool test on testShowHiddenFiles & testCropImagePreviews | John Molakvoæ (skjnldsv) | 2021-10-13 | 1 | -1/+1 |
* | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 1 | -1/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 2 | -3/+3 |
* | Fix test on master | Lukas Reschke | 2021-05-29 | 1 | -1/+1 |
* | load share settings from the share manager in more places | Robin Appelman | 2021-05-12 | 1 | -0/+7 |
* | files: Create files from template API | Julius Härtl | 2021-01-28 | 1 | -0/+10 |
* | Add "Crop image previews" setting to files | Nina Pypchenko | 2021-01-14 | 2 | -0/+15 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+2 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 2 | -9/+9 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -2/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -13/+13 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 2 | -33/+33 |
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
* | Fix webdav url | John Molakvoæ (skjnldsv) | 2020-01-10 | 1 | -1/+1 |