Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really add AGPL file | Jonathan Riddell | 2011-02-09 | 1 | -0/+661 |
| | |||||
* | Fix licencing, make headers refer to intended AGPL, include copy of AGPL | Jonathan Riddell | 2011-02-09 | 35 | -35/+35 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Robin Appelman | 2011-02-06 | 1 | -0/+8 |
|\ | |||||
| * | don't hide text viewer when clicking inside the text box | Robin Appelman | 2011-01-31 | 1 | -0/+8 |
| | | |||||
* | | fix ocs private data handeling. | Robin Appelman | 2011-02-06 | 1 | -27/+110 |
| | | | | | | | | | | | | - return the app in privateDataGet - implement privateDataDelete - split key-value storage from ocs parsing/output so plugins can use it for storage to | ||||
* | | only load mdb2 when we use the database | Robin Appelman | 2011-02-06 | 1 | -6/+9 |
|/ | |||||
* | Change the icon to the correct one after uploading is finished | Robin Appelman | 2011-01-26 | 1 | -1/+3 |
| | | | | fixes http://bugs.kde.org/show_bug.cgi?id=264295 | ||||
* | fix ocs private data get/set queries for mysql | Robin Appelman | 2011-01-23 | 2 | -32/+51 |
| | | | | | | handle the app paramater with private data get correctly according to the spec still fails under sqlite (and probably postgresql) but I will look more into that later | ||||
* | update readme to reflect move to git.kde.org | Robin Appelman | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | only show files in the filebrowser that we can actually read. | Robin Appelman | 2011-01-22 | 3 | -4/+22 |
| | | | | in the (rare) case that there are unreadable files show an error since it's probably a case of incorrect premissions set by someone. | ||||
* | check if we can read the file before trying to get it's mime type | Robin Appelman | 2011-01-22 | 1 | -85/+87 |
| | |||||
* | Add closing tag to config file. | Robin Appelman | 2011-01-22 | 1 | -0/+1 |
| | | | | patch by Debayan Banerjee | ||||
* | fix another typo | Robin Appelman | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | fix typo | Robin Appelman | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | remove debug statement | Robin Appelman | 2011-01-20 | 1 | -1/+0 |
| | |||||
* | adjust filebrowser to new libraries | Robin Appelman | 2011-01-20 | 1 | -6/+6 |
| | |||||
* | cleanup event handling | Robin Appelman | 2011-01-20 | 1 | -59/+11 |
| | |||||
* | improve handeling of links | Robin Appelman | 2011-01-20 | 1 | -1/+5 |
| | |||||
* | don't try to use *nix file premissions on windows hosts | Robin Appelman | 2011-01-18 | 1 | -34/+38 |
| | |||||
* | Return a '/' instead of 'false' when listing the root folder. | Matthew Dawson | 2011-01-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca> | ||||
* | Also allow open_file.php to be called with a path paramater instead of only ↵ | Robin Appelman | 2011-01-04 | 1 | -5/+9 |
| | | | | with seperate dir/file | ||||
* | fix calling callBacks by id | Robin Appelman | 2011-01-04 | 1 | -4/+8 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2011-01-04 | 15 | -26/+148 |
|\ | |||||
| * | Merge commit 'refs/merge-requests/41' of ↵ | Robin Appelman | 2011-01-04 | 1 | -2/+4 |
| |\ | | | | | | | | | | git://gitorious.org/owncloud/owncloud into integration | ||||
| | * | Fix a warning when there is no included files in a plugin. | Matthew Dawson | 2011-01-04 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca> | ||||
| * | | Add similar check to the canWrite function. | Matthew Dawson | 2011-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca> | ||||
| * | | Fix a chroot issue where the path /.. (and related paths) are not caught and ↵ | Matthew Dawson | 2011-01-03 | 1 | -1/+1 |
| |/ | | | | | | | | | | | removed. Signed-off-by: Matthew Dawson <matthew@mjdsystems.ca> | ||||
| * | Fix further typos in comments, too (lisen → listen). | Elias Probst | 2011-01-01 | 1 | -2/+2 |
| | | |||||
| * | Fixed typo (Lisener → Listener) | Elias Probst | 2011-01-01 | 7 | -20/+20 |
| | | |||||
| * | Show error when trying to create a file or folder that already exists | Robin Appelman | 2010-12-12 | 1 | -0/+4 |
| | | | | | | | | fixes https://bugs.kde.org/show_bug.cgi?id=259616 | ||||
| * | Use correct attribute values for audio tag. | ente | 2010-12-05 | 1 | -4/+4 |
| | | |||||
| * | Only register the "Play" action for audio types that the browser is able to ↵ | ente | 2010-12-05 | 1 | -22/+28 |
| | | | | | | | | | | | | play. Otherwise just leave the default action to "Download". | ||||
| * | reverted a576150b | ente | 2010-12-05 | 1 | -7/+4 |
| | | | | | | | | Seems we don't really need this, since calling e.g. fileActions['audio/x-wav'] is no problem. It should be also more clear to use and read than e.g. fileActions.audioxwav | ||||
| * | - plugin id corrected | ente | 2010-12-05 | 2 | -2/+5 |
| | | | | | | | | - ogg files also get the play action added to their context menu | ||||
| * | Basic HTML5 audio player plugin | ente | 2010-12-04 | 5 | -0/+107 |
| | | |||||
| * | replaced fileActions[this.mime] by fileActions[this.mime1 + this.mime2], ↵ | ente | 2010-12-04 | 1 | -4/+7 |
| | | | | | | | | since an object name cannot contain slashes. (correct me if I'm wrong) | ||||
* | | don't crash when removing an item from the breadcrump that isn't added properly | Robin Appelman | 2011-01-04 | 1 | -1/+3 |
| | | |||||
* | | Some common javascript functions for working with arrays and functions | Robin Appelman | 2011-01-04 | 1 | -17/+49 |
|/ | | | | the callBack class becomes obsolete with these but all places where it is used are updates | ||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2010-12-04 | 1 | -1/+1 |
|\ | |||||
| * | file download from web interface now works correctly with file names ↵ | Florian | 2010-12-04 | 1 | -1/+1 |
| | | | | | | | | containing blanks | ||||
* | | Fix for https://bugs.kde.org/show_bug.cgi?id=258144 | Robin Appelman | 2010-11-30 | 1 | -1/+6 |
| | | | | | | | | Patch by Daniel Devine | ||||
* | | Fix for https://bugs.kde.org/show_bug.cgi?id=257861 | Robin Appelman | 2010-11-30 | 1 | -1/+1 |
|/ | | | | Patch by Romain GRENIER | ||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2010-11-28 | 11 | -135/+69 |
|\ | |||||
| * | fix warning message that sometimes broke webdav | Robin Appelman | 2010-11-16 | 1 | -1/+1 |
| | | |||||
| * | Add support for hosts where open_basedir restriction is in effect. | François KUBLER | 2010-11-16 | 1 | -44/+57 |
| | | |||||
| * | fix login issue after logging out | Robin Appelman | 2010-11-04 | 1 | -0/+3 |
| | | |||||
| * | set version number to 1.1v1.1 | Robin Appelman | 2010-10-31 | 1 | -1/+1 |
| | | |||||
| * | remove placeholder music plugin | Robin Appelman | 2010-10-31 | 3 | -80/+0 |
| | | |||||
| * | fix some typo's | Robin Appelman | 2010-10-31 | 2 | -3/+3 |
| | | |||||
| * | fix uploading files to folders with special characters in the name | Robin Appelman | 2010-10-24 | 2 | -5/+3 |
| | |