Re: [fossil-users] Hosted fossil solution

2010-08-01 Thread Joshua Paine
What about give me the option to enter a password on repo creation? Depending on the form layout, my browser will fill in the same one I've used on the site automatically. Joshua Paine LetterBlock: Web applications built with joy http://letterblock.com/ 301-576-1920

Re: [fossil-users] Hosted fossil solution

2010-08-01 Thread James Turner
Alright you can now set a default password at repo creation, it will generate the correct sha1 based on fossil id + username + password. I also tweaked the creation page by splitting the two types into separate pages. On Aug 1, 2010, at 2:31 PM, Joshua Paine wrote: What about give me the

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread Dig412
, altufa...@mail.com wrote: This site works like a charm... Thanks for the great tool! - Altu -Original Message- From: James Turner ja...@calminferno.net To: fossil-users@lists.fossil-scm.org Sent: Sat, Jul 31, 2010 5:08 am Subject: Re: [fossil-users] Hosted fossil solution

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
On Jul 31, 2010, at 9:10 AM, Joshua Paine wrote: On 07/31/2010 08:09 AM, Dig412 wrote: Are you planning on releasing the code? This could be really useful for development shops to run on their own servers to manage projects. If James wants to share his code of course more power to him, but

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread Joshua Paine
On 07/31/2010 10:11 AM, James Turner wrote: Alright, I think I have a decent enough solution. I will just mimic fossil's way of storing passwords, which I believe is either in cleartext or a sha1 of the password. The repo id (and maybe the username?--can't recall) is hashed together with the

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread James Turner
Your right, the sha1 is of the fossil repo id + username + password. So I guess here is my question for you guys. Would you rather have the random initial password and be forced to change it within the fossil ui on creation or would you rather I store your chisel password in cleartext, then

Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread Ross Berteig
At 06:10 AM 7/31/2010, Joshua Paine wrote: On 07/31/2010 08:09 AM, Dig412 wrote: Are you planning on releasing the code? This could be really useful for development shops to run on their own servers to manage projects. If you've got the server access and know-how to install James'

Re: [fossil-users] Hosted fossil solution

2010-07-30 Thread James Turner
On Jul 27, 2010, at 10:42 PM, Richard Hipp wrote: On Tue, Jul 27, 2010 at 10:15 PM, James Turner ja...@calminferno.net wrote: Alright well I finally managed to sit down over the weekend and get something up and running. You can check out the web app at: http://chiselapp.com You can

Re: [fossil-users] Hosted fossil solution

2010-07-28 Thread saulgoode
Quoting James Turner ja...@calminferno.net: Currently I'm limiting 5 repositories per account, everything should be considered in an alpha state, but so far everything seems to be running smoothly. Let me know if you run into any issues or have suggestions. Thanks. I have registered

Re: [fossil-users] Hosted fossil solution

2010-07-28 Thread James Turner
On Wed, Jul 28, 2010 at 02:19:13AM -0400, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting James Turner ja...@calminferno.net: Currently I'm limiting 5 repositories per account, everything should be considered in an alpha state, but so far everything seems to be running

Re: [fossil-users] Hosted fossil solution

2010-07-28 Thread Wolfgang
James Turner ja...@... writes: Alright well I finally managed to sit down over the weekend and get something up and running. You can check out the web app at: http://chiselapp.com Thank for the work. This looks realy nice for a alpha-version. I've added a public repository

Re: [fossil-users] Hosted fossil solution

2010-07-28 Thread Joshua Paine
On 07/28/2010 02:37 PM, Wolfgang wrote: I cannot clone the repo to my own machine, because i have to use the published windows version without https support :-( This is why I have concluded it's not practical to use HTTPS with fossil. If I'm going to be working with someone from a client on an

Re: [fossil-users] Hosted fossil solution

2010-07-27 Thread James Turner
Alright well I finally managed to sit down over the weekend and get something up and running. You can check out the web app at: http://chiselapp.com You can currently create an account, create new repositories as well as clone existing ones. Repositories are served up like:

Re: [fossil-users] Hosted fossil solution

2010-07-27 Thread Richard Hipp
On Tue, Jul 27, 2010 at 10:15 PM, James Turner ja...@calminferno.netwrote: Alright well I finally managed to sit down over the weekend and get something up and running. You can check out the web app at: http://chiselapp.com You can currently create an account, create new repositories as

Re: [fossil-users] Hosted fossil solution

2010-07-26 Thread Jeff Rogers
Richard Hipp wrote: That said, even Fossil requires a host. So if you don't already have a host sitting around (as many people don't) I think such a service would be quite useful. It's easy enough to host a fossil repository on sourceforge, tho it doesn't interoperate with all their other

Re: [fossil-users] Hosted fossil solution

2010-07-21 Thread Richard Hipp
On Wed, Jul 21, 2010 at 12:53 PM, James Turner ja...@calminferno.netwrote: I'm currently playing around with the idea and code for a hosted fossil solution. Since each fossil repository already has everything you would need, the solution would be more of a fossil repository management tool on