summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/controllers/sharecontroller.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-261-1/+1
|\
| * Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
* | Merge pull request #12410 from owncloud/no_session_for_public_share_keyThomas Müller2014-11-251-8/+1
|\ \ | |/ |/|
| * we no longer need to keep the session open for encryptionBjoern Schiessle2014-11-251-8/+1
* | Merge pull request #12262 from owncloud/removeAbsoluteDirectoryPathFromTemplateMorris Jobke2014-11-251-3/+1
|\ \ | |/ |/|
| * Remove unused variable and make Scrutinizer happy.Lukas Reschke2014-11-181-2/+0
| * Don't disclose relative directory path for single shared files of userLukas Reschke2014-11-181-1/+1
* | Close session only if encryption app is not enabledLukas Reschke2014-11-241-2/+8
* | Merge pull request #12226 from owncloud/remove-phpassThomas Müller2014-11-201-0/+1
|\ \ | |/ |/|
| * Remove phpass and migrate to new Hasher interfaceLukas Reschke2014-11-171-0/+1
* | $file only contains the filename and not the absolute path, that means that f...Lukas Reschke2014-11-181-1/+1
|/
* Added download size on public sharingVincent Cloutier2014-11-141-0/+1
* Refactor file sharing public link handlingLukas Reschke2014-11-141-0/+271