Skip to content

Technical subjects

63 Topics 265 Posts
  • Alternative to Jitsi? Just a proposal or question

    4
    1 Votes
    4 Posts
    208 Views
    cpotterC
    @aclassen We will have to confirm this information, but it seems that breakout rooms are in development for Jitsi https://github.com/jitsi/jitsi-meet/pull/9131 We will follow this closely Best, Christopher
  • Is it possible to print annotations?

    2
    0 Votes
    2 Posts
    77 Views
    Y
    Hello @aclassen, Could you specify the use case why do you want to print the annotations? For securtiy reasons, we don't allow to print the comments/annotations from GoFAST platform. We can imagine the feature to export comments/annotations in Excel sheet from GoFAST, for example. Have a nice day, Best regards, Yelena Yevtykhova
  • Version 3.10: Confidential Data

    3
    0 Votes
    3 Posts
    93 Views
    aclassenA
    @jlemangarin thank you!
  • OnlyOffice collaborative editing: style

    2
    0 Votes
    2 Posts
    98 Views
    Y
    Hello @aclassen, In OnlyOffice you have many options to manage the collaboration mode with your colleagues. You have the possiblity to switch between Fast ans Strict mode of co-editing. Fast mode means that you see all the changes in real-time as your co-author is typing. This mode is enabled by default. You use this mode of co-editing. Strict mode is more private. You lock the document abstract you are working on, and no one can see what you are typing until you hit save. How you can switch between two modes : Go to the Collaboration tab and choose the co-editing mode – Fast or Strict. You have also the possibility to play with Track changes option in OnlyOffice. You can see this link : https://helpcenter.onlyoffice.com/onlyoffice-editors/onlyoffice-document-editor/helpfulhints/review.aspx Have a nice day, Best regards, Yelena Yevtykhova
  • Access to admin interface

    7
    0 Votes
    7 Posts
    152 Views
    aclassenA
    @yelena, I do not see any more information in the Admin interface after update to 3.10, I can only decide to see less, it seems.
  • Consuming/access to documents on GoFAST fro Intranet

    6
    0 Votes
    6 Posts
    128 Views
    jlemangarinJ
    Hello @aclassen Thank you for the summary of the subject, here are the answers to your questions : Is a combination of those requests enough for a read-only access? => Yes absolutly, these 2 requests will allows you to download the file with the proper metadata By using access from the Intranet for example with a curl library or the like, do I understand well that we could make the call going just between servers? => Yes, there is a simple exemple, assuming that you already retrieved the file name and knows the node ID : $ch = curl_init(); $path = "/var/www/d7/sites/default/files/api/"; //An apache writable path on this server $title = "Copies écran GoFAST.pptx"; //Retrieved using GET : api/node/node //Set URLs and inform cURL this is a file transfer curl_setopt($ch, CURLOPT_URL, "https://gofast.ceo-vision.com/api/node/content?nid=19840"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1); //Set mandatory headers as described in the documentation curl_setopt($ch, CURLOPT_HTTPHEADER, array( "Content-Type: application/octet-stream", "Content-Disposition: attachment", "Authorization: XXXXXX" //Your user Authorization as described in the documentation )); //Retrieve the file $output = curl_exec($ch); //Write the file in the server file_put_contents($path . $title, $output); curl_close($ch); [image: 1621522095583-37e76174-94e2-489e-91f0-5f4f7c6eeec1-image.png] And we could have for example 2 users with different access rights – one for Extanet shared documents, one for the internal Organisations? Or does that not make sense? => Yes, multiple users with different Authorization can makes sense for security reasons, even if in practical, the front end users will never get the Authorization informations because all the work is done server side I remember that you also mentioned that somehow the approach was simpler when restricting access to _Public spaces. Is that the case? => I'm not sure I remember but it might be the fact that a non extranet user in GoFAST have access to all public spaces I regularly get the response message "This Content-Type is not implemented by the server" (as JSON) but the document downloads OK. Is that as expected? => Please set the headers as shown in the exemple Don't hesitate to come back to me if you have further questions !
  • Undelete/recover a document for how long?

    2
    0 Votes
    2 Posts
    62 Views
    Y
    Hello @aclassen, Deleted documents stay recoverable during 90 days in GoFAST. Have a nice day, Yelena Yevtykhova
  • Locking documents - and unlocking

    4
    0 Votes
    4 Posts
    110 Views
    jlemangarinJ
    @aclassen Yes sorry it wasn't clear, I meant even if the document is unlocked but opened in Office if the user press CTRL+S the document will be saved to GoFAST (actually some versions of MS Office detects if the lock is still on and asks the user to save it locally)
  • Annotation/comments

    3
    0 Votes
    3 Posts
    129 Views
    aclassenA
    Sure! Also, it does not always happen, but only for a particular user, so it couldbe some combination of factors in line with the bug. So please go ahead!
  • Importing Word documents with comments

    8
    0 Votes
    8 Posts
    169 Views
    cpotterC
    A similar issue that seems to match what you described can be found here (but it is when converting .doc to .docx) https://github.com/ONLYOFFICE/DocumentServer/issues/630
  • Authentication for edit-from-my-PC

    15
    0 Votes
    15 Posts
    697 Views
    aclassenA
    Yes, we'd like to have this permanent... for the time being, so as not to stop users from experimenting with it,
  • MySQL licensing

    3
    0 Votes
    3 Posts
    92 Views
    aclassenA
    @cpotter thanks
  • Green screen using Jitsi on ChromeOS

    Moved
    1
    0 Votes
    1 Posts
    103 Views
    No one has replied
  • .md files on GoFast - to be handled as text?

    2
    0 Votes
    2 Posts
    66 Views
    cpotterC
    @aclassen we will investigate if we can do a raw text preview of .md files. In Alfresco 4 we knew how to do it but they removed this feature in Alfresco 5. We also saw that there is a module there https://hub.alfresco.com/t5/alfresco-content-services-add/markdown-preview/td-p/290346 . But integrating a module is always a risky bet (module must be well maintained)
  • Riot and minimum browser requirements

    2
    0 Votes
    2 Posts
    58 Views
    J
    hello, This problem is known and will be fixed soon. The message only appears on the conversation tab in the spaces. Best regards, Oudot Julien
  • Online edition problem to sign a PDF with FOXIT

    1
    0 Votes
    1 Posts
    69 Views
    No one has replied
  • Problems with Images in spreadsheet header/footer

    1
    0 Votes
    1 Posts
    48 Views
    No one has replied
  • Excel editing and comparison

    4
    1 Votes
    4 Posts
    86 Views
    aclassenA
    argh, I hadn't checked that. You are certainly right, thank you!
  • Privacy problems in search results

    2
    0 Votes
    2 Posts
    63 Views
    cpotterC
    @aclassen Those documents were in a public space for a prospect of ours, and that content has been deleted since then. For an unknown reason currently under investigation, this deletion did not entirely work on the search index reason why it temporarily appeared in your search results. As a side note, for profile search, it shows profiles for which you share a space/sub-space in common, which is the case for "Sylvain Jeandroz" (you both belong to EMCDDA) Best,
  • 1 Votes
    2 Posts
    83 Views
    aclassenA
    I encountered this issue when first trying to use "edit from my PC"; applying the Microsoft procedure to update the prototols indeed solved it. The process requires two steps (1. install, 2. correct registry) Need to apply that update on all clients supposed to use the functionality