131 Commits

Author SHA1 Message Date
Julien Malik
8b600187ed fix typo : lenght/length 2015-03-22 22:15:31 +01:00
Jerome Jutteau
71f70e201e better time estimation with smoother result, ref #11 2015-03-21 17:03:39 +01:00
Jerome Jutteau
fd69ffa2b6 closes #11 show speed and time estimation during upload 2015-03-21 11:12:52 +01:00
Jerome Jutteau
72f291d91e lib/lang: add empty template to add new languages for issue #9 2015-03-20 15:14:57 +01:00
Jerome Jutteau
e52d63a457 Closes #5 fix courgette skin for installation process 2015-03-20 14:28:45 +01:00
Jerome Jutteau
befd20f2c8 media/industrial: fix theme 2015-03-20 13:50:29 +01:00
Jerome Jutteau
043484b163 rename original skin to 'jyraphe' 2015-03-20 13:43:28 +01:00
Jerome Jutteau
b94e1bad9e Closes #22 add versions to javascript file 2015-03-20 13:38:54 +01:00
Jerome Jutteau
29ffce500f index.php: inverse option order for time limitation 2015-03-20 13:19:29 +01:00
Jerome Jutteau
47405a7fcc cleanest distinction bewteen 'delete' and 'download'
Also fix typo
2015-03-15 10:32:47 +01:00
Jerome Jutteau
aaf7f366ce add some readme 2015-03-13 18:16:11 +01:00
Jerome Jutteau
d1ee60f610 Fixes #21 repair file downloading in admin interface
Thanks to @tbleiker who found the bug :)
2015-03-13 18:15:15 +01:00
Jerome Jutteau
696a8686ac media/courgette: fix width of 'select file' 2015-03-13 13:59:29 +01:00
Jerome Jutteau
f7dbabb3ac media/courgette: fix style with chrome 2015-03-13 13:55:15 +01:00
Jerome Jutteau
b52b8f2af1 media/courgette: fix dandling cells in admin interface 2015-03-13 13:31:47 +01:00
Jerome Jutteau
a392975425 fix jumping buttons in courgette design
thanks to @tbleiker :)
2015-03-13 10:49:53 +01:00
Jerome Jutteau
6649209beb fix some courgette skin 2015-03-12 22:29:20 +01:00
Jerome Jutteau
b03c4eaf48 fix minimum width in download page (courgette skin) 2015-03-12 21:51:34 +01:00
Jerome Jutteau
51ce6fcdb7 fix margin of buttons in download page for courgette skin 2015-03-12 21:44:57 +01:00
Jerome Jutteau
c5571d9237 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
2015-03-12 20:16:34 +01:00
Jerome Jutteau
d60db97801 fix typo in lib/settings.php 2015-03-11 23:40:09 +01:00
Jerome Jutteau
f58031f406 Fixes #15 admins can now choose an availability duration
- Add 'year' in list of possible durations
- By default, 'year' and 'none' durations are disabled
2015-03-11 22:16:07 +01:00
Jerome Jutteau
00b364b18e add some border in text input of courgette style 2015-03-11 13:46:33 +01:00
Jerome Jutteau
045f02b539 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
2015-03-11 00:08:14 +01:00
Jerome Jutteau
53819d60b1 refactor some url parameters when downloading 2015-03-10 21:25:21 +01:00
Jerome Jutteau
eb4db3d3c2 add some config documentation 2015-03-10 21:01:24 +01:00
Jerome Jutteau
4c5e2caa3a 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.
2015-03-10 17:38:34 +01:00
Jerome Jutteau
625f38a7de adapt license year to 2015 2015-03-10 10:21:26 +01:00
Jerome Jutteau
0a1877c8b6 remove bad end of line 2015-02-23 19:25:12 +01:00
Jerome Jutteau
38069302c9 Fixes #13 fix script documentation
Also fix lang typo
2015-02-23 18:57:33 +01:00
Jerome Jutteau
e4f9c92ff8 error_log when crypt extension is not loaded and more checks 2015-02-23 18:44:59 +01:00
Jerome Jutteau
03d1001bce Closes #4 Remove block feature 2015-02-23 18:44:50 +01:00
Jerome Jutteau
6c49ea194c Closes #6 can use several upload passwords in options 2015-02-23 13:38:13 +01:00
Jerome Jutteau
4013663192 Fixes #3 Content type should always be put in headers 2015-02-22 23:56:45 +01:00
Jerome Jutteau
794c20eff7 fix error on link encrypted parameters 2015-02-22 19:12:38 +01:00
Jerome Jutteau
1459503082 Fixes #1 repair async upload password setting 2015-02-22 19:03:11 +01:00
Jerome Jutteau
8ee528004f fix mordern skin in installation process 2015-02-22 18:33:38 +01:00
Jerome Jutteau
19047d45c1 back to modern style for installation process
TODO: fix courgette style for installation process
2015-02-22 18:22:33 +01:00
Jerome Jutteau
3604041e53 fix installation bug 2015-02-22 18:07:50 +01:00
Jerome Jutteau
a6c1ba9e0d fix bad permissions on files 2015-02-22 17:48:18 +01:00
Jerome Jutteau
e95272d60f adding courgette as default style 2015-01-30 12:04:50 +01:00
Jerome Jutteau
d8192d6d36 add variable in conf to check if installation is done 2015-01-30 11:56:33 +01:00
Jerome Jutteau
6b52bb03e7 quick dirty patch to fix installation 2015-01-30 10:05:03 +01:00
Jerome Jutteau
6819d5cce7 fix include error in install.php 2015-01-30 09:54:12 +01:00
Jerome Jutteau
9fb59d5f9a fix Jirafeau URL project in footer 2015-01-30 09:27:55 +01:00
Thomas LEBEAU
b12dbf0697 add admin style
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2015-01-29 14:33:20 +01:00
Thomas LEBEAU
75886b4eda debug chrome
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2015-01-29 14:33:20 +01:00
Thomas LEBEAU
3f8ba7f935 add new theme courgette + new logo
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2015-01-29 14:33:20 +01:00
Zertrin
12b5f1c92a No more needed to delete install.php to access admin.php
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2015-01-29 14:33:20 +01:00
Zertrin
fbf2b5f1a5 Detect if HTTPS is used and adapt all links accordingly
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2015-01-29 14:33:20 +01:00