Restricting entries view by user, posted by Leonardo Tacconi on Thu Nov 2 11:38:36 2023
|
Good morning,
I would like to ask you whether it is feasible to establish a logbook that limits access to entries, enabling each user to view only their own.
Although creating a logbook per user is an apparent solution, it does not meet my requirements. |
Re: Restricting entries view by user, posted by Stefan Ritt on Thu Nov 2 11:46:42 2023
|
No, this is not possible with the current version of Elog, so indeed everybody needs their own logbook.
Stefan
Leonardo |
Re: Restricting entries view by user, posted by Matteo Mannini on Tue Nov 7 22:07:24 2023
|
Dear Stefan,
thanks to the answer you gave to my colleague.
Now, attempting to follow your suggestion... If we will create several logbooks, one for each user, |
Re: Restricting entries view by user, posted by Stefan Ritt on Thu Nov 30 14:28:12 2023
|
Keeping the global and individual logbooks in sync is not possible. So indded my proposal is a cumbersome solution in your case. We do have "restrict
edit" which lets users only edit their own entries, but we do not have "restrict view". Maye some thought for a future version of elog.
Stefan |
Cannot send Emails, posted by John on Mon Oct 23 20:35:54 2023
|
Hello, my sending of emails was working a while back but I have not checked on it in a few months and found out I am getting authentication errors sending
to my MTA (mailer). I was using a base64 to encode the pw but now my mailer (gandi.net) rejects it. Has anything changed over the last couple of years
with Elogs code that would be affecting this? I just upgraded (Linux) and changed my testing grounds to non-production and the same problem exists. |
Re: Cannot send Emails, posted by Stefan Ritt on Tue Oct 24 08:12:38 2023
|
ELOG has not change in the last years in that respect, but I know that mailer get more and more picky about encryption etc. So you probably have to convince
your mailer to accept the pw as it comes from ELOG, or do not require a pw for that specific client.
Stefan |
Fail to upload enclosure in ELOG , posted by Laurent Jean-Rigaud on Mon Jan 16 20:18:12 2023
|
Hi,
I currently testing last ELOG version from git in a docker with LDAP activated (https://hub.docker.com/r/usinagaz/elog-ldap). The goal is to
use it on Synology NAS server, associated with local LDAP server. |
Re: Fail to upload enclosure in ELOG , posted by Laurent Jean-Rigaud on Wed Oct 11 23:09:36 2023
|
Ok, i reply to myself as i could resolve the problem by changing the alpine Linux image to Debian light.
After debugging, the problem seems to be the compilation option used for alpine packets, which is not fully compatible when running on NAS Intel
cpu. |
link to attachment within html editor, posted by Celeste Torkzaban on Mon Oct 9 10:43:46 2023
|
Hello,
I like the ELcode feature that lets you easily make an internal link to an attachment in the same post. However, I wasn't able to get this to
work in the html editor, even though it's possible to use the ELcode format to link to another post in the logbook. When I type in elog :/1 in the |
Re: link to attachment within html editor, posted by Stefan Ritt on Mon Oct 9 12:30:44 2023
|
You can always insert the full link to the attachment like this one: https://elog.psi.ch/elogs/Forum/231009_104933/SCR14.PNG
But you can also use elog:69699/1 as shown here. Unfortunately you can do that only after the entry
has been submitted, so you know the ID number of that entry. Once you have it, edit the entry and put it in. |
Re: link to attachment within html editor, posted by Celeste Torkzaban on Mon Oct 9 16:43:06 2023
|
thank you!
Stefan
Ritt wrote:
You can always insert the full link to the attachment like this one: |
Filtered browsing, posted by Michael on Fri Oct 6 11:19:34 2023
|
Hi,
is there a trick to get "Filtered browsing" working?
If i am on the first entry and i checked the checkbox of one Attribute, the next entry is still the second one and not the next with the |
elog server crashed due to cookies send by client, posted by Heinz Junkes on Mon Sep 18 13:49:05 2023
|
Our elog instance (elogd 3.1.4 built Jan 13 2021, 20:44:20 revision ce2a48e9) has been running for years without any problems.
We have a new user who consistently crashes the elog:
GET /Omicron-STM-XPS/?rsort=Record%20date HTTP/1.1 |
Re: elog server crashed due to cookies send by client, posted by Heinz Junkes on Tue Sep 19 10:58:14 2023
|
The server is crached because the author field was accidentally filled with a long string due to an automated (remote) script:
“
Author: The ion getter pump has successfully recovered and appears to be operating steadily once more. Consequently, I proceeded with sputtering |
update elog downloads page, posted by Konstantin Olchanski on Fri Sep 15 21:42:38 2023
|
The elog downloads page is slightly out of date, https://elog.psi.ch/elog/download.html
1) the "git clone" instructions work (but there is no git tags corresponding to different releases, I suggest adding test: "elog developers
|
Re: update elog downloads page, posted by Stefan Ritt on Mon Sep 18 14:38:30 2023
|
Thanks for the reminder, I updated the download instructions. |
File/App associations for attachments, posted by Evinrude Motor on Sun Aug 20 20:49:04 2023
|
Is there somewhere I can change the file extension / app associations ? When I open an ".ods" attachment ELOG lets me pick the app . If I open
a ".eml" it dumps me into the browser. At the system level ".eml" is associated with "thunderbird"
|
Re: File/App associations for attachments, posted by Evinrude Motor on Thu Aug 24 15:54:51 2023
|
I was thinking I could accomplish this with some 'attribute' change but havent fogured it out yet .
My preference would be for elog to ask everytime .
Evinrude |
Re: File/App associations for attachments, posted by Stefan Ritt on Thu Aug 24 16:43:41 2023
|
Below are the MIME types hard-coded into elogd. As you can see there is neither .ods nor .eml. If you give me the MIME type, I can add that easily. I
wonder however why both work differently for you. I believe this is a browser setting.
Stefan |
Re: File/App associations for attachments, posted by Evinrude Motor on Thu Aug 24 17:21:06 2023
|
so now that you have pointed me in the right direction let me hack on it a bit to see what works .
Stefan
Ritt wrote:
Below are the MIME types hard-coded into elogd. As you can see there |
Re: File/App associations for attachments, posted by Evinrude Motor on Thu Aug 24 19:22:01 2023
|
I gave it a shot with no luck
On my client (Kubuntu) an ".eml" is associated with mime type "message/rfc822" . Just adding this
to the list seemed to have no effect so there must be more to it than that :} |
Re: File/App associations for attachments, posted by Evinrude Motor on Thu Aug 24 19:48:06 2023
|
You were correct . This is 100% a browser issue , Thanks for your assistance.
Stefan
Ritt wrote:
Below are the MIME types hard-coded into elogd. As you can see there |