| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(phpunit10): Migrate away from PHPUnit at() calls | Joas Schilling | 6 days | 1 | -20/+18 |
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 2025-03-11 | 1 | -6/+7 |
* | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 2025-03-11 | 1 | -1/+1 |
* | fix: Replace OC_App calls by IAppManager | Côme Chilliet | 2025-02-24 | 1 | -3/+4 |
* | fix(files_sharing): block downloading if neededfix/download-perms | Ferdinand Thiessen | 2025-02-18 | 1 | -0/+29 |
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 20 | -119/+166 |
* | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 1 | -58/+59 |
* | test: add test for shared storage root being changed after watchershared-cache-watcher-update | Robin Appelman | 2025-02-06 | 1 | -0/+35 |
* | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-check | Ferdinand Thiessen | 2025-02-04 | 1 | -69/+79 |
* | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-28 | 1 | -146/+155 |
* | test: Update tests | Christopher Ng | 2025-01-15 | 1 | -0/+2 |
* | feat(federatedfilesharing): auto-accept shares from trusted servers | skjnldsv | 2025-01-09 | 1 | -6/+6 |
* | test: add test for permissions of copied share | Robin Appelman | 2024-12-04 | 1 | -0/+26 |
* | chore: remove legacy action to test remote endpoint | Benjamin Gaussorgues | 2024-11-29 | 1 | -89/+0 |
* | Merge pull request #43025 from nextcloud/bugfix/error-on-reshare-after-transf... | Côme Chilliet | 2024-11-25 | 1 | -0/+116 |
|\ |
|
| * | fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownership | Luka Trovic | 2024-11-18 | 1 | -0/+116 |
* | | 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 | 2 | -2/+2 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 16 | -29/+44 |
* | 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 | 27 | -505/+562 |
* | refactor(files_sharing): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -1/+1 |
* | test: fix share storage move test with object store | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
* | fix(files_sharing): Fix all IStorage return types | provokateurin | 2024-09-26 | 1 | -3/+4 |
* | 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 | 6 | -24/+24 |
* | Merge pull request #48200 from nextcloud/share-reminder-sharding | Robin Appelman | 2024-09-19 | 1 | -1/+3 |
|\ |
|
| * | fix: add sharding compatible version of share reminder jobshare-reminder-sharding | Robin Appelman | 2024-09-19 | 1 | -1/+3 |
* | | Merge pull request #48162 from nextcloud/bugfix/noid/array-keys | Joas Schilling | 2024-09-19 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keys | Joas Schilling | 2024-09-18 | 1 | -5/+5 |
* | | 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 |
* | | test: put parent items into cache in tests | Robin Appelman | 2024-09-18 | 1 | -0/+2 |
|/ |
|
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -6/+0 |
* | 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 | 33 | -285/+285 |
* | fix(files_sharing): adjust permissions from custom edit and delete check methods | skjnldsv | 2024-09-11 | 1 | -0/+46 |
* | chore(files_sharing): Remove now unused legacy scripts | Ferdinand Thiessen | 2024-09-06 | 3 | -542/+0 |
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 1 | -350/+148 |
* | Merge pull request #47412 from Luka-sama/feat/shares-reminder | John Molakvoæ | 2024-09-03 | 1 | -0/+190 |
|\ |
|
| * | fix(files_sharing): Add missing check for null & use bool instead of int for ... | Stefan Cherniakov | 2024-09-03 | 1 | -1/+1 |
| * | fix(files_sharing): Make share reminders more stable & fix issues | Stefan Cherniakov | 2024-09-03 | 1 | -8/+2 |
| * | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 1 | -0/+196 |
* | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -4/+2 |
|/ |
|
* | test: mark share test cleanup as running across all shards | Robin Appelman | 2024-08-28 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 12 | -93/+93 |
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 1 | -4/+10 |
* | test: update share tests to work with sharding | Robin Appelman | 2024-07-16 | 1 | -22/+22 |