Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update autoloaders for composer v1.10.1 | Christoph Wurst | 2020-03-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-17 | 2 | -0/+10 |
| | |||||
* | properly set 'hide_download' as integer | Robin Appelman | 2020-03-13 | 1 | -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 sharebymail | Roeland Jago Douma | 2020-03-13 | 2 | -9/+17 |
| | | | | | | fixes #19484 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-12 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-28 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-08 | 2 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 50 | -100/+50 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-01 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-31 | 2 | -2/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-29 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-27 | 2 | -16/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-25 | 2 | -0/+4 |
| | |||||
* | Fix app updates | Roeland Jago Douma | 2020-01-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-16 | 2 | -2/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-15 | 2 | -0/+72 |
| | |||||
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | additional fix to #18730 #18733 | exner104 | 2020-01-08 | 1 | -0/+8 |
| | | | regarding to advice from @kesselb | ||||
* | Wrong email sender fix #18730 | exner104 | 2020-01-08 | 1 | -3/+1 |
| | | | Wrong email sender in app sharebymail when sending password to owner fix #18730 | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-06 | 2 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-22 | 16 | -12/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-21 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-09 | 2 | -0/+2 |
| | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 11 | -11/+59 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-12-02 | 2 | -2/+0 |
| | |||||
* | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 3 | -21/+21 |
|\ | | | | | Add php7.4 support | ||||
| * | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 3 | -19/+19 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 3 | -5/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-28 | 2 | -8/+8 |
|/ | |||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 8 | -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 transifex | Nextcloud bot | 2019-11-21 | 2 | -4/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-20 | 4 | -8/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-12 | 2 | -32/+32 |
| | |||||
* | remove missed manual Application instance constructions | Robin Appelman | 2019-11-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Get all shares as iterable | Roeland Jago Douma | 2019-10-30 | 1 | -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 transifex | Nextcloud bot | 2019-10-24 | 2 | -2/+48 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-14 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-25 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-17 | 98 | -1118/+52 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-08 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-06 | 2 | -8/+8 |
| | |||||
* | Development is 18 now! | Roeland Jago Douma | 2019-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-28 | 2 | -0/+128 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-19 | 2 | -0/+112 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-10 | 2 | -16/+16 |
| |