]>
git.p6c8.net - jirafeau_mojo42.git/log
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
Jerome Jutteau [Mon, 23 Mar 2015 11:08:59 +0000 (12:08 +0100)]
lib/function.js: limit refresh of upload speed
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
Julien Malik [Sun, 22 Mar 2015 22:59:36 +0000 (23:59 +0100)]
typo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:58:45 +0000 (23:58 +0100)]
typo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:57:11 +0000 (23:57 +0100)]
typo : transfert / transfer
Julien Malik [Sun, 22 Mar 2015 22:52:34 +0000 (23:52 +0100)]
typo : Get a generated scripts/Get a generated script
Julien Malik [Sun, 22 Mar 2015 22:51:51 +0000 (23:51 +0100)]
typo : succeded/succeeded
Julien Malik [Sun, 22 Mar 2015 22:43:03 +0000 (23:43 +0100)]
fix template : remove fr translation
Julien Malik [Sun, 22 Mar 2015 22:33:35 +0000 (23:33 +0100)]
fix template : remove fr translation
Julien Malik [Sun, 22 Mar 2015 22:32:48 +0000 (23:32 +0100)]
typo : let it be empty/leave it empty
Julien Malik [Sun, 22 Mar 2015 22:31:19 +0000 (23:31 +0100)]
fix template : remove fr translation
Julien Malik [Sun, 22 Mar 2015 22:30:57 +0000 (23:30 +0100)]
typo : ending slash/trailing slash
Julien Malik [Sun, 22 Mar 2015 22:25:49 +0000 (23:25 +0100)]
fix template : remove fr translation
Julien Malik [Sun, 22 Mar 2015 22:25:25 +0000 (23:25 +0100)]
typo : by hand/manually
Julien Malik [Sun, 22 Mar 2015 22:20:37 +0000 (23:20 +0100)]
typo : accept of our / accept our
Julien Malik [Sun, 22 Mar 2015 22:05:39 +0000 (23:05 +0100)]
typo : access of/access to
Julien Malik [Sun, 22 Mar 2015 21:45:56 +0000 (22:45 +0100)]
typo : intercace/interface
Julien Malik [Sun, 22 Mar 2015 21:44:33 +0000 (22:44 +0100)]
typo : right/permission
Julien Malik [Sun, 22 Mar 2015 21:39:42 +0000 (22:39 +0100)]
typo : write permission instead of write right
Julien Malik [Sun, 22 Mar 2015 21:34:56 +0000 (22:34 +0100)]
typo : transferts/transfers
Julien Malik [Sun, 22 Mar 2015 21:15:31 +0000 (22:15 +0100)]
fix typo : lenght/length
Jerome Jutteau [Sat, 21 Mar 2015 16:03:39 +0000 (17:03 +0100)]
better time estimation with smoother result, ref #11
Jerome Jutteau [Sat, 21 Mar 2015 10:12:52 +0000 (11:12 +0100)]
closes #11 show speed and time estimation during upload
Jerome Jutteau [Fri, 20 Mar 2015 14:13:26 +0000 (15:13 +0100)]
lib/lang: add empty template to add new languages for issue #9
Jerome Jutteau [Fri, 20 Mar 2015 13:28:45 +0000 (14:28 +0100)]
Closes #5 fix courgette skin for installation process
Jerome Jutteau [Fri, 20 Mar 2015 12:50:29 +0000 (13:50 +0100)]
media/industrial: fix theme
Jerome Jutteau [Fri, 20 Mar 2015 12:43:28 +0000 (13:43 +0100)]
rename original skin to 'jyraphe'
Jerome Jutteau [Fri, 20 Mar 2015 12:31:58 +0000 (13:31 +0100)]
Closes #22 add versions to javascript file
Jerome Jutteau [Fri, 20 Mar 2015 12:19:29 +0000 (13:19 +0100)]
index.php: inverse option order for time limitation
Jerome Jutteau [Sun, 15 Mar 2015 09:32:47 +0000 (10:32 +0100)]
cleanest distinction bewteen 'delete' and 'download'
Also fix typo
Jerome Jutteau [Fri, 13 Mar 2015 17:16:11 +0000 (18:16 +0100)]
add some readme
Jerome Jutteau [Fri, 13 Mar 2015 17:15:15 +0000 (18:15 +0100)]
Fixes #21 repair file downloading in admin interface
Thanks to @tbleiker who found the bug :)
Jerome Jutteau [Fri, 13 Mar 2015 12:59:29 +0000 (13:59 +0100)]
media/courgette: fix width of 'select file'
Jerome Jutteau [Fri, 13 Mar 2015 12:55:15 +0000 (13:55 +0100)]
media/courgette: fix style with chrome
Jerome Jutteau [Fri, 13 Mar 2015 12:31:47 +0000 (13:31 +0100)]
media/courgette: fix dandling cells in admin interface
Jerome Jutteau [Fri, 13 Mar 2015 09:49:53 +0000 (10:49 +0100)]
fix jumping buttons in courgette design
thanks to @tbleiker :)
Jerome Jutteau [Thu, 12 Mar 2015 21:29:20 +0000 (22:29 +0100)]
fix some courgette skin
Jerome Jutteau [Thu, 12 Mar 2015 20:51:34 +0000 (21:51 +0100)]
fix minimum width in download page (courgette skin)
Jerome Jutteau [Thu, 12 Mar 2015 20:44:57 +0000 (21:44 +0100)]
fix margin of buttons in download page for courgette skin
Jerome Jutteau [Thu, 12 Mar 2015 19:16:34 +0000 (20:16 +0100)]
Fixes #7 Jirafeau can now limit file size
- Can limit file size whatever upload method is used
- Add a <div> for error handling
- Fix courgette style
Jerome Jutteau [Wed, 11 Mar 2015 22:40:09 +0000 (23:40 +0100)]
fix typo in lib/settings.php
Jerome Jutteau [Wed, 11 Mar 2015 21:16:07 +0000 (22:16 +0100)]
Fixes #15 admins can now choose an availability duration
- Add 'year' in list of possible durations
- By default, 'year' and 'none' durations are disabled
Jerome Jutteau [Wed, 11 Mar 2015 12:46:33 +0000 (13:46 +0100)]
add some border in text input of courgette style
Jerome Jutteau [Tue, 10 Mar 2015 22:49:25 +0000 (23:49 +0100)]
Fixes #17 Add links for preview and direct download after uploading
- Also fixe previewable files types
- Fixe problem with download page and previewable files
- Only show preview link if the content is previewable
- Don't propose preview and direct download links when a password is set
Jerome Jutteau [Tue, 10 Mar 2015 20:25:21 +0000 (21:25 +0100)]
refactor some url parameters when downloading
Jerome Jutteau [Tue, 10 Mar 2015 20:01:24 +0000 (21:01 +0100)]
add some config documentation
Jerome Jutteau [Tue, 10 Mar 2015 16:38:34 +0000 (17:38 +0100)]
Fixes #16 Permits to authenticate administrator using HTTP auth
This patch permits to ease integration of Jirafeau in external projects
like https://yunohost.org/.
Also fix a license oversight.
Jerome Jutteau [Tue, 10 Mar 2015 09:18:48 +0000 (10:18 +0100)]
adapt license year to 2015
Jerome Jutteau [Mon, 23 Feb 2015 18:25:12 +0000 (19:25 +0100)]
remove bad end of line
Jerome Jutteau [Mon, 23 Feb 2015 17:57:33 +0000 (18:57 +0100)]
Fixes #13 fix script documentation
Also fix lang typo
Jerome Jutteau [Mon, 23 Feb 2015 17:44:59 +0000 (18:44 +0100)]
error_log when crypt extension is not loaded and more checks
Jerome Jutteau [Mon, 23 Feb 2015 17:44:50 +0000 (18:44 +0100)]
Closes #4 Remove block feature
Jerome Jutteau [Mon, 23 Feb 2015 12:34:50 +0000 (13:34 +0100)]
Closes #6 can use several upload passwords in options
Jerome Jutteau [Sun, 22 Feb 2015 22:56:45 +0000 (23:56 +0100)]
Fixes #3 Content type should always be put in headers
Jerome Jutteau [Sun, 22 Feb 2015 18:12:38 +0000 (19:12 +0100)]
fix error on link encrypted parameters
Jerome Jutteau [Sun, 22 Feb 2015 18:03:11 +0000 (19:03 +0100)]
Fixes #1 repair async upload password setting
Jerome Jutteau [Sun, 22 Feb 2015 17:33:38 +0000 (18:33 +0100)]
fix mordern skin in installation process
Jerome Jutteau [Sun, 22 Feb 2015 17:22:33 +0000 (18:22 +0100)]
back to modern style for installation process
TODO: fix courgette style for installation process
Jerome Jutteau [Sun, 22 Feb 2015 17:07:50 +0000 (18:07 +0100)]
fix installation bug
Jerome Jutteau [Sun, 22 Feb 2015 16:48:18 +0000 (17:48 +0100)]
fix bad permissions on files
Jerome Jutteau [Fri, 30 Jan 2015 11:04:50 +0000 (12:04 +0100)]
adding courgette as default style
Jerome Jutteau [Fri, 30 Jan 2015 10:56:33 +0000 (11:56 +0100)]
add variable in conf to check if installation is done
Jerome Jutteau [Fri, 30 Jan 2015 09:05:03 +0000 (10:05 +0100)]
quick dirty patch to fix installation
Jerome Jutteau [Fri, 30 Jan 2015 08:54:12 +0000 (09:54 +0100)]
fix include error in install.php
Jerome Jutteau [Fri, 30 Jan 2015 08:23:21 +0000 (09:23 +0100)]
fix Jirafeau URL project in footer
patrick-canterino.de