Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix creating the share controller | Joas Schilling | 2020-04-18 | 1 | -70/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix legacy routes | Joas Schilling | 2020-04-18 | 4 | -15/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Extend tests for root url | Joas Schilling | 2020-04-18 | 2 | -89/+52 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | PHP CS fixes | Joas Schilling | 2020-04-18 | 2 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix creation of legacy routes | Joas Schilling | 2020-04-18 | 1 | -0/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow some apps to have root URLs in their own routing file | Joas Schilling | 2020-04-18 | 7 | -93/+123 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #20449 from liamjack/fix/19066/empty_file_versions | Roeland Jago Douma | 2020-04-18 | 2 | -0/+10 |
|\ | | | | | Array offset error due to empty file versions array | ||||
| * | Fix #19066 - Array offset error due to empty file versions array | Liam JACK | 2020-04-12 | 2 | -0/+10 |
| | | | | | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com> | ||||
* | | Merge pull request #20540 from nextcloud/fix/mail-test | Roeland Jago Douma | 2020-04-18 | 2 | -7/+7 |
|\ \ | | | | | | | Fix mailer test | ||||
| * | | Added trailing space | Roeland Jago Douma | 2020-04-18 | 1 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Fix mailer test | Roeland Jago Douma | 2020-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-18 | 14 | -2/+752 |
| | | | |||||
* | | | Merge pull request #20537 from nextcloud/external-tests-allow-local-access | Robin Appelman | 2020-04-17 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | allow local remote access in external storage ci | ||||
| * | | allow local remote access in external storage ci | Robin Appelman | 2020-04-17 | 1 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handling | Roeland Jago Douma | 2020-04-17 | 3 | -27/+89 |
|\ \ | | | | | | | Improved vcard photo handling | ||||
| * | | Update Contact Size after removing photo | Georg Ehrke | 2020-04-15 | 1 | -6/+38 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | Don't populate the PHOTO property when it's not an image | Joas Schilling | 2020-04-15 | 2 | -3/+31 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Always transform the etag and read the data | Joas Schilling | 2020-04-15 | 2 | -12/+14 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Use table variable everywhere | Joas Schilling | 2020-04-15 | 1 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #20529 from nextcloud/fix/Card-multiple | John Molakvoæ | 2020-04-17 | 2 | -15/+87 |
|\ \ \ | | | | | | | | | Update list of multiple properties | ||||
| * | | | Update list of multiple properties | John Molakvoæ (skjnldsv) | 2020-04-17 | 2 | -15/+87 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #20201 from rmanibus/issue_20130 | John Molakvoæ | 2020-04-17 | 9 | -18/+32 |
|\ \ \ \ | | | | | | | | | | | display file list in flexbox | ||||
| * | | | | Fix breadcrumb in move or copy file dialog | Loïc Hermann | 2020-04-17 | 9 | -18/+32 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
* | | | | Merge pull request #20447 from liamjack/fix/13287/welcome_email | John Molakvoæ | 2020-04-17 | 4 | -11/+11 |
|\ \ \ \ | | | | | | | | | | | Increase max-height on button in welcome email template | ||||
| * | | | | Fix tests | Morris Jobke | 2020-04-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Fix #13287 - Increase max-height on button in welcome email template | Liam JACK | 2020-04-12 | 2 | -11/+11 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com> | ||||
* | | | | Merge pull request #20381 from nextcloud/fix/allow_edit_admin_user | Morris Jobke | 2020-04-17 | 7 | -100/+8 |
|\ \ \ \ | |_|/ / |/| | | | Allow to edit admin user | ||||
| * | | | Allow to edit admin user | GretaD | 2020-04-16 | 7 | -100/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-17 | 10 | -20/+44 |
| | | | | |||||
* | | | | Merge pull request #20523 from nextcloud/enh/noid/rename-updatenotification | Roeland Jago Douma | 2020-04-16 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Rename updatenotifications webpack module to updatenotification | ||||
| * | | | | Rename updatenotifications webpack module to updatenotification | Gary Kim | 2020-04-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module build name for `updatenotification` is actually `updatenotifications` which can be confusing. It is the only module with a name that is different from the app's name. Signed-off-by: Gary Kim <gary@garykim.dev> | ||||
* | | | | | Merge pull request #20505 from nextcloud/fix/noid/system-creds | blizzz | 2020-04-16 | 3 | -9/+42 |
|\ \ \ \ \ | |_|/ / / |/| | | | | do not advertise nulled userId for for systemwide credentials | ||||
| * | | | | fix credentialsManager documentation and ensure userId to be used as string | Arthur Schiwon | 2020-04-15 | 3 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | | add DB tests for credentials manager | Arthur Schiwon | 2020-04-15 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these are actually expected to FAIL, because NULL as a userid is not allowed in the schema, but documented to be used on the source Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #20511 from nextcloud/fix/cs-fixer-ldap | Roeland Jago Douma | 2020-04-16 | 8 | -32/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | PHP-CS-Fixer green | ||||
| * | | | | | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 8 | -32/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | Merge pull request #16946 from exussum12/patch-1 | Roeland Jago Douma | 2020-04-16 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Increase max read | ||||
| * | | | | | | Update View.php | Scott Dutton | 2020-04-15 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Increase max read | Scott Dutton | 2020-04-12 | 1 | -2/+2 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8kb is very low, especially given this will be local files Signed-off-by: Scott Dutton <scott@exussum.co.uk> | ||||
* | | | | | | Merge pull request #20246 from nextcloud/fix/untranslated_mail_footer | Roeland Jago Douma | 2020-04-16 | 11 | -34/+42 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Provide the proper language to the mailer | ||||
| * | | | | | Provide the proper language to the mailer | Roeland Jago Douma | 2020-04-16 | 11 | -34/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | Merge pull request #20506 from nextcloud/version/19/beta4v19.0.0beta4 | Roeland Jago Douma | 2020-04-16 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 19 beta 4 | ||||
| * | | | | | | 19 beta 4 | Roeland Jago Douma | 2020-04-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | | Merge pull request #20509 from ↵ | Roeland Jago Douma | 2020-04-16 | 2 | -9/+1 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | nextcloud/revert-20050-bugfix/noid/mysql-equal-trims-shock Revert "Make sure MySQL is not saying 'this' = 'this ' is true" | ||||
| * | | | | | | Revert "Make sure MySQL is not saying 'this' = 'this ' is true" | Roeland Jago Douma | 2020-04-15 | 2 | -9/+1 |
| |/ / / / / | |||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-16 | 38 | -26/+204 |
|/ / / / / | |||||
* | | | | | Merge pull request #20503 from nextcloud/fix/noid/dav-catch-throwable | blizzz | 2020-04-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | DAV's exception logger should deal with any Throwable | ||||
| * | | | | | DAV's exception logger should deal with any Throwable | Arthur Schiwon | 2020-04-15 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #20386 from nextcloud/version/19/beta3v19.0.0beta3 | Roeland Jago Douma | 2020-04-15 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | 19 beta 3 | ||||
| * | | | | | 19 beta 3 | Roeland Jago Douma | 2020-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |