| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PHP missing message to index.php | Marius Blüm | 2018-05-08 | 1 | -0/+5 |
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -7/+1 |
* | Merge pull request #7073 from nextcloud/no-whitepage-of-death | Roeland Jago Douma | 2017-11-07 | 1 | -1/+23 |
|\ |
|
| * | Show proper error page even if the config.php has syntax errors | Morris Jobke | 2017-11-06 | 1 | -1/+23 |
* | | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
|/ |
|
* | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -1/+10 |
* | fix wrong method name | Morris Jobke | 2016-10-20 | 1 | -1/+1 |
* | Changed request to not add a prefix to the url (#26256) | Sergio Bertolín | 2016-10-20 | 1 | -0/+3 |
* | use older php array syntax in index.php | Georg Ehrke | 2016-10-07 | 1 | -3/+3 |
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -2/+2 |
* | Master supports PHP 7.1 | Lukas Reschke | 2016-09-08 | 1 | -8/+0 |
* | Proper branding | Lukas Reschke | 2016-08-30 | 1 | -1/+1 |
* | Show error if PHP version below 5.6 is used | Lukas Reschke | 2016-08-30 | 1 | -4/+4 |
* | Nextcloud is not compatible with PHP 7.1 | Lukas Reschke | 2016-08-10 | 1 | -0/+8 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -2/+6 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -20/+24 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+21 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -21/+23 |
* | Show warning for PHP versions older than 5.4.0 | Lukas Reschke | 2015-02-05 | 1 | -0/+8 |
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
* | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 1 | -0/+3 |
* | handle service not available exceptions in index, remote and public.php | Robin Appelman | 2014-08-04 | 1 | -0/+6 |
* | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -2/+0 |
* | Added $app parameter to logException | Vincent Petry | 2013-10-23 | 1 | -1/+1 |
* | Moved logException to OCP\Util class | Vincent Petry | 2013-10-23 | 1 | -29/+1 |
* | Expand exception stack trace in log in debug mode | Vincent Petry | 2013-10-22 | 1 | -1/+30 |
* | first log the exception | Thomas Müller | 2013-09-15 | 1 | -1/+1 |
* | log as index, not remote | Jörn Friedrich Dreyer | 2013-06-25 | 1 | -2/+2 |
* | clean up usage of DatabaseSetupException and catch Exceptions in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -2/+11 |
* | Checkstyle: LowerCaseConstant | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
* | Update index.php | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -97/+1 |
|\ |
|
| * | Move login handling to OC class | Bart Visscher | 2012-08-10 | 1 | -19/+1 |
| * | Remove checks before displaying login page | Bart Visscher | 2012-08-10 | 1 | -3/+1 |
| * | Use OC_Util::displayLoginPage and cleanup the function | Bart Visscher | 2012-08-10 | 1 | -4/+1 |
| * | Move login code from index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -42/+6 |
| * | Move handling request of index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -43/+2 |
| * | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| * | Allow apps to load before login, needed for user_openid | Bart Visscher | 2012-06-18 | 1 | -0/+1 |
| * | fixed xss vulnerability | Bjoern Schiessle | 2012-06-15 | 1 | -1/+1 |
| * | Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl... | Thomas Tanghus | 2012-06-11 | 1 | -0/+1 |
| * | load all apps when loging in, needed for apps listening to login hooks | Robin Appelman | 2012-06-09 | 1 | -1/+1 |
| * | dont load apps when displaying the login page | Robin Appelman | 2012-06-09 | 1 | -1/+3 |
| * | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+2 |