[dl-ticket-service] dl-ticket-service is now mirrored by gmane

2009-11-01 Thread Yuri D';Elia
Hi everyone. I've subscribed the list to GMane, here: http://dir.gmane.org/gmane.comp.web.dl-ticket-service.general If you don't know about GMane yet, besides from being a good list archive, GMane allows you to read, post and search any list via NNTP as a superior alternative to any web-base

Re: [dl-ticket-service] Git thoughts and some actual patches

2009-11-03 Thread Yuri D';Elia
On Mon, 19 Oct 2009 16:14:30 +0100 Tim Booth wrote: > 1 - Currently, if you remove the session name entirely from the config > file then DL won't work. This bit me as I tried to use an old config > file in new DL. I'd suggest putting the default value into the code > and allowing it to be overr

Re: [dl-ticket-service] Git thoughts and some actual patches

2009-11-03 Thread Yuri D';Elia
On Tue, 03 Nov 2009 18:13:42 + Tim Booth wrote: > > I've refined your patch. I've added higher-level hooks for ticket > > creation/deletion/download into "hooks.php", and moved the > > notification functions (including file logging) in them. > > That sounds eminently sensible. I'm working i

Re: [dl-ticket-service] Git thoughts and some actual patches

2009-11-03 Thread Yuri D';Elia
On 3 Nov 2009, at 19:54, Tim Booth wrote: //Mail out... if(!empty($_REQUEST["mailto"])) { $mailto = str_replace(array(";", "\n"), ",", $_REQUEST["mailto"]); mail($mailto, "Files available to download from " . $_SERVER ["SERVER_NAME"], "This message was auto-generated by dl.php\n"

[dl-ticket-service] switch to PDO

2009-11-07 Thread Yuri D';Elia
I've committed some lengthy changes today to switch the internal user and ticket database to PDO. I needed those changes to implement the next features more cleanly so I couldn't wait. There is a migration script 'dbupgrade.php' and a batch for sqlite 'sqlite.sql' (both in the include directory

[dl-ticket-service] password protection

2009-11-11 Thread Yuri D';Elia
I've finished implementing password protection in the git repository. This is how the submit form looks: http://www.thregr.org/~wavexx/tmp/pass_sub.png and how the ticket is presented when the user clicks on it: http://www.thregr.org/~wavexx/tmp/pass_req.png When the ticket is generated, the pa

[dl-ticket-service] Upload grants

2009-11-14 Thread Yuri D';Elia
More progress. I've finished implementing "upload grants". As described previously, you can now grant a third-party the ability to upload a file into DL. Each grant allows a single upload. Here's the workflow: Create a grant: http://www.thregr.org/~wavexx/tmp/dl04/04_1.png you *must* have an e

[dl-ticket-service] Upload progress-bar

2009-11-18 Thread Yuri D';Elia
I'm finished integrating the upload progress-bar code from the earlier patch by Herve', though there have been some massive changes. The progress-bar works both when uploading a ticket, and when uploading through a grant. As with the original patch, it only works with mod_php and when the APC modu

[dl-ticket-service] dl 0.4 released

2009-11-24 Thread Yuri D';Elia
dl 0.4: 24/11/2009 * Ticket activity can be logged to syslog or a file. * The minimal required PHP version is now 5.0. * PDO is now used for the users/tickets database (defaulting to a sqlite database). Upgrading instructions in the README. * The submission form now allows to automatically send

Re: [dl-ticket-service] dl 0.4 released

2009-11-27 Thread Yuri D';Elia
On Fri, 27 Nov 2009 10:17:46 +0100 Kim Thostrup wrote: > Hi Yuri, > > This is perfect, thanks, I have just upgraded from 0.3 and after > installing APC it shows a nice progress-bar ;) > I also like the new email functions + the grant option, really useful. > Keep up the good work. I think the

Re: [dl-ticket-service] dl 0.4 released

2009-11-30 Thread Yuri D';Elia
On Sat, 28 Nov 2009 10:42:13 +0100 Kim Thostrup wrote: > Could you use something like this ? > http://www.lyingonthecovers.net/?cat=14 I was hoping for something a bit more advanced :) I remember seeing some OSS projects doing droplets for sites such as drop.io, fileshare and the like, though I

Re: [dl-ticket-service] Upload progress-bar

2009-11-30 Thread Yuri D';Elia
On Wed, 18 Nov 2009 17:34:27 +0100 Yuri D'Elia wrote: > I'm finished integrating the upload progress-bar code from the earlier > patch by Herve', though there have been some massive changes. For those interested, I've found that the progress-bar indicator didn't

[dl-ticket-service] language translations

2009-12-29 Thread Yuri D';Elia
I'm adding support for internationalization in DL, through gettext. We will be translating dl in italian and german. Anyone interested in cooperating (proof-reading translations) or adding other languages? Thanks

Re: [dl-ticket-service] dl 0.4 released

2009-12-29 Thread Yuri D';Elia
On Mon, 30 Nov 2009 22:32:52 +0100 Kim Thostrup wrote: > There is not alot to choose from (at least what I can find) > but this might work (or not ;) > http://jupload.sourceforge.net/index.html > http://blog.madarco.net/73/simple-java-ftp-upload-and-resize-pics-droplet-applet-howto/ > http://pany

[dl-ticket-service] dl beta with internationalization

2010-01-15 Thread Yuri D';Elia
As said before, I've completed internationalization support into DL. You can grab a snapshot here: http://www.thregr.org/~wavexx/tmp/dl-20100115.tar.gz or pull the sources from git. This is a snapshot, there are a couple of unfinished tasks: - You'll need to configure your server to generate th

[dl-ticket-service] dl 0.5 released

2010-02-09 Thread Yuri D';Elia
dl 0.5: 09/02/2010 -- * Fix upload progress-bar on Chrome and Safari. * Minor bug, UI and usability fixes. * Internationalization support. * Italian and German translation. * License changed to GNU GPL 2. http://www.thregr.org/~wavexx/hacks/dl/releases/dl-0.5.zip --- I had to ch

[dl-ticket-service] dl 0.6 released

2010-03-03 Thread Yuri D';Elia
dl 0.6: 03/03/2010 -- * Remember the selected language with a cookie. * Allow to tune the DB expiration process to improve the performance. * Fixed E-Mail subject encoding. * German translation update. * PHP 5.3 warning fixes. -- http://www.thregr.org/~wavexx/hacks/dl/releases/dl

[dl-ticket-service] dl 0.7 released

2010-03-11 Thread Yuri D';Elia
dl 0.7: 10/03/2010 -- * Fix XSS vulnerability for unknown ticket IDs (discovered by Sven Eric Neuz) -- http://www.thregr.org/~wavexx/hacks/dl/releases/dl-0.7.zip

[dl-ticket-service] "Advanced settings"

2010-04-26 Thread Yuri D';Elia
In attempt to make DL even simpler (and still be able to incorporate the IP-locking patch without scaring away users), I'd like to hide all non-mandatory settings inside an "advanced" pane. For new download tickets, as an example, I would only show "File", "Comment", and "Send e-mail to" (the rati

Re: [dl-ticket-service] "Advanced settings"

2010-04-27 Thread Yuri D';Elia
On Mon, 26 Apr 2010 15:12:22 +0100 Tim Booth wrote: > Hi Yuri, > > Good to hear you are still working with DL-ticket. I'm sorry to > confess that we're still using the really old version on the > production server because it does just what we need, and no more, but > I have been trying out the

Re: [dl-ticket-service] German translation not working for us

2010-04-28 Thread Yuri D';Elia
On Wed, 28 Apr 2010 10:54:14 +0200 Peter Allgeyer wrote: > Hi, > > while english and italian is ok, the german translation isn't working > for us. Instead the english page is shown. Our setting for LC_MESSAGES > is "de_DE.UTF-8". I debugged a little and discovered, that function > _get_reader()

Re: [dl-ticket-service] German translation not working for us

2010-04-28 Thread Yuri D';Elia
On Wed, 28 Apr 2010 12:35:27 +0200 Peter Allgeyer wrote: > > If all else fails, install 'gettext' and try running 'msgfmt > > message.po' inside include/locale/de_DE/LC_MESSAGES. > > Done that, no success. > > > We had some problems with some versions of the PHP APC plugin with > > mod_php. Tr

Re: [dl-ticket-service] German translation not working for us

2010-04-28 Thread Yuri D';Elia
On Wed, 28 Apr 2010 13:19:02 +0200 Peter Allgeyer wrote: > > After a total restart, I would try to call the admin page with > > 'wget' or 'curl' and force german: > > > > curl -i 'blabla/admin.php?lang=DE' > > > > (just to avoid possible session/cookie issues). > > No changes with that. Intere

Re: [dl-ticket-service] German translation not working for us

2010-04-29 Thread Yuri D';Elia
On Thu, 29 Apr 2010 10:03:06 +0200 Peter Allgeyer wrote: > > If not, I would start by trying-out gettext via PHP manually... I > > don't have any other quick solutions. > > Is there a way to force not to use the 'real' gettext? Yes, by changing the source code and switch all T_gettext function

Re: [dl-ticket-service] German translation not working for us

2010-04-29 Thread Yuri D';Elia
On Thu, 29 Apr 2010 10:21:11 +0200 Peter Allgeyer wrote: > > Is there a way to force not to use the 'real' gettext? > > Ok, the problem lies anywhere here (gettext.inc): > > /** > * Checks if the current locale is supported on this system. > */ > function _check_locale_and_function($function

Re: [dl-ticket-service] French translation

2010-06-22 Thread Yuri D';Elia
On Mon, 21 Jun 2010 14:41:38 +0200 "MOKRANI Rachid" wrote: > Hi, > > I would like to do French translation. > > How can I do that ? what I need ? Hi Mokrani, sorry for the delay. You will need to download and install "gettext" from here www.gnu.org/software/gettext/. If you're using ubunt

Re: [dl-ticket-service] German translation not working for us

2010-06-22 Thread Yuri D';Elia
On Thu, 29 Apr 2010 10:44:37 +0200 Peter Allgeyer wrote: > Am Donnerstag, den 29.04.2010, 10:32 +0200 schrieb Yuri D'Elia: > > > If real gettext doesn't work, there is an underlying issue with the > > locale configuration of the system - I would recommend looking in

Re: [dl-ticket-service] AD authentification

2010-06-22 Thread Yuri D';Elia
On Tue, 22 Jun 2010 11:29:22 +0200 "MOKRANI Rachid" wrote: > Hi, > > Is it possble to use Active Directory for authentification ? It should be. Simply enable Basic Authentication in ISS and use Active Directory. You probably need to run the PHP isapi module (not cgi). I never tested (I have no

Re: [dl-ticket-service] AD authentification

2010-06-23 Thread Yuri D';Elia
On Wed, 23 Jun 2010 15:09:48 +0200 "MOKRANI Rachid" wrote: > Dl is installed on linux Redhat (CentOS) (2.6.18 x86_64) with apache > 2.2.3 With my apache configuration I can use my ldap authentification > (running on MS 2003 server) Thanks, this is vital information I needed to know. Simply use

Re: [dl-ticket-service] AD authentification

2010-06-23 Thread Yuri D';Elia
On Wed, 23 Jun 2010 16:55:33 +0200 "MOKRANI Rachid" wrote: > Great !!! > It's working. > > This is my file configuration. Can I use your configuration snippet in the examples of the README? I'm sure others could benefit from it. > Thanks a lot. You can, optionally, configure some users as "a

Re: [dl-ticket-service] German translation not working for us

2010-06-23 Thread Yuri D';Elia
On Tue, 22 Jun 2010 12:46:15 +0200 Peter Allgeyer wrote: > > and, if possible, the relevant gettext section of a > > page? > > gettext > GetText Support > enabled Everything looks as expected. If you're using debian or ubuntu you could try to regenerate the localization support files by run

Re: [dl-ticket-service] French translation

2010-06-23 Thread Yuri D';Elia
On Tue, 22 Jun 2010 11:17:08 +0200 Yuri D'Elia wrote: > > I would like to do French translation. > > > > How can I do that ? what I need ? > > You will need to download and install "gettext" from here > www.gnu.org/software/gettext/. Any success with the french translation?

Re: [dl-ticket-service] how to clean spool directory

2010-06-24 Thread Yuri D';Elia
On Thu, 24 Jun 2010 15:51:22 +0200 "MOKRANI Rachid" wrote: > When I created a ticket and it expired, the file disappeared from the > web interface, but this file is not remove in the spool direcory > /var/spool/dl/data. > > How to remove properly expired files (and clean the > /var/spool/dl/da

Re: [dl-ticket-service] Comment in the body of message

2010-06-24 Thread Yuri D';Elia
On Thu, 24 Jun 2010 15:59:20 +0200 "MOKRANI Rachid" wrote: > It's not very useful. > > Is there a simple way to include this comment in the body of the > message in place of subject field ? No easy way, but you can change htdocs/include/hooks.php, which contains the e-mail generation functions

Re: [dl-ticket-service] how to clean spool directory

2010-06-25 Thread Yuri D';Elia
On Fri, 25 Jun 2010 08:57:01 +0200 "MOKRANI Rachid" wrote: > The files are ONLY removed from the server if they are not expired in > the web interface and when I can acces to it in the "active ticket" > and purge the file automatically. In this case, yes the file is > removed from the server and

Re: [dl-ticket-service] how to clean spool directory

2010-06-29 Thread Yuri D';Elia
On Tue, 29 Jun 2010 08:22:07 +0200 "MOKRANI Rachid" wrote: > Any help for the reason, why the files are note delete on the server ? I've checked on our testing machine with a fresh install, but it's working ok. Try creating a new ticket, set all expiration parameters to 0, except for 'number of

Re: [dl-ticket-service] how to clean spool directory

2010-06-29 Thread Yuri D';Elia
On Tue, 29 Jun 2010 15:23:08 +0200 "MOKRANI Rachid" wrote: > I Yuri, > > Did you tested on Redhat ? If yes which release ? with full OS > install ? > > Which releases oh php are you using ? I can directly test on Ubuntu LTS and Debian (stable/unstable), running PHP 5.2 and 5.3. > May be some

[dl-ticket-service] DL 0.8 release candidate

2010-07-07 Thread Yuri D';Elia
Hi everyone. I'm about to release DL 0.8 with several bug fixes. The beta release can be found here: http://www.thregr.org/~wavexx/software/dl/releases/dl-0.8-rc1.zip Changes as follows: * Update PHP-Gettext to 1.1.10 (fixing several PHP Notices). * Fix browser language autodetection (typo, th

Re: [dl-ticket-service] Bug in 0.8-rc1

2010-07-08 Thread Yuri D';Elia
On Thu, 08 Jul 2010 11:09:07 +0200 Peter Allgeyer wrote: > The path to the directory holding the images is wrong in > static/jquery.progressbar.js. It should be static/images/... instead > of images/... The path is static/images/ (see include/progress.php). I didn't change the progress handling

Re: [dl-ticket-service] Bug in 0.8-rc1

2010-07-08 Thread Yuri D';Elia
On Thu, 08 Jul 2010 12:11:57 +0200 Peter Allgeyer wrote: > Am Donnerstag, den 08.07.2010, 12:03 +0200 schrieb Yuri D'Elia: > > > The path to the directory holding the images is wrong in > > > static/jquery.progressbar.js. It should be static/images/... > > >

Re: [dl-ticket-service] Bug in 0.8-rc1

2010-07-08 Thread Yuri D';Elia
On Thu, 08 Jul 2010 17:10:41 +0200 Peter Allgeyer wrote: > Am Donnerstag, den 08.07.2010, 16:40 +0200 schrieb Yuri D'Elia: > > > What browser are you using? > > Firefox 3.6 on Linux. Ok, seems to be a linux problem since Firefox on > Windows behaves correctly as do

[dl-ticket-service] DL 0.8 release candidate 2

2010-07-08 Thread Yuri D';Elia
http://www.thregr.org/~wavexx/software/dl/releases/dl-0.8-rc2.zip Changes from rc1 as follows: * The user-guide is now included in the admin interface. --- The guide is now inside static/guide/locale/ If the appropriate locale is present, the correct guide is used. The link falls back to the de

[dl-ticket-service] DL 0.8 released

2010-07-10 Thread Yuri D';Elia
dl 0.8: 10/07/2010 -- * Update PHP-Gettext to 1.1.10 (fixing several PHP Notices). * Fix browser language autodetection (typo, thanks to Bert-Jan Kamp). * Fix ticket expiration when using sqlite3 (table locking issues). * Do not purge tickets prematurely after an unsuccessful downl

[dl-ticket-service] Advanced settings

2010-08-26 Thread Yuri D';Elia
This is how it looks like: http://www.thregr.org/~wavexx/tmp/advanced1.png http://www.thregr.org/~wavexx/tmp/advanced2.png I'm open to what actually needs to be inside 'advanced'. The visibility of the settings is also saved when 'saving as defaults'.

Re: [dl-ticket-service] Advanced settings

2010-08-28 Thread Yuri D';Elia
On Thu, 26 Aug 2010 19:18:42 +0200 Yuri D'Elia wrote: > I'm open to what actually needs to be inside 'advanced'. > The visibility of the settings is also saved when 'saving as defaults'. Most of the progress has been pushed to the repository. This includes:

[dl-ticket-service] dl 0.9 beta available

2010-08-31 Thread Yuri D';Elia
Changes in 0.9: * The settings of tickets and grants are now stored independently. * Most ticket and grant options are now moved into an "advanced" panel. * Form validation is now also performed in JavaScript. * Enlarged the width of the interface to 800px. * Users administration is now available

Re: [dl-ticket-service] dl 0.9 beta available

2010-09-02 Thread Yuri D';Elia
On Thu, 02 Sep 2010 09:52:45 +0200 Peter Allgeyer wrote: > > * The settings of tickets and grants are now stored independently. > > * Most ticket and grant options are now moved into an "advanced" panel. > > * Form validation is now also performed in JavaScript. > > * Enlarged the width of the in

Re: RE : [dl-ticket-service] dl 0.9 beta available

2010-09-03 Thread Yuri D';Elia
On Thu, 2 Sep 2010 18:51:41 +0200 "MOKRANI Rachid" wrote: > Hi, > > In my case I made modification for put the content of the comment field in > the body of the e-mail message (in place of subject), with no limit length. > And I change the size of the "comment" field for something more bigger.

[dl-ticket-service] request for comments: password protection

2010-09-03 Thread Yuri D';Elia
Hi all, Mokrani sent some suggestions about the password-protection of the ticket, and especially the grant. Right now, if you create a grant and send a link to someone, the e-mail will contain the password. When the grant is used, you will receive an e-mail that doesn't contain any password (

Re: [dl-ticket-service] how to increase file size upload

2010-09-29 Thread Yuri D';Elia
On Tue, 28 Sep 2010 15:04:22 +0200 "MOKRANI Rachid" wrote: > I think that php limit the upload size to 2Go. Is someone know how to > increase this limit (patch ? other ) > > My system : CentOS x86_64 > > In my /etc/php.ini > upload_max_filesize = 1792M > post_max_size = 2000M You mean that

Re: [dl-ticket-service] Re: request for comments: password protection

2010-10-14 Thread Yuri D';Elia
On Thu, 14 Oct 2010 12:34:29 +0200 ssc wrote: > What's the problem with storing the download password in clear text? I > can't see any security reason for this. This is just the download and > every admin should be able to re-read the password. My initial idea was that if one user creates a ti

Re: [dl-ticket-service] Issue with $dataDir

2010-10-14 Thread Yuri D';Elia
On Thu, 14 Oct 2010 12:36:26 +0200 ssc wrote: > Hello, > > I've encountered an issue with the variable $dataDir in config.php > ($dsn). Whatever I do, there's no chance to resolve this variable. > > dl runs on Debian 5 with Apache2, PHP5 and SQLITE3. I get the same error > in two different en

Re: [dl-ticket-service] Re: request for comments: password protection

2010-10-14 Thread Yuri D';Elia
On Thu, 14 Oct 2010 13:34:29 +0200 ssc wrote: > But don't you think, that in most cases the administrator of dl will > also be the root or a privileged user on the webserver/system? In this > case he would always be able to get those uploaded files through system > access. In one of the cases

Re: [dl-ticket-service] Re: Issue with $dataDir

2010-10-14 Thread Yuri D';Elia
On Thu, 14 Oct 2010 13:44:17 +0200 ssc wrote: > Not working with: > // dsn: set the DSN of your database (read the installation manual) > $dsn = "sqlite:$dataDir/data.sdb"; > > > Notice: Undefined variable: dataDir in /var/www/dl/include/config.php on > line 48 Ok, now I understand what you m

Re: [dl-ticket-service] return email error

2010-10-17 Thread Yuri D';Elia
On Fri, 15 Oct 2010 15:31:40 +0200 "MOKRANI Rachid" wrote: > Hi, > > I'm using dl with ldap authentification. My apache server is running > with the apache user. My OS is CentOS kernel 2.6.18. > > Suppose I would like to send a file to : wav...@thregr.org > > I connect to dl with my user

Re: [dl-ticket-service] Re: dl 0.9 beta available

2010-10-25 Thread Yuri D';Elia
On Tue, 19 Oct 2010 20:45:45 +0200 ssc wrote: > Hi Yuri, > > I checked out the Beta of DL and get an error on the user management: > > Warning: Invalid argument supplied for foreach() > in /var/www/include/users.php on line 114 > > I thought this would be a general issue on the code, but no on

Re: [dl-ticket-service] Feature Request: Permitted IP's

2010-10-25 Thread Yuri D';Elia
On Tue, 19 Oct 2010 21:49:53 +0200 ssc wrote: > Hi, > > I'm not really happy, that everyone is able to access the administration > of DL. What about permitted IP's? It shouldn't be a big problem to > implement IP restrictions and this would make DL much more secure. > > Sure, you can enforce

[dl-ticket-service] Some progress ahead

2011-03-20 Thread Yuri D';Elia
I'm working on the ability to edit existing tickets/grants. I hope to release DL 0.9 with this feature by the end of next week. I also just pushed to git the last unreleased changes that allow to use multi-line comments for both tickets and grants instead of a single-line editor. I've been revi

[dl-ticket-service] Request for comments: new ticket listings

2011-03-20 Thread Yuri D';Elia
To allow for ticket editing, and also improve the listing itself, I've modified the current layout of the active ticket listings. The new list looks like this: http://www.thregr.org/~wavexx/tmp/newlist.png the little pen edits an existing ticket, the disk allows to download the ticket and the

Re: [dl-ticket-service] Request for comments: new ticket listings

2011-03-21 Thread Yuri D';Elia
On Sun, 20 Mar 2011 17:32:30 -0400 (EDT) R P Herrold wrote: > > The new list looks like this: > > > > http://www.thregr.org/~wavexx/tmp/newlist.png > > very intuitive. > > Perhaps, you might add a 'trashcan' icon to the left of the > selectbox square, so that a individual ticket might be > di

Re: [dl-ticket-service] Request for comments: new ticket listings

2011-03-21 Thread Yuri D';Elia
On Mon, 21 Mar 2011 09:28:46 -0400 (EDT) R P Herrold wrote: > This is harder -- that ',' is a English way of having a > delendent clause ('After next download') come before the main > clause ('in %d hours'). As such, that phase could be > re-written: > %d hours after next download > whi

Re: [dl-ticket-service] Request for comments: new ticket listings

2011-03-22 Thread Yuri D';Elia
On Mon, 21 Mar 2011 15:26:52 +0100 Yuri D'Elia wrote: > > I would omit the icons on the column title line because they > > can (almost) never be active. If there is a detail line, it > > will show the permitted actions already [per user ACLs may > > imply a need

Re: [dl-ticket-service] Request for comments: new ticket listings

2011-03-22 Thread Yuri D';Elia
> This looks cool. Only thing I'd comment is that "Users management" > sounds a bit strange. Perhaps either "User accounts" or "Manage > users" instead? Will do. I like "Manage users".

Re: [dl-ticket-service] Request for comments: new ticket listings

2011-03-22 Thread Yuri D';Elia
On Tue, 22 Mar 2011 14:27:32 -0400 (EDT), R P Herrold wrote: > On Tue, 22 Mar 2011, Yuri D'Elia wrote: > >> http://www.thregr.org/~wavexx/tmp/dl-again.png > > The page would be easier to read if the Size and Date fields were > centered rather than left-justified &

[dl-ticket-service] DL 0.9 rc1 (beta) is available

2011-03-26 Thread Yuri D';Elia
Hi everyone. As promised, I've finished to implement ticked editing. You can fetch and test the latest DL from GIT, or here: http://www.thregr.org/~wavexx/tmp/dl-0.9-rc1.zip I'm afraid translations (italian and german) are not yet updated, but everything else should work as expected. Let me kno

Re: TR: [dl-ticket-service] DL 0.9 rc1 (beta) is available

2011-03-28 Thread Yuri D';Elia
On Mon, 28 Mar 2011 11:25:52 +0200 "MOKRANI Rachid" wrote: > After download dl 09rc1 I have some suggestions about "Active Ticket" > http://www.thregr.org/~wavexx/tmp/dl-again.png > > 1 - We need to use the different icon "save, delete, edit" before to know > what is it . Can you add some desc

[dl-ticket-service] Re: Email tracking

2011-03-31 Thread Yuri D';Elia
On Thu, 31 Mar 2011 08:30:45 +0200 "MOKRANI Rachid" wrote: > > This would be very useful with the e-mail tracking patch that > > was sent some time ago in the mailing list. In general, a > > special ticket id is generated for each e-mail address, so > > you know exactly which person downloaded

Re: [dl-ticket-service] Re: Email tracking

2011-04-01 Thread Yuri D';Elia
On Fri, 1 Apr 2011 14:15:34 +0200 "MOKRANI Rachid" wrote: > > I have already a plant to re-implement this on top of the new > > sources. My question to you is this though: how would you > > display who downloaded the ticket or not? > > > > If you send the link to 3 persons, should I generate 3

[dl-ticket-service] Defaults for dl-0.9

2011-04-01 Thread Yuri D';Elia
I'm still waiting for the german (and now also spanish) translations to be completed, but DL 0.9 is otherwise ready and soon to be released. Since we now have web-based user management, should we create a default user in the initial database? Something like "admin/admin"? Or we should leave DL

Re: [dl-ticket-service] Can't upload large files on 0.8 version using an slow connection

2011-04-05 Thread Yuri D';Elia
On Tue, 5 Apr 2011 10:54:27 +0200, Roberto Salgado wrote: I'm using 0.8 version and trying to upload an 800MB file. As soon as my browser (Firefox 3.x and Chrome 8.0.552.224) finalizes sending the file I got the login form again and file is not uploaded. Getting the login form again is stra

Re: [dl-ticket-service] Can't upload large files on 0.8 version using an slow connection

2011-04-05 Thread Yuri D';Elia
On Tue, 5 Apr 2011 14:48:06 +0200 Roberto Salgado wrote: > > Do you have access to the PHP's error log to see if there's any relevant > > message? > > I've got full access to server. No error found on error.log (but 404 for > favicon.ico). Be sure to have the following set in php.ini: log_erro

[dl-ticket-service] DL 0.9 released

2011-04-06 Thread Yuri D';Elia
DL 0.9 is out. I'd like to thank the many contributors that helped with this release, which is overall a big step forward. Changes since DL 0.8: dl 0.9: 06/04/2011 -- * The settings of tickets and grants are now stored independently. * Default ticket/grant settings can be specif

Re: [dl-ticket-service] Can't upload large files on 0.8 version using an slow connection

2011-04-19 Thread Yuri D';Elia
On Tue, 5 Apr 2011 10:54:27 +0200 Roberto Salgado wrote: > Hello reader, > > I'm using 0.8 version and trying to upload an 800MB file. As soon as my > browser (Firefox 3.x and Chrome 8.0.552.224) finalizes sending the file I > got the login form again and file is not uploaded. I was able to r

[dl-ticket-service] DL 0.9.1 released (fixes grave security issue)

2012-01-09 Thread Yuri D';Elia
Hi everyone. DL 0.9.1 is available to download, and fixes a grave security issue for people that use the built-in authorization mechanism (if you see the DL login form you are affected). Upgrade is highly recommended. I've discovered this sloppy mistake on the 31th December, and thus decided to

[dl-ticket-service] DL 0.10 includes a new native client

2012-01-10 Thread Yuri D';Elia
Hi everyone. A new beta of DL 0.10 is available, and can be downloaded either from git or here: http://www.thregr.org/~wavexx/tmp/dl-0.10-rc1.zip The new DL sports a new "REST" interface and *two* clients written for it. "dl-cli" allows to create tickets through the command line: $ dl-cli

[dl-ticket-service] Changing defaults for DL 0.10

2012-01-13 Thread Yuri D';Elia
One of the things that I noticed here is that people _fear_ that the ticket can expire too soon, without giving time to the recipient to download it. As a result, they turn on the "permanent" flag, and then completely forget to remove the file once downloaded, kind-of defeating the purpose. I w

Re: [dl-ticket-service] Changing defaults for DL 0.10

2012-01-13 Thread Yuri D';Elia
On Fri, 13 Jan 2012 12:55:55 +0100 wrote: > Hi Yuri, > > I think it makes good sense, I vote for these new defaults. "hours after last download" could also be switched to "days after last download". I doubt somebody ever put anything lower than 24 on that field. That would result in a round "

[dl-ticket-service] DL 0.10 released

2012-02-06 Thread Yuri D';Elia
DL 0.10 has been released, along with DL-WX 0.10. dl 0.10: 06/02/2012 --- * The default configuration file has been renamed to "config.php.dist" and must now be manually copied/renamed to be used. If a suitable "config.php" is not found in the include/ directory, then the conf

Re: [dl-ticket-service] dl 10.0 upload internal error

2012-03-01 Thread Yuri D';Elia
On Thu, 01 Mar 2012 15:11:53 +0100 Peter Allgeyer wrote: > Hi! > > If I want to upload a file (having a valid upload ticket), I'm getting > an error: "Upload failed: internal error". Error log of apache is empty > as well as syslog. What can I do? Hi Peter. Are you able to create a ticket when

Re: [dl-ticket-service] dl 10.0 upload internal error

2012-03-01 Thread Yuri D';Elia
On Thu, 01 Mar 2012 15:50:25 +0100 Peter Allgeyer wrote: > > Does it only happen when you use a grant? > > Download works perfectly. Only grants are affected. > > > > Try cranking up PHP's "error_reporting" level: set > > error_reporting = E_ALL | E_NOTICE > > in php.ini and reload. So to ge

Re: [dl-ticket-service] Re: dl 10.0 upload internal error

2012-03-04 Thread Yuri D';Elia
On 03.03.2012 19:38, Alex wrote: If I want to upload a file (having a valid upload ticket), I'm getting an error: "Upload failed: internal error". Error log of apache is empty as well as syslog. What can I do? Got exactly the same problem here ... any news on this? Not yet (waiting for feed

Re: [dl-ticket-service] Re: dl 10.0 upload internal error

2012-03-04 Thread Yuri D';Elia
On 04.03.2012 19:37, Alex wrote: >> If I want to upload a file (having a valid upload ticket), I'm >> getting >> an error: "Upload failed: internal error". Error log of apache is >> empty >> as well as syslog. What can I do? > > Got exactly the same problem here ... any news on this? Not yet (wa

[dl-ticket-service] DL 0.10.1 released

2012-03-09 Thread Yuri D';Elia
dl 0.10.1: 09/03/2012 - * A bug was fixed in the initialization code that could cause grant uploads to fail in certain configurations. DL 0.10.1 can be downloaded from: http://www.thregr.org/~wavexx/software/dl/releases/dl-0.10.1.zip Thanks to both Peter Allgeyer and Ale

Re: [dl-ticket-service] SSL on Webserver

2012-05-12 Thread Yuri D';Elia
On 11.05.2012 08:31, markus.t...@iese.fraunhofer.de wrote: Hallo, I've tried to secure the webpages with ssl, but every time the URL is switching back from https to http after clicking a link. Could you please verify this? My settings: Apache 2.2.17 on Linux, PHP 5.3.5, OpenSSL 1.0.0c Hi Marc

Re: [dl-ticket-service] error problem...

2012-05-30 Thread Yuri D';Elia
On 2012-05-30 03:53, Amenem Hatankh wrote: in the server log this error is found PHP Fatal error: Call to undefined function mb_internal_encoding() in .../root/dl/include/lang.php on line 92 in the htaccesss file only this directives are declared so php5 is used for execution # #.h

Re: [dl-ticket-service] error problem...

2012-05-31 Thread Yuri D';Elia
On 05/31/2012 09:02 AM, Amenem Hatankh wrote: it worked out...;-) my hosting provider 1and1 changed the php installations silently and i didnt noticed it. you were right... i had to manually enable it. I've added "mbstring" to the requirements for the next release, just in case (I always assu

Re: [dl-ticket-service] if(!posix_access($spoolDir, POSIX_R_OK | POSIX_W_OK))

2012-06-01 Thread Yuri D';Elia
On 2012-06-01 09:56, Amen Ankh wrote: there is no posix access on windows systems for php and if so... they should be disabled... x:\root\dl-0.10.1\htdocs\include\confwrap.php Line 17: if(!posix_access($cfgPath, POSIX_R_OK)) x:\root\dl-0.10.1\htdocs\include\init.php Line 8: if(!posix_access($sp

[dl-ticket-service] DL 0.11 release candidate

2013-05-29 Thread Yuri D';Elia
Hi everyone. DL 0.11 is about to be released, and includes a plethora of security fixes and enhancements. >From the current NEWS file: * Fix CSRF vulnerability of the admin interface (discovered by Dirk Reimers). * Mitigations against session fixation attacks (discovered by Dirk Reimers). *

[dl-ticket-service] Data duplication survey

2013-06-01 Thread Yuri D';Elia
We were wondering here if it would make sense to implement ticket/file de-duplication in DL itself. You can find out if you have duplicated content using this little one-liner: md5sum /var/spool/dl/data/* | awk '{print $1}' | \ sort | uniq -c | awk '{print $1}' | \ sort | uniq -c it will p

[dl-ticket-service] Thunderbird integration available

2013-06-28 Thread Yuri D';Elia
I only realized a month ago that Thunderbird got a "Filelink" feature to upload attachments to external service providers. This article describes how it works: https://support.mozillamessaging.com/en-US/kb/filelink-large-attachments They provide Dropbox/YouSendIt providers, and of course I *had*

Re: [dl-ticket-service] Thunderbird integration available

2013-07-01 Thread Yuri D';Elia
On 07/01/2013 12:05 PM, Jean-Jacques MICHEL wrote: > This is really a nice feature ! > > My test however was only partly successful : the attachment is still > present (full size) > in the message sent (everything goes ok, the filelink message is > created, the file is > uploaded to the DL server,

Re: [dl-ticket-service] Thunderbird integration available

2013-07-01 Thread Yuri D';Elia
On 07/01/2013 01:42 PM, Jean-Jacques MICHEL wrote: > It looks like that for my first test I came into that problem : > > https://forums.mozilla.org/addons/viewtopic.php?p=26837&sid=89a5e43b6055c8a8ba3e5c713b4f4850 > > When trying with a locally stored file it just works fine. > > Sorry for the n

[dl-ticket-service] DL 0.11 released

2013-07-05 Thread Yuri D';Elia
dl 0.11 is now officially available for download at: http://www.thregr.org/~wavexx/software/dl/releases/dl-0.11.zip The Thunderbird Addon is now also publicly supported, and can be downloaded here: http://www.thregr.org/~wavexx/software/dl/thunderbird.html The extension/xpi is also containe

Re: [dl-ticket-service] SQL batch for mysql?

2013-09-25 Thread Yuri D';Elia
On 09/25/2013 01:27 PM, Ђорђе Сарић wrote: > Can you provide SQL batch for mysql? The sqlite.sql is ANSI sql only for the moment. It should work on MySQL too.

Re: [dl-ticket-service] Importing sqlite.sql in MySQL fails

2013-11-19 Thread Yuri D';Elia
On 11/18/2013 10:45 PM, Daniel Berteaud wrote: > I've found a few scripts supposed to convert sqlite to mysql dumps, > but they are not very clean, and I still have the same kind of > errors. Anybody managed to import the schema file in MySQL ? I must be honest, I never did, though I tried Postgre

Re: [dl-ticket-service] Scan uploads using ClamAV

2013-11-21 Thread Yuri D';Elia
On 11/20/2013 01:59 PM, Daniel Berteaud wrote: > Unfortunatly, Github BT doesn't allow attachment of patches in issues, > so, I'm posting it here. Here's a simple patch to scan uploads using > ClamAV. It's quite minimal for now Thanks for the patch. Posting it here is fine. > - it's limited to gr

Re: [dl-ticket-service] Question re: missing feature?

2013-11-21 Thread Yuri D';Elia
On 11/21/2013 02:37 PM, Daniel Berteaud wrote: > And dl is doing this out of the box, plus as extra, the TB extension and > the cli. This tool should be more advertised :-) Be my guest ;) Where did find DL in the first place? By looking at my logs, 90% of downloads come from this stackoverflow q

Re: [dl-ticket-service] Question re: missing feature?

2013-11-21 Thread Yuri D';Elia
On 11/21/2013 01:40 PM, Tanstaafl wrote: > Hello, > > I had forgotten that I had found dl-ticket-service and subscribed to > this list. After the recent flurry of messages - that I at first thought > were spam - lol - I googled and re-discovered this excellent looking > tool. I remember looking at

Re: [dl-ticket-service] Question re: missing feature?

2013-11-21 Thread Yuri D';Elia
On 11/21/2013 02:01 PM, Tanstaafl wrote: > On 2013-11-21 7:40 AM, Tanstaafl wrote: >> Anyway, they would need the ability to have a generated hash of the >> uploaded file included in the email body along with the download link to >> the file, so that they could prove, if necessary, which file was

Re: [dl-ticket-service] Enable External auth for the rest interface

2013-11-22 Thread Yuri D';Elia
On 11/21/2013 12:10 PM, Daniel Berteaud wrote: > Here's a patch to enable external auth (handled by apache) on the rest > interface. > I'm using a webSSO (the excellent LemonLDAP::NG) to control access to my > web applications. In this mode, LemonLDAP::NG handles the auth, and just > set REMOTE_USE

  1   2   3   >