summaryrefslogtreecommitdiffstats
path: root/lib/private/Share
Commit message (Expand)AuthorAgeFilesLines
* Limit more contact searchesJoas Schilling2021-12-131-1/+6
* 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
* 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
* Add comment with IDs of internal share typesDaniel Calviño Sánchez2018-08-081-0/+2
* Add type for room sharesDaniel Calviño Sánchez2018-08-081-0/+1
* Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-211-1/+0
* implement federated group sharesBjoern Schiessle2018-07-111-0/+1
* 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
* Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-2/+4
* Remove unused resolveReshare of old sharing codeMorris Jobke2018-03-161-23/+0
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-1/+16