Subversion Repositories oidplus

Rev

Rev 1444 | Rev 1446 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1444 Rev 1445
Line 1... Line 1...
1
[
1
[
2
        {
2
        {
3
                "dummy": "<?php die('For security reasons, this file can only be accessed locally (without PHP).'.base64_decode('IgogICAgfQpdCg==')); /* @phpstan-ignore-line */ ?>"
3
                "dummy": "<?php die('For security reasons, this file can only be accessed locally (without PHP).'.base64_decode('IgogICAgfQpdCg==')); /* @phpstan-ignore-line */ ?>"
4
        },
4
        },
5
        {
5
        {
-
 
6
                "version": "2.0.1.11",
-
 
7
                "date": "2023-12-26 16:55:00 +0100",
-
 
8
                "author": "Daniel Marschall (ViaThinkSoft)",
-
 
9
                "changes": [
-
 
10
                        "RA and System log plugin: Split into pages.",
-
 
11
                        "Object Log view: only the last 100 items are shown due to overload protection (currently, no scrolling possible).",
-
 
12
                        "Overload protection: For now, an OID with more than 1000 children cannot show its children.",
-
 
13
                        "REST API: \"oid:\" prefix is now optional. \"weid:\" is also possible to refer to an OID.",
-
 
14
                        "REST API: GET request now also returns the fields \"created\" and \"updated\".",
-
 
15
                        "Admin area: Viewing RA accounts: Added link to RA log entries."
-
 
16
                ]
-
 
17
        },
-
 
18
        {
6
                "version": "2.0.1.10",
19
                "version": "2.0.1.10",
7
                "date": "2023-12-25 23:20:00 +0100",
20
                "date": "2023-12-25 23:20:00 +0100",
8
                "author": "Daniel Marschall (ViaThinkSoft)",
21
                "author": "Daniel Marschall (ViaThinkSoft)",
9
                "changes": [
22
                "changes": [
10
                        "Login with two users simultanously is now possible again.",
23
                        "Login with two users simultanously is now possible again.",