[1.8.1]
Update outline to 0.82.0
Full Changelog
Mention documents with @ document mentions will automatically keep title and icon in sync (changelog)
Editor embeds are now vertically resizable
When pasting a link there is now an option to embed or link
Upgraded Mermaid diagrams to v11 (#7964)
Copying a document now offers the choice of destination (#8030)
When pasting remote images, they will now be automatically uploaded to Outline storage (#8301) (#8086)
New tables in the editor now start with fixed width (but resizable) columns
Email notifications are no longer sent for insignificant document changes
Collection description was moved to it's own tab
Copying text out of the editor now copies markdown to the clipboard where appropriate
Added command to create nested document from command menu (#8365)
Creating a new document from the sidebar is now much faster
It is now possible to create API keys with scopes (#8297)
Added new icons into picker
...
@djtilo-ol said in Import user group from Cloudron:
At the moment I would have to ask all users to log in once in order for me to arrange them to a group as an admin within Outline
A "hack" is that you as an admin, can impersonate the other user and do the first login - https://docs.cloudron.io/user-management/#impersonate-user . This will hide the limitations of the app from the end user.
@Maxim yeah deleting that helped DELETE FROM user_authentications;
In our family one user got the same problem.
The message in German is:
"""
Authentifizierung fehlgeschlagen - wir konnten dich zu diesem Zeitpunkt nicht anmelden. Bitte versuche es erneut.
"""
The App Event log in cloudron did not show any error, only the logs.
@girish Ahhh ... I think because the settings section didn't populate with Gmail.com after I established this as the outbound, I figured this panel was inactive and overiden by my new outbound settings.
I now see that this panel will still set the from name and reply to address while the sending address will come from outbound.
It might still be nice if the gmail our newly-established outbound address populated in this panel once established and then users could also use this as a reply-to address? Or even better - an ability to set any chosen reply to address not tied to this server like I might just want to put "myname@maincompany.com" as my reply to instead of the server domain ... I guess a work around is to create a forwarding address but that's additional work.
Just a thought. Great work, again.
I think not. From what I can make out (for example, commit message of https://github.com/outline/outline/pull/3634) , enterprise is a totally separate codebase which is private. Maybe you can double check this with their support team.
@nebulon
Ah, never mind.
Just tested a new Outline instance, with Google SSO.
Although, it works, it works only with Google Workspace accounts, and not with private emails.
I am not convinced there is cost benefit to be had by moving to S3 here. Unless you have 100GB of attachments or something. On Hetzner, 20GB is less than a EUR a month. S3 also costs money...
Anyway, it's not my place to decide about costs. I have adjusted the latest package to make the storage configurable.
Outline upstream uses email ids to track users and does not use usernames (despite Cloudron OIDC setting the sub claim to username). When the email changes, it thinks that this is a new user. Unfortunately, there is no way to fix this since this is how upstream app is implemented.
@girish said in "Sorry, this file is too large – the maximum size is 1 MB":
@superhua you have to add export in front of the variables. So,
export FILE_STORAGE=local
export FILE_STORAGE_UPLOAD_MAX_SIZE=26214400
A trick to remember this is that we use the .sh extension (shell) when export keyword is required.
Be useful to add that info to https://docs.cloudron.io/apps/outline/#custom-config
@jdaviescoates hello, thank's for your answer. Yes, They have a import tool specific for Notion (that tool is not mentioned in Outline guides, but is in Import options).