summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* make sharing work with the new mouting mechanismRobin Appelman2011-10-183-11/+8
|
* mount filesystems on demandRobin Appelman2011-10-182-32/+12
|
* Remove unnecessary exec for getting timezone and fix spacingsBrice Maron2011-10-171-6/+6
|
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-2/+2
|
* fix now() function for sqlite3Robin Appelman2011-10-171-1/+1
|
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-161-1/+10
| | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments.
* use OC_Log instead of error_logRobin Appelman2011-10-164-15/+12
|
* make log level configurableRobin Appelman2011-10-161-4/+1
|
* provide a logging mechanismRobin Appelman2011-10-162-0/+73
|
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
|
* Fix typo in getting var from configBrice Maron2011-10-161-1/+1
|
* Fetch prefix from config at installation instead of a hardcoded valueBrice Maron2011-10-161-3/+3
|
* Fix installer for postgresql : correct table detection queryBrice Maron2011-10-161-2/+2
|
* Merge branch 'calendar' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-10-161-0/+4
|\
| * Merge branch 'master' into calendarGeorg Ehrke2011-10-134-3/+20
| |\
| * \ Merge branch 'master' into calendarGeorg Ehrke2011-10-101-2/+2
| |\ \
| * \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-6/+6
| |\ \ \
| * \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-071-26/+39
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-042-2/+6
| |\ \ \ \ \
| * \ \ \ \ \ Added breadcrumb and control bar.Tom Needham2011-10-038-25/+90
| |\ \ \ \ \ \
| * | | | | | | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-0/+4
| | | | | | | |
* | | | | | | | merge database into masterRobin Appelman2011-10-161-136/+216
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | webdav workaround for apache+php-cgiRobin Appelman2011-10-132-0/+12
| | | | | | | |
| * | | | | | | merge master into databaseRobin Appelman2011-10-1021-374/+470
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman2011-10-101-2/+2
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | mimetype icon improvementsRobin Appelman2011-10-081-0/+6
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | always use mdb2 for installationRobin Appelman2011-09-181-2/+1
| | | | | | | |
| * | | | | | | merge master into databaseRobin Appelman2011-09-182-6/+13
| |\ \ \ \ \ \ \
| * | | | | | | | dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-174-15/+12
| | | | | | | | |
| * | | | | | | | add pdo backend to oc_dbRobin Appelman2011-09-171-135/+215
| | | | | | | | |
* | | | | | | | | prevent error involving webdav workaroundRobin Appelman2011-10-131-1/+1
| | | | | | | | |
* | | | | | | | | webdav workaround for apache+php-cgiRobin Appelman2011-10-132-0/+12
| | | | | | | | |
* | | | | | | | | mimetype icon improvementsRobin Appelman2011-10-131-0/+6
| | | | | | | | |
* | | | | | | | | Fixed a bug in checkWebserverUserJoar Wandborg2011-10-111-3/+2
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | master is now on the way to ownCloud 3v3.0alpha1Frank Karlitschek2011-10-101-2/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | 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
| | | | |