From: | Célestin Matte <celestin(dot)matte(at)cmatte(dot)me> |
---|---|
To: | pgsql-www(at)lists(dot)postgresql(dot)org |
Subject: | Issue report: search function not working for private lists |
Date: | 2021-11-04 09:41:55 |
Message-ID: | 641bd039-a2e3-db73-dcc1-1b3d2707bfa9@cmatte.me |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
There are several issues that prevent the correct installation of search functions for private lists:
- it is only possible to define a single archive search server in pgweb's settings.py, which makes it impossible to define both a public and a private archives server,
- there does not seem to be any kind of permissions verifications in pgweb/search/views.py that would allow only users subscribed to a list to search into it.
I've been told that this functionality did not indeed work for postresql.org's private lists.
--
Célestin Matte
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2021-11-04 10:24:25 | Re: [PATCH] pglister: Add possibility to override settings.py in settings_local.py |
Previous Message | Célestin Matte | 2021-11-03 19:15:08 | [PATCH] pglister: Add example script to import from mailman |