| Commit message (Expand) | Author | Age | Files | Lines |
* | Error when only oc_remember_login cookie set fixed. | Marvin Thomas Rabe | 2011-09-30 | 1 | -3/+0 |
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 1 | -1/+1 |
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -8/+6 |
* | 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 |
* | do not user directories when navigating to /data. Needs more security. | Jan-Christoph Borchardt | 2011-08-31 | 1 | -0/+1 |
* | files not viewable from the outside by adresses anymore | Jan-Christoph Borchardt | 2011-08-31 | 1 | -1/+2 |
* | fixed installer failing due to htaccess. Thanks to Elias Probst | Jan-Christoph Borchardt | 2011-08-27 | 1 | -6/+6 |
* | fix .htaccess file crashing apache+php-cgi | Robin Appelman | 2011-08-22 | 1 | -5/+7 |
* | better error messages for installation, still need to be inline | Jan-Christoph Borchardt | 2011-08-13 | 1 | -12/+12 |
* | automaticaly login after setup | Robin Appelman | 2011-08-11 | 1 | -0/+1 |
* | Merge MySQL and PostgreSQL input fields | Serge Martin | 2011-08-09 | 1 | -29/+16 |
* | checking for apache server in setup | Bartek Przybylski | 2011-08-08 | 1 | -1/+3 |
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -0/+100 |
* | limit the length of the mysql username during setup | Robin Appelman | 2011-08-02 | 1 | -1/+1 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -22/+22 |
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -2/+0 |
* | set installed version in config file | Robin Appelman | 2011-07-28 | 1 | -0/+1 |
* | only remove old sqlite database if it exists | Robin Appelman | 2011-07-21 | 1 | -1/+3 |
* | Fix typo in setup, thanks for pointing it out ab0oo | Michael Gapczynski | 2011-07-13 | 1 | -3/+3 |
* | fix 404 | Kamil Domanski | 2011-06-23 | 1 | -1/+1 |
* | no indexing in generated htaccess | Kamil Domanski | 2011-06-23 | 1 | -0/+1 |
* | prefix the mysql user name to avoid collissions | Robin Appelman | 2011-06-21 | 1 | -4/+11 |
* | install shipped apps also in "installed apps" page | Kamil Domanski | 2011-06-21 | 1 | -27/+1 |
* | fixed page reload after logout | Kamil Domanski | 2011-06-20 | 1 | -1/+1 |
* | and even more properly now ;P | Kamil Domanski | 2011-06-19 | 1 | -1/+1 |
* | index now properly reloaded after setup | Kamil Domanski | 2011-06-19 | 1 | -1/+1 |
* | shipped apps are no longer hardcoded | Kamil Domanski | 2011-06-19 | 1 | -16/+30 |
* | allow disabling apps, install apps as disabled | Kamil Domanski | 2011-06-19 | 1 | -0/+1 |
* | move installation of shipped apps to setup | Kamil Domanski | 2011-06-19 | 1 | -0/+16 |
* | default to sqlite3 over sqlite2 for new installations | Robin Appelman | 2011-06-16 | 1 | -2/+2 |
* | use sqlite3 if sqlite2 isn't available | Robin Appelman | 2011-06-14 | 1 | -3/+8 |
* | Make max upload filesize configurable for apache hosts | Robin Appelman | 2011-05-29 | 1 | -1/+4 |
* | fix a potential infinite loop when installing with sqlite | Robin Appelman | 2011-05-28 | 1 | -0/+2 |
* | New installer. | François Kubler | 2011-05-17 | 1 | -87/+117 |
* | renamed installer.php to setup.php | Jakob Sack | 2011-05-06 | 1 | -0/+146 |