- Oct 13, 2011
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Oct 11, 2011
-
-
Joar Wandborg authored
checkWebserverUser would return the owner of the document root instead of the owner of the web server process. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Oct 10, 2011
-
-
Frank Karlitschek authored
-
- Oct 07, 2011
-
-
Robin Appelman authored
-
- Oct 05, 2011
-
-
Borjan Tchakaloff authored
Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared folder and being logged-out. The OC_App::navigation array contains by default only the help menu.
-
- Oct 04, 2011
-
-
Marvin Thomas Rabe authored
-
- Oct 03, 2011
-
-
Marvin Thomas Rabe authored
-
Georg Ehrke authored
-
- Oct 02, 2011
-
-
Frank Karlitschek authored
-
Robin Appelman authored
-
- Sep 30, 2011
-
-
Bart Visscher authored
-
Marvin Thomas Rabe authored
Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
-
Thomas Schmidt authored
This reverts commit 7fb89c53.
-
Thomas Schmidt authored
-
- Sep 29, 2011
-
-
Thomas Schmidt authored
-
Thomas Schmidt authored
-
- Sep 28, 2011
-
-
Bart Visscher authored
-
Frank Karlitschek authored
add status file. useful for external administration. show the ownClopud version at least in the config dialog.
-
Frank Karlitschek authored
-
Thomas Schmidt authored
-
- Sep 27, 2011
-
-
Bart Visscher authored
-
Frank Karlitschek authored
-
- Sep 26, 2011
-
-
Bart Visscher authored
-
Bart Visscher authored
-
- Sep 25, 2011
-
-
Robin Appelman authored
-
Bart Visscher authored
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
-
- Sep 24, 2011
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Florian Pritz authored
When uploading a file using davfs php warned about a missing argument to OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from OC_Connector_Sabre_File->put(), we have to convert that before running strlen because it expects a string. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Sep 23, 2011
-
-
Bart Visscher authored
-
- Sep 18, 2011
-
-
Bart Visscher authored
Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
-
Bart Visscher authored
-
Bart Visscher authored
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
-
Bartek Przybylski authored
-
Robin Appelman authored
-