| Commit message (Expand) | Author | Age | Files | Lines |
* | Move overwritehost check to isTrustedDomain | Julius Härtl | 2019-12-07 | 1 | -3/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -4/+9 |
* | Make sure we create an app's Application class just once | Christoph Wurst | 2019-10-11 | 1 | -1/+1 |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -1/+2 |
* | Print plain error when the error page errors too | Joas Schilling | 2019-09-16 | 1 | -20/+25 |
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -0/+25 |
* | Migrate the maintenance script to a modern module and bundle | Christoph Wurst | 2019-05-16 | 1 | -1/+1 |
* | Fix placeholder in disable message | Joas Schilling | 2019-03-25 | 1 | -1/+1 |
* | Add a listener for the events | Joas Schilling | 2019-03-01 | 1 | -0/+5 |
* | Remove not used appinfo/classpath.php check | Morris Jobke | 2019-02-28 | 1 | -17/+0 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -4/+4 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+2 |
* | Revert "Use APCu caching of composer" | Joas Schilling | 2018-09-19 | 1 | -2/+0 |
* | replace setcookie value with '' instead of null. | MartB | 2018-09-06 | 1 | -1/+1 |
* | Fix remnants of refactoring | Morris Jobke | 2018-07-05 | 1 | -2/+2 |
* | Do not use HTTP code OC_Response constants anymore | Morris Jobke | 2018-06-26 | 1 | -1/+1 |
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -15/+8 |
* | Server exception error pages by default with a 500 status code | Morris Jobke | 2018-06-26 | 1 | -2/+1 |
* | Server error/hint pages with a 500 error code to avoid it being seen instead ... | Morris Jobke | 2018-06-26 | 1 | -4/+4 |
* | Change status code when config is write protected | Eric Masseran | 2018-06-26 | 1 | -2/+6 |
* | Configurable list for opt out from same site cookie protection | jaltek | 2018-06-06 | 1 | -5/+12 |
* | Use APCu caching of composer | Roeland Jago Douma | 2018-05-10 | 1 | -0/+2 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
* | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 1 | -2/+2 |
* | Allow usage of Windows 10 WebDav Netdrive | Roeland Jago Douma | 2018-04-05 | 1 | -0/+1 |
* | Move calls to \OCP\JSON to private \OC_JSON | Roeland Jago Douma | 2018-03-22 | 1 | -2/+2 |
* | Use proper method to log exceptions | Morris Jobke | 2018-03-12 | 1 | -1/+1 |
* | Remove OC_App::disable method | Tobia De Koninck | 2018-03-06 | 1 | -1/+1 |
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -0/+1 |
* | Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in... | Roeland Jago Douma | 2018-01-31 | 1 | -18/+0 |
|\ |
|
| * | Do not cache the settings/sections in the database anymore | Joas Schilling | 2018-01-29 | 1 | -18/+0 |
* | | Make sure we don't query the AppManager before the installation started | Julius Härtl | 2018-01-30 | 1 | -2/+5 |
|/ |
|
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -10/+16 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -3/+3 |
* | Merge pull request #7991 from nextcloud/show-trusted-domain-error-in-status.php | Roeland Jago Douma | 2018-01-24 | 1 | -1/+9 |
|\ |
|
| * | Send a proper response for status.php on trusted domain error | Morris Jobke | 2018-01-22 | 1 | -1/+9 |
* | | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 1 | -1/+5 |
|\ \ |
|
| * | | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -1/+5 |
| |/ |
|
* | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -32/+19 |
|\ \
| |/
|/| |
|
| * | Reuse systemconfig | Morris Jobke | 2017-11-30 | 1 | -6/+5 |
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -27/+15 |
* | | Fix strict typing issues in lib/base.php | Morris Jobke | 2018-01-12 | 1 | -6/+6 |
* | | Fix error log on PHP 7.2 | Morris Jobke | 2017-12-12 | 1 | -3/+4 |
|/ |
|
* | Merge pull request #7264 from nextcloud/cache-fetched-apps | Lukas Reschke | 2017-11-27 | 1 | -3/+9 |
|\ |
|
| * | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -3/+9 |
* | | Reset bruteforce attempt table on successful login | Morris Jobke | 2017-11-24 | 1 | -4/+12 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -4/+7 |
* | Add logrote as a default background job | Roeland Jago Douma | 2017-10-24 | 1 | -13/+0 |
* | Remove SAML hack from base.php | Roeland Jago Douma | 2017-09-27 | 1 | -16/+1 |
* | Handle SameSiteCookie check for index.php in AppFramework Middleware | Roeland Jago Douma | 2017-09-24 | 1 | -15/+11 |