| Commit message (Expand) | Author | Age | Files | Lines |
* | single quotes in JavaScript & PHP, double quotes in HTML | Jan-Christoph Borchardt | 2011-08-20 | 1 | -23/+23 |
* | translation update | Jan-Christoph Borchardt | 2011-08-20 | 11 | -9/+27 |
* | more valid HTML, alt attributes, refactored pagenavi etc. | Jan-Christoph Borchardt | 2011-08-20 | 2 | -16/+18 |
* | 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 |
* | * Use encodeEntities() function to check input | Golnaz Nilieh | 2011-08-19 | 2 | -27/+33 |
* | Show new bookmark in the list after insertion, And hide it after deletion. | Golnaz Nilieh | 2011-08-19 | 1 | -3/+20 |
* | Remove some scripts, now you can actually download the files in a public link... | Michael Gapczynski | 2011-08-18 | 1 | -4/+2 |
* | 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 |
* | language updates, optimization of Help HTML | Jan-Christoph Borchardt | 2011-08-18 | 1 | -3/+3 |
* | Merge public link icon check | Michael Gapczynski | 2011-08-18 | 1 | -14/+5 |
* | Swedish translation, thanks to HakanS | Jan-Christoph Borchardt | 2011-08-18 | 1 | -0/+9 |
* | updated translations | Jan-Christoph Borchardt | 2011-08-18 | 7 | -0/+61 |
* | Comment rename() and prevent trying to move items if the user doesn't have wr... | Michael Gapczynski | 2011-08-17 | 1 | -0/+6 |
* | Bug fixes for mkdir(), renaming/moving support for files inside a shared fold... | Michael Gapczynski | 2011-08-17 | 1 | -8/+10 |
* | -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 i... | Michael Gapczynski | 2011-08-17 | 2 | -13/+22 |
* | 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 |
* | Merge branch 'sharing' | Jan-Christoph Borchardt | 2011-08-17 | 18 | -2/+1529 |
|\ |
|
| * | Functions to get the token of a public link now stored by OC_Share, remove no... | Michael Gapczynski | 2011-08-16 | 3 | -10/+33 |
| * | 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 |
| |/ |
|
| * | hiding public links from navigation now that it's easier to use in the dropdown | Jan-Christoph Borchardt | 2011-08-16 | 1 | -1/+1 |
| * | 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 |
| * | This should actually make the 'Shared' directory automatically everytime | Michael Gapczynski | 2011-08-15 | 1 | -0/+1 |
| * | Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' dir... | Michael Gapczynski | 2011-08-15 | 2 | -19/+25 |
| * | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-15 | 17 | -50/+675 |
| |\ |
|
| * \ | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing | Michael Gapczynski | 2011-08-15 | 13 | -69/+93 |
| |\ \ |
|
| | * \ | resolved merge conflict | Jan-Christoph Borchardt | 2011-08-14 | 13 | -69/+93 |
| | |\ \ |
|
| * | | | | Additional user group sharing support and more clean-up in the constructor | Michael Gapczynski | 2011-08-15 | 2 | -46/+59 |
| |/ / / |
|
| * | | | Refactor getUserAndGroups() for new user group sharing standard - user@group | Michael Gapczynski | 2011-08-14 | 1 | -15/+15 |
| * | | | Change OC_GROUP to OC_Group | Michael Gapczynski | 2011-08-14 | 1 | -1/+1 |
| * | | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-12 | 4 | -36/+58 |
| |\ \ \ |
|
| * | | | | OC_Share constructor refactored for user group sharing | Michael Gapczynski | 2011-08-12 | 2 | -28/+52 |
| * | | | | Clean up constructor for OC_Share, add some error handling for sharing files | Michael Gapczynski | 2011-08-12 | 3 | -36/+44 |
| * | | | | Change the share file action icon if the file is already shared with someone | Michael Gapczynski | 2011-08-12 | 2 | -4/+22 |
| * | | | | Merge branch 'master' into sharing | Michael Gapczynski | 2011-08-11 | 9 | -21/+20 |
| |\ \ \ \ |
|
| * | | | | | Remove hardcoded http:// when generating public links | Michael Gapczynski | 2011-08-11 | 1 | -9/+10 |
| * | | | | | Make unshare work from dropdown | Michael Gapczynski | 2011-08-11 | 2 | -8/+10 |
| * | | | | | Fix some areas on dropdown triggering the dropdown to hide | Michael Gapczynski | 2011-08-11 | 1 | -3/+3 |
| * | | | | | Hide the dropdown if you click the share file action button | Michael Gapczynski | 2011-08-11 | 1 | -1/+5 |
| * | | | | | Don't spawn a new dropdown if there is already one open | Michael Gapczynski | 2011-08-11 | 1 | -13/+11 |
| * | | | | | Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing | Michael Gapczynski | 2011-08-11 | 15 | -218/+86 |
| |\ \ \ \ \ |
|