summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use OC_CONFIG where possibleJakob Sack2011-04-166-102/+101
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-161-72/+60
|\
| * port WebDAV to prepared statementsRobin Appelman2011-04-161-72/+60
* | Make OC_CONFIG working againJakob Sack2011-04-162-6/+3
* | replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )Jakob Sack2011-04-163-14/+20
|/
* Added a dump of the databaseJakob Sack2011-04-162-7/+182
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-1653-543/+495
|\
| * move chmodr to OC_HELPERRobin Appelman2011-04-162-25/+31
| * move OC_DB to it's own fileRobin Appelman2011-04-163-295/+318
| * mergeRobin Appelman2011-04-1620-28/+35
| |\
| * | get rid of the oc_require and friendsRobin Appelman2011-04-1651-226/+149
* | | Support for navigation sub entriesJakob Sack2011-04-161-3/+64
| |/ |/|
* | Fix template.phpJakob Sack2011-04-161-1/+1
* | New folder: /docsJakob Sack2011-04-1610-0/+0
* | apps are now stored in /appsJakob Sack2011-04-167-21/+28
* | Minor bug fixingJakob Sack2011-04-154-7/+7
|/
* php is not perlJakob Sack2011-04-155-48/+45
* Try to make owncloud working againJakob Sack2011-04-159-36/+27
* First version of the new user managementJakob Sack2011-04-157-613/+526
* Fixed some small bugsJakob Sack2011-04-082-5/+5
* Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCESJakob Sack2011-04-083-29/+210
* Refactoring of OC_DBJakob Sack2011-04-081-196/+218
* added class OC_HOOK to base.php. It is in base.php because it is neededJakob Sack2011-03-291-10/+64
* I changed my mind: webdav.php is for files only, so it belongs in this direct...Jakob Sack2011-03-291-2/+2
* Fix a couple of minor coding errorsRobin Appelman2011-03-189-17/+17
* only load mdb2 once as it was beforeRobin Appelman2011-03-171-2/+2
* When moving a file from/to a temporary location, also update the file access/...Matthew Dawson2011-03-171-0/+4
* add the option to use LIKE instead of = when getting data from OCSRobin Appelman2011-03-171-4/+17
* added OC_FILESYSTEM::hash()Robin Appelman2011-03-172-0/+13
* OC_HELPER, OC_LOG and OC_TEMPLATE prepared for refactoringJakob Sack2011-03-135-145/+240
* OC_CONFIG prepared for refactoringJakob Sack2011-03-121-373/+71
* Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These l...Jakob Sack2011-03-123-31/+250
* Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APPJakob Sack2011-03-112-38/+37
* Preparing OC_APP. It now includes information for all functions planned.Jakob Sack2011-03-111-3/+268
* Fixed PHP syntax in skeleton template files.François KUBLER2011-03-091-4/+4
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrançois KUBLER2011-03-0938-86/+555
|\
| * A sample app, at the moment far from showing everything possibleJakob Sack2011-03-039-0/+166
| * Beginning of some ajax features and an admin page for filesJakob Sack2011-03-037-0/+258
| * Base for a more flexible navigationJakob Sack2011-03-0316-29/+31
| * New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr...Jakob Sack2011-03-0310-45/+91
| * Make it possible to use several datadirs.Jakob Sack2011-03-032-12/+9
* | Fixed PHP syntax in template files.François KUBLER2011-03-099-59/+59
* | Fixed some typos in admins templates.François KUBLER2011-03-093-16/+16
|/
* Forgot to change some calls of linkToJakob Sack2011-03-026-6/+6
* Admin pages are for admins only, right?Jakob Sack2011-03-024-4/+4
* Application "files" is able to list the files again, start of splitting css f...Jakob Sack2011-03-028-64/+158
* Added helper for filesize, fixed wrong name for mimetypeIcon()Jakob Sack2011-03-022-1/+37
* Introducing OC_HELPER for small helper functions; making setup of filesystem ...Jakob Sack2011-03-026-94/+133
* Make the templates working again.Jakob Sack2011-03-021-5/+11
* Getting rid of Smarty, using our own template systemJakob Sack2011-03-02130-18099/+330