nextcloud/lib
Christoph Wurst 5dd3b5067c Unshift crash reports when they are loaded, to break the recusion
If, for whatever reason, during the loading of a crash reporter a new
log entry is generated, then the lazy loading mechanism will be invoked
*again* while it's already executed. This doesn't result in an endless
recursion, but means that the crash reporters will be built and
registered many times. This then means any further log entry will be
logged x times instead of once.

Unshift makes sure to take the class off the registration list right
away, so another invokation of the same method won't try to do the same
job.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-25 06:37:07 +00:00
..
composer Properly cleanup entries of WebAuthn on user deletion 2021-06-22 13:53:27 +00:00
l10n [tx-robot] updated from transifex 2021-06-25 02:25:45 +00:00
private Unshift crash reports when they are loaded, to break the recusion 2021-06-25 06:37:07 +00:00
public Fix a usort comparison function returning a boolean instead of an integer 2021-06-07 21:33:52 +00:00
autoloader.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
base.php Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-root 2021-01-21 09:08:54 +01:00
versioncheck.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00