summaryrefslogtreecommitdiff
path: root/libpiny
AgeCommit message (Expand)AuthorFilesLines
2011-12-08libpiny: turn search on by defaultJoe Rayhawk1-1/+1
2011-12-08Piny::Repo: Adding support for a global ikiwiki overrides file in /etc/ikiwik...Joe Rayhawk1-0/+13
2011-12-05Piny::Repo: fix cwd impermission problem by hardcoding a known-rx dirJoe Rayhawk1-0/+2
2011-12-05Piny::Repo: Adding -H to sudo invocations to get rid of problems with unreada...Joe Rayhawk1-3/+3
2011-10-24Shifting instances of SSLRequireSSL around so Piny can operate behind an SSL ...Joe Rayhawk1-6/+6
2011-06-30Disable htmlscrubber by default since most piny deployments are run by power ...Joe Rayhawk1-1/+1
2011-06-29Fix permissions on ikiwiki setup fileJoe Rayhawk1-0/+1
2011-06-14Adding --no-run-if-empty to attempt to chmod empty objectsJoe Rayhawk1-1/+1
2011-06-12Adding distinction between immutable and normal git file permissionsjrayhawk+piny.be@omgwallhack.org1-4/+10
2011-06-04Bugfixes for core.sharedrepoJoe Rayhawk1-19/+30
2011-06-01Fix wikilist.d removalJoe Rayhawk1-1/+1
2011-06-01newrepo: migrating rebuild logic out of Repo.pm and making --enable/disable-i...Joe Rayhawk1-7/+1
2011-05-31Piny::Repo->create: mostly fixing check for local remoteJoe Rayhawk1-2/+2
2011-05-31Hopefully better validation of local repos.Julian Blake Kongslie1-1/+6
2011-05-31fixed previous commitJoe Rayhawk1-1/+1
2011-05-31FIXME: broken config copying.Joe Rayhawk1-5/+12
2011-05-30Adding primitive cloning supportJoe Rayhawk1-2/+2
2011-05-24libpiny: $repo.git/config should probably be world-readable, but git-config l...Joe Rayhawk1-8/+8
2011-05-24Fixing cgit diffurlJoe Rayhawk1-1/+1
2011-05-24Attempt to support core.sharedRepositoryJoe Rayhawk2-42/+171
2011-05-23After mangling the config, reload it.Julian Blake Kongslie1-0/+2
2011-05-23Recreate the repo object slightly earlier.Julian Blake Kongslie1-1/+3
2011-05-23Don't accidentally remove stuff when changing the user config.Julian Blake Kongslie1-1/+1
2011-05-23Be more paranoid about Config::Simple.Julian Blake Kongslie1-12/+29
2011-05-23Repo creation fucks up too much saved state; return a fresh object.Julian Blake Kongslie1-1/+1
2011-05-23Don't save tweakables that are overridden on accident.Julian Blake Kongslie1-0/+1
2011-05-22Fix path constraint failure in Piny::User (yes, really!)Julian Blake Kongslie1-2/+2
2011-05-22Config.pm: adding 'false' to list of allowed core_sharedrepository valuesJoe Rayhawk1-2/+2
2011-05-22Disabling gc.packrefsJoe Rayhawk1-0/+2
2011-05-13Canonicalize repo config during rebuild.Julian Blake Kongslie1-0/+4
2011-05-13Propagate global config to each git repo for git-specific tweakables.Julian Blake Kongslie1-2/+2
2011-05-13Merge branch 'master' of ssh://piny/srv/git/piny-codeJulian Blake Kongslie2-5/+5
2011-05-13Fixing a few bugs in config handling, and support default-to-user-config.Julian Blake Kongslie1-14/+32
2011-05-11piny_permission -> core_sharedrepositoryJoe Rayhawk1-1/+1
2011-05-11Making repopermissions even more git-friendlyJoe Rayhawk1-2/+2
2011-05-11switch piny_permission over to git-config-valid valuesJoe Rayhawk1-3/+3
2011-05-11Make destroy_ikiwiki quieterJoe Rayhawk1-2/+2
2011-05-11Inhibit some tweakables from being in the all-tweakables list, and displayJulian Blake Kongslie1-4/+4
2011-05-11Support listing all tweakables.Julian Blake Kongslie1-0/+20
2011-05-11Making Piny::Repo->rebuild_wikilist functionJoe Rayhawk1-27/+19
2011-05-11Make destroy and rebuild operations quieter.Joe Rayhawk1-8/+13
2011-05-11Adding piny_ikiwiki support for Piny::Repo->create and ->rebuildJoe Rayhawk1-2/+9
2011-05-07Fix various outstanding issues with today's changesJoe Rayhawk1-3/+4
2011-05-07Split destroy into destroy_ikiwiki and destroy_git so we can be a bit more se...Joe Rayhawk1-1/+14
2011-05-07Reorganizing creation lines to maximize likelihood of preserving ownershipJoe Rayhawk1-2/+2
2011-05-07Fix indentation and variable typeJoe Rayhawk1-1/+1
2011-05-07Adding piny_ikiwiki tweakableJoe Rayhawk1-0/+1
2011-05-07Fix repo creation logicJoe Rayhawk1-4/+4
2011-05-07Support creating repos from a source template.Julian Blake Kongslie2-10/+15
2011-05-06Shuffle functions around, half-implement clone logicJoe Rayhawk1-16/+35