This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
OSIAM Release 1.0
First official release of OSIAM!
osiam-distribution-1.0.zip contains the osiam-server and addon-self-administration binaries for the OSIAM 1.0 release.
Download osiam-distribution-1.0.zip and unzip. If you want to run OSIAM server and the addon-self-administration, please have a look at the GitHub Wikis:
https://github.com/osiam/server/wiki
https://github.com/osiam/addon-self-administration/wiki
CHANGES
OSIAM server
1.0 - 2014-05-15
- [refactore] The token validation REST endpoint changed. If you want to validate an token,
you need to send the token directly in the header instead of putting in the URL. - [fix] The client secret and the redirect uri is not unique anymore
For a detailed description and migration please click here:
https://github.com/osiam/server/wiki/migration#from-021-to-10
0.20 - 2014-04-02
- [refactoring] The auth-server has a new interface with bootstrap, which could be customize.
For a detailed description and migration please click here:
https://github.com/osiam/server/wiki/Migration#from-019-to-020 - [fix] BT-45 - https://jira.osiam.org/browse/BT-45
0.19 - 2014-03-17
- [refactoring] The registration module has been moved to his own github repository:
https://github.com/osiam/addon-self-administration
0.18 - 2014-03-04
- [fix] BT-41 - Attribute filtering removes "schemas" attribute
- [feature] OSNG-322 - Placeholder for registration emails
Added new template engine for emails, see how you could add your own email template files:
https://github.com/osiam/server/wiki/OSIAM-Registration-Module
For migration see: https://github.com/osiam/server/wiki/Migration#wiki-from-016-to-017
0.17 - 2014-02-17
- [fix] BT-36 - Query with NOT clause on extension fields returns wrong results
- [feature] OSNG-215 - Develop PATCH "Delete" support on extensions
For migration see: https://github.com/osiam/server/wiki/Migration#wiki-from-016-to-017 - [enhancement] OSNG-323 - Optimize Performance
For migration see: https://github.com/osiam/server/wiki/Migration#wiki-from-016-to-017
OSIAM addon-administration
1.0 - 2014-05-13
- finally released version 1.0 of the addon-self-administration together with the OSIAM server!