aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20763 from nextcloud/backport/20710/stable18Roeland Jago Douma2020-05-011-10/+5
|\ | | | | [stable18] Fix Argon2 options checks
| * Fix Argon2 options checksMichaIng2020-05-011-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 dateRoeland Jago Douma2020-05-011-2/+12
|/ | | | | | This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-05-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-04-304-0/+14
|
* Adhere to EMailTemplate interface in constructor call.Tekhnee2020-04-271-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 transifexNextcloud bot2020-04-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-212-6/+6
|
* Merge pull request #20512 from nextcloud/backport/20246/stable18Roeland Jago Douma2020-04-207-25/+29
|\ | | | | [stable18] Provide the proper language to the mailer
| * Provide the proper language to the mailerRoeland Jago Douma2020-04-187-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 transifexNextcloud bot2020-04-202-0/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-182-0/+4
| |
* | fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-162-9/+9
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-04-164-4/+4
|
* Merge pull request #20483 from nextcloud/backport/19936/stable18Roeland Jago Douma2020-04-151-2/+6
|\ | | | | [stable18] Handle unset owner in sharing
| * Handle unset owner in sharingJoas Schilling2020-04-141-2/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-151-3/+6
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #20163 from nextcloud/backport/19782/stable18Morris Jobke2020-04-141-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 includedRobin Appelman2020-03-251-9/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20334 from nextcloud/backport/20284/stable18Roeland Jago Douma2020-04-142-2/+8
|\ \ | | | | | | [stable18] Properly catch NoUserException during upload cleanup
| * | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-062-2/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-142-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-132-6/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-118-4/+22
| | |
* | | Merge pull request #20366 from nextcloud/backport/20360/stable18Roeland Jago Douma2020-04-101-1/+1
|\ \ \ | | | | | | | | [stable18] Try to use the display name of file transfers
| * | | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-102-0/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-092-0/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-04-082-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-072-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-064-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-056-0/+12
| |
* | Merge pull request #20296 from nextcloud/backport/20293/stable18Roeland Jago Douma2020-04-041-2/+4
|\ \ | | | | | | [stable18] fixes the return type of BeforeUserLoggedInEvent
| * | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-046-0/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
| |
* | Dont always use the current users quota when calculating storage infoRobin Appelman2020-04-012-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/stable18Roeland Jago Douma2020-04-011-0/+5
|\ \ | | | | | | [stable18] Actually check if the owner is not null
| * | Actually check if the owner is not nullRoeland Jago Douma2020-03-271-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 transifexNextcloud bot2020-03-304-8/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+6
| |
* | Check the user on remote wipeJoas Schilling2020-03-251-7/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+4
|
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-03-242-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-206-4/+14
|