aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-243-77/+12
* chore: remove long depricated share codeRobin Appelman2024-03-061-309/+0
* fix: update "move into share" check to share managerRobin Appelman2024-02-271-434/+0
* fix: remove old test-only methodsRobin Appelman2024-02-261-35/+0
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
* Fix the typo in commentsCRA Yoshihito Nakatani2023-03-151-1/+1
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+2
* composer run cs:fixCôme Chilliet2023-01-203-9/+6
* Cleanup tags and Share componentCarl Schwan2022-09-291-171/+234
* Fix typos in lib/private subdirectoryluz paz2022-07-272-3/+3
* Remove unused class SearchResultSorterCôme Chilliet2022-04-261-77/+0
* Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-261-10/+12
* Check style updateCarl Schwan2022-01-131-1/+1
* Limit more contact searchesJoas Schilling2021-12-081-1/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-6/+0
* Drop \OCP\UserChristoph Wurst2021-05-211-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-7/+2
* | Address minor commentsJulius Härtl2020-12-091-1/+2
* | Let sharees endpoint properly handle deck sharesJulius Härtl2020-12-091-0/+4
* | Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-302-242/+0
* | Remove now unused methods in Share.php due to the reduced code complexity in ...Morris Jobke2020-11-291-36/+0
* | Remove unused method Share Helper::generateTargetMorris Jobke2020-11-291-41/+0
* | Reduce code complexity in Share::getItems by tracing all remaining callersMorris Jobke2020-11-291-59/+20
* | Remove unused Share::getItemSharedWithBySource()Morris Jobke2020-11-291-17/+0
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-3/+4
* | Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling2020-11-062-29/+39
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-8/+8
|/
* Cascading effect - more code that now is not used anymoreMorris Jobke2020-07-061-338/+0
* Tags.php and the old sharing mechanismMorris Jobke2020-07-061-54/+0
* Update share type constant usageJoas Schilling2020-06-242-25/+27
* Update license headers for 19Christoph Wurst2020-04-291-3/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-15/+15
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-34/+17
* Use elseif instead of else ifChristoph Wurst2020-04-102-8/+8
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-2/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-2/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-57/+57
|/
* Update license headersChristoph Wurst2019-12-054-8/+8
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-3/+0
* Make the sharing constants publicly availableJoas Schilling2019-08-231-0/+29