1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-11 01:06:47 +09:00
vervis/src/Vervis/Handler
fr33domlover e8befc41ee Multiplex ticket PUT and DELETE over POST
HTML forms support only GET and POST methods. One way to bypass that is
to send the form using JS. But I don't want that. Another is to send a
POST with a hidden form field which specifies the read method. This is
what 'postTicketR' does.
2016-05-02 11:34:11 +00:00
..
Common.hs Put all modules under a new Vervis module 2016-02-23 08:45:03 +00:00
Git.hs Remove upload-pack over HTTP, 'hit' opens too many file descriptors 2016-04-29 18:08:05 +00:00
Home.hs Make the homepage repo table a bit more friendly 2016-04-12 23:09:52 +00:00
Key.hs Move key templates to new templates/key dir 2016-04-11 22:31:03 +00:00
Person.hs Add settings option to disable registration 2016-04-19 16:03:27 +00:00
Project.hs Move project templates to new templates/project dir 2016-04-11 22:46:09 +00:00
Repo.hs Don't use git Util module from git-graph, it's been removed 2016-04-30 20:14:56 +00:00
Ticket.hs Multiplex ticket PUT and DELETE over POST 2016-05-02 11:34:11 +00:00
Util.hs New ticket post form 2016-04-30 22:32:22 +00:00