blob: 1ce58fa6928894f567a3586befa05ad9bf842c25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
2016.04.29 -- Version 0.8.2
* rhrd-show has now nicer output for 'show' command
* some bugfixes @ rhrd-schedules
2016.04.27 -- Version 0.8.1
* clean up imports for production-ready scripts.
2016.04.27 -- Version 0.8.0
* added first version of rhrd-schedules to generate daily
schedules from PV.
2016.03.15 -- Version 0.7.1
* removed old/unused rhrd-ws-login
* added check to rhrd-show for groupname
2016.02.10 -- Version 0.7.0
* updated to new Database version 250
2015.12.28 -- Version 0.6.3
* get_dropboxes now uses the same name to get a specific type
than are used at output
2015.12.17 -- Version 0.6.2
* also add music pool clock to dropbox info
2015.12.17 -- Version 0.6.1
* added basic muiscpool grid handling support
2015.10.10 -- Version 0.6.0
* added group handling support
* added show handling support
* added first part of a comprehensive sanity checker
* a lot of improvments and fixes
* this changes some of the interfaces and makes updating code
that uses the lib necessary
2015.09.05 -- Version 0.5.4
* add library function to fetch Fullname of a user
2015.09.04 -- Version 0.5.3
* fix rd-user
2015.09.04 -- Version 0.5.2
* rd-user can now set the Full Name as well
2015.07.30 -- Version 0.5.1
* fix rhrd-ws-login to work as lightdm session setup script
2015.07.30 -- Version 0.5.0
* no more special characters for passwords as rmlsend and others don't like it
* added login/logout script for workstations
2015.07.30 -- Version 0.4.3
* improved privileges check for get-rd-token
2015.07.28 -- Version 0.4.2
* disallowing empty tokens
2015.07.27 -- Version 0.4.1
* fixed return code of rd-user check
2015.07.27 -- Version 0.4.0
* added util rd-user to add/remove users to rivendell
2015.07.25 -- Version 0.3.0
* added utils get-rd-token and get-rd-week
2015.07.24 -- Version 0.2.0
* added RHRD::utils::get_rd_week()
2015.07.24 -- Version 0.1.0
* initial release
|