Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20763 from nextcloud/backport/20710/stable18 | Roeland Jago Douma | 2020-05-01 | 1 | -10/+5 |
|\ | | | | | [stable18] Fix Argon2 options checks | ||||
| * | Fix Argon2 options checks | MichaIng | 2020-05-01 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Allow specifying a default expiration date | Roeland Jago Douma | 2020-05-01 | 1 | -2/+12 |
|/ | | | | | | This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-01 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-30 | 4 | -0/+14 |
| | |||||
* | Adhere to EMailTemplate interface in constructor call. | Tekhnee | 2020-04-27 | 1 | -1/+1 |
| | | | | | Email creation appears to have been refactored lately but it looks like custom template-based emails were left out. Signed-off-by: Tekhnee <info@tekhnee.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-25 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-22 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-21 | 2 | -6/+6 |
| | |||||
* | Merge pull request #20512 from nextcloud/backport/20246/stable18 | Roeland Jago Douma | 2020-04-20 | 7 | -25/+29 |
|\ | | | | | [stable18] Provide the proper language to the mailer | ||||
| * | Provide the proper language to the mailer | Roeland Jago Douma | 2020-04-18 | 7 | -25/+29 |
| | | | | | | | | | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-20 | 2 | -0/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-18 | 2 | -0/+4 |
| | | |||||
* | | fix credentialsManager documentation and ensure userId to be used as string | Arthur Schiwon | 2020-04-16 | 2 | -9/+9 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-16 | 4 | -4/+4 |
| | |||||
* | Merge pull request #20483 from nextcloud/backport/19936/stable18 | Roeland Jago Douma | 2020-04-15 | 1 | -2/+6 |
|\ | | | | | [stable18] Handle unset owner in sharing | ||||
| * | Handle unset owner in sharing | Joas Schilling | 2020-04-14 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Close the streams in `writeStream` even when there is an exception | Robin Appelman | 2020-04-15 | 1 | -3/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #20163 from nextcloud/backport/19782/stable18 | Morris Jobke | 2020-04-14 | 1 | -9/+18 |
|\ | | | | | [stable18] Use global used space in quota wrappen when external storage is included | ||||
| * | Use global used space in quota wrappen when external storage is included | Robin Appelman | 2020-03-25 | 1 | -9/+18 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #20334 from nextcloud/backport/20284/stable18 | Roeland Jago Douma | 2020-04-14 | 2 | -2/+8 |
|\ \ | | | | | | | [stable18] Properly catch NoUserException during upload cleanup | ||||
| * | | Properly hint exceptions thrown by getUserFolder | Julius Härtl | 2020-04-06 | 2 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-14 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-13 | 2 | -6/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-11 | 8 | -4/+22 |
| | | | |||||
* | | | Merge pull request #20366 from nextcloud/backport/20360/stable18 | Roeland Jago Douma | 2020-04-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [stable18] Try to use the display name of file transfers | ||||
| * | | | Try to use the display name of file transfers | Joas Schilling | 2020-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-10 | 2 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-09 | 2 | -0/+4 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-08 | 2 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-07 | 2 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-06 | 4 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-05 | 6 | -0/+12 |
| | | |||||
* | | Merge pull request #20296 from nextcloud/backport/20293/stable18 | Roeland Jago Douma | 2020-04-04 | 1 | -2/+4 |
|\ \ | | | | | | | [stable18] fixes the return type of BeforeUserLoggedInEvent | ||||
| * | | fixes the return type of BeforeUserLoggedInEvent | Arthur Schiwon | 2020-04-03 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-04 | 6 | -0/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-03 | 110 | -362/+372 |
| | | |||||
* | | Dont always use the current users quota when calculating storage info | Robin Appelman | 2020-04-01 | 2 | -17/+11 |
| | | | | | | | | | | | | | | | | | | | | instead pass the quota as parameter. Without this fix, when 'quota_include_external_storage' is enabled, the webui will show the quota configured for the admin for every user instead of the users quota Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #20202 from nextcloud/backport/19978/stable18 | Roeland Jago Douma | 2020-04-01 | 1 | -0/+5 |
|\ \ | | | | | | | [stable18] Actually check if the owner is not null | ||||
| * | | Actually check if the owner is not null | Roeland Jago Douma | 2020-03-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-30 | 4 | -8/+8 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-29 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-28 | 2 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-27 | 2 | -0/+6 |
| | | |||||
* | | Check the user on remote wipe | Joas Schilling | 2020-03-25 | 1 | -7/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-25 | 2 | -0/+4 |
| | |||||
* | Remove admin_notifications since it is obsolete since Nextcloud 14 | Julius Härtl | 2020-03-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-24 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-20 | 6 | -4/+14 |
| |