aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share/Share.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-32/+4
* 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
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Cleanup tags and Share componentCarl Schwan2022-09-291-171/+234
* Fix typos in lib/private subdirectoryluz paz2022-07-271-2/+2
* 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-041-1/+0
* Drop \OCP\UserChristoph Wurst2021-05-211-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-3/+1
* Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-301-138/+0
* Remove now unused methods in Share.php due to the reduced code complexity in ...Morris Jobke2020-11-291-36/+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-061-4/+10
* 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-241-22/+23
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-28/+14
* Use elseif instead of else ifChristoph Wurst2020-04-101-7/+7
* 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-311-0/+1
* 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-261-42/+42
|/
* Update license headersChristoph Wurst2019-12-051-5/+2
* Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-3/+0
* Remove unused OC\Share\Share::checkPasswordProtectedShareMorris Jobke2019-07-291-29/+0
* Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-181-74/+0
* Cleanup legacy Share.php from unused codeMorris Jobke2019-04-171-504/+47
* Move merged-share-backend to webpackRoeland Jago Douma2019-01-161-1/+1
* Cleanup some unused sharing methods from the old sharing codeMorris Jobke2018-11-021-19/+1
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-27/+27
* Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-211-1/+0
* Improved wordingMorris Jobke2018-06-291-1/+1
* Get rid of shareItemMorris Jobke2018-05-231-0/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-32/+33
* Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-1/+1