| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 6 | -102/+101 |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 1 | -72/+60 |
|\ |
|
| * | port WebDAV to prepared statements | Robin Appelman | 2011-04-16 | 1 | -72/+60 |
* | | Make OC_CONFIG working again | Jakob Sack | 2011-04-16 | 2 | -6/+3 |
* | | replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) | Jakob Sack | 2011-04-16 | 3 | -14/+20 |
|/ |
|
* | Added a dump of the database | Jakob Sack | 2011-04-16 | 2 | -7/+182 |
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-16 | 53 | -543/+495 |
|\ |
|
| * | move chmodr to OC_HELPER | Robin Appelman | 2011-04-16 | 2 | -25/+31 |
| * | move OC_DB to it's own file | Robin Appelman | 2011-04-16 | 3 | -295/+318 |
| * | merge | Robin Appelman | 2011-04-16 | 20 | -28/+35 |
| |\ |
|
| * | | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 51 | -226/+149 |
* | | | Support for navigation sub entries | Jakob Sack | 2011-04-16 | 1 | -3/+64 |
| |/
|/| |
|
* | | Fix template.php | Jakob Sack | 2011-04-16 | 1 | -1/+1 |
* | | New folder: /docs | Jakob Sack | 2011-04-16 | 10 | -0/+0 |
* | | apps are now stored in /apps | Jakob Sack | 2011-04-16 | 7 | -21/+28 |
* | | Minor bug fixing | Jakob Sack | 2011-04-15 | 4 | -7/+7 |
|/ |
|
* | php is not perl | Jakob Sack | 2011-04-15 | 5 | -48/+45 |
* | Try to make owncloud working again | Jakob Sack | 2011-04-15 | 9 | -36/+27 |
* | First version of the new user management | Jakob Sack | 2011-04-15 | 7 | -613/+526 |
* | Fixed some small bugs | Jakob Sack | 2011-04-08 | 2 | -5/+5 |
* | Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCES | Jakob Sack | 2011-04-08 | 3 | -29/+210 |
* | 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 |
* | I changed my mind: webdav.php is for files only, so it belongs in this direct... | Jakob Sack | 2011-03-29 | 1 | -2/+2 |
* | Fix a couple of minor coding errors | Robin Appelman | 2011-03-18 | 9 | -17/+17 |
* | only load mdb2 once as it was before | Robin Appelman | 2011-03-17 | 1 | -2/+2 |
* | When moving a file from/to a temporary location, also update the file access/... | Matthew Dawson | 2011-03-17 | 1 | -0/+4 |
* | add the option to use LIKE instead of = when getting data from OCS | Robin Appelman | 2011-03-17 | 1 | -4/+17 |
* | added OC_FILESYSTEM::hash() | Robin Appelman | 2011-03-17 | 2 | -0/+13 |
* | OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoring | Jakob Sack | 2011-03-13 | 5 | -145/+240 |
* | OC_CONFIG prepared for refactoring | Jakob Sack | 2011-03-12 | 1 | -373/+71 |
* | Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These l... | Jakob Sack | 2011-03-12 | 3 | -31/+250 |
* | Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP | Jakob Sack | 2011-03-11 | 2 | -38/+37 |
* | Preparing OC_APP. It now includes information for all functions planned. | Jakob Sack | 2011-03-11 | 1 | -3/+268 |
* | Fixed PHP syntax in skeleton template files. | François KUBLER | 2011-03-09 | 1 | -4/+4 |
* | Merge branch 'refactoring' of git.kde.org:owncloud into refactoring | François KUBLER | 2011-03-09 | 38 | -86/+555 |
|\ |
|
| * | A sample app, at the moment far from showing everything possible | Jakob Sack | 2011-03-03 | 9 | -0/+166 |
| * | Beginning of some ajax features and an admin page for files | Jakob Sack | 2011-03-03 | 7 | -0/+258 |
| * | Base for a more flexible navigation | Jakob Sack | 2011-03-03 | 16 | -29/+31 |
| * | New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr... | Jakob Sack | 2011-03-03 | 10 | -45/+91 |
| * | Make it possible to use several datadirs. | Jakob Sack | 2011-03-03 | 2 | -12/+9 |
* | | Fixed PHP syntax in template files. | François KUBLER | 2011-03-09 | 9 | -59/+59 |
* | | Fixed some typos in admins templates. | François KUBLER | 2011-03-09 | 3 | -16/+16 |
|/ |
|
* | Forgot to change some calls of linkTo | Jakob Sack | 2011-03-02 | 6 | -6/+6 |
* | Admin pages are for admins only, right? | Jakob Sack | 2011-03-02 | 4 | -4/+4 |
* | Application "files" is able to list the files again, start of splitting css f... | Jakob Sack | 2011-03-02 | 8 | -64/+158 |
* | Added helper for filesize, fixed wrong name for mimetypeIcon() | Jakob Sack | 2011-03-02 | 2 | -1/+37 |
* | Introducing OC_HELPER for small helper functions; making setup of filesystem ... | Jakob Sack | 2011-03-02 | 6 | -94/+133 |
* | Make the templates working again. | Jakob Sack | 2011-03-02 | 1 | -5/+11 |
* | Getting rid of Smarty, using our own template system | Jakob Sack | 2011-03-02 | 130 | -18099/+330 |