Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove OC_Filesystem::fileatime | Robin Appelman | 2011-11-08 | 4 | -8/+1 |
| | |||||
* | remove the need to register storage providers, pass the classname during ↵ | Robin Appelman | 2011-11-08 | 3 | -44/+8 |
| | | | | mounting instead | ||||
* | remove outdated remote storage prototype | Robin Appelman | 2011-11-08 | 1 | -350/+0 |
| | |||||
* | Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵ | Florian Vichot | 2011-11-06 | 1 | -1/+1 |
| | | | | content, as is recommended by SabreDAV to handle large files. | ||||
* | Display correctly the error message when nothing is retrieved from OCS servers | Brice Maron | 2011-11-06 | 1 | -0/+2 |
| | |||||
* | Avoid Huge error message when unable to read log file | Brice Maron | 2011-11-06 | 1 | -0/+3 |
| | |||||
* | use database table prefix from installer, not the old configured value | Robin Appelman | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -0/+5 |
| | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | ||||
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -2/+8 |
| | |||||
* | Enable php display_errors setting | Bart Visscher | 2011-10-27 | 1 | -0/+3 |
| | |||||
* | provide function for updating the database scheme | Robin Appelman | 2011-10-23 | 1 | -2/+35 |
| | |||||
* | improve detection of database backend | Robin Appelman | 2011-10-23 | 1 | -2/+13 |
| | |||||
* | improve mimetype detection | Robin Appelman | 2011-10-23 | 1 | -9/+12 |
| | |||||
* | fix fopen | Robin Appelman | 2011-10-23 | 1 | -1/+3 |
| | |||||
* | change the error hint from suggesting to change the owner of a directory to ↵ | Frank Karlitschek | 2011-10-22 | 2 | -3/+3 |
| | | | | changing the permissions. changing the owner of a director is not possible via ftp. | ||||
* | change licencing headers for sqlite3 driver | Robin Appelman | 2011-10-22 | 6 | -265/+120 |
| | |||||
* | fix log level check | Robin Appelman | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | escape filenames for getMimeType | Robin Appelman | 2011-10-20 | 1 | -0/+1 |
| | |||||
* | Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloud | Robin Appelman | 2011-10-20 | 7 | -25/+26 |
|\ | |||||
| * | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted ↵ | Hendrik Langer | 2011-10-19 | 7 | -25/+26 |
| | | | | | | | | environments | ||||
* | | prevent sql error while initializing apps on sqlite2 | Robin Appelman | 2011-10-20 | 1 | -1/+1 |
|/ | |||||
* | make sharing work with the new mouting mechanism | Robin Appelman | 2011-10-18 | 3 | -11/+8 |
| | |||||
* | mount filesystems on demand | Robin Appelman | 2011-10-18 | 2 | -32/+12 |
| | |||||
* | Remove unnecessary exec for getting timezone and fix spacings | Brice Maron | 2011-10-17 | 1 | -6/+6 |
| | |||||
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 1 | -2/+2 |
| | |||||
* | fix now() function for sqlite3 | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 1 | -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_log | Robin Appelman | 2011-10-16 | 4 | -15/+12 |
| | |||||
* | make log level configurable | Robin Appelman | 2011-10-16 | 1 | -4/+1 |
| | |||||
* | provide a logging mechanism | Robin Appelman | 2011-10-16 | 2 | -0/+73 |
| | |||||
* | some minor tweaks to oc_db | Robin Appelman | 2011-10-16 | 1 | -2/+4 |
| | |||||
* | Fix typo in getting var from config | Brice Maron | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Fetch prefix from config at installation instead of a hardcoded value | Brice Maron | 2011-10-16 | 1 | -3/+3 |
| | |||||
* | Fix installer for postgresql : correct table detection query | Brice Maron | 2011-10-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'calendar' of gitorious.org:owncloud/owncloud | Georg Ehrke | 2011-10-16 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'master' into calendar | Georg Ehrke | 2011-10-13 | 4 | -3/+20 |
| |\ | |||||
| * \ | Merge branch 'master' into calendar | Georg Ehrke | 2011-10-10 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2011-10-07 | 1 | -6/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2011-10-07 | 1 | -26/+39 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor | Tom Needham | 2011-10-04 | 2 | -2/+6 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Added breadcrumb and control bar. | Tom Needham | 2011-10-03 | 8 | -25/+90 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Implemented ace-edtior as an app. Basic file editing and saving supported. | Tom Needham | 2011-09-28 | 1 | -0/+4 |
| | | | | | | | | |||||
* | | | | | | | | merge database into master | Robin Appelman | 2011-10-16 | 1 | -136/+216 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | webdav workaround for apache+php-cgi | Robin Appelman | 2011-10-13 | 2 | -0/+12 |
| | | | | | | | | |||||
| * | | | | | | | merge master into database | Robin Appelman | 2011-10-10 | 21 | -374/+470 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2011-10-10 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | mimetype icon improvements | Robin Appelman | 2011-10-08 | 1 | -0/+6 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | always use mdb2 for installation | Robin Appelman | 2011-09-18 | 1 | -2/+1 |
| | | | | | | | | |||||
| * | | | | | | | merge master into database | Robin Appelman | 2011-09-18 | 2 | -6/+13 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 4 | -15/+12 |
| | | | | | | | | |