summaryrefslogtreecommitdiffstats
path: root/lib/private/Share/Share.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-141-5/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-141-5/+0
* | Use non aliased method insteadMorris Jobke2018-02-131-3/+3
|/
* Use ::class statement instead of stringMorris Jobke2018-01-291-5/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-6/+6
* Simplify ternary operator statementsMorris Jobke2018-01-261-4/+4
* Remove not used methods of legacy share.phpMorris Jobke2018-01-221-107/+0
* Remove IAppConfig::getValueRoeland Jago Douma2018-01-171-6/+6
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-1/+1
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-131-4/+4
* Update license headersMorris Jobke2017-11-061-4/+1
* Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-151-2/+3
|\
| * Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-151-2/+3
* | Use proper methods for checkPasswordProtectedShareMorris Jobke2017-08-151-1/+1
|/
* Cleanup unused methodsMorris Jobke2017-08-151-675/+2
* Fix last failures with oracleJoas Schilling2017-08-021-2/+4
* Only use readable chars in Share TokensJoas Schilling2017-07-181-2/+1
* Remove OC_Group callLukas Reschke2017-05-151-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+3
* Merge sharing backend JSLukas Reschke2017-03-241-9/+2
* Merge pull request #3679 from nextcloud/socialsharingLukas Reschke2017-03-161-0/+1
|\
| * Move social buttons to menuRoeland Jago Douma2017-03-031-1/+0
| * Add social sharingRoeland Jago Douma2017-03-031-0/+2
* | take share by mail into consideration if we calculate the access listBjoern Schiessle2017-03-141-3/+3
* | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-14/+84
|/
* Remove adding sharedialogmailviewRoeland Jago Douma2016-11-041-1/+0
* Adjust tests and DI for Share.phpLukas Reschke2016-11-021-3/+21