Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New installer. | François Kubler | 2011-05-17 | 2 | -89/+141 |
| | | | | | | | | | | * 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. | ||||
* | Fixing the image link for apps | Jakob Sack | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | use simplexml instead of dom for OC_APP::getAppInfo() | Robin Appelman | 2011-05-16 | 1 | -11/+6 |
| | |||||
* | 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 | 4 | -33/+35 |
| | |||||
* | renamed installer.php to setup.php | Jakob Sack | 2011-05-06 | 1 | -12/+12 |
| | |||||
* | 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 | 11 | -50/+291 |
|\ | |||||
| * | 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 |
| | | |||||
| * | move sqlite database into the data folder, makes it easier to set the ↵ | Robin Appelman | 2011-04-28 | 3 | -20/+6 |
| | | | | | | | | correct permissions | ||||
| * | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 5 | -1/+163 |
| | | | | | | | | 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 |
| | | |||||
| * | change printPageNavi() to getPageNavi() to allow some more flexibility | Robin Appelman | 2011-04-21 | 1 | -3/+3 |
| | | |||||
| * | loging system | Robin Appelman | 2011-04-21 | 1 | -5/+42 |
| | | |||||
| * | bugfixes on GET requests via WebDAV | Marco Michelino | 2011-04-20 | 1 | -5/+9 |
| | | |||||
| * | Avoid // in URIs | Marco Michelino | 2011-04-19 | 2 | -3/+15 |
| | | |||||
* | | Show currect filename when downloading files | Robin Appelman | 2011-04-26 | 1 | -1/+1 |
|/ | |||||
* | now my uppercase Wikileaks folder is correctly sorted below pr0n, like it ↵ | Jan-Christoph Borchardt | 2011-04-18 | 1 | -3/+3 |
| | | | | should be | ||||
* | renamed application-octet-stream.png to file.png | Jan-Christoph Borchardt | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | send proper headers | Robin Appelman | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | dissable loggin for now | Robin Appelman | 2011-04-18 | 1 | -2/+3 |
| | |||||
* | correct them the right way this time | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | typo's ... | Robin Appelman | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | clarify OC_FILES::get() documentation | Robin Appelman | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-18 | 1 | -0/+16 |
|\ | |||||
| * | create .htaccess files during installation for apache users | Robin Appelman | 2011-04-18 | 1 | -0/+16 |
| | | |||||
* | | Made the "change password" thingie in settings working | Jakob Sack | 2011-04-18 | 1 | -4/+4 |
|/ | |||||
* | 404 error page | Robin Appelman | 2011-04-18 | 1 | -1/+4 |
| | |||||
* | Even more fixes on user management. Any designers here that want to make it ↵ | Jakob Sack | 2011-04-18 | 1 | -0/+2 |
| | | | | good looking? | ||||
* | More error checking in user management | Jakob Sack | 2011-04-18 | 2 | -0/+19 |
| | |||||
* | disable the backup system for now | Robin Appelman | 2011-04-18 | 1 | -9/+9 |
| | |||||
* | seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE | Robin Appelman | 2011-04-18 | 3 | -24/+86 |
| | |||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-18 | 2 | -120/+25 |
|\ | |||||
| * | replace filesystem observer with the more general OC_HOOK | Robin Appelman | 2011-04-18 | 2 | -120/+25 |
| | | |||||
* | | Hotfix: deleting users is working again | Jakob Sack | 2011-04-18 | 1 | -1/+1 |
|/ | |||||
* | prevent users from deleting admin group | Jakob Sack | 2011-04-18 | 1 | -0/+5 |
| | |||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-18 | 1 | -23/+8 |
|\ | |||||
| * | seperate view and logic for pagenavi | Robin Appelman | 2011-04-18 | 1 | -23/+8 |
| | | |||||
* | | Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP! | Jakob Sack | 2011-04-18 | 3 | -4/+16 |
| | | |||||
* | | Added tons of Hooks to OC_USER and OC_GROUP | Jakob Sack | 2011-04-18 | 4 | -20/+131 |
| | | |||||
* | | Better documentation for OC_USER | Jakob Sack | 2011-04-18 | 4 | -79/+166 |
| | | |||||
* | | Improved documentation for group management | Jakob Sack | 2011-04-18 | 3 | -84/+137 |
|/ | |||||
* | add pager function to the base lib and remove the default table width | Frank Karlitschek | 2011-04-17 | 1 | -0/+42 |
| | |||||
* | Working subnavigation | Jakob Sack | 2011-04-17 | 2 | -39/+56 |
| | |||||
* | make the file permissions hint more clear | Robin Appelman | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | more improvements for foldersize | Robin Appelman | 2011-04-17 | 1 | -17/+13 |
| |