| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-work | Morris Jobke | 2018-10-02 | 1 | -3/+2 |
|\ |
|
| * | Allow url without / for overwrite.cli.url | Daniel Kesselberg | 2018-09-28 | 1 | -3/+2 |
* | | Validate email in occ command | Daniel Kesselberg | 2018-10-02 | 1 | -6/+1 |
* | | Use setUserValue instead setEMailAddress because latter omits an changeUser e... | Daniel Kesselberg | 2018-10-02 | 1 | -8/+10 |
* | | Add --admin-email to cli installer | Daniel Kesselberg | 2018-10-02 | 1 | -0/+9 |
|/ |
|
* | Change visibility to private | Daniel Kesselberg | 2018-09-13 | 1 | -1/+1 |
* | Change return false to throw new | Daniel Kesselberg | 2018-09-10 | 1 | -5/+12 |
* | Extract logic for webroot into method and add test | Daniel Kesselberg | 2018-09-10 | 1 | -9/+22 |
* | Add the job | Roeland Jago Douma | 2018-05-14 | 1 | -0/+2 |
* | Correct mistaken regex wildcard in .htaccess | Dan Callahan | 2018-02-28 | 1 | -1/+1 |
* | Fix proper overwrite URL on CLI install | Morris Jobke | 2018-02-07 | 1 | -3/+8 |
* | Handle SSL certificate verifications for others than Let's Encrypt | Robert Scheck | 2018-02-05 | 1 | -1/+1 |
* | Fix case when overwrite URL is empty during setup | Morris Jobke | 2018-01-15 | 1 | -0/+3 |
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -12/+16 |
* | Revert "Only allow colons in db host for IPv6 addresses" | Morris Jobke | 2017-11-08 | 1 | -16/+0 |
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+3 |
* | Add logrote as a default background job | Roeland Jago Douma | 2017-10-24 | 1 | -1/+4 |
* | Code clean up | Joas Schilling | 2017-09-26 | 1 | -48/+47 |
* | Only allow colons in db host for IPv6 addresses | Joas Schilling | 2017-09-26 | 1 | -0/+16 |
* | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 1 | -2/+2 |
* | Fix 403 and 404 redirect | Morris Jobke | 2017-07-26 | 1 | -2/+2 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -2/+1 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+2 |
* | Don't redirect requests to /core/img/manifest.json | Lukas Reschke | 2017-05-09 | 1 | -0/+1 |
* | Add app bundles | Lukas Reschke | 2017-04-26 | 1 | -2/+18 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -5/+7 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -9/+9 |
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -7/+7 |
* | Serve robots.txt if the RewriteBase is configured | Frank Isemann | 2017-03-06 | 1 | -0/+1 |
* | Update Setup.php | KB7777 | 2017-02-24 | 1 | -1/+1 |
* | Merge pull request #3576 from robert-scheck/timezone | Morris Jobke | 2017-02-23 | 1 | -5/+0 |
|\ |
|
| * | According to issue #3553, the default logtimezone is always UTC | Robert Scheck | 2017-02-23 | 1 | -5/+0 |
* | | Only request "IndexIgnore" if mod_autoindex is loaded | Robert Scheck | 2017-02-20 | 1 | -0/+2 |
|/ |
|
* | Set vendor during install | Morris Jobke | 2017-02-09 | 1 | -0/+15 |
* | Remove useless dependency on SQLite (non-PDO) | Morris Jobke | 2017-01-25 | 1 | -5/+3 |
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -9/+9 |
* | Update docs | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
* | Display an error when updating .htaccess failed | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 1 | -1/+1 |
|\ |
|
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
* | | dont check for pgsql extension during setup | Robin Appelman | 2016-07-12 | 1 | -2/+2 |
|/ |
|
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -4/+0 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 1 | -1/+1 |
* | login explicitly | Christoph Wurst | 2016-05-24 | 1 | -0/+1 |
* | Do not automatically try to enable index.php-less URLs (#24539) | Lukas Reschke | 2016-05-12 | 1 | -20/+30 |
* | fix setup | Christoph Wurst | 2016-05-11 | 1 | -1/+8 |