aboutsummaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeLines
* Fix forgotten db migration.Heiko Bernloehr2016-01-27-0/+23
| | | | Forgot to commit the db migration.
* Type tags for /sys/memberships.Heiko Bernloehr2016-01-27-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Participants in /sys/mebmberships representation are now tagged with their appropriate participant type: main: mainparticipant sub: subparticipant anonym: anonymous participant e.g. [ { "community": { "name": "public", "description": "For anonymous participants.", "cid": 1 }, "participants": [ { "pid": 2, --> "type": "main", "name": "Computation client", "itsyou": true, "description": "Computation client of NumLab service.", "org": { "abbr": "S", "name": "Universität Stuttgart" }, "mid": 1, "email": "rudlof@rus.uni-stuttgart.de", "dns": "nfldevvipecs.rus.uni-stuttgart.de" }, ... This feature needs a database migration.
* WIP: subparticipants.Heiko Bernloehr2016-01-27-1/+41
|
* Change initial /sys/auths postroute to false.Heiko Bernloehr2015-04-22-6/+6
|
* Turn on/off events by participants.Heiko Bernloehr2014-05-07-1/+15
| | | | | | | Up to now events could be turned on and off by resources. To turn on events you still have to do it by resource but have additionally the possibility to control it by participant. Only if both switches are on, the participant will get events generated through the resource.
* Introduced security fix for redirects.Heiko Bernloehr2012-11-14-27/+0
| | | | | | | | | | | | Now redirects are integrity secured by sha1 message digest. A redirecting participant uses the /sys/auths resource realm attribute to store a message digest over all relevant redirect parameters (for details see [1]). The target participant uses this message digest again and verifies the integrity of the received redirect parameters (Location-Header). [1] see ECSA documentation at ECS->System resources->Auths
* Changed schema.rbHeiko Bernloehr2012-10-15-8/+0
|
* Changed database seeds.Heiko Bernloehr2012-09-06-2/+2
| | | | | The ev_types table had been populated only if anonymous participants was true.
* Seeds modification.Heiko Bernloehr2012-06-25-21/+11
|
* Undo ECS initialization modifications.Heiko Bernloehr2012-06-25-9/+32
| | | | Initialize code don't have access to model objects.
* Modified ECS initialization.Heiko Bernloehr2012-06-25-9/+0
|
* Removed ressource_monitor.Heiko Bernloehr2012-06-24-35/+0
|
* New authorization.Heiko Bernloehr2011-03-08-1/+27
| | | | | The authorization resource (/sys/auths) functionality is now provided through the standard application resource infrastructure.
* Initial commit.Heiko Bernloehr2011-01-31-0/+862