Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added preferences to base.php, will be needed for i18n stuff | Jakob Sack | 2011-06-19 | 1 | -0/+2 |
| | |||||
* | allow tear down of filesystem. | Robin Appelman | 2011-06-12 | 1 | -1/+6 |
| | | | | also fix a bug when chrooting to '/' | ||||
* | try to adjust times to the clients timezone | Robin Appelman | 2011-06-05 | 1 | -2/+9 |
| | |||||
* | merge refactoring in master | Robin Appelman | 2011-06-02 | 1 | -5/+0 |
| | |||||
* | add dateOnly option to formatDate | Robin Appelman | 2011-06-02 | 1 | -3/+4 |
| | |||||
* | merge | Robin Appelman | 2011-04-28 | 1 | -21/+16 |
|\ | |||||
| * | move sqlite database into the data folder, makes it easier to set the ↵ | Robin Appelman | 2011-04-28 | 1 | -14/+0 |
| | | | | | | | | correct permissions | ||||
| * | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -0/+1 |
| | | | | | | | | extend that | ||||
| * | make OC_HOOKS actually work | Robin Appelman | 2011-04-23 | 1 | -5/+5 |
| | | |||||
| * | change printPageNavi() to getPageNavi() to allow some more flexibility | Robin Appelman | 2011-04-21 | 1 | -3/+3 |
| | | |||||
| * | Avoid // in URIs | Marco Michelino | 2011-04-19 | 1 | -2/+10 |
| | | |||||
* | | Show currect filename when downloading files | Robin Appelman | 2011-04-26 | 1 | -1/+1 |
|/ | |||||
* | 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 | 1 | -1/+0 |
| | |||||
* | seperate view and logic for pagenavi | Robin Appelman | 2011-04-18 | 1 | -23/+8 |
| | |||||
* | add pager function to the base lib and remove the default table width | Frank Karlitschek | 2011-04-17 | 1 | -0/+42 |
| | |||||
* | make the file permissions hint more clear | Robin Appelman | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Frank Karlitschek | 2011-04-16 | 1 | -3/+2 |
|\ | |||||
| * | only check for permissions for folders that exists | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| | | |||||
| * | set strict error reporting | Robin Appelman | 2011-04-16 | 1 | -2/+1 |
| | | |||||
* | | add a date format function for more eyecandy | Frank Karlitschek | 2011-04-16 | 1 | -0/+12 |
|/ | |||||
* | save installation state of databases in appconfig instead of plugin.xml | Robin Appelman | 2011-04-16 | 1 | -0/+1 |
| | |||||
* | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | Frank Karlitschek | 2011-04-16 | 1 | -10/+22 |
|\ | | | | | | | | | Conflicts: admin/apps.php | ||||
| * | better display for server configuration errors | Robin Appelman | 2011-04-16 | 1 | -7/+19 |
| | | |||||
| * | never ever call a function you just removed | Jakob Sack | 2011-04-16 | 1 | -5/+4 |
|/ | |||||
* | show server configuration errors on seperate page | Robin Appelman | 2011-04-16 | 1 | -13/+23 |
| | |||||
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 1 | -41/+35 |
| | |||||
* | Make OC_CONFIG working again | Jakob Sack | 2011-04-16 | 1 | -3/+0 |
| | |||||
* | replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) | Jakob Sack | 2011-04-16 | 1 | -4/+10 |
| | |||||
* | move chmodr to OC_HELPER | Robin Appelman | 2011-04-16 | 1 | -25/+2 |
| | |||||
* | move OC_DB to it's own file | Robin Appelman | 2011-04-16 | 1 | -294/+1 |
| | |||||
* | merge | Robin Appelman | 2011-04-16 | 1 | -4/+4 |
|\ | |||||
| * | Minor bug fixing | Jakob Sack | 2011-04-15 | 1 | -4/+4 |
| | | |||||
* | | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -136/+18 |
|/ | |||||
* | php is not perl | Jakob Sack | 2011-04-15 | 1 | -21/+19 |
| | |||||
* | Try to make owncloud working again | Jakob Sack | 2011-04-15 | 1 | -11/+11 |
| | |||||
* | First version of the new user management | Jakob Sack | 2011-04-15 | 1 | -1/+3 |
| | |||||
* | Refactoring of OC_DB | Jakob Sack | 2011-04-08 | 1 | -196/+218 |
| | |||||
* | added class OC_HOOK to base.php. It is in base.php because it is needed | Jakob Sack | 2011-03-29 | 1 | -10/+64 |
| | | | | very ofter and it is quite small. | ||||
* | Fix a couple of minor coding errors | Robin Appelman | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | only load mdb2 once as it was before | Robin Appelman | 2011-03-17 | 1 | -2/+2 |
| | |||||
* | Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP | Jakob Sack | 2011-03-11 | 1 | -30/+0 |
| | |||||
* | Base for a more flexible navigation | Jakob Sack | 2011-03-03 | 1 | -5/+5 |
| | |||||
* | New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user ↵ | Jakob Sack | 2011-03-03 | 1 | -24/+5 |
| | | | | preferences | ||||
* | Make it possible to use several datadirs. | Jakob Sack | 2011-03-03 | 1 | -10/+9 |
| | | | | This could be useful if the user does not want his gallery images on the webdav storage. | ||||
* | Introducing OC_HELPER for small helper functions; making setup of filesystem ↵ | Jakob Sack | 2011-03-02 | 1 | -91/+44 |
| | | | | optional | ||||
* | Start of the refactoring. Commit is quite big because I forgot to use git ↵ | Jakob Sack | 2011-03-01 | 1 | -0/+807 |
right from the beginning. Sorry. |