Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New installer. | François Kubler | 2011-05-17 | 8 | -218/+401 |
| | | | | | | | | | | * Forms have been revamped (CSS + javascript), * Process has been improved : errors are displayed on the form page, * Some changes in the index.php page so that everything related to installation is in lib/setup.php * Also added a small function in OC_HELPER class to set input values. All these should improve the installation process in terms of ergonomics. Well, I do hope so. | ||||
* | we also need Console | Robin Appelman | 2011-05-17 | 1 | -0/+251 |
| | |||||
* | we need System.php after all | Robin Appelman | 2011-05-17 | 1 | -0/+540 |
| | |||||
* | fix the drop down arrow in file browser | Robin Appelman | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Fixing the image link for apps | Jakob Sack | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | Of course we should change the column names in the SQL file as well | Jakob Sack | 2011-05-16 | 1 | -5/+5 |
| | |||||
* | fix the drop down arrow in file browser | Robin Appelman | 2011-05-16 | 2 | -1/+2 |
| | |||||
* | use simplexml instead of dom for OC_APP::getAppInfo() | Robin Appelman | 2011-05-16 | 1 | -11/+6 |
| | |||||
* | cleanup 3dparty | Robin Appelman | 2011-05-16 | 62 | -17422/+0 |
| | |||||
* | Get rid of this stupid "I AM ACTIVE!!!" message. | Jakob Sack | 2011-05-15 | 3 | -8/+4 |
| | |||||
* | moved app install/remove/update functions to lib/installer.php | Robin Appelman | 2011-05-15 | 2 | -90/+141 |
| | | | | added OC_APP::getAppInfo() for reading app metadata | ||||
* | Renamed a few columns in order t ohave both sqlite and mysql up and running | Jakob Sack | 2011-05-15 | 5 | -38/+40 |
| | |||||
* | renamed installer.php to setup.php | Jakob Sack | 2011-05-06 | 2 | -13/+13 |
| | |||||
* | no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enough | Robin Appelman | 2011-04-29 | 1 | -48/+7 |
| | |||||
* | merge | Robin Appelman | 2011-04-28 | 29 | -105/+605 |
|\ | |||||
| * | fix oc_appconfig for sqlite | Robin Appelman | 2011-04-28 | 1 | -5/+5 |
| | | |||||
| * | make logs work with sqlite | Robin Appelman | 2011-04-28 | 2 | -4/+23 |
| | | |||||
| * | fix some sqlite strict errors | Robin Appelman | 2011-04-28 | 1 | -8/+8 |
| | | |||||
| * | move sqlite database into the data folder, makes it easier to set the ↵ | Robin Appelman | 2011-04-28 | 5 | -21/+17 |
| | | | | | | | | correct permissions | ||||
| * | fix mdb2 error handeling a bit | Robin Appelman | 2011-04-28 | 1 | -1/+1 |
| | | |||||
| * | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 13 | -3/+267 |
| | | | | | | | | extend that | ||||
| * | fix chmodr | Robin Appelman | 2011-04-24 | 1 | -2/+2 |
| | | |||||
| * | stylesheets have .css as extention, not .js | Robin Appelman | 2011-04-23 | 1 | -1/+1 |
| | | |||||
| * | make OC_HOOKS actually work | Robin Appelman | 2011-04-23 | 2 | -5/+17 |
| | | |||||
| * | properly load css and js files for apps | Robin Appelman | 2011-04-23 | 1 | -2/+11 |
| | | |||||
| * | log viewer | Robin Appelman | 2011-04-21 | 3 | -21/+88 |
| | | |||||
| * | change printPageNavi() to getPageNavi() to allow some more flexibility | Robin Appelman | 2011-04-21 | 2 | -4/+5 |
| | | |||||
| * | loging system | Robin Appelman | 2011-04-21 | 1 | -5/+42 |
| | | |||||
| * | bugfixes on GET requests via WebDAV | Marco Michelino | 2011-04-20 | 1 | -5/+9 |
| | | |||||
| * | correct paths for css images | Arthur Schiwon | 2011-04-19 | 1 | -2/+2 |
| | | |||||
| * | hide filechooser if user clicked on cancel | Arthur Schiwon | 2011-04-19 | 1 | -0/+12 |
| | | |||||
| * | refurbished new folder button | Arthur Schiwon | 2011-04-19 | 3 | -24/+83 |
| | | |||||
| * | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Marco Michelino | 2011-04-19 | 1 | -0/+8 |
| |\ | |||||
| | * | file icon for file upload button | Arthur Schiwon | 2011-04-19 | 1 | -0/+8 |
| | | | |||||
| * | | Avoid // in URIs | Marco Michelino | 2011-04-19 | 2 | -3/+15 |
| |/ | |||||
* | | Show currect filename when downloading files | Robin Appelman | 2011-04-26 | 2 | -1/+2 |
| | | |||||
* | | don't use output buffering for file downloads | Robin Appelman | 2011-04-26 | 1 | -0/+1 |
|/ | |||||
* | don't create firefox hardlock | Arthur Schiwon | 2011-04-19 | 2 | -3/+9 |
| | |||||
* | don't upload canceled files | Arthur Schiwon | 2011-04-19 | 1 | -1/+2 |
| | |||||
* | upload works in a not so fancy way for konqueror and rekonq | Arthur Schiwon | 2011-04-19 | 1 | -3/+4 |
| | |||||
* | fancy upload button. does work with firefox (at least 4) and chromium, but ↵ | Arthur Schiwon | 2011-04-19 | 4 | -47/+68 |
| | | | | not with Konqueror, Rekonq, Opera. | ||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Arthur Schiwon | 2011-04-19 | 4 | -48/+52 |
|\ | |||||
| * | the installation form layout is still not completely done but at least the ↵ | Jan-Christoph Borchardt | 2011-04-19 | 2 | -33/+17 |
| | | | | | | | | CSS looks better | ||||
| * | jQuery-value-hide-foo for the installation form as well | Jan-Christoph Borchardt | 2011-04-19 | 2 | -30/+34 |
| | | |||||
| * | actually know what to put in which login field | Jan-Christoph Borchardt | 2011-04-19 | 3 | -5/+21 |
| | | |||||
* | | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Arthur Schiwon | 2011-04-18 | 1 | -3/+3 |
|\| | |||||
| * | now my uppercase Wikileaks folder is correctly sorted below pr0n, like it ↵ | Jan-Christoph Borchardt | 2011-04-18 | 1 | -3/+3 |
| | | | | | | | | should be | ||||
* | | fancyfying file upload, part I | Arthur Schiwon | 2011-04-18 | 3 | -6/+33 |
|/ | |||||
* | renamed application-octet-stream.png to file.png | Jan-Christoph Borchardt | 2011-04-18 | 2 | -1/+1 |
| | |||||
* | implemented download single file from file menu | Arthur Schiwon | 2011-04-18 | 2 | -2/+9 |
| |