aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20
Commit message (Expand)AuthorAgeFilesLines
* fix(manager): removed dead codeEduardo Morales2023-12-191-7/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-8/+8
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-3/+3
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-042-36/+70
|\
| * cleanup di for share permissions wrapperRobin Appelman2023-08-162-36/+70
* | Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-022-33/+24
* | sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
* | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
* | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
|/
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-281-6/+0
* feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-282-3/+4
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-44/+27
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-23/+17
* fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-272-24/+30
* Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Fix types for reading and writing config valuesjld31032023-04-051-1/+1
* also set the node when re-using existing share on share createRobin Appelman2023-04-031-0/+4
* hide shared files located in group folder's trash binArthur Schiwon2023-03-281-0/+6
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-082-0/+3
* Pluggable share providerLouis Chemineau2023-02-021-0/+63
* composer run cs:fixCôme Chilliet2023-01-208-13/+3
* Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-s...Joas Schilling2022-12-091-0/+4
|\
| * Show group name instead of group id as recommendationJoas Schilling2022-10-081-0/+4
* | Fix PHP CSJoas Schilling2022-10-201-1/+0
* | Also catch in getProviderJoas Schilling2022-10-201-3/+10
* | Don't crash with outdated share providerJoas Schilling2022-10-201-4/+23
* | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
|/
* Cleanup tags and Share componentCarl Schwan2022-09-291-0/+3
* Use bigger slice in share providerCarl Schwan2022-08-161-2/+2
* don't reduce file public link permissions if public upload is not enabledJulien Veyssier2022-08-011-2/+2
* Multiple fixesCarl Schwan2022-07-311-8/+6
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+2
* Fix view-only code after code review commentsVincent Petry2022-07-281-1/+1
* Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
* Fix share attribute related tests + code styleVincent Petry2022-07-282-16/+3
* Add share attributes + prevent download permissionVincent Petry2022-07-284-1/+179
* Fix typos in lib/private subdirectoryluz paz2022-07-273-3/+3
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-262-28/+19
* Recursively fetch subsharesLouis Chemineau2022-07-261-0/+18
* Prevent column name conflict between tablesLouis Chemineau2022-07-261-1/+4
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
* Merge pull request #32185 from nextcloud/fix/default-share-provider-oracleCarl Schwan2022-05-121-7/+18
|\
| * Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
* | Use email settings in DAV searchLouis Chemineau2022-04-191-0/+4
* | Use share setting in DAV searchLouis Chemineau2022-04-191-0/+4
|/
* Adjust settings for mail link passwordVincent Petry2022-04-141-17/+5
* Default to permanent link passwordsVincent Petry2022-04-131-1/+1