summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/controllers
Commit message (Expand)AuthorAgeFilesLines
* Disable video preview if previews are disabledMorris Jobke2015-06-091-0/+1
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* Fix PHPDoc for the ext. share controllerLukas Reschke2015-05-041-0/+1
* Remove IDE autocomplete failLukas Reschke2015-03-261-1/+0
* Update license headersJenkins for ownCloud2015-03-262-10/+38
* 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-272-35/+12
|\
| * Revert "Updating license headers"Morris Jobke2015-02-262-35/+12
* | Remove uneeded assignmentLukas Reschke2015-02-241-2/+0
|/
* Updating license headersJenkins for ownCloud2015-02-232-12/+35
* 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
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-0/+86
* 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