[1.10.0]
Update outline to 0.83.0
Full Changelog
A completely rebuilt Notion importer in https://github.com/outline/outline/pull/8710
Enable dragging a document into drafts in https://github.com/outline/outline/pull/8411
Improved document history styling in https://github.com/outline/outline/pull/8496
Added collection subscriptions in https://github.com/outline/outline/pull/8392
Added ability to change the type of a notice in the editor by @xYouLL in https://github.com/outline/outline/pull/8533
Improvements to keyboard navigation in find and replace popover in https://github.com/outline/outline/pull/8560
PWA dock icon is now badged when notifications are available in https://github.com/outline/outline/pull/8580
Restored the abilility to search documents in the link toolbar (Removed in v0.82.0) in https://github.com/outline/outline/pull/8581
Search in document was added to the command menu in https://github.com/outline/outline/pull/8596
The default order for comments is now Order in doc in https://github.com/outline/outline/pull/8597
@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).