Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-29 | 2 | -0/+2 |
| | |||||
* | Fix sharebymail tests | Roeland Jago Douma | 2020-07-06 | 3 | -99/+13 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cleanup share by mail a bit | Roeland Jago Douma | 2020-07-06 | 7 | -107/+39 |
| | | | | | | | | | | | | | | | | * Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-04 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-03 | 2 | -0/+4 |
| | |||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 2 | -15/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-20 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-05 | 2 | -0/+4 |
| | |||||
* | Fix creating a mail share with a password | Daniel Calviño Sánchez | 2020-05-28 | 2 | -4/+104 |
| | | | | | | | | | | When a mail share was created with a password the given password was not hashed, so it was not possible to open the share with that password. Moreover, if passwords were enforced the given password was ignored and a new one was set (although in this case it was hashed so it worked as expected). Now the given password is properly hashed and not overriden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Extend mail shares unit tests to check the password and mail template | Daniel Calviño Sánchez | 2020-05-28 | 1 | -2/+23 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-23 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-22 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifexv19.0.0RC2 | Nextcloud bot | 2020-05-14 | 2 | -2/+2 |
| | |||||
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-30 | 2 | -0/+14 |
| | |||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-27 | 2 | -0/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-13 | 2 | -12/+12 |
| | |||||
* | Merge pull request #20426 from nextcloud/techdebt/psr2 | John Molakvoæ | 2020-04-11 | 1 | -6/+6 |
|\ | | | | | It is done | ||||
| * | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-11 | 2 | -2/+2 |
|/ | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 8 | -40/+14 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -10/+10 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 6 | -6/+0 |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -17/+17 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | 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 |