summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-172-0/+10
|
* properly set 'hide_download' as integerRobin Appelman2020-03-131-2/+2
| | | | | | | | the database field is a smallint, not a boolean. fixes postgresql tests Signed-off-by: Robin Appelman <robin@icewind.nl>
* Properly respect hide download on sharebymailRoeland Jago Douma2020-03-132-9/+17
| | | | | | fixes #19484 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-122-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-082-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2020-02-0750-100/+50
|
* [tx-robot] updated from transifexNextcloud bot2020-02-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-312-2/+0
|
* [tx-robot] updated from transifexNextcloud bot2020-01-292-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-01-272-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-01-252-0/+4
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-162-2/+36
|
* [tx-robot] updated from transifexNextcloud bot2020-01-152-0/+72
|
* Fix license headersChristoph Wurst2020-01-131-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* additional fix to #18730 #18733exner1042020-01-081-0/+8
| | | regarding to advice from @kesselb
* Wrong email sender fix #18730exner1042020-01-081-3/+1
| | | Wrong email sender in app sharebymail when sending password to owner fix #18730
* [tx-robot] updated from transifexNextcloud bot2020-01-062-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2216-12/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-12-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-092-0/+2
|
* Update license headersChristoph Wurst2019-12-0511-11/+59
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-022-2/+0
|
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-283-21/+21
|\ | | | | Add php7.4 support
| * Mode to modern phpunitRoeland Jago Douma2019-11-273-19/+19
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix more testsRoeland Jago Douma2019-11-271-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-273-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-282-8/+8
|/
* Some php-cs fixesRoeland Jago Douma2019-11-228-9/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-212-4/+0
|
* [tx-robot] updated from transifexNextcloud bot2019-11-204-8/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-11-122-32/+32
|
* remove missed manual Application instance constructionsRobin Appelman2019-11-041-1/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+25
| | | | | | | | | | | | Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-242-2/+48
|
* [tx-robot] updated from transifexNextcloud bot2019-10-142-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-09-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-1798-1118/+52
|
* [tx-robot] updated from transifexNextcloud bot2019-09-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-09-062-8/+8
|
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-282-0/+128
|
* [tx-robot] updated from transifexNextcloud bot2019-08-192-0/+112
|
* [tx-robot] updated from transifexNextcloud bot2019-08-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-102-16/+16
|