New ideas and suggestions
1. Web application to manage users and repos using hgwebdir and ssh authentication
It would be very useful having an app that would:
- allow a site admin to tweak the hgwebdir configuration
- let users create an account providing a name, an email account and the server would generate a ssh key that gets sent to the user after admin approval.
- add the relevant bits to the ssh configuration file for registered users
- allow the admin to select which repos can be accessed by each user or group of users by checking and unchecking boxes in a list of repos.
- allow to create new branches from an existing one and let the admin choose which repos can be branched for each user or group of users. (a branch should be a clone from the master repo of the project, or any other specified repo)