- 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 25, 2019
-
-
Robin Appelman authored
handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 19, 2019
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 18, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Sep 17, 2019
-
-
Joas Schilling authored
In case the path we are currently in is inside the appdata_* folder, the original getById method does not work, because it can only look inside the user's mount points. But the user has no mount point for the root storage. So in that case we directly check the mount of the root if it contains the id. If it does we check if the path is inside the path we are working in. Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 16, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 15, 2019
-
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 14, 2019
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 12, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 11, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 10, 2019
-
-
Roeland Jago Douma authored
Instead of one big monolitic sections this is the first step in breaking down the settings. This should make is easiet to see what does what. As well as nicely splitting up the sections. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 09, 2019
-
-
Arthur Schiwon authored
another step to get rid of hooks and emitters Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Sep 06, 2019
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Sep 05, 2019
-
-
Daniel Rudolf authored
Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by:
Daniel Rudolf <github.com@daniel-rudolf.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 04, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Sep 02, 2019
-
-
Roeland Jago Douma authored
This to avoid endless running processes. A default timeout of 30 seconds should cover the 99% case. If a job need specific longer time it should set that. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Sep 01, 2019
-
-
Samuel CHEMLA authored
Signed-off-by:
Samuel CHEMLA <chemla.samuel@gmail.com>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Aug 29, 2019
-
-
Julius Härtl authored
Co-authored-by:
Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Aug 28, 2019
-
-
Roeland Jago Douma authored
* Remove request since we don't useit * Update tests as well Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 25, 2019
-
-
Daniel Rudolf authored
Implements a public API for \OC_App::getAppWebPath() Signed-off-by:
Daniel Rudolf <github.com@daniel-rudolf.de>
-
- Aug 23, 2019
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 22, 2019
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- Aug 21, 2019
-
-
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>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
- Aug 20, 2019
-
-
Guillaume COMPAGNON authored
when theming is off Signed-off-by:
Guillaume Compagnon <gcompagnon@outlook.com> modified: lib/private/TemplateLayout.php
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-