| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 1 | -0/+16 |
* | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 3 | -13/+29 |
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -6/+7 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -1/+1 |
* | fix: psalm, cs, autoloader and lint | skjnldsv | 2024-07-12 | 2 | -2/+2 |
* | feat(files_sharing): allow mixed values in share attributes and allow storing... | skjnldsv | 2024-07-12 | 1 | -2/+2 |
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se... | skjnldsv | 2024-07-12 | 2 | -2/+26 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 19 | -376/+52 |
* | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-23 | 1 | -3/+21 |
* | fix: Fix tiny phpdoc errors related to Share | Côme Chilliet | 2024-04-30 | 1 | -0/+1 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | ShareByMailProvider: getAccessList: add token to returned array | Adam Serbinski | 2024-03-21 | 1 | -4/+4 |
* | ShareByMailProvider: getAccessList: return full list of recipients | Adam Serbinski | 2024-03-21 | 1 | -3/+6 |
* | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -1/+1 |
* | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+9 |
* | feat: public dav endpoint v2 | John Molakvoæ | 2024-01-09 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 2 | -3/+3 |
* | Fix return type of IShare::getExpirationDate | Varun Patil | 2023-10-18 | 1 | -1/+1 |
* | feat!: Migrate Share accepted event to typed event | Joas Schilling | 2023-07-28 | 1 | -0/+50 |
* | feat!: Migrate unShare events to typed events | Joas Schilling | 2023-07-28 | 2 | -0/+100 |
* | feat!: Migrate Sharing events to typed events | Joas Schilling | 2023-07-28 | 1 | -0/+66 |
* | Add SHARE_TYPE_SCIENCEMESH | Michiel de Jong | 2023-03-08 | 1 | -0/+5 |
* | Pluggable share provider | Louis Chemineau | 2023-02-02 | 2 | -0/+77 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 11 | -11/+0 |
* | Fix checkpassword undocummented null parameter | Carl Schwan | 2022-10-17 | 1 | -1/+1 |
* | Fix view-only code after code review comments | Vincent Petry | 2022-07-28 | 1 | -2/+4 |
* | Fix share attribute related tests + code style | Vincent Petry | 2022-07-28 | 2 | -8/+8 |
* | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 2 | -1/+94 |
* | Add argument to getSharesInFolder enable deep share lookup | Louis Chemineau | 2022-07-26 | 2 | -10/+4 |
* | Recursively fetch subshares | Louis Chemineau | 2022-07-26 | 1 | -0/+8 |
* | Use email settings in DAV search | Louis Chemineau | 2022-04-19 | 1 | -1/+9 |
* | Use share setting in DAV search | Louis Chemineau | 2022-04-19 | 1 | -0/+8 |
* | Adds a "Request password" button to the public share authentication page for ... | Cyrille Bollu | 2022-04-11 | 1 | -0/+13 |
* | Allow to disable password policy enforcement for selected groups | Carl Schwan | 2022-04-05 | 1 | -1/+3 |
* | Clarify that some interface are not meant to be implemented | Carl Schwan | 2022-03-04 | 1 | -1/+5 |
* | Move common logic to share manager | Joas Schilling | 2021-11-09 | 1 | -0/+11 |
* | Default message for ShareNotFound exception | John Molakvoæ (skjnldsv) | 2021-08-18 | 1 | -0/+14 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 12 | -20/+11 |
* | update public interface with new methods | Robin Appelman | 2021-05-12 | 1 | -0/+48 |
* | Remove duplicated query for email shares | Daniel Calviño Sánchez | 2021-03-22 | 1 | -1/+1 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -0/+8 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -0/+8 |
* | send share notification instead of erroring on duplicate share | Robin Appelman | 2021-03-09 | 1 | -0/+50 |
* | Fix docblock return type for IShareProvider | Roeland Jago Douma | 2021-03-02 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Move to single share event. Just emit more if needed | Roeland Jago Douma | 2020-12-23 | 1 | -21/+1 |
* | cs fix | Maxence Lange | 2020-12-23 | 1 | -3/+3 |
* | +ShareDeletedEvent | Maxence Lange | 2020-12-23 | 1 | -0/+80 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |