aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* fix: also filter by storage when getting shares in folderRobin Appelman2024-03-061-2/+9
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-3/+3
* Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-32/+22
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* hide shared files located in group folder's trash binArthur Schiwon2023-03-281-0/+6
* composer run cs:fixCôme Chilliet2023-01-201-5/+3
* Show group name instead of group id as recommendationJoas Schilling2022-10-081-0/+4
* Use bigger slice in share providerCarl Schwan2022-08-161-2/+2
* Multiple fixesCarl Schwan2022-07-311-8/+6
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+2
* Attempt to fix sqlite json issueVincent Petry2022-07-281-2/+2
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+66
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-7/+16
* Prevent column name conflict between tablesLouis Chemineau2022-07-261-1/+4
* Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
* fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman2022-03-311-1/+14
* Check style updateCarl Schwan2022-01-131-1/+1
* Allow to pass note when creating a share and send it with directly in the sha...Julius Härtl2021-12-031-0/+4
* Fix warning about passing null to substr_countCôme Chilliet2021-11-231-1/+1
* Add proper message to created share not foundJohn Molakvoæ (skjnldsv)2021-08-181-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+2
* Merge pull request #24103 from nextcloud/bugfix/noid/groupfolder-share-object...Morris Jobke2020-11-191-1/+1
|\
| * Only check path for being accessible when the storage is a object homeJulius Härtl2020-11-131-1/+1
* | Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+6
|/
* fixes potential passing of null to getUserGroupIdsArthur Schiwon2020-10-161-1/+1
* Use the new method everywhereJoas Schilling2020-07-031-4/+1
* Update share type constant usageJoas Schilling2020-06-241-60/+60
* Fix language in share notes email for usersJoas Schilling2020-06-231-26/+33
* Remove unused use statementMorris Jobke2020-05-081-1/+0
* get only groupids in default share backendRobin Appelman2020-05-041-7/+2
* Merge pull request #20181 from nextcloud/bugfix/noid/dont-break-on-path-nullJoas Schilling2020-04-141-1/+1
|\
| * Also bail out when the path is actually nullJoas Schilling2020-03-261-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-25/+18
* | Use elseif instead of else ifChristoph Wurst2020-04-101-16/+16
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-251-1/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
* Update license headersChristoph Wurst2019-12-051-1/+5
* Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-271-0/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-11/+12
* FixesRoeland Jago Douma2019-11-181-0/+1