Commit Graph

82 Commits (77378fa1893267bbdd6ee2f7805a34c1d5b0977b)

Author SHA1 Message Date
Robin Appelman db2fb38746 prevent error involving webdav workaround 14 years ago
Robin Appelman f1fd374a6f webdav workaround for apache+php-cgi 14 years ago
Robin Appelman ffb9a0475e webdav workaround for apache+php-cgi 14 years ago
Marvin Thomas Rabe 6d8985ceb2 added infield labels. readded fade in of login button. updated label on install page. 14 years ago
Florian Pritz c7d4e72341 set cookie secure if forcessl is enabled 14 years ago
Florian Pritz 2267b6e97d use jquery 1.6.4 14 years ago
Bart Visscher e9950defb2 Make event category choice multiselect 14 years ago
Bart Visscher 8966ed5a00 Cleanup lib/base.php 14 years ago
Bart Visscher 82c7598861 Remove global vars and use the OC static version. 14 years ago
Jan-Christoph Borchardt 6c4d075bd6 added jquery-tipsy for nice title tooltips 14 years ago
Robin Appelman f03874ac49 work on user management 14 years ago
Robin Appelman cdf91b6b3e work in new app management 14 years ago
Jakob Sack c958a44e46 Copying globals to OC::* 14 years ago
Frank Karlitschek b2702c4406 fix include path 14 years ago
Frank Karlitschek 1dc3cb67fa more improved error reporting 14 years ago
Frank Karlitschek b513a60540 nicer error report and streamlined setup 14 years ago
Robin Appelman be9c044b24 descriptions for OC:: variables 14 years ago
Jakob Sack 5f7c040ec0 Add principals, minor changes in base.php 14 years ago
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
Michael Gapczynski ddfc9fc001 Move registering shared storage out of base 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
Michael Gapczynski 6af4c465b8 Change all occurences of ['user_id'] to OC_USER::getUser() 14 years ago
Michael Gapczynski 1cfa911ce3 Update database.xml to current database fields, remove hard coded MTGap when mounting shared storage provider 14 years ago
Michael Gapczynski 6b303ee64b Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead 14 years ago
Michael Gapczynski 607f1a2738 Fix conflicts with master in lib/base.php 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
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 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
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 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