Revision bb92f5b4
b/Changelog | ||
---|---|---|
29 | 29 |
a user-configurable <COMPONENT>_BASE_URL. Each API (compute, image, etc.) |
30 | 30 |
is deployable under a developer-configurable prefix beneath BASE_URL. |
31 | 31 |
|
32 |
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. |
|
33 |
|
|
34 |
* Common synnefo 404/500 templates (located in snf-webproject) |
|
35 |
|
|
32 | 36 |
Astakos |
33 | 37 |
------- |
34 | 38 |
|
... | ... | |
109 | 113 |
`user-modify --reject` commands. |
110 | 114 |
* Improved logging throught out user activation procedures. |
111 | 115 |
|
116 |
* Remove deprecated AstakosUser model fields: `provider`, |
|
117 |
`third_party_identifier` |
|
118 |
|
|
119 |
* Allow override of authentication provider messages using the following |
|
120 |
format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG`` |
|
121 |
|
|
122 |
* Cloudbar automatically tries to identify the active service based on window |
|
123 |
location. |
|
124 |
|
|
125 |
* Removing authentication provider view is now CSRF protected. |
|
126 |
|
|
127 |
* New `API access` view, containing useful information to users on how to |
|
128 |
access available Synnefo services API's. |
|
129 |
|
|
112 | 130 |
* Management commands: |
113 | 131 |
|
114 | 132 |
* Introduced new commands: |
... | ... | |
240 | 258 |
* Project management UI |
241 | 259 |
* New Overview page |
242 | 260 |
|
261 |
* refactored/improved /login endpoint used by desktop/mobile clients. |
|
262 |
* endpoint url is now exposed by `weblogin` service |
|
263 |
* clients should use unauthenticated identity/tokens api to resolve the |
|
264 |
endpoint url |
|
265 |
* view only allows redirects to `pithos://` scheme urls |
|
266 |
* removed uuid from redirect parameters. Client should use authenticated |
|
267 |
request to identity/tokens to retrieve user uuid. |
|
268 |
|
|
269 |
|
|
243 | 270 |
Cyclades |
244 | 271 |
-------- |
245 | 272 |
|
... | ... | |
266 | 293 |
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer |
267 | 294 |
required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL`` |
268 | 295 |
and ``CYCLADES_BASE_URL`` settings. |
296 |
* File group is no longer included in ssh keys personality metadata sent in |
|
297 |
create vm calls. |
|
269 | 298 |
|
270 | 299 |
|
271 | 300 |
Pithos |
... | ... | |
276 | 305 |
* new settings: |
277 | 306 |
PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS |
278 | 307 |
|
308 |
* X-Object-Public now contains full url (domain + proper component prefix + |
|
309 |
file path) |
|
310 |
|
|
279 | 311 |
* Rewritten support for public URLs, with admin-selectable length |
280 | 312 |
|
281 | 313 |
* new settings: |
Also available in: Unified diff