Fixed in latest version.
-
RE: Surfer - Package Updates
[5.13.5]
- Add file name to preview
- Allow to close preview
- Fix dialog closing when clicking on backdrop
- Update dependencies
-
RE: Wekan - Package updates
[4.9.4]
- Update Wekan to 4.81
- Global Search: Use translated color names.
- Use table-cell instead of inline-block in my-cards-list-wrapper CSS.
- Update dependencies.
- Fixed Linked card makes board not load when CustomField definition is undefined.
- At Search All Cards, now it's possible to click found card to open it.
- Fixed: Linked card makes board not load.
-
RE: Bug: handling special characters in filenames
Yes also the filename is put back now.
-
RE: Add user-specified groups to the LDAP server
This comes up again and again. As you correctly mention, the
memberOf
is set for users. This is however not ideal so far, but was only replacing the Cloudron specificisAdmin
property we used to set. I think @mehdi remembers that.Please note that what is put in the
memberOf
is actually a role, not a group membership. Although not all roles like owner and usermanager are set here but only admin or user.Now for the groups as such, we initially had the groups correctly exposed via LDAP but we found pretty quickly that groups, used in Cloudron for access control mostly, usually do not map well with groups and their meaning within apps. Furthermore the meaning of what groups are between different apps often gets confusing. So we decided against exposing the group membership to the apps, since we didn't see much value but mostly confusion. To add to this, changing group membership within Cloudron hardly ever gets correctly propagated within apps, which may even then produce security implications if not well understood by the admin.
-
RE: Matrix/Synapse Admin Interface
yes that is the right place to bring this up. Adding an admin UI would be great indeed. The git repo for this is apparently https://github.com/Awesome-Technologies/synapse-admin
I just wonder how well this will work and stay in-sync with synapse itself?
-
RE: WBO 1.7.0 Released
@bubonicfred thanks! I forgot to start the repo, so I didn't get a notification about the release.
I have updated the app now.
BTW, not sure how you are watching the repos but we use an app called ReleaseBell. Just start the repos on GitHub and you will get notified by email of new releases.
-
RE: Domain Aliases
@marcusquinn I tested with EspoCRM portals today and it works well!
-
RE: Calibre Web database location is not stored persistent
@imc67 Need to write tests and better LDAP integration. The upstream author told me he would accept a PR, so I just need to learn some python and find some time to code it.