| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 |
* | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 |
* | fix(share): Don't print twice the same informationprintOnlyOnceText | Git'Fellow | 2024-12-10 | 1 | -10/+9 |
* | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -10/+14 |
* | fix(Share20\Manager): Ensure node is still accessible when checking share | provokateurin | 2024-11-25 | 1 | -0/+9 |
* | feat(Share20\Manager): Return all shares on IShareOwnerlessMount | provokateurin | 2024-11-25 | 1 | -11/+30 |
* | fix(Share20\DefaultShareProvider): Return link shares in getSharesByPath() | provokateurin | 2024-11-25 | 1 | -1/+2 |
* | fix(Share20\DefaultShareProvider): Sort getSharesByPath() results | provokateurin | 2024-11-25 | 1 | -0/+1 |
* | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-... | Côme Chilliet | 2024-11-04 | 1 | -0/+88 |
|\ |
|
| * | fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownership | Côme Chilliet | 2024-10-14 | 1 | -1/+2 |
| * | fix: Fix promotion of reshares from subsubfolders | Côme Chilliet | 2024-10-14 | 1 | -9/+16 |
| * | chore: Add comment to make code clearer | Côme Chilliet | 2024-10-14 | 1 | -0/+1 |
| * | chore: Turn method description into phpdoc | Côme Chilliet | 2024-10-14 | 1 | -1/+1 |
| * | fix(shares): Promote reshares into direct shares when share is deleted | Côme Chilliet | 2024-10-14 | 1 | -6/+14 |
| * | fix: Tidy up code for reshare deletion | Côme Chilliet | 2024-10-14 | 1 | -14/+16 |
| * | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-10-14 | 1 | -0/+69 |
* | | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 1 | -4/+4 |
|\ \ |
|
| * | | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -4/+4 |
| * | | fix: Adjust parameter type usage and add SQLite support | Ferdinand Thiessen | 2024-10-17 | 1 | -4/+4 |
* | | | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -31/+30 |
|/ / |
|
* / | fix(share): Return empty string if no label is set | Ferdinand Thiessen | 2024-10-14 | 1 | -2/+2 |
|/ |
|
* | feat(share): make sharelink token length configurableernolf/configurable_sharetoken_length | ernolf | 2024-09-28 | 1 | -7/+37 |
* | fix(l10n): Rephrasing some exceptions to be translated | Git'Fellow | 2024-09-20 | 1 | -14/+13 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 1 | -2/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -2/+2 |
* | refactor(ProviderFactory): Remove usage of ILogger and use non-deprecated stuff | Ferdinand Thiessen | 2024-09-19 | 1 | -10/+9 |
* | chore(i18n): Spelling of ID | rakekniven | 2024-09-06 | 1 | -2/+2 |
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -2/+2 |
* | fix: adjust sharing controller exceptions case | John Molakvoæ | 2024-09-04 | 1 | -2/+2 |
* | fix(l10n): Translate all share exceptions | Git'Fellow | 2024-09-04 | 1 | -70/+63 |
* | fix(files_sharing): Add missing check for null & use bool instead of int for ... | Stefan Cherniakov | 2024-09-03 | 1 | -3/+3 |
* | fix(files_sharing): Make share reminders more stable & fix issues | Stefan Cherniakov | 2024-09-03 | 2 | -3/+6 |
* | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 1 | -0/+11 |
* | fix: fix share cleanup for deleted groups with sharding | Robin Appelman | 2024-08-28 | 1 | -10/+18 |
* | feat: add option to automatically partition queries by specific tables | Robin Appelman | 2024-08-28 | 1 | -0/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 5 | -15/+15 |
* | fix: check for correct storage class when checking for link parent | Robin Appelman | 2024-08-16 | 1 | -1/+2 |
* | fix: Remove shares only if there are no more common groups between users | Côme Chilliet | 2024-08-12 | 1 | -38/+36 |
* | fix(files_sharing): Delete user shares if needed when user is removed from a ... | Louis Chemineau | 2024-08-12 | 2 | -2/+47 |
* | fix: Add `acceptShare` as an interface | Ferdinand Thiessen | 2024-07-30 | 2 | -4/+6 |
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -4/+4 |
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -5/+9 |
* | fix: psalm, cs, autoloader and lint | skjnldsv | 2024-07-12 | 1 | -1/+2 |
* | feat(files_sharing): allow mixed values in share attributes and allow storing... | skjnldsv | 2024-07-12 | 2 | -8/+8 |
* | chore(files_sharing): refactor mail handling | skjnldsv | 2024-07-12 | 1 | -24/+22 |
* | feat(files_sharing): implement IShareProviderWithNotification and refactor se... | skjnldsv | 2024-07-12 | 3 | -159/+150 |
* | fix(files_sharing): Store the expiration date relative to the server's timezone | Louis Chemineau | 2024-06-26 | 2 | -20/+29 |
* | use LazyUser in DefaultShareProvider | Robin Appelman | 2024-06-17 | 1 | -5/+6 |
* | fix(dav): also return shared-with-me shares data | skjnldsv | 2024-06-12 | 1 | -1/+1 |
* | Merge branch 'master' into refactor/OC-Server-getSecureRandom | John Molakvoæ | 2024-05-30 | 1 | -4/+7 |
|\ |
|