Jamie Cameron
a3fddd0f12
Show logged out users, and update columns in the UI
2016-05-17 08:23:27 -07:00
Jamie Cameron
f54cecaf0f
Add column title
2016-05-17 05:14:15 -07:00
Jamie Cameron
df32d33da5
Merge branch 'master' of git@github.com:webmin/webmin
2016-05-17 04:44:25 -07:00
Jamie Cameron
cf1b514976
Let's Encrypt cert path may be split across multiple lines, but will always be under /etc
2016-05-17 04:44:07 -07:00
Jamie Cameron
0d452693c5
Merge pull request #348 from qooob/patch-33
...
Fix incorrect col span value that breaks the table drawings
2016-05-17 09:42:00 +02:00
Jamie Cameron
a0fc500676
Fix use of wrong var
2016-05-16 14:26:33 -07:00
Ilia Rostovtsev
846f023392
Fix incorrect col span value that breaks the table drawings
...
Here is the way it looks without Authentic fixing it. (you can't see it broken in Authentic, see the source).
After applying correct values nothing is broken and looks great:
2016-05-16 15:21:48 +03:00
Jamie Cameron
6f6482005e
Apache 2.2.15 does support TLS 1.1 and 1.2
2016-05-14 21:27:54 -07:00
Jamie Cameron
9012d421cf
Make variable local
2016-05-14 21:14:51 -07:00
Jamie Cameron
8b015bff01
Merge branch 'master' of git@github.com:webmin/webmin
2016-05-14 21:14:13 -07:00
Jamie Cameron
16c35e2d1e
Fix comparison of versions like foo1 and foo2
2016-05-14 21:13:36 -07:00
Jamie Cameron
9860c6b6e4
Merge pull request #346 from qooob/patch-32
...
Respect module info
2016-05-11 23:08:53 -07:00
Jamie Cameron
7216982ded
Merge pull request #343 from TTMelki/patch-5
...
Update fr
2016-05-11 22:12:26 -07:00
Jamie Cameron
126659a8d1
Merge pull request #341 from TTMelki/patch-3
...
Create fr.UTF-8
2016-05-11 22:05:17 -07:00
Jamie Cameron
0b27152141
Merge pull request #340 from qooob/patch-29
...
Folder is more Windows like, Directory is Linux.
2016-05-11 22:03:13 -07:00
Ilia Rostovtsev
f20d24a1be
Respect module info
2016-05-11 14:00:44 +04:00
TTMelki
728b8125de
Update fr
2016-05-11 09:52:27 +02:00
TTMelki
7a95702ca2
Create fr.UTF-8
2016-05-11 09:09:09 +02:00
Ilia Rostovtsev
83a1893c7b
Folder is more Windows like, Directory is Linux.
...
Updated all strings from folder to directory
2016-05-11 11:01:41 +04:00
Jamie Cameron
bc23507717
Merge pull request #339 from TTMelki/patch-2
...
Create fr translation file
2016-05-10 23:56:01 -07:00
TTMelki
a054392f7a
Create fr translation file
2016-05-11 08:54:32 +02:00
Jamie Cameron
d56fb1d1e9
Merge branch 'master' of git@github.com:webmin/webmin
2016-05-10 22:42:15 -07:00
Jamie Cameron
7a270465d3
Add missing string https://www.virtualmin.com/node/40681
2016-05-10 22:30:23 -07:00
Jamie Cameron
99e62cd67a
Merge pull request #334 from qooob/patch-25
...
In current state it will never properly print correct UTF8 lke value …
2016-05-09 21:41:49 -07:00
Ilia Rostovtsev
ba8b0e8972
In current state it will never properly print correct UTF8 lke value to check box
...
As the result copy/paste and other operations will fail for Russian and other UTF8 like encodings.
2016-05-10 00:33:55 +04:00
Jamie Cameron
1bc09c40b6
Merge pull request #333 from qooob/patch-24
...
To compliy with upcomming Authentic release 18.00
2016-05-08 10:27:25 -07:00
Jamie Cameron
f38f3c7bec
Merge pull request #332 from qooob/patch-22
...
Respect language forms
2016-05-08 09:45:25 -07:00
Ilia Rostovtsev
9f293451b9
To compliy with upcomming Authentic release 18.00
...
Respecting language forms is nice.
2016-05-08 18:46:59 +04:00
Ilia Rostovtsev
3d6e58dcba
Respect language forms
2016-05-08 18:44:54 +04:00
Jamie Cameron
1cfe6b90d7
Remove debug code
2016-05-06 19:14:45 -07:00
Jamie Cameron
23aef652a7
Version bump for devel release
2016-05-06 19:13:08 -07:00
Jamie Cameron
74ca08fd42
Revert to using File::Mimeinfo module
2016-05-06 19:12:29 -07:00
Jamie Cameron
1c0e069881
Fix ordering of params to symlink 86eeb96334
2016-05-06 17:33:22 -07:00
Jamie Cameron
80be0a3c4c
Use built-in function for MIME types https://sourceforge.net/p/webadmin/bugs/4745/
2016-05-05 21:01:41 -07:00
Jamie Cameron
074f7561d8
Merge branch 'master' of git@github.com:webmin/webmin
2016-05-05 20:39:55 -07:00
Jamie Cameron
b5b81a95cf
Merge pull request #323 from qooob/patch-13
...
For search page path could be printed twice in some cases
2016-05-05 20:39:45 -07:00
Jamie Cameron
86eeb96334
copy_source_dest support for symlinks https://github.com/webmin/webmin/issues/322
2016-05-05 20:37:29 -07:00
Ilia Rostovtsev
ae15622a57
For search page path could be printed twice in some cases
...
This fix will prevent double printing of the path for searched (found) folders.
It doesn't happen always but only if search results contain same value for directory and file.
Can be reproduced by going to `/boot/grub` and searching for `grub`. With the current code the folder `grub` (same as the current folder) printed on the results with doubled path on the link and thus doesn't open correctly. The best is to tweak `search.cgi` that filters search results and remove from results same folder as parent. It's more complicated. My fix does it safely, I think.
2016-05-05 23:12:24 +04:00
Jamie Cameron
094a187d54
Merge pull request #321 from qooob/patch-12
...
The rest of the code to support new extraction methods
2016-05-04 17:46:55 -07:00
Jamie Cameron
d44c46425f
Merge pull request #320 from qooob/patch-10
...
Support for extracting: .7z, .bz2, .xz, .gz, .rar
2016-05-04 17:46:37 -07:00
Jamie Cameron
bd93dbe9f0
Merge pull request #319 from qooob/patch-9
...
Certificates must be editable
2016-05-04 17:31:14 -07:00
Ilia Rostovtsev
b5990ef9fb
The rest of the code to support new extraction methods
...
Just committed to `extract.cgi`. Command is checked for existence and if found extract button will appear on the interface in all themes.
2016-05-04 18:01:51 +04:00
Ilia Rostovtsev
fe6965d1e2
Support for extracting: .7z, .bz2, .xz, .gz, .rar
...
Commands are checked before they run so no need for last else part which outputted an error message. The rest of the code I will add to -lib file.
P.S. Jamie, I tried removing `use File::MimeInfo;` in this file as on current branch and it returned an error!? Please double check.
2016-05-04 17:46:10 +04:00
Ilia Rostovtsev
c23445a223
Certificates must be editable
2016-05-04 14:28:16 +04:00
Jamie Cameron
9da5454082
Dev version bump
2016-05-02 20:35:48 -07:00
Jamie Cameron
a405b317e3
When backing up a database, only run the actual writing command as the user, rather than all of mysqldump
2016-05-01 11:21:51 -07:00
Jamie Cameron
0237dd2a0f
Remove duplicate footer https://github.com/qooob/authentic-theme/issues/454
2016-05-01 11:03:02 -07:00
Jamie Cameron
6e38d8bc8c
Merge branch 'master' of git@github.com:webmin/webmin
2016-05-01 10:45:26 -07:00
Jamie Cameron
e934994e8f
Prevent page for hanging forver 5d0f6f0597
2016-05-01 10:40:52 -07:00
Jamie Cameron
232facbf39
Merge pull request #316 from qooob/patch-6
...
9000+ is way to little for `$pagelimit`
2016-05-01 10:24:03 -07:00