Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes for the mimetype icons | Robin Appelman | 2011-10-07 | 1 | -6/+6 |
| | |||||
* | Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared ↵ | Borjan Tchakaloff | 2011-10-05 | 1 | -26/+39 |
| | | | | | | folder and being logged-out. The OC_App::navigation array contains by default only the help menu. | ||||
* | redirect url fixed | Marvin Thomas Rabe | 2011-10-04 | 2 | -2/+6 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Marvin Thomas Rabe | 2011-10-03 | 1 | -0/+2 |
|\ | |||||
| * | added mime type for calendar files | Georg Ehrke | 2011-10-03 | 1 | -0/+2 |
| | | |||||
* | | added infield labels. readded fade in of login button. updated label on ↵ | Marvin Thomas Rabe | 2011-10-03 | 1 | -0/+1 |
|/ | | | | install page. | ||||
* | bump version numberv2.0beta3 | Frank Karlitschek | 2011-10-02 | 1 | -2/+2 |
| | |||||
* | add OC_Appconfig::hasKey | Robin Appelman | 2011-10-02 | 1 | -5/+13 |
| | |||||
* | Merge branch 'lostpassword' | Bart Visscher | 2011-09-30 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php | ||||
| * | Move display of login page to function in OC_Util | Bart Visscher | 2011-09-26 | 1 | -0/+7 |
| | | |||||
* | | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 2 | -0/+21 |
| | | |||||
* | | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 2 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Revert "enhance detection of un-initialized database", conflicted with setup ↵ | Thomas Schmidt | 2011-09-30 | 2 | -14/+0 |
| | | | | | | | | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719. | ||||
* | | enhance detection of un-initialized database | Thomas Schmidt | 2011-09-30 | 2 | -0/+14 |
| | | |||||
* | | use central method for checking webserver user | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | | |||||
* | | enhance warning | Thomas Schmidt | 2011-09-29 | 1 | -1/+1 |
| | | |||||
* | | Change json content-type to correct IANA type | Bart Visscher | 2011-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2011-09-28 | 3 | -17/+40 |
|\ \ | |||||
| * \ | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2011-09-28 | 1 | -12/+23 |
| |\ \ | |||||
| | * | | enhance errormessages on setup | Thomas Schmidt | 2011-09-28 | 1 | -12/+23 |
| | | | | |||||
| * | | | add check for ctype | Frank Karlitschek | 2011-09-28 | 1 | -0/+3 |
| |/ / | |||||
| * | | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 2 | -4/+6 |
| | | | |||||
| * | | check for php modules | Frank Karlitschek | 2011-09-27 | 1 | -1/+8 |
| | | | |||||
* | | | add status file. useful for external administration. show the ownClopud ↵ | Frank Karlitschek | 2011-09-28 | 1 | -1/+9 |
|/ / | | | | | | | version at least in the config dialog. | ||||
* / | Fix space in comment | Bart Visscher | 2011-09-26 | 1 | -1/+1 |
|/ | |||||
* | dont set content type to json for Apps | Robin Appelman | 2011-09-26 | 1 | -2/+4 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -0/+68 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | remove some debug statements | Robin Appelman | 2011-09-25 | 1 | -3/+0 |
| | |||||
* | fix uploading files using webdav | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | fix warning when uploading file using webdav | Florian Pritz | 2011-09-24 | 2 | -1/+4 |
| | | | | | | | | | 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> | ||||
* | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 2 | -5/+8 |
| | | | | | | | 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> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 5 | -17/+17 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | use jquery 1.6.4 | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Make event category choice multiselect | Bart Visscher | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 1 | -0/+31 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 4 | -170/+112 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 14 | -134/+80 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bartek Przybylski | 2011-09-18 | 1 | -2/+2 |
|\ | |||||
| * | fix creating groups | Robin Appelman | 2011-09-18 | 1 | -2/+2 |
| | | |||||
* | | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 1 | -13/+19 |
|/ | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 1 | -4/+11 |
| | |||||
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 4 | -15/+12 |
| | |||||
* | removed excess white space inside parentheses | Jan-Christoph Borchardt | 2011-09-12 | 1 | -41/+41 |
| | |||||
* | fixed translation detection thanks to Xuetian Weng | Jan-Christoph Borchardt | 2011-09-12 | 1 | -2/+2 |
| | |||||
* | Use OC_Helper::linkTo also for absolute urls. | Bart Visscher | 2011-09-09 | 1 | -1/+7 |
| | | | | One central place to check for https. | ||||
* | removed database table prefix choice, use oc_ | Jan-Christoph Borchardt | 2011-09-04 | 1 | -5/+2 |
| | |||||
* | setup.php: Get 'datadirectory' from config file instead of 'datadir' | Aloisio Almeida Jr | 2011-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com> | ||||
* | Remove execute permissions from source files | Bart Visscher | 2011-09-03 | 2 | -0/+0 |
| | |||||
* | Removed db4app and test_db | Côme BERNIGAUD | 2011-09-01 | 1 | -117/+0 |
| | |||||
* | Merge branch 'master' of git.kde.org:owncloud | Côme BERNIGAUD | 2011-09-01 | 2 | -2/+4 |
|\ |