]> git.p6c8.net - jirafeau_project.git/log
jirafeau_project.git
9 years agoremove scripting interface documentation
Jerome Jutteau [Mon, 6 Jul 2015 22:10:28 +0000 (00:10 +0200)]
remove scripting interface documentation

This will reduce translation work and avoid out of date documentation.
This first commit updates translation template.
Will still needt to remove translation from other files.

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Mon, 6 Jul 2015 21:54:40 +0000 (23:54 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agoadd an alias system to the API.
Jerome Jutteau [Sun, 28 Jun 2015 22:58:08 +0000 (00:58 +0200)]
add an alias system to the API.

This alias system permits to create an "alias" to an uploaded file.
This permits to upload some new content and update the alias to the new
content.

This will permits to implement a lot of services, for example:
- Storing a live chat between two people
- Update a list of files
- Put a whole website and update it

A few notes:

- An alias MUST point to an existing upload at his creation or update.
- Alias are not protected against reading but are protected against updates
  and deletion using a password. The destination of the alias can still be
  protected by a password.
- Alias can be updated to change it's target and/or change the password.
- Alias names and passwords must be between 8 and 32 characters.

Some examples:

- Create an alias:

curl -X POST \
     --http1.0 \
     -F "alias=my-awsome-alias" \
     -F "destination=13dA8apU" \
     -F "password=my-very-secret-password" \
     http://my-host/jirafeau/script.php?alias_create=1
=> OK

- Get an alias

curl -X POST \
     --http1.0 \
     -F "alias=my-awsome-alias" \
     http://my-host/jirafeau/script.php?alias_get=1
=> 13dA8apU

- Update an alias:
curl -X POST \
     --http1.0 \
     -F "alias=my-awsome-alias" \
     -F "destination=2Ab6f17o" \
     -F "password=my-new-password" \
     http://my-host/jirafeau/script.php?alias_update=1
=> OK

- Access to alias using the web interface, let's go to:
http://couak.net/jirafeau-dev/f.php?h=my-awsome-alias

- Delete an alias:
curl -X POST \
     --http1.0 \
     -F "alias=my-awsome-alias" \
     -F "password=my-new-password" \
     http://my-host/jirafeau/script.php?alias_delete=1
=> OK

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Slovak)
Fedor Piecka [Thu, 2 Jul 2015 13:34:07 +0000 (15:34 +0200)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Slovak)
Fedor Piecka [Thu, 2 Jul 2015 11:58:26 +0000 (13:58 +0200)]
Translated using Weblate (Slovak)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoMerge branch 'master' of gitlab.com:mojo42/Jirafeau
Jerome Jutteau [Fri, 26 Jun 2015 06:53:26 +0000 (08:53 +0200)]
Merge branch 'master' of gitlab.com:mojo42/Jirafeau

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 26 Jun 2015 06:53:01 +0000 (08:53 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agothanks to François, makes file selection to re-appears
Jerome Jutteau [Fri, 26 Jun 2015 06:50:17 +0000 (08:50 +0200)]
thanks to François, makes file selection to re-appears

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Vietnamese)
Jérôme Jutteau [Fri, 26 Jun 2015 06:40:17 +0000 (08:40 +0200)]
Translated using Weblate (Vietnamese)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Portuguese)
Jérôme Jutteau [Fri, 26 Jun 2015 06:38:58 +0000 (08:38 +0200)]
Translated using Weblate (Portuguese)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Bengali (India))
Jérôme Jutteau [Fri, 26 Jun 2015 06:38:31 +0000 (08:38 +0200)]
Translated using Weblate (Bengali (India))

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Korean)
Jérôme Jutteau [Fri, 26 Jun 2015 06:37:39 +0000 (08:37 +0200)]
Translated using Weblate (Korean)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Hindi)
Jérôme Jutteau [Fri, 26 Jun 2015 06:36:55 +0000 (08:36 +0200)]
Translated using Weblate (Hindi)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoUpdates README.md
Jérôme [Fri, 26 Jun 2015 06:35:02 +0000 (06:35 +0000)]
Updates README.md

9 years agoadd Dutch (Nederlands) and Romanian (Limba română) languages
Jerome Jutteau [Fri, 26 Jun 2015 06:27:11 +0000 (08:27 +0200)]
add Dutch (Nederlands) and Romanian (Limba română) languages

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoadd support for http_X_forwarded_for header, refs #36
Jerome Jutteau [Wed, 20 May 2015 09:52:34 +0000 (11:52 +0200)]
add support for http_X_forwarded_for header, refs #36

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Dutch)
Jasper [Fri, 12 Jun 2015 16:49:46 +0000 (18:49 +0200)]
Translated using Weblate (Dutch)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Dutch)
Jasper [Fri, 12 Jun 2015 16:24:57 +0000 (18:24 +0200)]
Translated using Weblate (Dutch)

Currently translated at 51.8% (70 of 135 strings)

9 years agoTranslated using Weblate (Dutch)
Jasper [Fri, 12 Jun 2015 10:21:10 +0000 (12:21 +0200)]
Translated using Weblate (Dutch)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Serbian)
Slobodan Simić, Слободан Симић [Mon, 8 Jun 2015 07:00:00 +0000 (09:00 +0200)]
Translated using Weblate (Serbian)

Currently translated at 37.0% (50 of 135 strings)

9 years agoTranslated using Weblate (Romanian)
Laurentiu Dobrota [Tue, 9 Jun 2015 11:01:33 +0000 (13:01 +0200)]
Translated using Weblate (Romanian)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Romanian)
Laurentiu Dobrota [Tue, 9 Jun 2015 09:56:10 +0000 (11:56 +0200)]
Translated using Weblate (Romanian)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Serbian)
Slobodan Simić, Слободан Симић [Wed, 3 Jun 2015 12:58:26 +0000 (14:58 +0200)]
Translated using Weblate (Serbian)

Currently translated at 36.2% (49 of 135 strings)

9 years agoTranslated using Weblate (Serbian)
Slobodan Simić [Wed, 3 Jun 2015 12:33:31 +0000 (14:33 +0200)]
Translated using Weblate (Serbian)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Thu, 21 May 2015 12:30:06 +0000 (14:30 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agoupdate README.md for IE compatibility mode
Jérôme [Thu, 21 May 2015 12:30:06 +0000 (12:30 +0000)]
update README.md for IE compatibility mode

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Tue, 19 May 2015 12:00:05 +0000 (14:00 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agoEscape filenames to not break HTML views
Jerome Jutteau [Tue, 19 May 2015 11:58:36 +0000 (13:58 +0200)]
Escape filenames to not break HTML views

fixes #39

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Mon, 18 May 2015 12:30:32 +0000 (14:30 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agomove documentation to README.md
Jerome Jutteau [Mon, 18 May 2015 12:29:45 +0000 (14:29 +0200)]
move documentation to README.md

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Thu, 7 May 2015 16:42:47 +0000 (18:42 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agoadd Content-MD5 header when downloading a file
Jerome Jutteau [Thu, 7 May 2015 16:42:38 +0000 (18:42 +0200)]
add Content-MD5 header when downloading a file

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Thu, 7 May 2015 10:50:23 +0000 (12:50 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agomanage visitor IP behind reverse proxies, refs #36
Jerome Jutteau [Thu, 7 May 2015 10:50:04 +0000 (12:50 +0200)]
manage visitor IP behind reverse proxies, refs #36

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Czech)
Jindřich Skácel [Thu, 30 Apr 2015 11:24:02 +0000 (13:24 +0200)]
Translated using Weblate (Czech)

Currently translated at 65.1% (88 of 135 strings)

9 years agoTranslated using Weblate (Finnish)
Pyry Kujala [Wed, 29 Apr 2015 10:53:06 +0000 (12:53 +0200)]
Translated using Weblate (Finnish)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Finnish)
Pyry Kujala [Tue, 28 Apr 2015 11:54:37 +0000 (13:54 +0200)]
Translated using Weblate (Finnish)

Currently translated at 100.0% (135 of 135 strings)

9 years agofix typo
Jerome Jutteau [Tue, 28 Apr 2015 11:36:58 +0000 (13:36 +0200)]
fix typo

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoenable Finnish language in Jirafeau
Jerome Jutteau [Tue, 28 Apr 2015 11:29:12 +0000 (13:29 +0200)]
enable Finnish language in Jirafeau

9 years agoTranslated using Weblate (Finnish)
Pyry [Tue, 28 Apr 2015 09:49:00 +0000 (11:49 +0200)]
Translated using Weblate (Finnish)

Currently translated at 96.2% (130 of 135 strings)

9 years agoTranslated using Weblate (Czech)
Jindřich Skácel [Mon, 27 Apr 2015 20:15:42 +0000 (22:15 +0200)]
Translated using Weblate (Czech)

Currently translated at 65.1% (88 of 135 strings)

9 years agolib/lang.php: fix typo
Jerome Jutteau [Mon, 27 Apr 2015 18:17:59 +0000 (20:17 +0200)]
lib/lang.php: fix typo

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Finnish)
Pyry [Mon, 27 Apr 2015 11:29:26 +0000 (13:29 +0200)]
Translated using Weblate (Finnish)

Currently translated at 3.7% (5 of 135 strings)

9 years agoTranslated using Weblate (Czech)
Jindřich Skácel [Mon, 27 Apr 2015 13:48:53 +0000 (15:48 +0200)]
Translated using Weblate (Czech)

Currently translated at 40.0% (54 of 135 strings)

9 years agoadd optional IP authentication for uploaders
Jerome Jutteau [Mon, 27 Apr 2015 18:07:29 +0000 (20:07 +0200)]
add optional IP authentication for uploaders

closes #34

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoadded date in email link and cleaner url encode
Jerome Jutteau [Mon, 27 Apr 2015 17:14:09 +0000 (19:14 +0200)]
added date in email link and cleaner url encode

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Italian)
asashi [Sun, 26 Apr 2015 14:47:07 +0000 (16:47 +0200)]
Translated using Weblate (Italian)

Currently translated at 100.0% (135 of 135 strings)

9 years agolib/locales: fill Finnish language with template
Jerome Jutteau [Mon, 27 Apr 2015 11:24:39 +0000 (13:24 +0200)]
lib/locales: fill Finnish language with template

9 years agoTranslated using Weblate (Finnish)
Jérôme Jutteau [Mon, 27 Apr 2015 11:22:04 +0000 (13:22 +0200)]
Translated using Weblate (Finnish)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoenable Italian language
Jerome Jutteau [Sun, 26 Apr 2015 13:29:32 +0000 (15:29 +0200)]
enable Italian language

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Italian)
asashi [Sun, 26 Apr 2015 13:12:52 +0000 (15:12 +0200)]
Translated using Weblate (Italian)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Czech)
Jindřich Skácel [Sun, 26 Apr 2015 10:38:16 +0000 (12:38 +0200)]
Translated using Weblate (Czech)

Currently translated at 31.8% (43 of 135 strings)

9 years agoTranslated using Weblate (Italian)
asashi [Sun, 26 Apr 2015 12:22:10 +0000 (14:22 +0200)]
Translated using Weblate (Italian)

Currently translated at 100.0% (135 of 135 strings)

9 years agolib/locales: fill with template
Jerome Jutteau [Sun, 26 Apr 2015 10:07:26 +0000 (12:07 +0200)]
lib/locales: fill with template

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (Italian)
Jérôme Jutteau [Sun, 26 Apr 2015 10:01:27 +0000 (12:01 +0200)]
Translated using Weblate (Italian)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Czech)
Jérôme Jutteau [Sun, 26 Apr 2015 10:01:19 +0000 (12:01 +0200)]
Translated using Weblate (Czech)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoRevert "lib/locales: we can remove template file as locales are managed by weblate"
Jerome Jutteau [Sun, 26 Apr 2015 10:03:33 +0000 (12:03 +0200)]
Revert "lib/locales: we can remove template file as locales are managed by weblate"

This reverts commit 57971c94012d697a9d37160bb2c0321313a3fdf3.

9 years agoadd mailto link with image next to download page link
Jerome Jutteau [Sat, 25 Apr 2015 10:44:23 +0000 (12:44 +0200)]
add mailto link with image next to download page link

closes #31

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agomedia/courgette: cleaner design of links page
Jerome Jutteau [Sat, 25 Apr 2015 09:53:52 +0000 (11:53 +0200)]
media/courgette: cleaner design of links page

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agolib: simplify link deisplay function
Jerome Jutteau [Sat, 25 Apr 2015 09:21:49 +0000 (11:21 +0200)]
lib: simplify link deisplay function

why this was so complicated ?

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agolig/lang: clean error_log debug call, closes #30
Jerome Jutteau [Fri, 24 Apr 2015 22:59:35 +0000 (00:59 +0200)]
lig/lang: clean error_log debug call, closes #30

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (German)
Jérôme Jutteau [Thu, 23 Apr 2015 21:55:43 +0000 (23:55 +0200)]
Translated using Weblate (German)

Currently translated at 94.8% (128 of 135 strings)

9 years agoMerge remote-tracking branch 'origin/master'
Weblate [Tue, 21 Apr 2015 13:34:50 +0000 (15:34 +0200)]
Merge remote-tracking branch 'origin/master'

9 years agoTranslated using Weblate (German)
Zertrin [Tue, 21 Apr 2015 10:38:28 +0000 (12:38 +0200)]
Translated using Weblate (German)

Currently translated at 89.6% (121 of 135 strings)

9 years agoTranslated using Weblate (French)
Jérôme Jutteau [Mon, 20 Apr 2015 12:56:16 +0000 (14:56 +0200)]
Translated using Weblate (French)

Currently translated at 100.0% (135 of 135 strings)

9 years agoMerge branch 'fix-footer' into 'master'
Jérôme [Tue, 21 Apr 2015 13:34:12 +0000 (13:34 +0000)]
Merge branch 'fix-footer' into 'master'

Fix the footer

- Remove invisible and unused <a>
- i10n of the strings
- rtrim() the trailing slashes in the webroot URL to avoid double slashes in the link to tos.php
- reformat and indent source to make it more readable
- link to the AGPL license is now HTTPS

See merge request !4

9 years agoFix the footer
Marc Gallet [Tue, 21 Apr 2015 12:18:50 +0000 (14:18 +0200)]
Fix the footer

- Remove invisible and unused <a>
- i10n of the strings
- rtrim() the trailing slashes in the webroot URL to avoid double slashes in the link to tos.php
- reformat and indent source to make it more readable
- link to the AGPL license is now HTTPS

9 years agoTranslated using Weblate (German)
Jérôme Jutteau [Tue, 21 Apr 2015 08:34:59 +0000 (10:34 +0200)]
Translated using Weblate (German)

Currently translated at 81.4% (110 of 135 strings)

9 years agolib/lang.php: set German translation available
Jerome Jutteau [Tue, 21 Apr 2015 10:01:13 +0000 (12:01 +0200)]
lib/lang.php: set German translation available

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (German)
Zertrin [Mon, 20 Apr 2015 16:35:17 +0000 (18:35 +0200)]
Translated using Weblate (German)

Currently translated at 80.7% (109 of 135 strings)

9 years agolib/locales: we can remove template file as locales are managed by weblate
Jerome Jutteau [Mon, 20 Apr 2015 11:55:45 +0000 (13:55 +0200)]
lib/locales: we can remove template file as locales are managed by weblate

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agoTranslated using Weblate (French)
Jérôme Jutteau [Wed, 15 Apr 2015 15:03:39 +0000 (17:03 +0200)]
Translated using Weblate (French)

Currently translated at 100.0% (135 of 135 strings)

9 years agoTranslated using Weblate (Arabic)
Jérôme Jutteau [Thu, 16 Apr 2015 09:24:02 +0000 (11:24 +0200)]
Translated using Weblate (Arabic)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Russian)
Jérôme Jutteau [Thu, 16 Apr 2015 09:23:33 +0000 (11:23 +0200)]
Translated using Weblate (Russian)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Chinese)
Jérôme Jutteau [Thu, 16 Apr 2015 09:22:40 +0000 (11:22 +0200)]
Translated using Weblate (Chinese)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Japanese)
Jérôme Jutteau [Thu, 16 Apr 2015 09:22:14 +0000 (11:22 +0200)]
Translated using Weblate (Japanese)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (Spanish)
Jérôme Jutteau [Thu, 16 Apr 2015 09:21:44 +0000 (11:21 +0200)]
Translated using Weblate (Spanish)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (German)
Jérôme Jutteau [Thu, 16 Apr 2015 09:21:15 +0000 (11:21 +0200)]
Translated using Weblate (German)

Currently translated at 100% (0 of 0 strings)

Created new translation.

9 years agoTranslated using Weblate (French)
Michal Čihař [Wed, 15 Apr 2015 14:36:04 +0000 (16:36 +0200)]
Translated using Weblate (French)

Currently translated at 100.0% (135 of 135 strings)

9 years agoNEWCOMER.txt: fixed documentation
Jerome Jutteau [Tue, 14 Apr 2015 17:43:08 +0000 (19:43 +0200)]
NEWCOMER.txt: fixed documentation

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agolib/lang: move translations to json based files
Jerome Jutteau [Tue, 14 Apr 2015 17:31:39 +0000 (19:31 +0200)]
lib/lang: move translations to json based files

This should ease translation efforts #9

Signed-off-by: Jerome Jutteau <mojo@couak.net>
9 years agofix type in original config comments
Jerome Jutteau [Tue, 7 Apr 2015 11:36:58 +0000 (13:36 +0200)]
fix type in original config comments

9 years agoremove option which shows download page
Jerome Jutteau [Tue, 7 Apr 2015 11:36:45 +0000 (13:36 +0200)]
remove option which shows download page

This commit make Jirafeau to always have the download page link available.
This option is maybe not really usefull anymore as the user already have a
download link and a preview link after the upload.

9 years agoadd warning when the file will be downloadable one time only
Jerome Jutteau [Mon, 6 Apr 2015 15:13:33 +0000 (17:13 +0200)]
add warning when the file will be downloadable one time only

fixes #27

9 years agoMerge branch 'master' into 'master'
Jérôme [Sun, 29 Mar 2015 20:55:18 +0000 (20:55 +0000)]
Merge branch 'master' into 'master'

Add the test of HTTP_X_FORWARDED_PROTO in the is_ssl function

to test the case where Jirafeau is behind an apache reverse proxy

See merge request !2

9 years agoAdd the test of HTTP_X_FORWARDED_PROTO in the is_ssl function to test the case where...
Olivier Esver [Sun, 29 Mar 2015 11:37:50 +0000 (13:37 +0200)]
Add the test of HTTP_X_FORWARDED_PROTO in the is_ssl function to test the case where Jirafeau is behind an apache reverse proxy

9 years agof.php: remove 'Access denied' header
Jerome Jutteau [Thu, 26 Mar 2015 08:22:48 +0000 (09:22 +0100)]
f.php: remove 'Access denied' header

9 years agoadmin.php: div should be 'admin' not 'install'
Jerome Jutteau [Mon, 23 Mar 2015 18:08:18 +0000 (19:08 +0100)]
admin.php: div should be 'admin' not 'install'

9 years agomedia/courgette: fix borders in install
Jerome Jutteau [Mon, 23 Mar 2015 17:56:41 +0000 (18:56 +0100)]
media/courgette: fix borders in install

9 years agolib/lang: make translation file names have a better pattern
Jerome Jutteau [Mon, 23 Mar 2015 17:28:22 +0000 (18:28 +0100)]
lib/lang: make translation file names have a better pattern

9 years agof.php: fix js error in download page
Jerome Jutteau [Mon, 23 Mar 2015 12:48:52 +0000 (13:48 +0100)]
f.php: fix js error in download page

9 years agof.php fix bad file name when browser cannot preview file
Jerome Jutteau [Mon, 23 Mar 2015 12:48:49 +0000 (13:48 +0100)]
f.php fix bad file name when browser cannot preview file

This permits to have the original file name when browser force user
to download the file because he cannot preview it. closes #24

9 years agof.php: replace 'submit' id to not be confused
Jerome Jutteau [Mon, 23 Mar 2015 12:48:42 +0000 (13:48 +0100)]
f.php: replace 'submit' id to not be confused

9 years agolib/function.js: limit refresh of upload speed
Jerome Jutteau [Mon, 23 Mar 2015 11:08:59 +0000 (12:08 +0100)]
lib/function.js: limit refresh of upload speed

9 years agoMerge branch 'master' into 'master'
Jérôme [Mon, 23 Mar 2015 08:09:43 +0000 (08:09 +0000)]
Merge branch 'master' into 'master'

Fix a few typo in strings

See merge request !1

9 years agotypo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:59:36 +0000 (23:59 +0100)]
typo : transfert / transfer

9 years agotypo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:58:45 +0000 (23:58 +0100)]
typo : transfert / transfer

9 years agotypo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:57:11 +0000 (23:57 +0100)]
typo : transfert / transfer

9 years agotypo : Get a generated scripts/Get a generated script
Julien Malik [Sun, 22 Mar 2015 22:52:34 +0000 (23:52 +0100)]
typo : Get a generated scripts/Get a generated script

9 years agotypo : succeded/succeeded
Julien Malik [Sun, 22 Mar 2015 22:51:51 +0000 (23:51 +0100)]
typo : succeded/succeeded

patrick-canterino.de