summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support paths.skel in gitano-setup to change skeleton pathbaserock/pedroalvarez/trove-ansible3Daniel Silverstone2014-05-211-1/+4
* Add support for cached ssh keys for testing. Shaves 20% off test runtimeDaniel Silverstone2014-05-177-6/+106
* Add tests for configDaniel Silverstone2014-05-171-0/+91
* Add support for server-side repo checkingDaniel Silverstone2014-05-172-0/+14
* Short-circuiting hooks if repository is accessed directlyGavin Lee2014-05-164-0/+19
* Merge remote-tracking branch 'ri/richardipsum/refactor'Daniel Silverstone2014-05-165-158/+38
|\
| * Make runcmd output "Unable to continue"Richard Ipsum2014-05-041-0/+1
| * Make gitano-command cgi use runcmdRichard Ipsum2014-05-041-21/+1
| * Make gitano-auth use is_authorized and runcmdRichard Ipsum2014-05-041-133/+9
| * Make gitano-smart-http pass repo_root to is_authorizedRichard Ipsum2014-05-041-1/+2
| * Make gitano-command pass repo_root to is_authorizedRichard Ipsum2014-05-041-1/+1
| * Add repo_root parameter to is_authorizedRichard Ipsum2014-05-041-2/+1
| * Move runcmd into utilRichard Ipsum2014-05-041-0/+23
|/
* Ensure we pass the repo through otherwise HTTP commands might not workDaniel Silverstone2014-04-092-4/+5
* UPDATE-HOOK: Extra audit message informationDaniel Silverstone2014-04-041-1/+8
* Support rsync directly to subdirectoriesDaniel Silverstone2014-04-041-2/+3
* Cache expansionsDaniel Silverstone2014-03-221-0/+8
* Allow tests to run even when not inside gitano-allDaniel Silverstone2014-03-141-1/+9
* RSYNC: Update rsync plugin to fix hiccoughsDaniel Silverstone2014-03-121-5/+2
* Merge in rsync work from CodethinkDaniel Silverstone2014-03-1117-39/+291
|\
| * Support for rsync in Trovesbaserock/danielsilverstone/S10634-rsync-supportDaniel Silverstone2014-03-112-1/+107
| * Use new configurable repository detectionbaserock/danielsilverstone/S10633-repo-detectionDaniel Silverstone2014-03-113-31/+12
| * Configurable repository detection for commandsDaniel Silverstone2014-03-111-2/+22
| * Demonstration Pluginbaserock/danielsilverstone/S10632-plugin-supportDaniel Silverstone2014-03-111-0/+46
| * Install plugins during `make install`Daniel Silverstone2014-03-111-1/+8
| * Add plugin support to all `.in` filesDaniel Silverstone2014-03-118-0/+8
| * Add support for a GITANO_PLUGIN_PATH in install-lua-binDaniel Silverstone2014-03-112-3/+19
| * Plugin support in GitanoDaniel Silverstone2014-03-113-2/+67
|/
* use passwd.method and passwd.hash insteadDaniel Silverstone2014-03-061-6/+6
* Ignore generated CGIsDaniel Silverstone2014-03-061-0/+2
* Mention lua-scrypt which will be mentioned on the websiteDaniel Silverstone2014-03-061-1/+2
* Merge branch 'richardipsum/http' which contains the HTTP work from RichardDaniel Silverstone2014-03-0614-103/+756
|\
| * Fatal should write contents of LogBuf to stderrRichard Ipsum2014-03-061-1/+3
| * Make gitano-setup ask whether we will use htpasswdRichard Ipsum2014-03-061-0/+2
| * Can't close if we haven't a handleRichard Ipsum2014-03-061-2/+7
| * Update rulesetRichard Ipsum2014-03-062-1/+4
| * Make Makefile install our new cgisRichard Ipsum2014-02-181-1/+2
| * Add gitano-smart-http cgiRichard Ipsum2014-02-181-0/+76
| * Add gitano-command cgiRichard Ipsum2014-02-181-0/+91
| * Make Makefile install auth.luaRichard Ipsum2014-02-181-1/+1
| * Add auth.luaRichard Ipsum2014-02-182-0/+142
| * Fix some indentation in usercommandRichard Ipsum2014-02-151-22/+27
| * Add htpasswd utilRichard Ipsum2014-02-151-0/+151
| * Add passwd commandRichard Ipsum2014-02-151-3/+111
| * Make whoami exit with err if user is anonymousRichard Ipsum2014-02-121-0/+5
| * Add hash_password and check_password to utilRichard Ipsum2014-02-121-0/+14
| * Fix some indentation in configRichard Ipsum2014-01-231-69/+70
| * Don't use luxio.LOG_EMERG in syslogbaserock/richardipsum/log_emergRichard Ipsum2014-01-231-1/+1
| * Add buffering capability to gitano.logRichard Ipsum2014-01-171-3/+50
|/
* Cope with nil back from sio:readDaniel Silverstone2013-11-171-1/+1