| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
|
|
|
| |
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
|\ |
|
| |
| |
| |
| |
| | |
fix for sql query
replaced double quotes with single quotes.
Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES"
|
|\ \
| | |
| | |
| | | |
nextcloud/fix-federated-scope-not-shown-when-public-addressbook-upload-is-disabled
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the Federation app is disabled it is not possible to synchronize the
users from a different server.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/fix/noid/harmonize-appstoreenabled-check
Fix appstoreenabled check
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | | |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
* 7.3 reaches EOL shortly after the release of 23.0.0
* Nextcloud 24 will require PHP7.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This makes it possible for selected groups to access some settings
pages.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|\ \ \
| | | |
| | | | |
Show warning on the share settings when the File Shares app is disabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes #3706
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
stefan-schilling/enh/16719-integrity-check-temp-dir
Issue 16719: CheckSetupController.php now checks configured temporary directory for existence and if it's writable
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ITempManager, rather than obtaining using it manually
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
directory for existence and if it's writable
Signed-off-by: Stefan <Stefan.Schilling@EXXETA.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\ \ \
| | | |
| | | | |
Only recommand for php-sodium on >= PHP 7.4
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is because php-sodium will solve the missing PASSWORD_ARGON2I
constant problem only on >= php 7.4, previously argon2 wasn't part of
the standard extension and was disabled on Centos/RHEL.
So installing php-sodium on php 7.2 for example wouldn't hide the
message. Tested on Fedora with php 7.4, Centos 7 with php 7.2,
Centos 8 with php 7.2 and openSUSE with php 7.4.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
| | |
| | |
| | |
| | |
| | |
| | | |
- camelCase language strings
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
|\ \
| | |
| | | |
Check that php was compiled with argon2 support or that the php-sodium extensions is installed
|
| | |
| | |
| | |
| | |
| | |
| | | |
extensions is installed
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
avoid unlimited quota as default_quota fallback value if unlimited quota is not allowed
avoid getting/setting/displaying unlimited default quota if not allowed
implement tests for unlimited quota restrictions
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
|
| |
| |
| |
| | |
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
|
|\ \
| | |
| | | |
Introduce ISecureRandom::CHAR_ALPHANUMERIC
|
| | |
| | |
| | |
| | | |
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
|/
|
|
| |
Signed-off-by: Gary Kim <gary@garykim.dev>
|
|
|
|
|
|
| |
Ref https://securitytxt.org
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|
|
|
| |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
|
|
|
|
|
| |
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
|
|
|
|
|
|
|
|
| |
- extends IAccountProperty for verificationData getters and setters
- implementation thereof ^
- and of course adaption of UsersController
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\
| |
| | |
Add option to exclude groups from creating link shares
|
| |
| |
| |
| | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/techdebt/noid/verifiyuserdata-iaccountmanager
VerifyUserData shall use IAccountManager, not private API
|
| |/
| |
| |
| | |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|/
|
|
| |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
|
|\
| |
| |
| |
| | |
nextcloud/feature/noid/validate-website-to-be-valid
Validate the website field input to be a valid URL
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
|