summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/public.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix "There must be a single space between the closing parenthesis and the ope...Bart Visscher2012-12-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | make sure that all expected array keys are availableBjörn Schießle2012-12-061-1/+2
| |_|_|/ |/| | |
* | | | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-143/+197
* | | | implement share via link tokenJörn Friedrich Dreyer2012-11-201-103/+105
| |_|/ |/| |
* | | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-1/+1
| |/ |/|
* | urlencode file/dir to allow special characters in filename/path (issue #95)Björn Schießle2012-11-071-2/+2
* | Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
* | Checkstyle: Fix the last two InvalidEOLCharFelix Moeller2012-11-041-223/+223
|/
* Forget to urlencode the pathLukas Reschke2012-10-241-1/+1
* urlencodeLukas Reschke2012-10-241-6/+6
* Apply coding style guideThomas Müller2012-10-241-1/+2
* fix copy&paste bug from previous commitBjörn Schießle2012-10-241-1/+1
* Shared files are not stored in the file cache. Therefore we need toBjörn Schießle2012-10-241-1/+18
* Apply coding style guideThomas Müller2012-10-241-203/+203
* calling OC_Filesystem at this point will initialize file system with wrong us...Björn Schießle2012-10-241-2/+8
* normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
* Whitespace cleanupBart Visscher2012-10-141-6/+6
* generate correct link for shared files and shared directoriesBjörn Schießle2012-10-111-2/+7
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-101-0/+1
* enable user to download selected files from publically shared directoryBjörn Schießle2012-10-051-1/+3
* breadcrumbs fixed for public share viewBjörn Schießle2012-10-051-1/+5
* fix download link for single files in publicly shared directoryBjörn Schießle2012-10-051-3/+7
* fix download of single publically shared files.Björn Schießle2012-10-051-1/+6
* fixed download of complete publically shared folderBjörn Schießle2012-10-051-8/+1
* baseDir has to be the whole path to work with shared directories below the ro...Björn Schießle2012-10-051-1/+1
* Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
* Sharing: backward compatibility to links from OC 4.0.Arthur Schiwon2012-10-011-0/+20
* Sanitize download URLLukas Reschke2012-09-221-3/+3
* translate files_sharing appscambra2012-09-211-3/+3
* Show preview for public folder linksMichael Gapczynski2012-09-181-10/+94
* Check if file source exists before searching for linkMichael Gapczynski2012-08-291-2/+1
* Fix filesystem setup for shared public link with logged in userBart Visscher2012-08-291-2/+1
* Fix password authentication for links and fix template problems for links by ...Michael Gapczynski2012-08-291-3/+10
* Initial previewer for public linksMichael Gapczynski2012-08-271-0/+69