- Jun 19, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 17, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 15, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Jun 12, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jun 08, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jun 03, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- May 29, 2020
-
-
Daniel Calviño Sánchez authored
When "send password by Talk" was disabled in a mail share it was possible to keep the same password as before, as it does not pose any security issue (unlike keeping it when "send password by Talk" is enabled, as in that case the password was already disclosed by mail). However, if a mail share is updated but the password is not set again only the hashed password will be available. In that case it would not make sense to send the password by mail, so now the password must be changed when disabling "send password by Talk". Note that, even if explicitly setting the same password again along with the "send password by Talk" property would work, this was also prevented for simplicity. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
- May 28, 2020
-
-
Daniel Calviño Sánchez authored
When "send password by Talk" is enabled in a mail share a new password must be also set. However, when the passwords of the original and the new share were compared it was not taken into account that the original password is now hashed, while the new one is not (unless no new password was sent, in which case the password of the original share was set in the new share by the controller, but that was already prevented due to both passwords being literally the same), so it was possible to set the same password again. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Daniel Calviño Sánchez authored
When "send password by Talk" is enabled in a link share now a non empty password is enforced. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Roeland Jago Douma authored
* Move to the handlebar loader from webpack Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
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>
-
- May 26, 2020
-
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
- May 25, 2020
-
-
Morris Jobke authored
Before the resources/config/ca-bundle.crt was only used when the list of custom certificates was empty and the instance was not installed. But it should also be used when the list is empty and the instance is installed. This is inverting the logic to stop if the instance is not installed to use the default bundle. And it also does this when the list is empty. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 22, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
- May 20, 2020
-
-
Morris Jobke authored
This reverts commit 6ffde128. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 15, 2020
-
-
Valdnet authored
-
- May 13, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 12, 2020
-
-
Clement Wong authored
Signed-off-by:
Clement Wong <git@clement.hk>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 11, 2020
-
-
Roeland Jago Douma authored
Since we don't care if it is human readbale. The code is backwards compatible with the old format. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- May 08, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 07, 2020
-
-
Robin Appelman authored
currenty when getting the groups for a user, the full group object is always created (and cached) even if only the groupid is required Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- May 01, 2020
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
- Apr 30, 2020
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
MichaIng authored
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by:
MichaIng <micha@dietpi.com> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 29, 2020
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Apr 24, 2020
-
-
Sander Ruitenbeek authored
Signed-off-by:
Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Daniel Kesselberg authored
Previous implementation assumes the app path is always a child \OC::$SERVERROOT. That's not always true. Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Roeland Jago Douma authored
This overrides the max expiration date. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 23, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Apr 22, 2020
-
-
Roeland Jago Douma authored
Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by:
Joas Schilling <coding@schilljs.com> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 21, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Apr 19, 2020
-
-
Roeland Jago Douma authored
Else the number of files can grow very large very quickly in the preview folder. Esp on large systems. This generates the md5 of the fileid. And then creates folders of the first 7 charts. In that folder is then a folder with the fileid. And inside there are the previews. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 18, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-