summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/get.php
Commit message (Collapse)AuthorAgeFilesLines
* Initial previewer for public linksMichael Gapczynski2012-08-271-88/+0
|
* OC_Share no longer exists. remove hooks that would trigger require_once / ↵jfd2012-08-251-0/+2
| | | | autoloading failures, so i can at least upload files
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-2/+0
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
|
* Add missing ')'Michael Gapczynski2012-06-211-1/+1
|
* Merge branch 'audit'Bart Visscher2012-06-201-0/+1
|\
| * Audit: Log sharing actionsBart Visscher2012-05-071-0/+1
| |
* | fixes oc-1026Thomas Mueller2012-06-181-1/+1
| |
* | Fix private links inside foldersMichael Gapczynski2012-05-171-3/+3
| |
* | removing executable bit - againThomas Mueller2012-05-151-0/+0
| |
* | selective app loading for remote/publicRobin Appelman2012-05-141-0/+4
| |
* | Set Content-Disposition to attachment for shared private linksMichael Gapczynski2012-05-081-1/+1
| |
* | Forgot to set token variableMichael Gapczynski2012-05-071-0/+1
| |
* | Fix bug oc-402, check if token is set for a private linkMichael Gapczynski2012-05-071-3/+1
| |
* | ported the oc_template classFrank Karlitschek2012-05-061-5/+5
|/
* ported oc_jsonFrank Karlitschek2012-05-031-1/+1
|
* port oc_responseFrank Karlitschek2012-05-031-1/+1
|
* Fix private linksMichael Gapczynski2012-05-021-1/+0
|
* port linkto and serverHostFrank Karlitschek2012-05-011-3/+3
|
* some more portingFrank Karlitschek2012-05-011-1/+1
|
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
|
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-1/+1
|
* Sharing: Define missing template varsBart Visscher2012-04-141-0/+2
|
* Replace Expires and caching headers by OC_Response functionsBart Visscher2012-02-131-3/+1
|
* Sharing app needs to be loaded for public link of file in Shared folder - ↵Michael Gapczynski2012-01-301-1/+0
| | | | fixes bug 113
* Merge commit 'refs/merge-requests/52' of ↵Marvin Thomas Rabe2011-10-061-2/+3
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/52
| * Fixed the file sharing listing bug (filename is empty when it has no ↵Borjan Tchakaloff2011-10-051-2/+3
| | | | | | | | extension in a publicly shared folder).
* | Added the missing quotes on the filename.Borjan Tchakaloff2011-10-051-1/+1
|/
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* files: hide non functioning code when called from a/f_s/get.phpFlorian Pritz2011-09-241-0/+2
| | | | | | | | | | The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* removed single quotes around publicly linked download fileJan-Christoph Borchardt2011-08-201-2/+2
|
* Remove some scripts, now you can actually download the files in a public ↵Michael Gapczynski2011-08-181-4/+2
| | | | link folder
* Add downloadURL to files templates for both public links and filesMichael Gapczynski2011-08-181-7/+7
|
* Copy get.php into files_sharing, public links now use files templatesMichael Gapczynski2011-08-181-0/+85