- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 10, 2020
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Nov 18, 2020
-
-
Christoph Wurst authored
During app installation we run migration steps. Those steps may use services the app registers or classes from composer. Hence we have to make sure the app runs through the registration. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 17, 2020
-
-
Roeland Jago Douma authored
This is not the end. IRouter needs to burn. But it is a start.
we didn't start the fire Signed-off-by:Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 09, 2020
-
-
John Molakvoæ authored
-
- Nov 06, 2020
-
-
Roeland Jago Douma authored
This should help with load times hopefully. Only initialize the FS if we actually ned it. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 20, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 14, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 05, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 20, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 30, 2020
-
-
Morris Jobke authored
Ref #14552 This adds a BeforeUserRemovedEvent to the LDAP backend because it was missing. It's not really before, but we don't have the before state. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 07, 2020
-
-
Morris Jobke authored
It's not used anyways and allowed to manipulate the state of the session. Also removed the code handling this. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jun 17, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- May 28, 2020
-
-
Roeland Jago Douma authored
Right now if you want to get events via the Node API you have to have a real instance of the Root. Which in turns sets up the whole FS. We should make sure this is done lazy. Else enabling the preview generator for example makes you setup the whole FS on each and every authenticated call. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 09, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 03, 2020
-
-
Arthur Schiwon authored
a listener to the post login events can still reject a login, so that a user is not necessarily available at the time. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 28, 2020
-
-
John Molakvoæ authored
-
John Molakvoæ authored
-
- Mar 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 09, 2020
-
-
Jose Quinteiro authored
Signed-off-by:
Jose Quinteiro <github@quinteiro.org>
-
Jose Quinteiro authored
Don't override the error_logging setting from php.ini unless we're debugging. Signed-off-by:
Jose Quinteiro <github@quinteiro.org>
-
- Feb 23, 2020
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Dec 07, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 11, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 28, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
- Sep 16, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jun 27, 2019
-
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
- May 16, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 25, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Mar 01, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Feb 28, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Feb 22, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-