| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 3 | -27/+57 |
* | Merge pull request #44967 from nextcloud/perf/sharing-events | Ferdinand Thiessen | 2024-06-10 | 1 | -24/+18 |
|\ |
|
| * | perf(files_sharing): Move events to listener classes and registration instead... | Julius Härtl | 2024-05-13 | 1 | -24/+18 |
* | | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 40 | -947/+113 |
|/ |
|
* | refactor(shareApiController): use contrusctor property promotion & DI logger | fenn-cs | 2024-04-18 | 2 | -61/+46 |
* | fix(files_sharing): ShareesAPI - Return empty response when user is not allow... | Ferdinand Thiessen | 2024-03-15 | 1 | -40/+74 |
* | refactor: make share manager buildable | Robin Appelman | 2024-03-06 | 1 | -2/+0 |
* | fix(sharing): Avoid (dead)locking during orphan deletion | Christoph Wurst | 2024-03-05 | 1 | -2/+1 |
* | Merge pull request #43471 from nextcloud/cache-path-by-id | Robin Appelman | 2024-03-05 | 4 | -75/+107 |
|\ |
|
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 4 | -75/+107 |
* | | fix: remove old test-only methods | Robin Appelman | 2024-02-26 | 1 | -4/+4 |
|/ |
|
* | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-22 | 3 | -9/+17 |
* | 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(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-25 | 1 | -3/+3 |
* | fix(share): use user timezone to parse share expiration date | Benjamin Gaussorgues | 2024-01-09 | 2 | -2/+19 |
* | fix: public dav and files_sharing testing fixes | John Molakvoæ | 2024-01-09 | 2 | -6/+4 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -32/+30 |
* | Merge pull request #39044 from nextcloud/more-empty-mount-checking | Robin Appelman | 2023-10-24 | 1 | -3/+10 |
|\ |
|
| * | add more checks to ensure mounts aren't empty | Robin Appelman | 2023-09-12 | 1 | -3/+10 |
* | | test(files_sharing): Test if recent files result use actual share target name | Julius Härtl | 2023-10-18 | 1 | -0/+37 |
* | | Fix unit tests on PHP 8.3 | Joas Schilling | 2023-10-16 | 1 | -0/+3 |