summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrank Karlitschek2011-04-161-3/+2
|\
| * only check for permissions for folders that existsRobin Appelman2011-04-161-1/+1
| * set strict error reportingRobin Appelman2011-04-161-2/+1
* | add a date format function for more eyecandyFrank Karlitschek2011-04-161-0/+12
|/
* save installation state of databases in appconfig instead of plugin.xmlRobin Appelman2011-04-161-0/+1
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrank Karlitschek2011-04-161-10/+22
|\
| * better display for server configuration errorsRobin Appelman2011-04-161-7/+19
| * never ever call a function you just removedJakob Sack2011-04-161-5/+4
|/
* show server configuration errors on seperate pageRobin Appelman2011-04-161-13/+23
* Use OC_CONFIG where possibleJakob Sack2011-04-161-41/+35
* Make OC_CONFIG working againJakob Sack2011-04-161-3/+0
* replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )Jakob Sack2011-04-161-4/+10
* move chmodr to OC_HELPERRobin Appelman2011-04-161-25/+2
* move OC_DB to it's own fileRobin Appelman2011-04-161-294/+1
* mergeRobin Appelman2011-04-161-4/+4
|\
| * Minor bug fixingJakob Sack2011-04-151-4/+4
* | get rid of the oc_require and friendsRobin Appelman2011-04-161-136/+18
|/
* php is not perlJakob Sack2011-04-151-21/+19
* Try to make owncloud working againJakob Sack2011-04-151-11/+11
* First version of the new user managementJakob Sack2011-04-151-1/+3
* 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
* Fix a couple of minor coding errorsRobin Appelman2011-03-181-1/+1
* only load mdb2 once as it was beforeRobin Appelman2011-03-171-2/+2
* Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APPJakob Sack2011-03-111-30/+0
* Base for a more flexible navigationJakob Sack2011-03-031-5/+5
* New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr...Jakob Sack2011-03-031-24/+5
* Make it possible to use several datadirs.Jakob Sack2011-03-031-10/+9
* Introducing OC_HELPER for small helper functions; making setup of filesystem ...Jakob Sack2011-03-021-91/+44
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-011-0/+807