Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Do not use table perfix for sqlite | Robin Appelman | 2010-07-05 | 2 | -2/+4 | |
| * | | Fix some database errors | Robin Appelman | 2010-07-05 | 3 | -5/+4 | |
| * | | merge | Robin Appelman | 2010-07-05 | 1 | -4/+12 | |
| |\ \ | ||||||
| * \ \ | Merge commit 'refs/merge-requests/27' of git://gitorious.org/owncloud/ownclou... | Robin Appelman | 2010-07-05 | 6 | -31/+69 | |
| |\ \ \ | ||||||
| | * | | | Avoid creation of variables just to put the table names with prefix | Aldo "xoen" Giambelluca | 2010-07-04 | 5 | -70/+45 | |
| | * | | | Using DB table prefix in 'inc/HTTP/WebDAV/Server/Filesyste.php' | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -13/+29 | |
| | * | | | Changed table name from Log to log in 'inc/lib_log.php' | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -2/+2 | |
| | * | | | Now DB tables are created with the right name (using the prefix) | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -0/+3 | |
| | * | | | Write DB table prefix into the configuration file | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -16/+17 | |
| | * | | | Added a input for the DB table prefix in 'inc/templates/adminform.php' | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -6/+8 | |
| | * | | | Using table prefix preference in 'inc/lib_user.php' | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -11/+44 | |
| | * | | | Using table prefix preference in 'inc/lib_ocs.php' | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -2/+4 | |
| | * | | | Using table prefix preference in 'inc/lib_log.php' | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -7/+14 | |
| | * | | | Using table prefix preference and some reformatting | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -7/+15 | |
| * | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Robin Appelman | 2010-07-05 | 8 | -77/+160 | |
| |\ \ \ \ | ||||||
| * | | | | | Fix some database problems, do not use the cache when creating users | Robin Appelman | 2010-07-05 | 16 | -5369/+5370 | |
| * | | | | | Cache user and group id's to save some queries | Robin Appelman | 2010-06-22 | 1 | -0/+19 | |
| * | | | | | Initial PostgreSQL support | Robin Appelman | 2010-06-20 | 5 | -49/+97 | |
| * | | | | | use MDB2_Schema for the creation of the initial database | Robin Appelman | 2010-06-18 | 21 | -178/+7667 | |
| * | | | | | fix insertid in OC_DB | Robin Appelman | 2010-06-11 | 1 | -6/+1 | |
| * | | | | | fix loading of plugins | Robin Appelman | 2010-06-11 | 1 | -1/+1 | |
* | | | | | | fix line feeds | Robin Appelman | 2010-07-09 | 6 | -5345/+5345 | |
* | | | | | | Merge branch 'merge' | Robin Appelman | 2010-07-08 | 3 | -7/+19 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Merge commit 'refs/merge-requests/23' of git://gitorious.org/owncloud/ownclou... | Robin Appelman | 2010-07-08 | 3 | -7/+19 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | load all plugins | Sandro | 2010-06-29 | 1 | -3/+15 | |
| | * | | | | | show users/group config | Sandro | 2010-06-28 | 2 | -4/+4 | |
| | * | | | | | load plugins | Sandro | 2010-06-28 | 1 | -1/+1 | |
* | | | | | | | Fix page not refreshing after login | Robin Appelman | 2010-07-06 | 2 | -2/+9 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | fix affected frows and free_result in OC_DB | Robin Appelman | 2010-07-05 | 1 | -4/+12 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | mayor improvements in the handling of locks in webdav | Robin Appelman | 2010-07-05 | 1 | -18/+70 | |
* | | | | | fix recursive copying of folders with webdav | Robin Appelman | 2010-07-04 | 3 | -7/+39 | |
* | | | | | fix wrong header sent as response when overwriting files in webdav | Robin Appelman | 2010-07-04 | 1 | -5/+0 | |
* | | | | | fix silly mistake in previous commit | Robin Appelman | 2010-07-04 | 1 | -1/+1 | |
* | | | | | fix potential infinite loop | Robin Appelman | 2010-07-04 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | / | Made first run a valid XHTML document ;) | Aldo "xoen" Giambelluca | 2010-07-04 | 1 | -5/+5 | |
| |_|/ |/| | | ||||||
* | | | Fixed some validation error in /settings | Aldo "xoen" Giambelluca | 2010-06-29 | 1 | -2/+2 | |
* | | | Specified character encoding | Aldo "xoen" Giambelluca | 2010-06-29 | 1 | -0/+1 | |
|/ / | ||||||
* | | fix webroot when using symlinks | Robin Appelman | 2010-06-27 | 1 | -2/+3 | |
* | | right WEBROOT | Sandro | 2010-06-27 | 1 | -24/+5 | |
* | | fix users being to able to read files outside the datadir | Robin Appelman | 2010-06-25 | 2 | -12/+33 | |
|/ | ||||||
* | fix changing password when using sqlite | Robin Appelman | 2010-06-11 | 2 | -1/+2 | |
* | Set the footer version to RC1v1.0RC1 | Gaƫl Beaudoin | 2010-06-09 | 1 | -1/+1 | |
* | improved detection of WEBROOT | Robin Appelman | 2010-06-07 | 1 | -2/+21 | |
* | less options when using sqlite during first run | Robin Appelman | 2010-06-06 | 1 | -3/+3 | |
* | disable user managment for now | Robin Appelman | 2010-06-06 | 2 | -2/+3 | |
* | better error messages if there are premission problems | Robin Appelman | 2010-06-01 | 1 | -6/+8 | |
* | notify the user if sqlite isn't installed during the first dialog | Robin Appelman | 2010-06-01 | 1 | -1/+5 | |
* | use proper file mode when testing config file for write premissions | Robin | 2010-05-24 | 1 | -1/+1 | |
* | only check for a writeable config.php when attempting to change the config | Robin | 2010-05-23 | 2 | -3/+4 | |
* | do not give the 'can't write config file' error when the config file doesn't ... | Robin | 2010-05-22 | 1 | -1/+1 |