- Apr 10, 2020
-
-
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>
-
- Dec 20, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 09, 2019
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 06, 2019
-
-
Roeland Jago Douma authored
This can be used by pages that do not have the full Nextcloud UI. So notifications etc do not load there. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 05, 2019
-
-
Roeland Jago Douma authored
There already is a separate event for this. This will make it possible to only inject code with the logged in one on default rendered pages. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 31, 2019
-
-
Roeland Jago Douma authored
Fixes #13662 This will fire of an event after a Template Response has been returned. There is an event for the generic loading and one when logged in. So apps can chose to load only on loged in pages. This is a more generic approach than the files app event. As some things we might want to load on other pages as well besides the files app. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jan 04, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 02, 2018
-
-
Roeland Jago Douma authored
Now that we can enforce 2FA we also should notify users that have enabled 2FA but do not yet have backup codes generated. This adds a repair step that inserts a background job to do this. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 14, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 24, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 13, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 31, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Mar 23, 2017
-
-
Roeland Jago Douma authored
There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 15, 2016
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 05, 2016
-
-
Roeland Jago Douma authored
* Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
- Jul 20, 2016
-
-
Roeland Jago Douma authored
* OCSException * OCSBadRequestException * OCSForbiddenException * OCSNotFoundException
-
- Jun 10, 2016
-
-
Bjoern Schiessle authored
-
Lukas Reschke authored
Logs already: - Share events - Authentication events - User management events - File action events
-
- Oct 16, 2012
-
-
Sam Tuke authored
-
- Aug 26, 2012
-
-
Frank Karlitschek authored
-
- Aug 25, 2012
-
-
Jörn Friedrich Dreyer authored
OC_Share no longer exists. remove hooks that would trigger require_once / autoloading failures, so i can at least upload files
-
- May 07, 2012
-
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
Audit the filesystem action
-