Commit Graph

64 Commits (4851a55c1d6824a0c46636f7a8749ad2418e1b4a)

Author SHA1 Message Date
Jakob Sack db90b2e44a prepare replacing global $vars with OC::$vars 14 years ago
Jakob Sack c50a83cd8d Introducing a semiautoload. Enables autoload for classes that are not in lib/ 14 years ago
Robin Appelman 5ef407d1c9 keyboard shortcuts for search results 14 years ago
Robin Appelman 2c8b4da840 make sure jquery and common javascript is loaded before the javascript of the apps 14 years ago
Robin Appelman 0503c3499e configure users/groups before loading apps 14 years ago
Jakob Sack 0dab7f2e53 laod apps ways earlier! 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack 2ff8d7a8bc One class per file! 14 years ago
Robin Appelman 20f5a9f085 bumb version number for upcomming beta 14 years ago
Robin Appelman 0ab6e03863 bumb version number for upcomming beta 14 years ago
Jakob Sack e69079f935 Further improvements 14 years ago
Jakob Sack f5c0dbd947 Use autoload 14 years ago
Robin Appelman 98cd83fabd bumb jquery and jquery-ui versions 14 years ago
Robin Appelman f40a1cad8b not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually 14 years ago
Robin Appelman 155f62bcf6 allow plugins/apps to add custom headers to all pages 14 years ago
Robin Appelman 83958ebd4b add oc_user::getUser to get the user id of the loggedin user 14 years ago
Robin Appelman ee0f1490e1 Multiply changes to user system 14 years ago
Jakob Sack 6a19a7d226 added preferences to base.php, will be needed for i18n stuff 14 years ago
Robin Appelman 2a5ee9512e allow tear down of filesystem. 14 years ago
Robin Appelman d65f8bba73 try to adjust times to the clients timezone 14 years ago
Robin Appelman 09458aa639 add dateOnly option to formatDate 14 years ago
Robin Appelman 1850bddb67 move sqlite database into the data folder, makes it easier to set the correct permissions 14 years ago
Robin Appelman 8a6edd4654 Show currect filename when downloading files 14 years ago
Robin Appelman b7aba15f17 add search functionality, for now only searches files but plugins/apps can extend that 14 years ago
Robin Appelman 4c0d6dc9e7 make OC_HOOKS actually work 14 years ago
Robin Appelman cf76cad931 change printPageNavi() to getPageNavi() to allow some more flexibility 14 years ago
Marco Michelino d1b4f74bc2 Avoid // in URIs 14 years ago
Robin Appelman fe90bf4bdc disable the backup system for now 14 years ago
Robin Appelman 67ba9b320e seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE 14 years ago
Robin Appelman 900ece18e7 seperate view and logic for pagenavi 14 years ago
Frank Karlitschek 91b5d8575a add pager function to the base lib and remove the default table width 14 years ago
Robin Appelman 7b02151639 make the file permissions hint more clear 14 years ago
Frank Karlitschek 1372d8339d add a date format function for more eyecandy 14 years ago
Robin Appelman bf45dcb959 only check for permissions for folders that exists 14 years ago
Robin Appelman d002ed0b94 set strict error reporting 14 years ago
Robin Appelman 5ccdea8e5b save installation state of databases in appconfig instead of plugin.xml 14 years ago
Robin Appelman f0e59b9043 better display for server configuration errors 14 years ago
Jakob Sack 964a55033a never ever call a function you just removed 14 years ago
Robin Appelman 1495ec0f31 show server configuration errors on seperate page 14 years ago
Jakob Sack 8465f76e7e Use OC_CONFIG where possible 14 years ago
Jakob Sack 177fd27382 Make OC_CONFIG working again 14 years ago
Jakob Sack fc33094429 replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" ) 14 years ago
Robin Appelman 69289bf943 move chmodr to OC_HELPER 14 years ago
Robin Appelman 26841884af move OC_DB to it's own file 14 years ago
Robin Appelman 232654cb60 get rid of the oc_require and friends 14 years ago
Jakob Sack f1015c88fa Minor bug fixing 14 years ago
Jakob Sack 3d89b2caa4 php is not perl 14 years ago
Jakob Sack 3c01e30748 Try to make owncloud working again 14 years ago
Jakob Sack 149793f2e7 First version of the new user management 14 years ago
Jakob Sack 908e377246 Refactoring of OC_DB 14 years ago