aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman13 days1-3/+5
* chore: apply new CSFixer rulesFerdinand Thiessen13 days1-25/+25
* refactor: move tag handling from files handler to files_sharingchore/remove-dead-code-filesFerdinand Thiessen2025-05-161-4/+41
* fix(share): assume download enabled on federated sharefix/52060/manage-download-on-federated-reshareMaxence Lange2025-05-061-0/+2
* revert: do not unify `hide-download` and `prevent-download` permissionsFerdinand Thiessen2025-04-161-5/+0
* fix(files_sharing): adjust rate limit share creation to 20 over 10 minutesJohn Molakvoæ2025-04-151-1/+1
* fix(files_sharing): rate limit share creation 10 times per 10 minutesskjnldsv2025-04-151-1/+2
* fix(files_sharing): fix share creation error handlingskjnldsv2025-04-091-0/+4
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+1
* chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-131-5/+5
* fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-1/+1
* refactor: Remove some deprecated containers and exceptionsnfebe2025-02-061-25/+28
* fix(sharing): Ensure download restrictions are not droppedfix/proper-download-checkFerdinand Thiessen2025-02-041-23/+41
* fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-281-101/+94
* fix: Ensure `label` is always a stringFerdinand Thiessen2025-01-261-1/+4
* Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-sharesAnna2025-01-161-4/+7
|\
| * fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-sharesAnna Larch2025-01-131-4/+7
* | feat(sharing): Respect admin custom tokens settingChristopher Ng2025-01-151-0/+3
* | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-151-0/+24
* | feat(sharing): Allow updating share tokenChristopher Ng2025-01-151-1/+21
|/
* feat(files_sharing): Allow users with share permission to manage shares on IS...provokateurin2024-11-251-0/+13
* fix(files_sharing): Remove duplicate link/email edit share logicprovokateurin2024-11-251-12/+0
* fix(files_sharing): Fix error messages from password policyfix/fix-share-creation-error-messagesCôme Chilliet2024-11-191-4/+4
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-18/+18
* fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messagesprovokateurin2024-10-281-9/+9
* refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-checkfenn-cs2024-10-241-7/+4
* fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-sharefenn-cs2024-10-241-1/+10
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-79/+77
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-15/+18
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-4/+4
* fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-061-0/+4
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-0/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+10
* fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
* fix(inherited-shares): ignore top root folderMaxence Lange2024-08-051-1/+4
* refactor(files_sharing): Replace security annotations with respective attributesprovokateurin2024-07-271-18/+10
* fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-181-2/+4
* fix(files_sharing): remove undesirable translations from ShareAPIControllerskjnldsv2024-07-161-2/+2
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-1/+1
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-17/+10
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-2/+8
* chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-121-1/+1
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-16/+19
* chore(files_sharing): refactor share password mailskjnldsv2024-07-121-9/+29
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-1/+8
* chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-1/+32
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-36/+20
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-0/+49