summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-03-172-0/+10
|
* properly set 'hide_download' as integerRobin Appelman2020-03-141-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-116/+182
|
* 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
|
* [tx-robot] updated from transifexNextcloud bot2019-08-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-014-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-07-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-292-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-2838-38/+0
|
* [tx-robot] updated from transifexNextcloud bot2019-07-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-0316-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-07-0238-38/+38
|
* Revert "Change send to sent in l10n files"Frederic Werner2019-06-3090-128/+128
| | | | | | This reverts commit 7ed0d0909db71b01e3960e1ec7f7f8dce7b1c1a5. Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
* Change send to sent in l10n filesFrederic Werner2019-06-3090-128/+128
| | | | Signed-off-by: Frederic Werner <frederic-github@werner-net.work>