Commit Graph

31 Commits (77378fa1893267bbdd6ee2f7805a34c1d5b0977b)

Author SHA1 Message Date
Joar Wandborg 9d3c7badb5 Fixed a bug in checkWebserverUser 14 years ago
Frank Karlitschek 6163351ea2 master is now on the way to ownCloud 3 14 years ago
Marvin Thomas Rabe 33f24a42b8 redirect url fixed 14 years ago
Frank Karlitschek 0eddc5cae2 bump version number 14 years ago
Bart Visscher f4782a7690 Check if the application is actually enabled 14 years ago
Thomas Schmidt 6636720d2d enhance warning 14 years ago
Frank Karlitschek f2a7f230f1 add status file. useful for external administration. show the ownClopud version at least in the config dialog. 14 years ago
Frank Karlitschek 0fcd765bd5 add check for ctype 14 years ago
Thomas Schmidt 40b47defcb enhance errormessages on setup 14 years ago
Frank Karlitschek 10c5178e31 check for php modules 14 years ago
Bart Visscher aae6881494 Move display of login page to function in OC_Util 14 years ago
Bart Visscher e990ef3542 Move some common code to OC_Util 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
Michael Gapczynski e4c9871299 This should actually make the 'Shared' directory automatically everytime 14 years ago
Michael Gapczynski 5fbed936bf Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory 14 years ago
Robin Appelman 6173c0fbc2 a bit of refactoring for oc_filesystem and implement user quota 14 years ago
Frank Karlitschek aa582ec43a more work on encryption 14 years ago
Frank Karlitschek a0b7b85c56 remove debug 14 years ago
Frank Karlitschek 58c2d29f8c report the right webserver user to simplify setup and debug 14 years ago
Frank Karlitschek b513a60540 nicer error report and streamlined setup 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 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
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