Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-07 | 36 | -8/+178 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-06 | 330 | -540/+604 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-05 | 260 | -250/+658 |
| | |||||
* | Merge pull request #22094 from nextcloud/backport/22087/stable19 | Joas Schilling | 2020-08-04 | 6 | -7/+7 |
|\ | | | | | [stable19] Fix browser freeze on long password input | ||||
| * | Fix browser freeze on long password input | Joas Schilling | 2020-08-03 | 6 | -7/+7 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-04 | 282 | -260/+540 |
| | | |||||
* | | Merge pull request #22091 from nextcloud/backport/22057/stable19 | blizzz | 2020-08-03 | 3 | -9/+23 |
|\ \ | |/ |/| | [stable19] contactsmanager shall limit number of results early | ||||
| * | contactsmanager shall limit number of results early | Arthur Schiwon | 2020-08-03 | 3 | -9/+23 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-01 | 134 | -1342/+1348 |
| | |||||
* | Merge pull request #22053 from nextcloud/backport/22015/stable19 | Joas Schilling | 2020-07-31 | 5 | -2/+56 |
|\ | | | | | [stable19] Correctly remove usergroup shares on removing group members | ||||
| * | Use old IServerContainer methods | Morris Jobke | 2020-07-30 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Correctly remove usergroup shares on removing group members | Joas Schilling | 2020-07-30 | 5 | -2/+56 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #22070 from nextcloud/backport/21791/stable19 | Morris Jobke | 2020-07-31 | 1 | -0/+0 |
|\ \ | | | | | | | [stable19] Add Guzzle's InvalidArgumentException | ||||
| * | | [stable19] Add Guzzle's InvalidArgumentException | Morris Jobke | 2020-07-31 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #22069 from nextcloud/backport/22043/stable19 | blizzz | 2020-07-31 | 1 | -1/+11 |
|\ \ \ | |/ / |/| | | [stable19] reset the cookie internally in new API when abandoning paged results op | ||||
| * | | reset the cookie internally in new API when abandoning paged results op | Arthur Schiwon | 2020-07-31 | 1 | -1/+11 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #22064 from nextcloud/backport/22005/stable19 | John Molakvoæ | 2020-07-31 | 1 | -1/+1 |
|\ \ | | | | | | | [stable19] Fix height to big for iPhone when using many apps | ||||
| * | | Fix height to big for iPhone when using many apps | kevin147147 | 2020-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Same story as https://github.com/nextcloud/server/pull/10276 I'm testing on iPhone without home button. These devices now have an even higher bottom bar. | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-31 | 12 | -0/+22 |
|/ / | |||||
* | | Merge pull request #22050 from ↵ | Morris Jobke | 2020-07-31 | 3 | -14/+24 |
|\ \ | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable19/elliptic-6.5.3 [Security] Bump elliptic from 6.5.2 to 6.5.3 | ||||
| * | | [Security] Bump elliptic from 6.5.2 to 6.5.3 | dependabot-preview[bot] | 2020-07-30 | 3 | -14/+24 |
| |/ | | | | | | | | | | | | | | | | | Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. **This update includes a security fix.** - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | Merge pull request #21981 from nextcloud/backport/21972/stable19 | Morris Jobke | 2020-07-30 | 16 | -80/+43 |
|\ \ | | | | | | | [stable19] Fix PHPUnit deprecation warnings | ||||
| * | | Remove deprecated test of internal attributes via assertAttributeEquals in ↵ | Morris Jobke | 2020-07-23 | 3 | -32/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor tests I removed the tests completely because they just test that the constructor assigns the values to the internal properties. Nothing that should be cared about from the outside. See https://github.com/sebastianbergmann/phpunit/issues/3339#issuecomment-428843322 It is seen as bad practice to test internal stuff of objects instead of the actual input and output of mathod calls. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Replace deprecated assertArraySubset with logic that does the same | Morris Jobke | 2020-07-23 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Use assertEqualsCanonicalizing instead of deprecated assertEquals parameter | Morris Jobke | 2020-07-23 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Remove deprecated test of internal attributes via assertAttributeEquals | Morris Jobke | 2020-07-23 | 2 | -16/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/sebastianbergmann/phpunit/issues/3339#issuecomment-428843322 It is seen as bad practice to test internal stuff of objects instead of the actual input and output of mathod calls. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Use assertStringContainsString instead of assertContains on strings | Morris Jobke | 2020-07-23 | 8 | -27/+26 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #22044 from nextcloud/backport/22034/stable19 | Morris Jobke | 2020-07-30 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [stable19] parse_url returns null in case a parameter is not found | ||||
| * | | parse_url returns null in case a parameter is not found | Joas Schilling | 2020-07-29 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #22036 from nextcloud/backport/21950/stable19 | Morris Jobke | 2020-07-29 | 1 | -2/+2 |
|\ \ | | | | | | | [stable19] Properly fetch translation for remote wipe confirmation dialog | ||||
| * | | Properly fetch translation for remote wipe confirmation dialog | Julius Härtl | 2020-07-29 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-29 | 30 | -54/+94 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-28 | 10 | -4/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-27 | 6 | -10/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-25 | 6 | -10/+12 |
| | | |||||
* | | Merge pull request #21991 from nextcloud/backport/21977/stable19 | blizzz | 2020-07-24 | 1 | -0/+3 |
|\ \ | | | | | | | [stable19] Ignore whitespace in sharing by mail | ||||
| * | | Ignore whitespace in sharing by mail | onehappycat | 2020-07-24 | 1 | -0/+3 |
|/ / | | | | | | | Signed-off-by: onehappycat <one.happy.cat@gmx.com> | ||||
* | | Merge pull request #21978 from nextcloud/backport/21973/stable19 | Morris Jobke | 2020-07-24 | 1 | -0/+5 |
|\ \ | | | | | | | [stable19] Fix risky test in twofactor_backupcodes | ||||
| * | | Fix risky test in twofactor_backupcodes | Morris Jobke | 2020-07-23 | 1 | -0/+5 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-24 | 10 | -4/+80 |
| | | |||||
* | | Merge pull request #21806 from nextcloud/backport/21748/stable19 | Morris Jobke | 2020-07-23 | 3 | -4/+6 |
|\ \ | |/ |/| | [stable19] Improve error reporting on sharing errors | ||||
| * | Improve error reporting on sharing errors | Joas Schilling | 2020-07-23 | 3 | -4/+6 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | Merge pull request #21967 from nextcloud/backport/21963/stable19 | Morris Jobke | 2020-07-23 | 3 | -3/+3 |
|\ | | | | | [stable19] Respect default share permissions | ||||
| * | Compile assets | npmbuildbot[bot] | 2020-07-23 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | Respect default share permissions | Roeland Jago Douma | 2020-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Else we'll always create new shares with the max permissions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #21955 from nextcloud/backport/21949/stable19 | Roeland Jago Douma | 2020-07-23 | 7 | -30/+31 |
|\ \ | |/ |/| | [stable19] update icewind/smb to 3.2.6 | ||||
| * | update icewind/smb to 3.2.6 | Robin Appelman | 2020-07-22 | 7 | -30/+31 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #21953 from nextcloud/backport/21946/stable19 | Roeland Jago Douma | 2020-07-23 | 3 | -3/+7 |
|\ \ | | | | | | | [stable19] Do not double encode the userid in webauthn login | ||||
| * | | Do not double encode the userid in webauthn login | Roeland Jago Douma | 2020-07-22 | 3 | -3/+7 |
| |/ | | | | | | | | | | | | | | | * Else login fails with webauthn devices that send the userid - Like windows hello Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-23 | 20 | -14/+56 |
|/ |