]>
git.p6c8.net - jirafeau.git/log
Spanti Nicola (RyDroid) [Sat, 11 Jul 2015 14:24:31 +0000 (16:24 +0200)]
Minor changes to some PHP files
Jerome Jutteau [Tue, 7 Jul 2015 08:18:18 +0000 (10:18 +0200)]
Merge branch 'master' of gitlab.com:mojo42/Jirafeau
Jerome Jutteau [Mon, 6 Jul 2015 22:56:58 +0000 (00:56 +0200)]
script.php: fix typo
Signed-off-by: Jerome Jutteau <mojo@couak.net>
Jérôme [Mon, 6 Jul 2015 22:52:49 +0000 (22:52 +0000)]
Update README.md
Jerome Jutteau [Mon, 6 Jul 2015 22:46:20 +0000 (00:46 +0200)]
remove remaining translations from scripting interface
Also enable Slovak language
Signed-off-by: Jerome Jutteau <mojo@couak.net>
Jerome Jutteau [Mon, 6 Jul 2015 22:30:10 +0000 (00:30 +0200)]
remove remaining translations from scripting interface
Signed-off-by: Jerome Jutteau <mojo@couak.net>
Weblate [Mon, 6 Jul 2015 22:11:14 +0000 (00:11 +0200)]
Merge remote-tracking branch 'origin/master'
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>
Weblate [Mon, 6 Jul 2015 21:54:40 +0000 (23:54 +0200)]
Merge remote-tracking branch 'origin/master'
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>
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)
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.
Jerome Jutteau [Fri, 26 Jun 2015 06:53:26 +0000 (08:53 +0200)]
Merge branch 'master' of gitlab.com:mojo42/Jirafeau
Weblate [Fri, 26 Jun 2015 06:53:01 +0000 (08:53 +0200)]
Merge remote-tracking branch 'origin/master'
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>
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.
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.
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.
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.
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.
Jérôme [Fri, 26 Jun 2015 06:35:02 +0000 (06:35 +0000)]
Updates README.md
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>
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>
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)
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)
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.
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)
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)
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.
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)
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.
Weblate [Thu, 21 May 2015 12:30:06 +0000 (14:30 +0200)]
Merge remote-tracking branch 'origin/master'
Jérôme [Thu, 21 May 2015 12:30:06 +0000 (12:30 +0000)]
update README.md for IE compatibility mode
Weblate [Tue, 19 May 2015 12:00:05 +0000 (14:00 +0200)]
Merge remote-tracking branch 'origin/master'
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>
Weblate [Mon, 18 May 2015 12:30:32 +0000 (14:30 +0200)]
Merge remote-tracking branch 'origin/master'
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>
Weblate [Thu, 7 May 2015 16:42:47 +0000 (18:42 +0200)]
Merge remote-tracking branch 'origin/master'
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>
Weblate [Thu, 7 May 2015 10:50:23 +0000 (12:50 +0200)]
Merge remote-tracking branch 'origin/master'
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>
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)
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)
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)
Jerome Jutteau [Tue, 28 Apr 2015 11:36:58 +0000 (13:36 +0200)]
fix typo
Signed-off-by: Jerome Jutteau <mojo@couak.net>
Jerome Jutteau [Tue, 28 Apr 2015 11:29:12 +0000 (13:29 +0200)]
enable Finnish language in Jirafeau
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)
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)
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>
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)
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)
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>
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>
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)
Jerome Jutteau [Mon, 27 Apr 2015 11:24:39 +0000 (13:24 +0200)]
lib/locales: fill Finnish language with template
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.
Jerome Jutteau [Sun, 26 Apr 2015 13:29:32 +0000 (15:29 +0200)]
enable Italian language
Signed-off-by: Jerome Jutteau <mojo@couak.net>
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)
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)
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)
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>
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.
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.
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 .
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>
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>
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>
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>
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)
Weblate [Tue, 21 Apr 2015 13:34:50 +0000 (15:34 +0200)]
Merge remote-tracking branch 'origin/master'
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)
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)
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
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
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)
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>
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)
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>
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)
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.
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.
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.
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.
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.
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.
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)
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>
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>
Jerome Jutteau [Tue, 7 Apr 2015 11:36:58 +0000 (13:36 +0200)]
fix type in original config comments
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.
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
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
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
Jerome Jutteau [Thu, 26 Mar 2015 08:22:48 +0000 (09:22 +0100)]
f.php: remove 'Access denied' header
Jerome Jutteau [Mon, 23 Mar 2015 18:08:18 +0000 (19:08 +0100)]
admin.php: div should be 'admin' not 'install'
Jerome Jutteau [Mon, 23 Mar 2015 17:56:41 +0000 (18:56 +0100)]
media/courgette: fix borders in install
Jerome Jutteau [Mon, 23 Mar 2015 17:28:22 +0000 (18:28 +0100)]
lib/lang: make translation file names have a better pattern
Jerome Jutteau [Mon, 23 Mar 2015 12:48:52 +0000 (13:48 +0100)]
f.php: fix js error in download page
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
Jerome Jutteau [Mon, 23 Mar 2015 12:48:42 +0000 (13:48 +0100)]
f.php: replace 'submit' id to not be confused
patrick-canterino.de