summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/controllers/sharecontroller.php
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ to PSR-4Joas Schilling2016-05-251-511/+0
* Merge pull request #24346 from lenz1111/fix_24331Vincent Petry2016-05-241-0/+2
|\
| * video posterPiotr Filiciak2016-05-241-0/+2
* | Http Range requests support in downloadsPiotr Filiciak2016-05-201-2/+11
|/
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-2/+8
* Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+2
* check share permissions in share controllerRobin Appelman2016-02-091-0/+17
* Example hook checkRoeland Jago Douma2016-02-091-9/+7
* throw hooks when accessing a link shareArthur Schiwon2016-02-091-2/+55
* [Share 2.0] Fix public link sharingRoeland Jago Douma2016-02-031-8/+8
* [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-021-2/+3
* [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-281-15/+15
* [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-271-3/+2
* Directly get from the server containerRoeland Jago Douma2016-01-201-0/+1
* Do not use deprected activities APIRoeland Jago Douma2016-01-201-21/+33
* Get correct path for activity downloadsRoeland Jago Douma2016-01-201-1/+1
* [Share 2.0] Make public link work without viewRoeland Jago Douma2016-01-201-2/+13
* [Share 2.0] Make link share download use share managerRoeland Jago Douma2016-01-201-53/+63
* [Share 2.0] Move tests over the sharemanagerRoeland Jago Douma2016-01-201-29/+22
* [Share 2.0] Move showing link share to sharing 2.0Roeland Jago Douma2016-01-201-35/+86
* Happy new year!Thomas Müller2016-01-121-2/+3
* show display name but internally use the user nameBjörn Schießle2015-12-141-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+1
* Update license headersLukas Reschke2015-10-261-0/+1
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-251-2/+1
* Set download cookie on public downloadVincent Petry2015-10-081-1/+15
* Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-09-301-4/+6
* Disable video preview if previews are disabledMorris Jobke2015-06-091-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* Remove IDE autocomplete failLukas Reschke2015-03-261-1/+0
* Update license headersJenkins for ownCloud2015-03-261-5/+21
* Add wrapper for GuzzleLukas Reschke2015-03-251-0/+2
* when the path doesnt exist show a proper error pageRobin Appelman2015-03-241-0/+2
* Properly catch whether a share is `null`Lukas Reschke2015-03-241-19/+19
* Move mimetype check from template to controllerJoas Schilling2015-03-161-0/+1
* Allow iframes from same domain in share viewLukas Reschke2015-03-101-1/+6
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-19/+6
|\
| * Revert "Updating license headers"Morris Jobke2015-02-261-19/+6
* | Remove uneeded assignmentLukas Reschke2015-02-241-2/+0
|/
* Updating license headersJenkins for ownCloud2015-02-231-6/+19
* Correctly create activities for public downloadsJoas Schilling2015-02-171-13/+35
* Merge pull request #13425 from owncloud/phpdoc_cleanupMorris Jobke2015-02-101-1/+1
|\
| * Cleanup of PHPDoc return typesRobin McCorkell2015-01-161-1/+1
* | use uid provided by setupfs hook to mount server2server shares, otherwise mou...Bjoern Schiessle2015-01-261-1/+0
* | show animated gifs on public sharing pageGeorg Ehrke2015-01-191-1/+4
|/
* only send activity if we have a valid path and the file is readableBjoern Schiessle2014-12-231-11/+9
* Make sure the path passed to the activity manager is normalizedRobin Appelman2014-12-221-1/+1
* add activity if public shared file/folder was downloadedBjoern Schiessle2014-12-221-1/+15