Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 1 | -88/+0 |
| | |||||
* | OC_Share no longer exists. remove hooks that would trigger require_once / ↵ | jfd | 2012-08-25 | 1 | -0/+2 |
| | | | | autoloading failures, so i can at least upload files | ||||
* | Remove unused RUNTIME_NOSETUPFS var | Bart Visscher | 2012-08-08 | 1 | -2/+0 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -1/+0 |
| | |||||
* | Add missing ')' | Michael Gapczynski | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 1 | -0/+1 |
|\ | |||||
| * | Audit: Log sharing actions | Bart Visscher | 2012-05-07 | 1 | -0/+1 |
| | | |||||
* | | fixes oc-1026 | Thomas Mueller | 2012-06-18 | 1 | -1/+1 |
| | | |||||
* | | Fix private links inside folders | Michael Gapczynski | 2012-05-17 | 1 | -3/+3 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | | |||||
* | | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 1 | -0/+4 |
| | | |||||
* | | Set Content-Disposition to attachment for shared private links | Michael Gapczynski | 2012-05-08 | 1 | -1/+1 |
| | | |||||
* | | Forgot to set token variable | Michael Gapczynski | 2012-05-07 | 1 | -0/+1 |
| | | |||||
* | | Fix bug oc-402, check if token is set for a private link | Michael Gapczynski | 2012-05-07 | 1 | -3/+1 |
| | | |||||
* | | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -5/+5 |
|/ | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Fix private links | Michael Gapczynski | 2012-05-02 | 1 | -1/+0 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 1 | -3/+3 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | Sharing: Define missing template vars | Bart Visscher | 2012-04-14 | 1 | -0/+2 |
| | |||||
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -3/+1 |
| | |||||
* | Sharing app needs to be loaded for public link of file in Shared folder - ↵ | Michael Gapczynski | 2012-01-30 | 1 | -1/+0 |
| | | | | fixes bug 113 | ||||
* | Merge commit 'refs/merge-requests/52' of ↵ | Marvin Thomas Rabe | 2011-10-06 | 1 | -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 Tchakaloff | 2011-10-05 | 1 | -2/+3 |
| | | | | | | | | extension in a publicly shared folder). | ||||
* | | Added the missing quotes on the filename. | Borjan Tchakaloff | 2011-10-05 | 1 | -1/+1 |
|/ | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
| | |||||
* | files: hide non functioning code when called from a/f_s/get.php | Florian Pritz | 2011-09-24 | 1 | -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 file | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | Remove some scripts, now you can actually download the files in a public ↵ | Michael Gapczynski | 2011-08-18 | 1 | -4/+2 |
| | | | | link folder | ||||
* | Add downloadURL to files templates for both public links and files | Michael Gapczynski | 2011-08-18 | 1 | -7/+7 |
| | |||||
* | Copy get.php into files_sharing, public links now use files templates | Michael Gapczynski | 2011-08-18 | 1 | -0/+85 |