Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | Be more paranoid about Config::Simple. | Julian Blake Kongslie | 1 | -12/+29 |
2011-05-23 | Repo creation fucks up too much saved state; return a fresh object. | Julian Blake Kongslie | 1 | -1/+1 |
2011-05-23 | Don't save tweakables that are overridden on accident. | Julian Blake Kongslie | 1 | -0/+1 |
2011-05-22 | Fix path constraint failure in Piny::User (yes, really!) | Julian Blake Kongslie | 1 | -2/+2 |
2011-05-22 | Config.pm: adding 'false' to list of allowed core_sharedrepository values | Joe Rayhawk | 1 | -2/+2 |
2011-05-22 | Disabling gc.packrefs | Joe Rayhawk | 1 | -0/+2 |
2011-05-13 | Canonicalize repo config during rebuild. | Julian Blake Kongslie | 1 | -0/+4 |
2011-05-13 | Propagate global config to each git repo for git-specific tweakables. | Julian Blake Kongslie | 1 | -2/+2 |
2011-05-13 | Merge branch 'master' of ssh://piny/srv/git/piny-code | Julian Blake Kongslie | 2 | -5/+5 |
2011-05-13 | Fixing a few bugs in config handling, and support default-to-user-config. | Julian Blake Kongslie | 1 | -14/+32 |
2011-05-11 | piny_permission -> core_sharedrepository | Joe Rayhawk | 1 | -1/+1 |
2011-05-11 | Making repopermissions even more git-friendly | Joe Rayhawk | 1 | -2/+2 |
2011-05-11 | switch piny_permission over to git-config-valid values | Joe Rayhawk | 1 | -3/+3 |
2011-05-11 | Make destroy_ikiwiki quieter | Joe Rayhawk | 1 | -2/+2 |
2011-05-11 | Inhibit some tweakables from being in the all-tweakables list, and display | Julian Blake Kongslie | 1 | -4/+4 |
2011-05-11 | Support listing all tweakables. | Julian Blake Kongslie | 1 | -0/+20 |
2011-05-11 | Making Piny::Repo->rebuild_wikilist function | Joe Rayhawk | 1 | -27/+19 |
2011-05-11 | Make destroy and rebuild operations quieter. | Joe Rayhawk | 1 | -8/+13 |
2011-05-11 | Adding piny_ikiwiki support for Piny::Repo->create and ->rebuild | Joe Rayhawk | 1 | -2/+9 |
2011-05-07 | Fix various outstanding issues with today's changes | Joe Rayhawk | 1 | -3/+4 |
2011-05-07 | Split destroy into destroy_ikiwiki and destroy_git so we can be a bit more se... | Joe Rayhawk | 1 | -1/+14 |
2011-05-07 | Reorganizing creation lines to maximize likelihood of preserving ownership | Joe Rayhawk | 1 | -2/+2 |
2011-05-07 | Fix indentation and variable type | Joe Rayhawk | 1 | -1/+1 |
2011-05-07 | Adding piny_ikiwiki tweakable | Joe Rayhawk | 1 | -0/+1 |
2011-05-07 | Fix repo creation logic | Joe Rayhawk | 1 | -4/+4 |
2011-05-07 | Support creating repos from a source template. | Julian Blake Kongslie | 2 | -10/+15 |
2011-05-06 | Shuffle functions around, half-implement clone logic | Joe Rayhawk | 1 | -16/+35 |
2011-05-06 | piny_permission should default to 664 | Joe Rayhawk | 1 | -1/+1 |
2011-05-06 | Merge branch 'master' of piny.be:/srv/git/piny-code | Joe Rayhawk | 1 | -0/+7 |
2011-05-06 | Remove majority of Piny::Repo->create in favor of letting 'rebuild' do everyt... | Joe Rayhawk | 1 | -73/+3 |
2011-05-05 | Add a tweakable for Joe. | Julian Blake Kongslie | 1 | -0/+7 |
2011-05-02 | Fix syntax error with previous commit. | Joe Rayhawk | 1 | -1/+1 |
2011-05-02 | Yeah, we probably shouldn't randomly truncate packed-refs. | Joe Rayhawk | 1 | -4/+8 |
2011-04-27 | Renaming piny.newuseremail to piny.adminemail | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-27 | Merge branch 'master' of ssh://piny/srv/git/piny-code | Julian Blake Kongslie | 1 | -6/+8 |
2011-04-27 | Notification emails for new users. | Julian Blake Kongslie | 1 | -0/+3 |
2011-04-27 | rebuildrepo: remove old ikiwiki state | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+2 |
2011-04-27 | Removing bizarre attempt to mkdir and chown a relative $ikiwiki->user | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-27 | Switch rmrepo over to new shortnames | jrayhawk+piny.be@omgwallhack.org | 1 | -3/+3 |
2011-04-27 | Revert "Correcting wrappergroup to use shortname" | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-04-27 | Merge branch 'master' of piny.be:/srv/git/piny-code | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-27 | Use shortname for group. | Julian Blake Kongslie | 1 | -1/+1 |
2011-04-27 | Correcting wrappergroup to use shortname | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-04-27 | Switch shortname hashes over to adduser-safe characters | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-04-27 | Make sure shortname refs get fully evaluated. | Joe Rayhawk | 1 | -5/+5 |
2011-04-27 | Remove repo rename, add hashed shortnames for repos with too-long names. | Julian Blake Kongslie | 1 | -38/+54 |
2011-04-24 | Adding new <32 character limit to usernames | Joe Rayhawk | 1 | -2/+2 |
2011-04-24 | Merge branch 'master' of piny.be:/srv/git/piny-code | Joe Rayhawk | 3 | -7/+56 |
2011-04-24 | Switching ikiwiki- username/group over to iki-; untested and requires a mass ... | Joe Rayhawk | 3 | -8/+16 |
2011-04-20 | Fix rebuildrepo to work with existing Ikiwiki directories. | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+3 |