Age | Commit message (Expand) | Author | Files | Lines |
2011-04-24 | Noting completion of some tasks. | Joe Rayhawk | 2 | -1/+9 |
2011-04-24 | Adding new <32 character limit to usernames | Joe Rayhawk | 5 | -10/+10 |
2011-04-24 | Merge branch 'master' of piny.be:/srv/git/piny-code | Joe Rayhawk | 8 | -28/+128 |
2011-04-24 | Switching ikiwiki- username/group over to iki-; untested and requires a mass ... | Joe Rayhawk | 8 | -15/+23 |
2011-04-22 | Switching piny-web over to piny-hosting | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-04-22 | Postinstall should let secret key be readable by apache | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+2 |
2011-04-20 | Hard-coding gid for newuser | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-20 | Make libpiny.key readable by www-data | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+2 |
2011-04-20 | Merge branch 'newuser-hmac' | jrayhawk+piny.be@omgwallhack.org | 1 | -13/+43 |
2011-04-20 | introduce some semblance of security for the newuser cgi. | Julian Blake Kongslie | 1 | -2/+9 |
2011-04-20 | Fix rebuildrepo to work with existing Ikiwiki directories. | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+3 |
2011-04-20 | Use the right variable name so pinyconfig actually compiles | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-20 | Merge branch 'master' of piny.be:/srv/git/piny-code | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-04-20 | joe is a whiny baby who wants a better error message. | Julian Blake Kongslie | 1 | -1/+1 |
2011-04-20 | Merge branch 'master' of piny.be:/srv/git/piny-code | jrayhawk+piny.be@omgwallhack.org | 2 | -5/+24 |
2011-04-20 | Robustifying rebuildrepo to tolerate foreign-created repositories somewhat be... | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+18 |
2011-04-20 | Allow changes to .gitconfig using pinyconfig interface. | Julian Blake Kongslie | 1 | -5/+11 |
2011-04-20 | Create .gitconfig for new users. | Julian Blake Kongslie | 1 | -0/+13 |
2011-04-20 | Revert "Attempt to fix parsing of empty strings in config options" | Julian Blake Kongslie | 1 | -1/+1 |
2011-04-20 | Merge branch 'master' of ssh://piny/srv/git/piny-code | Julian Blake Kongslie | 3 | -3/+1 |
2011-04-20 | Backend support for user configs. | Julian Blake Kongslie | 2 | -1/+36 |
2011-04-20 | Better handling for empty config entries. | Julian Blake Kongslie | 1 | -0/+4 |
2011-04-20 | Removing redundant autoindex files that are now handled by transient.pm | Joe Rayhawk | 2 | -2/+0 |
2011-04-18 | Attempt to fix parsing of empty strings in config options | Joe Rayhawk | 1 | -1/+1 |
2011-04-15 | Making httpurl constraint also allow https urls | Joe Rayhawk | 1 | -2/+2 |
2011-04-15 | Get rid of extraneous manpage logic now that createuser doesn't exist | Joe Rayhawk | 1 | -1/+0 |
2011-04-15 | Remove createuser so we stop conflicting with postgres-client packages | Joe Rayhawk | 4 | -7/+4 |
2011-04-14 | Reorganize and add comment on tranisnet pages | Joe Rayhawk | 1 | -2/+5 |
2011-04-14 | ikiwiki.setup template: correcting comments | Joe Rayhawk | 1 | -8/+8 |
2011-02-27 | Adding new 'transient' infrastructure. | Joe Rayhawk | 1 | -1/+4 |
2011-02-03 | Rough stab at hmacing newuser.cgi | jrayhawk+piny.be@omgwallhack.org | 1 | -13/+36 |
2011-02-02 | Fixing shebang on cron script | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-02-01 | Add SSH key management commands to pinyhelp | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+4 |
2011-02-01 | Adding cgit url to output of newrepo command | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+1 |
2011-02-01 | Adding base cgit url to Piny::Repo | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+13 |
2011-02-01 | Adding lsaccess and lsrepo to piny documentation | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+3 |
2011-02-01 | Adding a help command for use in pinyshell | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+16 |
2011-01-29 | Fix type constraint, import Piny::Auth with rest of Piny. | Julian Blake Kongslie | 2 | -1/+2 |
2011-01-29 | Use less-good random numbers. | Julian Blake Kongslie | 1 | -1/+1 |
2011-01-29 | Added Piny::Auth. | Julian Blake Kongslie | 5 | -1/+110 |
2011-01-25 | Bug: postinstall key generation: new | Joe Rayhawk | 1 | -0/+9 |
2011-01-21 | Bug: cgi gateway: closing | jrayhawk | 1 | -1/+4 |
2011-01-21 | Bug: repo name limit: new | jrayhawk | 1 | -0/+9 |
2011-01-21 | Adding 2>1 to newuser for more obvious errors. | jrayhawk+piny.be@omgwallhack.org | 1 | -0/+2 |
2011-01-21 | If you're going to replace something working with something broken, do it som... | jrayhawk+piny.be@omgwallhack.org | 1 | -83/+19 |
2011-01-21 | Adding slew of simple piny-suid cgis | jrayhawk+piny.be@omgwallhack.org | 4 | -4/+71 |
2011-01-21 | Fixing up odd bad behavior in apache piny conf | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-01-21 | Fixing slightly broken pineyweb makefile | jrayhawk+piny.be@omgwallhack.org | 1 | -2/+2 |
2011-01-21 | Switching newrepo cgi to use --batch interface | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+1 |
2011-01-21 | Adding noninteractive mode to newrepo | jrayhawk+piny.be@omgwallhack.org | 1 | -1/+10 |