| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|/ |
|
* | Merge pull request #25015 from nextcloud/fix/no-double-intl-polyfill | Roeland Jago Douma | 2021-01-08 | 1 | -2/+1 |
|\ |
|
| * | Replace patchwork/utf8 with symfony-polyfill-* | Christoph Wurst | 2021-01-07 | 1 | -2/+1 |
* | | Remove useless ini_set functions | Carlos Ferreira | 2021-01-07 | 1 | -5/+0 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Make $vars and $secureRandom required. | Daniel Kesselberg | 2020-12-10 | 1 | -1/+1 |
* | Allow lazy app registration | Christoph Wurst | 2020-11-18 | 1 | -1/+1 |
* | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -1/+1 |
* | Removed config.js | John Molakvoæ | 2020-11-09 | 1 | -1/+0 |
* | Do not setup the default FS on normal routes | Roeland Jago Douma | 2020-11-06 | 1 | -1/+0 |
* | Use auto-wiring on most outer level | Joas Schilling | 2020-10-20 | 1 | -1/+1 |
* | PSR logger for accounts | Joas Schilling | 2020-10-20 | 1 | -1/+1 |
* | Fix type errors detected by Psalm | Christoph Wurst | 2020-10-14 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -1/+1 |
* | Migrate OC_Group post_removeFromGroup hook to actual event object | Morris Jobke | 2020-07-30 | 1 | -3/+3 |
* | Correctly remove usergroup shares on removing group members | Joas Schilling | 2020-07-30 | 1 | -1/+6 |
* | Remove hook for initSession | Morris Jobke | 2020-07-07 | 1 | -8/+2 |
* | Migrate Settings to new bootstrap mechanism | Christoph Wurst | 2020-06-17 | 1 | -2/+0 |
* | Add dedicated API for apps' bootstrapping process | Christoph Wurst | 2020-06-17 | 1 | -0/+4 |
* | Add lazy events for the Node API | Roeland Jago Douma | 2020-05-28 | 1 | -0/+1 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -25/+20 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove spaces after method or function call | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | fixes the throttler not checking the user state on postLogin | Arthur Schiwon | 2020-04-03 | 1 | -1/+1 |