| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor the ErrorHandler into a dynamic class | Christoph Wurst | 2022-11-02 | 1 | -3/+14 |
* | Use proper error pages instead of always redirecting | Julius Härtl | 2022-10-21 | 1 | -9/+23 |
* | Merge pull request #33737 from andyxheli/patch-4 | Simon L | 2022-10-01 | 1 | -1/+1 |
|\ |
|
| * | Makes untrusted domain error on info | Andy Xheli | 2022-08-29 | 1 | -1/+1 |
* | | remove listeners to OC_Filesystem::(write|rename) old style hooks | Arthur Schiwon | 2022-09-26 | 1 | -10/+0 |
* | | Refactor cache handling | Julius Härtl | 2022-08-31 | 1 | -0/+5 |
|/ |
|
* | Move setting of gc_maxlifetime to initSession | Julius Härtl | 2022-08-17 | 1 | -3/+2 |
* | Add config option to disable strict session timeout to be able to use read_an... | Julius Härtl | 2022-08-17 | 1 | -1/+10 |
* | Reopen sessions if we need to write to them instead of keeping them open | Julius Härtl | 2022-08-17 | 1 | -0/+1 |
* | Merge pull request #33173 from nextcloud/enhancement/maintenance-mode-http-he... | Christoph Wurst | 2022-08-10 | 1 | -0/+1 |
|\ |
|
| * | Set special header for 503 maintenance mode | Christoph Wurst | 2022-08-08 | 1 | -0/+1 |
* | | Do not redirect if requested CSS can not be found | Christoph Wurst | 2022-08-08 | 1 | -0/+9 |
|/ |
|
* | Fix 404 handling of requested JSON/XML | Christoph Wurst | 2022-07-08 | 1 | -0/+7 |
* | Merge pull request #32435 from nextcloud/revert-32278-remove-default-php | Joas Schilling | 2022-06-03 | 1 | -1/+10 |
|\ |
|
| * | Revert "Remove call to already default php.ini values" | Joas Schilling | 2022-05-16 | 1 | -1/+10 |
* | | Merge pull request #32349 from nextcloud/enh/projects-event | Carl Schwan | 2022-05-27 | 1 | -1/+3 |
|\ \ |
|
| * | | Introduce event for loading additional script on projects | Julius Härtl | 2022-05-12 | 1 | -1/+3 |
| |/ |
|
* | | Merge pull request #32427 from nextcloud/boot-event-ordering | Robin Appelman | 2022-05-17 | 1 | -5/+5 |
|\ \ |
|
| * | | reorder startup events to fix overlapping | Robin Appelman | 2022-05-16 | 1 | -5/+5 |
| |/ |
|
* | | Merge pull request #32216 from SUNET/master | Louis | 2022-05-17 | 1 | -6/+13 |
|\ \ |
|
| * | | Fix suggestions by @artonage | Micke Nordin | 2022-05-16 | 1 | -3/+3 |
| * | | Simpler version as proposed by @artonage | Mikael Nordin | 2022-04-30 | 1 | -14/+5 |
| * | | Respect user settings in php.ini if they are big enough | Micke Nordin | 2022-04-29 | 1 | -6/+22 |
* | | | Properly import maintenance script | Julius Härtl | 2022-05-16 | 1 | -2/+2 |
| |/
|/| |
|
* | | Remove default values | Git'Fellow | 2022-05-05 | 1 | -10/+1 |
|/ |
|
* | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 1 | -0/+1 |
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 1 | -1/+5 |
|\ |
|
| * | Extract request id handling to dedicated class so it can be injected manually | Joas Schilling | 2022-02-23 | 1 | -1/+5 |
* | | Merge pull request #31124 from nextcloud/enh/diagnostics-logging | Julius Härtl | 2022-03-02 | 1 | -0/+7 |
|\ \ |
|
| * | | Add event logging to app loading | Julius Härtl | 2022-02-28 | 1 | -0/+7 |
| |/ |
|
* / | Build OC\Core\Application when running occ or cron to register listeners corr... | Côme Chilliet | 2022-02-28 | 1 | -0/+2 |
|/ |
|
* | Makes untrusted domain error a warning. | Pierre Ozoux | 2022-01-25 | 1 | -1/+1 |
* | Use less deprecated methods in base.php | Louis Chemineau | 2022-01-19 | 1 | -4/+4 |
* | Load core before the update script | Joas Schilling | 2022-01-18 | 1 | -1/+4 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |
* | l10n: Separate words | Valdnet | 2021-12-15 | 1 | -3/+3 |
* | Fix basic auth for OAuth token endpoint | Joas Schilling | 2021-10-19 | 1 | -1/+7 |
* | Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefault... | Daniel Rudolf | 2021-08-04 | 1 | -4/+2 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | accounts event handler to use eventdispatcher, DI and Accounts API | Arthur Schiwon | 2021-06-30 | 1 | -2/+4 |
* | Merge pull request #27190 from nextcloud/bugfix/noid/deduplicate-translation | Joas Schilling | 2021-06-16 | 1 | -5/+5 |
|\ |
|
| * | Deduplicate translations and fix double . | Joas Schilling | 2021-06-04 | 1 | -5/+5 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #26758 from J0WI/more-strict | Christoph Wurst | 2021-04-28 | 1 | -1/+1 |
|\ |
|
| * | Fix ini_set() type | J0WI | 2021-04-26 | 1 | -1/+1 |
* | | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -1/+1 |
|/ |
|
* | Don't hardcode the product name to Nextcloud but use the theming value | Joas Schilling | 2021-03-22 | 1 | -1/+6 |
* | Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root | Roeland Jago Douma | 2021-01-21 | 1 | -9/+2 |
|\ |
|
| * | Apps folder is defacto in root folder and not above | Morris Jobke | 2021-01-20 | 1 | -9/+2 |
* | | Re-use fetched dependencies in lib/base.php | Morris Jobke | 2021-01-20 | 1 | -39/+37 |
|/ |
|