summaryrefslogtreecommitdiff
path: root/bin/gitano-command.cgi.in
Commit message (Collapse)AuthorAgeFilesLines
* Copyright cleanupsDaniel Silverstone2017-01-151-1/+26
|
* cleanups: Whitespace and indentation and untabifyDaniel Silverstone2017-01-021-7/+7
| | | | | | This is a massive unpleasant commit which does whitespace cleanup and fixes indentation (including untabifying). Hopefully we won't need to do this ever again, if we keep an eye on commits.
* Remove executable bit from cgi inputsDaniel Silverstone2016-12-181-0/+0
|
* Fix missing not-authorised message from HTTP command CGIDaniel Silverstone2016-12-031-0/+2
|
* Fix up empty command message to work like ssh doesDaniel Silverstone2016-12-031-3/+3
|
* Basic i18n moduleDaniel Silverstone2016-08-271-0/+1
|
* Fix empty command bugRichard Ipsum2015-10-301-1/+7
| | | | | | | | | This fixes a bug that causes gitano to crash when it's given an empty command list Opening and closing of the log should be done in the application, so it can log before checking for authorization, log after, and clean up at the end
* Make gitano-command cgi use runcmdRichard Ipsum2014-05-041-21/+1
|
* Make gitano-command pass repo_root to is_authorizedRichard Ipsum2014-05-041-1/+1
|
* Ensure we pass the repo through otherwise HTTP commands might not workDaniel Silverstone2014-04-091-3/+4
|
* Add plugin support to all `.in` filesDaniel Silverstone2014-03-111-0/+1
| | | | | | | | | | Each `.in` file needs to load plugins in order to ensure that all requisite functionality is available at all points during the lifetime of a Gitano operation. This is a largely mechanical delta. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
* Add gitano-command cgiRichard Ipsum2014-02-181-0/+91