aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(share): Don't print twice the same informationprintOnlyOnceTextGit'Fellow13 days1-3/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-214-48/+20
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-4/+4
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-4/+4
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-5/+6
* fix(tests): Fix sharebymail testsfix/fix-email-share-transfer-accross-storagesCôme Chilliet2024-10-081-2/+2
* fix(sharebymail): Fix share update when node id changedCôme Chilliet2024-10-071-1/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-2/+3
* fix(files_sharing): Add missing check for null & use bool instead of int for ...Stefan Cherniakov2024-09-031-1/+1
* fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-031-1/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-8/+8
* feat: Use new password context in sharing APIFerdinand Thiessen2024-08-221-1/+2
* feat(sharebymail): improve share email formatskjnldsv2024-08-061-16/+37
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-14/+33
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-10/+13
* chore(files_sharing): refactor share password mailskjnldsv2024-07-121-44/+66
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-14/+48
* chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-13/+32
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-15/+22
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-026-143/+12
* refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-011-6/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* ShareByMailProvider: getAccessList: set correct value for 'public'Adam Serbinski2024-03-211-1/+2
* ShareByMailProvider: getAccessList: set both array keys 'public' and 'mail'Adam Serbinski2024-03-211-1/+2
* ShareByMailProvider: getAccessList: recommended style changesAdam Serbinski2024-03-211-1/+1
* ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-2/+3
* ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-4/+12
* fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-0/+1
* fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* feat(files): add sharing icon in headerJohn Molakvoæ2023-09-021-2/+11
* sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-175/+59
* sharebymail: Add OpenAPI specjld31032023-07-101-0/+21
* Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-69/+24
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-3/+2
* Use user name cache in activity providersJoas Schilling2022-08-191-21/+1
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-4/+8
* Fix email shares not being shown to other usersRichard Steinmetz2022-06-171-1/+1
* Various improvements related to the recent implementation of temporary passwordsCyrille Bollu2022-06-081-1/+17
* Port share by mail settings to vueCarl Schwan2022-05-191-12/+9
* Adjust settings for mail link passwordVincent Petry2022-04-141-1/+1
* Default to permanent link passwordsVincent Petry2022-04-131-1/+1
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-20/+37
* Fix types warnings from psalmCarl Schwan2022-01-121-7/+7
* Add check before sending email that email address is validCarl Schwan2022-01-111-0/+10
* Limit more contact searchesJoas Schilling2021-12-081-1/+6