- Jun 19, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Allow crash reporters registration during app bootstrap
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Jun 18, 2020
-
-
Christoph Wurst authored
Continue with next app when one errors during register
-
Christoph Wurst authored
My patch at #21461 had a little error in that it exits the method when a query exception is encountered during the register step of an app. What we actually want is to continue with the next app and finish the overall registration procedure. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Catch all exceptions when an app is registering or booting
-
Roeland Jago Douma authored
Move accessibility js route to static js and initial state
-
Nextcloud bot authored
-
- Jun 17, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
Yet again another js file that doesn't have to be served via nextcloud. But can just be done via the webbrowser. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christoph Wurst authored
Load the app.php before running apps' boot method
-
Roeland Jago Douma authored
Don't initialize Application directly
-
Joas Schilling authored
Fix modal support for vue apps
-
Christoph Wurst authored
Some apps require the composer autoloader from app.php. If we run boot before including that file, classes and functions from dependencies won't be found. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Delete FUNDING.yml
-
Joas Schilling authored
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Don't break event listeners with the GenericEventWrapper
-
Christoph Wurst authored
Disable Client-Side Monitoring on AWS storage
-
Christoph Wurst authored
Add dedicated API for apps' bootstrapping process
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Jun 16, 2020
-
-
Joas Schilling authored
Fix invalid usage of \Exception::getResult
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Only OCS exceptions have a getResult method. Any other exception will cause another error due to this invalid method call. This splits the catch into a specific one for OCS and then a generic one for anything else that can't be handled. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Christoph Wurst authored
Clean up auth tokens when user is deleted
-
Nextcloud bot authored
-
- Jun 15, 2020
-
-
Roeland Jago Douma authored
Avoid duplicate matches in wide and exact results
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-