UliCMS 2019.1 is the first UliCMS release in 2019.
This release focuses on community features, antispam features and usability improvements.
Major Features in this Release
- Comments
- Additional spam prevention options
- Assign multiple groups to users
- "Delete" Button in the "edit page" view
[...]
The new UliCMS Release 2018.4 is the result of 3 months of development.
The release 2018.4 focuses on usability, privacy and performance features.
[...]
UliCMS Release 2018.3 is a free open source content management software from Brunswick, Germany and the successor to UliCMS 2018.2.
New Features in this release
- New field types for file upload (Custom Types)
- new security features
- Mail transfer with an external SMTP server (PHPMailer)
- Package Management Improvements
- New HTML helper function
- Updated components (e.g. jQuery 1.12.4, CodeMirror 5.35.0 and Mobile_Detect 2.8.31)
- Patch Management Performance Improvements
Out-of-the-box UliCMS has it's own login system.
However many companies are using central authentication systems to increase account security.
There are many modules to integrate UliCMS withhin existing infrastructure.
There are modules for these services:
- LDAP
- RADIUS
- IMAP
- HTTP Authentication
- IP-Address
LDAP is a protocol for network based user account directories.
ldap_login provides LDAP integration services for UliCMS.
It's tested with OpenLDAP and ActiveDirectory but it can be configured to work with any LDAP-capable directory server.
RADIUS is a protocol which is mostly used for logins to dial-in networks.
RADIUS support for UliCMS is provided by radius_login.
IMAP is a protocol to fetch mails from an E-Mail server.
IMAP mail boxes with secure account may be used to login to UliCMS with the imap_login module.
imap_login is based on the imap_* functions of PHP which additionaly supports POP3 and the NNTP protocol.
remote_auth supports every authentication method where the username is set as an environment variable. You can use remote_auth with HTTP basic or HTTP digest authentication or single-sign-on systems.
ip_login logs in a specific user based on his client ip address.
This may be useful to provide access to UliCMS backend for specific hosts withhin an internal enterprise network.
UliCMS Release 2018.2 is a free open source content management software from Brunswick, Germany and the successor to UliCMS 2018.1.
New Features in this release
- User Interface Usability and Design Improvements
- Improved Security (Timestamp Antispam Method, Checksum-Validation for Downloads)
- New Developer Features