Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -0/+3 |
| | |||||
* | Make users only able to share with users in groups they belong to | Michael Gapczynski | 2012-03-28 | 2 | -12/+24 |
| | |||||
* | add touch() to all storage backands, and make parameter optional | Robin Appelman | 2012-02-29 | 1 | -1/+7 |
| | |||||
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -9/+1 |
|\ | |||||
| * | missed one is_writeable | Robin Appelman | 2012-02-26 | 1 | -1/+1 |
| | | |||||
| * | chunked implementation for readfile | Robin Appelman | 2012-02-26 | 1 | -8/+0 |
| | | | | | | | | prevents memory issues when downloading large files | ||||
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 2 | -2/+3 |
|\| | |||||
| * | Sharing dropdown width fixed. | Marvin Thomas Rabe | 2012-02-23 | 2 | -2/+3 |
| | | |||||
* | | add stream wrapper for in-memory files and dont use global variables for the ↵ | Robin Appelman | 2012-02-21 | 1 | -2/+1 |
|/ | | | | fakedir stream wrapper | ||||
* | Fix overwriting of internal sharing for shared folders - bug oc-260 | Michael Gapczynski | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | Temporary fix for sharing files | Michael Gapczynski | 2012-02-17 | 1 | -6/+9 |
| | |||||
* | Replace Expires and caching headers by OC_Response functions | Bart Visscher | 2012-02-13 | 1 | -3/+1 |
| | |||||
* | Fix wrong var name in sharedstorage.php | Bart Visscher | 2012-02-08 | 1 | -2/+2 |
| | |||||
* | writable not writeable | Robin Appelman | 2012-02-05 | 1 | -5/+5 |
| | |||||
* | prevent sharing from making aditional http requests while scanning | Robin Appelman | 2012-02-01 | 1 | -0/+1 |
| | | | | additional requests to the server can block feedback of scannning depending on server configuration | ||||
* | dont try to use the filesystem when it isnt setup yet | Robin Appelman | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-01-30 | 1 | -1/+0 |
|\ | |||||
| * | 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 master into filesystem | Robin Appelman | 2012-01-30 | 2 | -2/+31 |
|\| | |||||
| * | Emit hooks in OC_Share when sharing a file and forward hooks for deletion ↵ | Michael Gapczynski | 2012-01-16 | 2 | -2/+31 |
| | | | | | | | | and writing of source file | ||||
* | | merge master into filesystem | Robin Appelman | 2012-01-08 | 2 | -13/+12 |
|\| | |||||
| * | Fix return for empty Shared folder in opendir() | Michael Gapczynski | 2012-01-01 | 1 | -12/+8 |
| | | |||||
| * | Fix shared status for files inside a shared folder | Michael Gapczynski | 2011-12-17 | 1 | -0/+1 |
| | | |||||
| * | make the sharing app return the corrrect result for is_writable on the ↵ | Robin Appelman | 2011-12-16 | 1 | -1/+3 |
| | | | | | | | | shared folder | ||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2011-12-11 | 6 | -6/+6 |
|\| | |||||
| * | apps files_sharing - fix in share.js to check the "can edit" checkbox - | krzaczek | 2011-11-18 | 1 | -1/+1 |
| | | | | | | there was a bug in share.js so the checbox was always unchecked | ||||
| * | apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file | krzaczek | 2011-11-18 | 4 | -4/+4 |
| | | | | | | to enable other user backend | ||||
| * | apps file_sharing | krzaczek | 2011-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | changed $RUNTIME_NOAPPS = true; to $RUNTIME_NOAPPS = false; in ajax/userautocomplete.php - to fetch users also from different user backends - not only database backend | ||||
* | | tell the user when the files are being scanned | Robin Appelman | 2011-11-10 | 1 | -23/+6 |
| | | |||||
* | | provide caching for file metadata | Robin Appelman | 2011-11-09 | 2 | -8/+8 |
| | | |||||
* | | remove OC_Filesystem::fromUploadedFile | Robin Appelman | 2011-11-08 | 1 | -16/+0 |
| | | |||||
* | | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 1 | -22/+0 |
| | | |||||
* | | remove the need to register storage providers, pass the classname during ↵ | Robin Appelman | 2011-11-08 | 2 | -2/+1 |
|/ | | | | mounting instead | ||||
* | Try to avoid closing the share box too soon on multiple selections | Brice Maron | 2011-11-06 | 1 | -0/+1 |
| | |||||
* | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -3/+3 |
| | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | ||||
* | Add caching for filelist sharing icon status to avoid many http req. | Brice Maron | 2011-10-20 | 1 | -0/+5 |
| | |||||
* | Add 3 More log writing in files sharing app | Brice Maron | 2011-10-18 | 2 | -0/+3 |
| | |||||
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 1 | -7/+5 |
| | |||||
* | Correct little typo/bug in log display and remove ending php tag | Brice Maron | 2011-10-18 | 1 | -2/+0 |
| | |||||
* | Fix file sharing : Don't give a unused param to execute | Brice Maron | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | 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 |
|/ | |||||
* | Added translatable text. | Marvin Thomas Rabe | 2011-10-02 | 1 | -6/+6 |
| | |||||
* | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 7 | -3/+10 |
| | |||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+2 |
| | |||||
* | Fixed delete cross positioning issue. | Scott Barnett | 2011-09-27 | 1 | -3/+6 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 2 | -7/+5 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | 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> | ||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage |