Commit Graph

38 Commits (eae3e134ff9005e50ea4e611b2c2daba94ad49ea)

Author SHA1 Message Date
prcrst 868a3b5364 Fix sqlite detection for Ubuntu 11.10 14 years ago
Daniel Köb eb4cd86910 Include PostgreSQL when checking for available database drivers. 14 years ago
Frank Karlitschek fab70cb590 removed no longer used function and exec command 14 years ago
Frank Karlitschek 3acea2f574 change the error hint from suggesting to change the owner of a directory to changing the permissions. changing the owner of a director is not possible via ftp. 14 years ago
Robin Appelman b975f11514 make sharing work with the new mouting mechanism 14 years ago
Robin Appelman 28ab39073a mount filesystems on demand 14 years ago
Brice Maron ebd36d56ca Remove unnecessary exec for getting timezone and fix spacings 14 years ago
Joar Wandborg 9d3c7badb5 Fixed a bug in checkWebserverUser 15 years ago
Frank Karlitschek 6163351ea2 master is now on the way to ownCloud 3 15 years ago
Marvin Thomas Rabe 33f24a42b8 redirect url fixed 15 years ago
Frank Karlitschek 0eddc5cae2 bump version number 15 years ago
Bart Visscher f4782a7690 Check if the application is actually enabled 15 years ago
Thomas Schmidt 6636720d2d enhance warning 15 years ago
Frank Karlitschek f2a7f230f1 add status file. useful for external administration. show the ownClopud version at least in the config dialog. 15 years ago
Frank Karlitschek 0fcd765bd5 add check for ctype 15 years ago
Thomas Schmidt 40b47defcb enhance errormessages on setup 15 years ago
Frank Karlitschek 10c5178e31 check for php modules 15 years ago
Bart Visscher aae6881494 Move display of login page to function in OC_Util 15 years ago
Bart Visscher e990ef3542 Move some common code to OC_Util 15 years ago
Bart Visscher 8966ed5a00 Cleanup lib/base.php 15 years ago
Bart Visscher 82c7598861 Remove global vars and use the OC static version. 15 years ago
Michael Gapczynski e4c9871299 This should actually make the 'Shared' directory automatically everytime 15 years ago
Michael Gapczynski 5fbed936bf Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory 15 years ago
Robin Appelman 6173c0fbc2 a bit of refactoring for oc_filesystem and implement user quota 15 years ago
Frank Karlitschek aa582ec43a more work on encryption 15 years ago
Frank Karlitschek a0b7b85c56 remove debug 15 years ago
Frank Karlitschek 58c2d29f8c report the right webserver user to simplify setup and debug 15 years ago
Frank Karlitschek b513a60540 nicer error report and streamlined setup 15 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 15 years ago
Jakob Sack f5c0dbd947 Use autoload 15 years ago
Robin Appelman 98cd83fabd bumb jquery and jquery-ui versions 15 years ago
Michael Gapczynski 6af4c465b8 Change all occurences of ['user_id'] to OC_USER::getUser() 15 years ago
Michael Gapczynski 1cfa911ce3 Update database.xml to current database fields, remove hard coded MTGap when mounting shared storage provider 15 years ago
Michael Gapczynski 6b303ee64b Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead 15 years ago
Michael Gapczynski 607f1a2738 Fix conflicts with master in lib/base.php 15 years ago
Robin Appelman f40a1cad8b not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually 15 years ago
Robin Appelman 155f62bcf6 allow plugins/apps to add custom headers to all pages 15 years ago
Michael Gapczynski 18e776fa2f Changed mount point to 'Share', fixed is_dir() 15 years ago
Robin Appelman 83958ebd4b add oc_user::getUser to get the user id of the loggedin user 15 years ago
Robin Appelman ee0f1490e1 Multiply changes to user system 15 years ago
Jakob Sack 6a19a7d226 added preferences to base.php, will be needed for i18n stuff 15 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 15 years ago
Robin Appelman 2a5ee9512e allow tear down of filesystem. 15 years ago
Robin Appelman d65f8bba73 try to adjust times to the clients timezone 15 years ago
Robin Appelman 09458aa639 add dateOnly option to formatDate 15 years ago
Robin Appelman 1850bddb67 move sqlite database into the data folder, makes it easier to set the correct permissions 15 years ago
Robin Appelman 8a6edd4654 Show currect filename when downloading files 15 years ago
Robin Appelman b7aba15f17 add search functionality, for now only searches files but plugins/apps can extend that 15 years ago
Robin Appelman 4c0d6dc9e7 make OC_HOOKS actually work 15 years ago
Robin Appelman cf76cad931 change printPageNavi() to getPageNavi() to allow some more flexibility 15 years ago