| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: remove legacy action to test remote endpoint | Benjamin Gaussorgues | 2024-11-29 | 1 | -89/+0 |
* | feat(files_sharing): Allow users with share permission to manage shares on IS... | provokateurin | 2024-11-25 | 1 | -0/+124 |
* | feat(files_sharing): use share node or label as page titlefeat/sharing-title | skjnldsv | 2024-11-08 | 1 | -0/+3 |
* | fix: Adjust preview for view-only sharesfix/view-only-preview | Ferdinand Thiessen | 2024-10-28 | 1 | -10/+111 |
* | fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messages | provokateurin | 2024-10-28 | 1 | -1/+1 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -3/+3 |
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -1/+1 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -239/+245 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -5/+5 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | test: fix ShareControllerTest.phpobject-store-move-fixes | Robin Appelman | 2024-09-18 | 1 | -0/+1 |
* | test: fix ShareAPIControllerTest.php | Robin Appelman | 2024-09-18 | 1 | -1/+41 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -16/+16 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -99/+99 |
* | fix(files_sharing): adjust permissions from custom edit and delete check methods | skjnldsv | 2024-09-11 | 1 | -0/+46 |
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 1 | -350/+148 |
* | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -4/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -74/+74 |
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 1 | -4/+10 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -17/+41 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 6 | -152/+16 |
* | refactor(shareApiController): use contrusctor property promotion & DI logger | fenn-cs | 2024-04-18 | 1 | -58/+40 |
* | fix(files_sharing): ShareesAPI - Return empty response when user is not allow... | Ferdinand Thiessen | 2024-03-15 | 1 | -40/+74 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 2 | -70/+101 |
* | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 1 | -0/+2 |
* | fix: phpunit | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -2/+2 |
* | fix(share): use user timezone to parse share expiration date | Benjamin Gaussorgues | 2024-01-09 | 1 | -1/+15 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -22/+21 |
* | Fix unit tests on PHP 8.3 | Joas Schilling | 2023-10-16 | 1 | -0/+3 |
* | Fix unit tests | Joas Schilling | 2023-10-12 | 1 | -1/+4 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -2/+2 |
* | files_sharing: Add OpenAPI spec | jld3103 | 2023-07-31 | 1 | -6/+0 |
* | fix: adjust testing | John Molakvoæ | 2023-07-11 | 1 | -32/+88 |
* | Migrate files sharing to PSR LoggerInterface | Benjamin Gaussorgues | 2023-07-06 | 1 | -3/+0 |
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 1 | -2/+2 |
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 1 | -1/+24 |
* | Honor permissions of new link share via OCS API | Jan-Philipp Litza | 2022-12-06 | 1 | -4/+4 |
* | More fixes | Carl Schwan | 2022-10-18 | 1 | -8/+18 |
* | Small progress with fixing unit tests | Carl Schwan | 2022-10-11 | 1 | -167/+82 |
* | Only normalize data in public shares and not crud | Carl Schwan | 2022-09-08 | 1 | -3/+3 |
* | Multiple fixes | Carl Schwan | 2022-07-31 | 1 | -43/+144 |
* | Fix share attribute related tests + code style | Vincent Petry | 2022-07-28 | 1 | -9/+25 |
* | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 1 | -5/+44 |
* | Fix unit tests | Joas Schilling | 2022-06-07 | 1 | -5/+5 |
* | Remove at() matcher in files_sharing tests | Côme Chilliet | 2022-05-24 | 1 | -15/+36 |
* | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 2 | -0/+6 |
* | Merge pull request #31684 from nextcloud/user-share-permissions-merge | Simon L | 2022-04-05 | 1 | -0/+44 |
|\ |
|
| * | take permissions from multiple paths into account for share permissions | Robin Appelman | 2022-03-31 | 1 | -0/+44 |
* | | Merge pull request #31240 from nextcloud/Valdnet-patch-3 | Louis | 2022-03-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|