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
Ilia Rostovtsev
293d9e17ff
Authentic dones't need init_datatables()
2016-05-01 12:52:02 +04:00
Jamie Cameron
c00971b390
Merge pull request #317 from qooob/patch-7
...
get_paths(); doesn't return proper results
2016-04-29 22:45:48 -07:00
Ilia Rostovtsev
3d5e013f59
get_paths(); doesn't return proper results
...
For wheel users (non-root but admins) `get_paths();` has a bug and doesn't work correctly.
It causes some other issues in user mode. Probably, if you on the `inthebox` login as `blog` user and go to File Manager, click copy - Perl Error happens. (under all themes)
2016-04-29 13:19:27 +04:00
Ilia Rostovtsev
fd3f6c729f
9000+ is way to little for $pagelimit
2016-04-29 12:56:01 +04:00
Jamie Cameron
5d0f6f0597
Handle new yum package list format https://github.com/webmin/webmin/issues/282
2016-04-27 22:31:09 -07:00
Jamie Cameron
0a2be8ecfd
Support PHP 7 in mod_php
2016-04-25 21:30:05 -07:00
Jamie Cameron
a9a6d51030
dev version bump
2016-04-25 19:19:12 -07:00
Jamie Cameron
199f5edb9e
Add support for Cloudrouter
2016-04-24 15:13:22 -07:00
Jamie Cameron
ce698f5bae
acme_tiny can also work with Python 2.6 https://www.virtualmin.com/node/40076
2016-04-24 09:59:23 -07:00
Jamie Cameron
e27da435ff
Use python27 command if installed https://www.virtualmin.com/node/40076
2016-04-23 15:07:43 -07:00
Jamie Cameron
5c31829dc7
Clean up leftover user attributes in /etc/webmin/config https://www.virtualmin.com/node/40477
2016-04-23 14:59:24 -07:00
Jamie Cameron
4ac4a2be0a
Polish translation from Piotr Kozica
2016-04-22 20:32:54 -07:00
Jamie Cameron
00c632b001
Polish translation from Piotr Kozica
2016-04-22 20:07:27 -07:00
Jamie Cameron
3a590ddf6f
Restore all modules by default https://www.virtualmin.com/node/40451
2016-04-22 19:53:16 -07:00
Jamie Cameron
667362c82a
Include PHP versions from Virtualmin https://www.virtualmin.com/node/40450
2016-04-21 21:28:40 -07:00
Jamie Cameron
20862dca92
Don't treat dir as a regexp https://www.virtualmin.com/node/40452
2016-04-21 18:40:38 -07:00
Jamie Cameron
b5b45960a5
Include some more config files in backup https://www.virtualmin.com/node/40448
2016-04-20 21:43:22 -07:00
Jamie Cameron
601b234126
Also set authentication_string to empty if it exists https://sourceforge.net/p/webadmin/bugs/4735/
2016-04-16 13:44:42 -07:00
Jamie Cameron
f2de59b1df
Merge branch 'master' of git@github.com:webmin/webmin
2016-04-16 13:42:18 -07:00
Jamie Cameron
d61fb46c74
Fix host message in log if empty
2016-04-16 13:41:45 -07:00
Jamie Cameron
7fc27fdcdd
Merge pull request #310 from qooob/patch-5
...
JSON must be editable
2016-04-16 08:28:04 -07:00