Discussion:
[dev] git log query on web server
Greg Reagle
2018-08-09 12:36:35 UTC
Permalink
This link used to show my contributions to sbase:
https://git.suckless.org/sbase/log/?qt=author&q=reagle

Now it returns: 404 Not Found
nginx

Does anyone know whether this is still possible, and if yes what the proper syntax is? Thanks.
Laslo Hunhold
2018-08-09 12:47:51 UTC
Permalink
On Thu, 09 Aug 2018 08:36:35 -0400
Greg Reagle <***@umbc.edu> wrote:

Dear Greg,
Post by Greg Reagle
https://git.suckless.org/sbase/log/?qt=author&q=reagle
Now it returns: 404 Not Found
nginx
Does anyone know whether this is still possible, and if yes what the
proper syntax is? Thanks.
there was a critical and almost comical security hole[0] found in cgit a
few days ago which was pretty much the straw that broke the camel's
back.

Hiltjo reacted very quickly and kindly spent a few hours to finalize
the switch to stagit, a static git web interface.

For natural reasons, it does not have authorship statistics, and I
honestly personally don't see the reason to have them on the web.

With best regards

Laslo

[0]:https://bugs.chromium.org/p/project-zero/issues/detail?id=1627
--
Laslo Hunhold <***@frign.de>
Greg Reagle
2018-08-09 13:09:36 UTC
Permalink
Thank you for explaining Laslo. I had it on my resume. :>
Laslo Hunhold
2018-08-09 13:14:11 UTC
Permalink
On Thu, 09 Aug 2018 09:09:36 -0400
Greg Reagle <***@umbc.edu> wrote:

Dear Greg,
Post by Greg Reagle
Thank you for explaining Laslo. I had it on my resume. :>
oh I understand! Why not just link to the project[0] itself? :)

With best regards

Laslo

[0]:http://core.suckless.org/sbase
--
Laslo Hunhold <***@frign.de>
Hiltjo Posthuma
2018-08-09 14:22:45 UTC
Permalink
Post by Greg Reagle
https://git.suckless.org/sbase/log/?qt=author&q=reagle
Now it returns: 404 Not Found
nginx
Does anyone know whether this is still possible, and if yes what the proper syntax is? Thanks.
Thanks for reporting it.

I have added a few redirects for now for:

- reponame/tree/somefile
- reponame/plain/somefile
- reponame/commit/?id=someid
- reponame/log/

It is expected not all cgit features are supported via the HTML page anymore
though. The priorities have changed.
--
Kind regards,
Hiltjo
Loading...