Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Show users shared with in the drop down for reshared files | Michael Gapczynski | 2011-08-24 | 3 | -12/+17 |
| | |||||
* | Allow sharing of files shared with you - Bug: Doesn't show up as being ↵ | Michael Gapczynski | 2011-08-24 | 1 | -7/+15 |
| | | | | shared in the drop down | ||||
* | Clear the folder size cache for the 'Shared' folder when a new item is shared | Michael Gapczynski | 2011-08-24 | 1 | -1/+5 |
| | |||||
* | Register OC_Share for autoloading and cleanup hooks | Michael Gapczynski | 2011-08-22 | 2 | -31/+17 |
| | |||||
* | Check that the files exist before adding them to the fakedirs | Michael Gapczynski | 2011-08-22 | 1 | -15/+16 |
| | |||||
* | Update documentation for unshareFromMySelf() | Michael Gapczynski | 2011-08-22 | 1 | -1/+2 |
| | |||||
* | One more bug fix in clearFolderSizeCache() | Michael Gapczynski | 2011-08-20 | 1 | -1/+2 |
| | |||||
* | Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes | Michael Gapczynski | 2011-08-20 | 1 | -22/+35 |
| | |||||
* | Fix bugs preventing file upload in shared folders with write permission | Michael Gapczynski | 2011-08-20 | 1 | -5/+9 |
| | |||||
* | Merge branch 'master' of git://anongit.kde.org/owncloud | Michael Gapczynski | 2011-08-20 | 2 | -25/+25 |
|\ | |||||
| * | removed single quotes around publicly linked download file | Jan-Christoph Borchardt | 2011-08-20 | 1 | -2/+2 |
| | | |||||
| * | single quotes in JavaScript & PHP, double quotes in HTML | Jan-Christoph Borchardt | 2011-08-20 | 1 | -23/+23 |
| | | |||||
* | | Implement searching of files shared with you | Michael Gapczynski | 2011-08-20 | 1 | -3/+19 |
|/ | |||||
* | Add getLocalFile() to OC_Filestorage_Shared | Michael Gapczynski | 2011-08-19 | 1 | -0/+8 |
| | |||||
* | Remove no longer needed functions in OC_Filestorage_Shared | Michael Gapczynski | 2011-08-19 | 1 | -44/+0 |
| | |||||
* | Full support for viewing public links from sharing drop down | Michael Gapczynski | 2011-08-19 | 2 | -5/+15 |
| | |||||
* | 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 | 2 | -0/+86 |
| | |||||
* | Merge public link icon check | Michael Gapczynski | 2011-08-18 | 1 | -14/+5 |
| | |||||
* | Comment rename() and prevent trying to move items if the user doesn't have ↵ | Michael Gapczynski | 2011-08-17 | 1 | -0/+6 |
| | | | | write permission | ||||
* | Bug fixes for mkdir(), renaming/moving support for files inside a shared ↵ | Michael Gapczynski | 2011-08-17 | 1 | -8/+10 |
| | | | | folder with write permission | ||||
* | -1 is now a class constant (UNSHARED), for unsharing files from self | Michael Gapczynski | 2011-08-17 | 2 | -2/+3 |
| | |||||
* | Remove navigation entry for shared files | Michael Gapczynski | 2011-08-17 | 1 | -6/+1 |
| | |||||
* | New system of unsharing files from self, and a small bug fix when all files ↵ | Michael Gapczynski | 2011-08-17 | 2 | -13/+22 |
| | | | | inside a shared folder are unshared from self | ||||
* | Fix my last commit 9ee4fc | Michael Gapczynski | 2011-08-17 | 1 | -2/+4 |
| | |||||
* | Only show 'Shared' directory if files are shared with you | Michael Gapczynski | 2011-08-17 | 1 | -1/+3 |
| | |||||
* | Fix bug in getPermissions() and clean-up unlink() and rename() | Michael Gapczynski | 2011-08-17 | 2 | -39/+29 |
| | |||||
* | Functions to get the token of a public link now stored by OC_Share, remove ↵ | Michael Gapczynski | 2011-08-16 | 3 | -10/+33 |
| | | | | no longer needed ajax call to getlink.php | ||||
* | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing | Michael Gapczynski | 2011-08-16 | 1 | -1/+1 |
|\ | |||||
| * | fix problem with building the IN query | Robin Appelman | 2011-08-17 | 1 | -1/+1 |
| | | |||||
* | | Initial merging of files_sharing and files_publiclink | Michael Gapczynski | 2011-08-16 | 2 | -49/+64 |
|/ | |||||
* | Display public icon next to publicly shared files | Michael Gapczynski | 2011-08-16 | 1 | -0/+14 |
| | |||||
* | Public link folder uploading not implemented, comment out checkbox for it in ↵ | Michael Gapczynski | 2011-08-16 | 1 | -1/+1 |
| | | | | dropdown | ||||
* | This should actually make the 'Shared' directory automatically everytime | Michael Gapczynski | 2011-08-15 | 1 | -0/+1 |
| |