aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/public.php
Commit message (Expand)AuthorAgeFilesLines
...
* Add a "Wrong password." message, if the passwordkondou2013-07-021-1/+1
* for now we disable public upload in case encryption is enabledThomas Mueller2013-06-281-1/+5
* Public upload featureRoman Geber2013-06-251-3/+15
* Use the new session wrapperRobin Appelman2013-05-281-3/+3
* RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public links insteadMichael Gapczynski2013-05-221-1/+1
* Don't display shared links if disabledMichael Gapczynski2013-05-011-0/+7
* let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+7
* Offer download of whole shared dir only if it does not exceed zip input limitArthur Schiwon2013-03-071-1/+5
* [files_sharing] From echo to pLukas Reschke2013-02-271-9/+8
* Whitespace fixesBart Visscher2013-02-221-2/+1
* Style cleanup files_sharingBart Visscher2013-02-211-2/+5
* Share: fix downloading selected files from public shared folderRobin Appelman2013-02-111-1/+1
* Share: fix sorting of files in public shared folderRobin Appelman2013-02-111-0/+12
* Share: fix nested subfolders in public shared foldersRobin Appelman2013-02-111-3/+6
* Share: fix breadcrumbs for public shared folderRobin Appelman2013-02-111-1/+1
* Share: fix downloading files from a public shared folderRobin Appelman2013-02-111-1/+1
* Set permissions to read onlyMichael Gapczynski2013-02-101-0/+1
* Remove additional old compatibility codeMichael Gapczynski2013-02-101-34/+1
* 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
|\
| * merge master into filesystemRobin Appelman2013-01-301-0/+1
| |\
| | * Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-0/+1
| | |\
| | | * 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 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
|/