[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-30 Thread szimszon
Minor update: 110630 display the number of the uploadable and the uploaded files on upload group list 110628 the upload and downloaed links of the upload groups has now a title='...' with the best before date And *Like* button on https://trac.oregpreshaz.eu/linux/wiki/ul Could we have a

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-30 Thread Bruno Rocha
On Thu, Jun 30, 2011 at 9:50 AM, szimszon szims...@gmail.com wrote: Could we have a download count on *appliances* page? Not yet, I am working on web2yslices2.0, which will probably work as an appliance directory, this will be included... Now, I host my projects in bitbucket, and I link ethe

[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-27 Thread szimszon
Changelog 110627 - you can make the upload and download uuid's writable if you set the - settings.uuid_writable = True in the file 0.py

[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-26 Thread szimszon
Code updated to support python2.5 in generating the md5 checksum. Thanks Peter.

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-25 Thread szimszon
Okay. I put a GPL3 in it. Is that okay? :) I not really care. :) This is just for fun. So fork it! Submit pull requests! Make it more fun! And tell me if you like it :-D

[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-24 Thread szimszon
Codes are in github: https://github.com/szimszon/Temporary-storage

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-24 Thread danto
2011/6/24 szimszon szims...@gmail.com Codes are in github: https://github.com/szimszon/Temporary-storage great work, you really should put a license statement. check [this] for some info about free software licenses _that worry about 'copyleft'_: [ http://www.gnu.org/licenses/]. regards

[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-23 Thread szimszon
Update of the app: Changelog 110623 - generating MD5Sum with hashlib for uploaded files - little design change

[web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-08 Thread szimszon
I updated the app and uploaded the new already to http://web2py.com/appliances/default/show/78 Changelog 110608 - data about the file downloads - authorized user can delete individual uploaded file - separate code for download and upload urls

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-08 Thread Stifan Kristi
great job, szimszon, thanks for sharing and announcing it. happy web2pying. On Wed, Jun 8, 2011 at 4:41 PM, szimszon szims...@gmail.com wrote: I updated the app and uploaded the new already to http://web2py.com/appliances/default/show/78 Changelog 110608 - data about the file

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-08 Thread szimszon
Forget to mention that old records without separate download code (uuid) doesn't get filled if it is accessed so earlier upload sets files can't be downloaded. You have to add the uuid by hand with appadmin. Sorry for that.

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-08 Thread szimszon
Stupid bug :( fix for broken download link in the uploaded files datapage (if you are authenticated you can modify the uploaded file trough crud form. That link for download was broken) And two settings are added to 0.py: - settings.default_valid_download_days = 7 -

Re: [web2py] Re: I created a little app to be able to share some files over the net without authentication

2011-06-08 Thread szimszon
Oh and the - settings.verzion_number='110608.a' added too to 0.py Need some sleep :-o