summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fixes for the mimetype iconsRobin Appelman2011-10-071-6/+6
|
* Fixed the 'Undefined index "user_id"' bug when requesting a publicly shared ↵Borjan Tchakaloff2011-10-051-26/+39
| | | | | | folder and being logged-out. The OC_App::navigation array contains by default only the help menu.
* redirect url fixedMarvin Thomas Rabe2011-10-042-2/+6
|
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudMarvin Thomas Rabe2011-10-031-0/+2
|\
| * added mime type for calendar filesGeorg Ehrke2011-10-031-0/+2
| |
* | added infield labels. readded fade in of login button. updated label on ↵Marvin Thomas Rabe2011-10-031-0/+1
|/ | | | install page.
* bump version numberv2.0beta3Frank Karlitschek2011-10-021-2/+2
|
* add OC_Appconfig::hasKeyRobin Appelman2011-10-021-5/+13
|
* Merge branch 'lostpassword'Bart Visscher2011-09-301-0/+8
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Move display of login page to function in OC_UtilBart Visscher2011-09-261-0/+7
| |
* | Check if the application is actually enabledBart Visscher2011-09-302-0/+21
| |
* | Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe2011-09-302-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 Schmidt2011-09-302-14/+0
| | | | | | | | | | | | step, needs rework This reverts commit 7fb89c5386fe7f1a1e238853a24d1da556ab9719.
* | enhance detection of un-initialized databaseThomas Schmidt2011-09-302-0/+14
| |
* | use central method for checking webserver userThomas Schmidt2011-09-291-1/+1
| |
* | enhance warningThomas Schmidt2011-09-291-1/+1
| |
* | Change json content-type to correct IANA typeBart Visscher2011-09-281-1/+1
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2011-09-283-17/+40
|\ \
| * \ Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2011-09-281-12/+23
| |\ \
| | * | enhance errormessages on setupThomas Schmidt2011-09-281-12/+23
| | | |
| * | | add check for ctypeFrank Karlitschek2011-09-281-0/+3
| |/ /
| * | Add flag in info.xml to control the apps that are installed by defaultBart Visscher2011-09-272-4/+6
| | |
| * | check for php modulesFrank Karlitschek2011-09-271-1/+8
| | |
* | | add status file. useful for external administration. show the ownClopud ↵Frank Karlitschek2011-09-281-1/+9
|/ / | | | | | | version at least in the config dialog.
* / Fix space in commentBart Visscher2011-09-261-1/+1
|/
* dont set content type to json for AppsRobin Appelman2011-09-261-2/+4
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-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 statementsRobin Appelman2011-09-251-3/+0
|
* fix uploading files using webdavRobin Appelman2011-09-251-1/+1
|
* fix warning when uploading file using webdavFlorian Pritz2011-09-242-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 enabledFlorian Pritz2011-09-242-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 trueFlorian Pritz2011-09-245-17/+17
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* use jquery 1.6.4Florian Pritz2011-09-241-1/+1
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Make event category choice multiselectBart Visscher2011-09-231-1/+1
|
* Move some common code to OC_UtilBart Visscher2011-09-181-0/+31
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Cleanup lib/base.phpBart Visscher2011-09-184-170/+112
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-1814-134/+80
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Merge branch 'master' of git://gitorious.org/owncloud/owncloudBartek Przybylski2011-09-181-2/+2
|\
| * fix creating groupsRobin Appelman2011-09-181-2/+2
| |
* | remember changed not to store password in cookieBartek Przybylski2011-09-181-13/+19
|/
* Changed behaviour of remember checkboxBartek Przybylski2011-09-181-4/+11
|
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-174-15/+12
|
* removed excess white space inside parenthesesJan-Christoph Borchardt2011-09-121-41/+41
|
* fixed translation detection thanks to Xuetian WengJan-Christoph Borchardt2011-09-121-2/+2
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+7
| | | | One central place to check for https.
* removed database table prefix choice, use oc_Jan-Christoph Borchardt2011-09-041-5/+2
|
* setup.php: Get 'datadirectory' from config file instead of 'datadir'Aloisio Almeida Jr2011-09-031-1/+1
| | | | Signed-off-by: Aloisio Almeida Jr <aloisiojr@gmail.com>
* Remove execute permissions from source filesBart Visscher2011-09-032-0/+0
|
* Removed db4app and test_dbCôme BERNIGAUD2011-09-011-117/+0
|
* Merge branch 'master' of git.kde.org:owncloudCôme BERNIGAUD2011-09-012-2/+4
|\