summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/public.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Proper fix for shared linksMichael Gapczynski2013-02-101-20/+25
|
* Fix public linksMichael Gapczynski2013-02-101-198/+40
|
* Remove old OC4 link compatibilityMichael Gapczynski2013-02-061-46/+0
|
* Merge branch 'master' into fixing-js-errors-public-link-masterThomas Mueller2013-01-311-63/+192
|\ | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files/templates/part.list.php
| * merge master into filesystemRobin Appelman2013-01-301-0/+1
| |\
| | * Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-0/+1
| | |\ | | | | | | | | introduction of display names
| | | * show display name instead of uid in the public shared files viewBjörn Schießle2013-01-251-0/+1
| | | |
| * | | merge master into filesystemRobin Appelman2013-01-261-1/+1
| |\| |
| * | | merge master into filesystemRobin Appelman2013-01-161-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | merge master into filesystemRobin Appelman2013-01-151-16/+30
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2013-01-071-6/+6
| |\ \ \ \
| * | | | | merge master into filesystemRobin Appelman2012-12-151-1/+1
| |\| | | |
| * | | | | merge master into filesystemRobin Appelman2012-12-061-2/+23
| |\ \ \ \ \
| * | | | | | fixing syntax error + reformat the codeThomas Mueller2012-12-021-172/+184
| | | | | | |
| * | | | | | merge master into filesystemRobin Appelman2012-11-301-54/+207
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-11-151-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-11-071-226/+226
| |\ \ \ \ \ \ \ \
| * | | | | | | | | some more porting of the sharingRobin Appelman2012-10-271-1/+2
| | | | | | | | | |
| * | | | | | | | | remove last uses of depricated OC_FilesystemRobin Appelman2012-10-271-4/+6
| | | | | | | | | |
| * | | | | | | | | fix delete and sort filesRobin Appelman2012-10-271-2/+2
| | | | | | | | | |
* | | | | | | | | | include keyboardshortcuts.jsThomas Mueller2013-01-281-0/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | missing renames of publicListView to disableSharingThomas Mueller2013-01-231-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Whitespace cleanupBart Visscher2013-01-161-6/+6
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer2013-01-091-17/+35
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix "There must be a single space between the closing parenthesis and the ↵Bart Visscher2012-12-151-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | opening brace"
* | | | | 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
| | | | | use the share table from the db to find the item source if the public link re-shares a already shared file.
* Apply coding style guideThomas Müller2012-10-241-203/+203
| | | http://owncloud.org/dev/coding-style-guide/
* calling OC_Filesystem at this point will initialize file system with wrong ↵Björn Schießle2012-10-241-2/+8
| | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem.
* 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 ↵Björn Schießle2012-10-051-1/+1
| | | | root directory.
* Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
|