Skip to content

Conversation

@marcoambrosini
Copy link
Member

@marcoambrosini marcoambrosini commented Jun 22, 2022

Fix #5330

@marcoambrosini marcoambrosini force-pushed the feature/#5330/create-text-document-within-conversation branch from 39b3bbb to 9c4e34f Compare June 22, 2022 11:24
@marcoambrosini marcoambrosini self-assigned this Jun 22, 2022
@nickvergessen nickvergessen changed the title Feature/#5330/create text document within conversation Create text document within conversation Jun 29, 2022
@nickvergessen nickvergessen changed the title Create text document within conversation πŸ—’οΈ Create text document within conversation Jun 29, 2022
@marcoambrosini marcoambrosini force-pushed the feature/#5330/create-text-document-within-conversation branch from 4158129 to 142d76a Compare July 12, 2022 10:07
Copy link

@zzzzzzxXxzzzzzz zzzzzzxXxzzzzzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QueryParserTokenManager

@nickvergessen
Copy link
Member

@marcoambrosini can you add a checkbox list at the top with what's missing?

@nickvergessen nickvergessen force-pushed the feature/#5330/create-text-document-within-conversation branch from 142d76a to e470517 Compare August 2, 2022 09:25
@nickvergessen

This comment was marked as resolved.

@nickvergessen nickvergessen force-pushed the feature/#5330/create-text-document-within-conversation branch from e470517 to 4b4366b Compare August 30, 2022 21:16
const availableHandlers = OCA.Viewer.availableHandlers
for (let i = 0; i < availableHandlers.length; i++) {
if (availableHandlers[i]?.mimes?.includes(this.mimetype)) {
if (availableHandlers[i]?.mimes?.includes && availableHandlers[i].mimes.includes(this.mimetype)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need backporting? Or is the richdocuments app broken only on my dev enviroment?

@nickvergessen
Copy link
Member

Menu Modal
Bildschirmfoto vom 2022-08-31 07-55-56 Bildschirmfoto vom 2022-08-31 07-53-47

I have to admit that I just copied over the TemplatePreview component from the files app and copied all dependencies (3 js methods from private files JS code) into the place of the import, but it works

@nickvergessen nickvergessen self-assigned this Aug 31, 2022
@nickvergessen nickvergessen requested review from nickvergessen and removed request for Ivansss August 31, 2022 06:03
marcoambrosini and others added 18 commits August 31, 2022 08:15
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Marco Ambrosini <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
@nickvergessen nickvergessen force-pushed the feature/#5330/create-text-document-within-conversation branch from dc41307 to 5d3f41e Compare August 31, 2022 06:16
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐘 to get rid of the denied reivew, but now most of the code is owned by me, so let's review this together @marcoambrosini

@nickvergessen
Copy link
Member

Had a quick chat with @marcoambrosini and fixed the missing top margin without templates.
So merging now.

@nickvergessen
Copy link
Member

No PHP change, so I canceled drone.

Merging

@nickvergessen nickvergessen merged commit 2fb3ee8 into master Aug 31, 2022
@nickvergessen nickvergessen deleted the feature/#5330/create-text-document-within-conversation branch August 31, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

πŸ—’οΈ Create empty text document within conversation

5 participants