Time |
Nick |
Message |
06:39 |
|
kworstell-isl joined #evergreen |
07:14 |
|
redavis joined #evergreen |
08:01 |
|
BDorsey joined #evergreen |
08:07 |
Rogan |
got an email from Evergreeners in Tbilisi, Georgia - nice to hear from them |
08:40 |
|
kworstell_isl joined #evergreen |
08:42 |
|
dguarrac joined #evergreen |
08:47 |
|
kworstell-isl joined #evergreen |
08:49 |
|
mmorgan joined #evergreen |
08:51 |
|
smayo joined #evergreen |
08:58 |
|
kworstell-isl joined #evergreen |
09:11 |
|
kworstell-isl joined #evergreen |
09:13 |
csharp_ |
Rogan: nice! |
09:21 |
csharp_ |
jeffdavis: don't know if it helps at all, but those queries appear to be speedy for us |
09:27 |
smayo |
Nice to hear evergreen is used in both Georgias |
09:50 |
|
kworstell-isl joined #evergreen |
11:16 |
|
kworstell_isl joined #evergreen |
11:50 |
|
BDorsey joined #evergreen |
11:51 |
|
Christineb joined #evergreen |
11:57 |
* mmorgan |
is wondering why so many IDL classes have only a single permission (ADMIN or MANAGE) that covers create, retrieve, update, delete. Is there a reason why there is no separate VIEW permission at least? |
12:01 |
mmorgan |
For context, bug 2051140 and bug 1956241. Assigning the existing permissions to users that need to view the buckets allows them too much access. |
12:01 |
pinesol |
Launchpad bug 2051140 in Evergreen "ADMIN_BIB_BUCKET and CREATE_BIB_BUCKET permissions are missing from seed files" [Undecided,Confirmed] https://launchpad.net/bugs/2051140 |
12:01 |
pinesol |
Launchpad bug 1956241 in Evergreen "Hold Groups: Staff Users Cannot View Patron Hold Groups" [Medium,Fix released] https://launchpad.net/bugs/1956241 |
12:04 |
|
jihpringle joined #evergreen |
13:57 |
berick |
mmorgan: depends on the class. in the case of buckets, access was traditionally managed via the API and not pcrud. |
14:08 |
|
sandbergja joined #evergreen |
14:33 |
|
mantis1 joined #evergreen |
14:39 |
mmorgan |
berick: Thanks for the input. Given those bugs, though, pcrud is being used in places as well. |
15:06 |
|
mmorgan joined #evergreen |
15:11 |
|
jihpringle joined #evergreen |
15:15 |
berick |
mmorgan: i only meant we don't systematically apply pcrud perms to every pcrud-accessible class in the IDL, esp. if pcrud was not initially used to manage the class. |
15:46 |
|
adam_reid joined #evergreen |
15:55 |
adam_reid |
hey all! I've been looking at the actor.verify_passwd() function in the evergreen DB, am I understanding it correctly that I should be able to pass in (usr.id, type, password) and get a true false result? I'm playing with a little custom tool and want to require users to verfiy beforehand |
15:58 |
berick |
adam_reid: yes, but it's a little more complicated with 'main' passwords |
16:00 |
|
sandbergja joined #evergreen |
16:00 |
berick |
adam_reid: select * from actor.verify_passwd(1, 'main', md5((select salt from actor.passwd where usr = 1) || md5('demo123'))); |
16:01 |
berick |
that's my test system where admin has password demo123 |
16:01 |
adam_reid |
amazing, I had the feeling I was missing the use of md5, I'll try with you example. Thanks berick! |
16:06 |
adam_reid |
Fantastic, that worked berick! |
16:06 |
|
mantis1 left #evergreen |
16:06 |
berick |
great |
17:01 |
|
mmorgan left #evergreen |
17:33 |
|
sandbergja joined #evergreen |
17:52 |
pinesol |
News from commits: Docs: LP2048132 follow up for image syntax <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=16038908fc956e508c547f1415c49cf6463b4d52> |
18:59 |
|
sandbergja joined #evergreen |
19:52 |
pinesol |
News from commits: LP#2051370 (follow-up) run make_release steps in the correct directory <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=56d409e717d242342bbd24f2214ab7850c91b50f> |
19:52 |
pinesol |
News from commits: LP#2051370: have make_release build browser client by default <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=5966b1493cf11a7a50f2394a2d225df14d94a728> |
19:52 |
pinesol |
News from commits: LP#2051370: remove make_release option to build XUL client <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=c4ea04ee1c1bbf3617007a242115f4705391073f> |