Commit Graph

  • f698c0c548 Always check for modification when reading miniserv.conf Jamie Cameron 2022-11-12 18:25:27 -08:00
  • 87d7eec743 Minor code cleanups Jamie Cameron 2022-11-12 17:48:25 -08:00
  • d82e89fb6b Merge pull request #1786 from webmin/xterm-enhancements-supreme Jamie Cameron 2022-11-12 17:43:15 -08:00
  • 39bfa013f5 Fix to add a new line (for consistency with other configs) iliajie 2022-11-13 00:08:58 +02:00
  • 2687db85c7 Fix default iliajie 2022-11-13 00:07:10 +02:00
  • a659146025 Fix to remove redundant line iliajie 2022-11-13 00:03:30 +02:00
  • eb998dc84d Fix to use env for zsh iliajie 2022-11-13 00:02:32 +02:00
  • e92a17c417 Fix to remove .shrc ; other cleans iliajie 2022-11-12 23:57:21 +02:00
  • d754624baa Fix to remove loading globals as already loaded iliajie 2022-11-12 23:44:04 +02:00
  • 295f98c694 Fix to remove aliases iliajie 2022-11-12 23:13:33 +02:00
  • 74716f5d3f Merge branch 'master' into xterm-enhancements-supreme Ilia 2022-11-12 23:06:03 +02:00
  • 37453226da Fix to merge proc-lib.pl with master iliajie 2022-11-12 23:01:13 +02:00
  • 05475f051c Add default initialization file for zsh ; move scripts to rc/ dir iliajie 2022-11-12 21:42:56 +02:00
  • 7b2456aba5 Set PS1 and aliases via a shell rc file, rather than command injection Jamie Cameron 2022-11-12 11:09:14 -08:00
  • 3f1a9a5d8b Fix exec with a custom binary when the command has args Jamie Cameron 2022-11-12 11:04:30 -08:00
  • 0d1ced583f Fix missing HISTCONTROL iliajie 2022-11-12 20:48:06 +02:00
  • d1fa6cea55 Fix comments iliajie 2022-11-12 20:47:54 +02:00
  • e7f7aaaad5 Fix for better logging iliajie 2022-11-12 19:56:55 +02:00
  • 5991d905e3 Add support for user profiles too iliajie 2022-11-12 19:48:49 +02:00
  • 7062406267 Add more respect to user config iliajie 2022-11-12 19:40:21 +02:00
  • a249e9be00 Fix to correctly support setting login shell mixed with params There is no way to make it work correctly across all shell, i.e. param sequence which work with bash will fail with csh, as -l (login shell) can be the only flag specified iliajie 2022-11-12 19:32:56 +02:00
  • e3212d7f94 Add default initialization file for sh iliajie 2022-11-12 17:58:33 +02:00
  • c39b7fdc50 Fix to improve default config file name iliajie 2022-11-12 16:54:18 +02:00
  • 1ff0ee36e4 Add support for loading shell initialization file directly iliajie 2022-11-12 14:31:38 +02:00
  • 1763f9e4cc Fix to always prioritize module config over hardcoded shell flavors iliajie 2022-11-12 11:39:38 +02:00
  • ec622fdf95 Add code comments iliajie 2022-11-12 11:32:39 +02:00
  • ab00e4c7df Fix to check if internally sourced file is under user home iliajie 2022-11-12 10:56:55 +02:00
  • 825842267a Fix to check if given shell has init files set in our meta iliajie 2022-11-12 10:38:24 +02:00
  • c75346ec93 Fix indent iliajie 2022-11-12 01:13:32 +02:00
  • 4f49d74def Fix typo iliajie 2022-11-12 01:11:46 +02:00
  • 6a97bf2ebf Add support to set in config user custom envs and commands iliajie 2022-11-12 00:56:36 +02:00
  • dd4adbba77 Add respect to shell init files (depending on shell, bash only yet) iliajie 2022-11-12 00:32:04 +02:00
  • a7ca787c16 Set HOME to correct path for the user being run as Jamie Cameron 2022-11-11 10:07:08 -08:00
  • 782f9ca351 Merge branch 'master' of github.com:webmin/webmin iliajie 2022-11-11 10:51:02 +02:00
  • ad70a474d9 Run shell as a login shell Jamie Cameron 2022-11-10 21:38:05 -08:00
  • 79badb6f58 Revert "Fix to clean up as we should source user profile" iliajie 2022-11-11 00:53:41 +02:00
  • b67f7c1e65 Fix to clean up old code iliajie 2022-11-10 22:56:54 +02:00
  • 29517915f9 Fix to clean up as we should source user profile iliajie 2022-11-10 22:27:52 +02:00
  • 9cef9452d1 Fix PS1 set directly (conditionally) https://github.com/webmin/webmin/discussions/1781 iliajie 2022-11-10 22:12:26 +02:00
  • 661bb957f9 Update translations iliajie 2022-11-10 15:18:24 +02:00
  • f42b7436f3 Add support to display and select yescrypt hashing scheme iliajie 2022-11-10 15:10:48 +02:00
  • f6adfaa856 Merge pull request #1779 from marclaporte/patch-1 Jamie Cameron 2022-11-09 20:01:26 -08:00
  • 42d1bfaf96 Fix a typo Marc Laporte 2022-11-09 22:57:02 -05:00
  • 04a9b8785d Merge pull request #1778 from webmin/dev/xterm-further-improvements Jamie Cameron 2022-11-09 13:15:43 -08:00
  • 424c475b5f Fix terminal auto-fit feature for framed themes iliajie 2022-11-09 22:57:19 +02:00
  • 45e5049012 Fix to send user info iliajie 2022-11-09 21:02:28 +02:00
  • 26d19cb0d7 Fix other flavors to run by default only in bash iliajie 2022-11-09 21:01:13 +02:00
  • 38e9df8f48 Merge pull request #1776 from webmin/dev/xterm-escape-sequence Ilia 2022-11-09 20:50:35 +02:00
  • b4603b6030 Fix to drop output suppress feature for now iliajie 2022-11-09 20:48:48 +02:00
  • 163480b859 Fix regex exclude chars logic https://github.com/webmin/webmin/pull/1776#discussion_r1017431635 iliajie 2022-11-09 20:04:29 +02:00
  • ad9a5d7871 Fix incorrectly reverted send_binary (fixed before 3f1c4a23ad) iliajie 2022-11-08 20:16:53 +02:00
  • 693eda3971 Fix to remove debug iliajie 2022-11-08 17:32:00 +02:00
  • d2932b3ed7 Fix not to send to display special calls (commands) iliajie 2022-11-08 17:25:50 +02:00
  • 7fc6336f8f Fix to check for resize escape sequence explicitly iliajie 2022-11-08 16:04:44 +02:00
  • 49bbb04750 Fix to re-added accidentally remove clear screen on initial load iliajie 2022-11-08 15:12:16 +02:00
  • d5892ed348 Fix indent - convert spaces to tabs iliajie 2022-11-08 15:09:39 +02:00
  • f550ffe799 Send special message on resize, and use set_winsize to apply it Jamie Cameron 2022-11-07 17:53:09 -08:00
  • 9ab8908710 Merge pull request #1775 from webmin/dev/xterm-resize Jamie Cameron 2022-11-07 17:17:50 -08:00
  • 88de56f447 Add missing addon-fit.js file iliajie 2022-11-08 01:26:43 +02:00
  • f7fb861e73 Add first steps to support Terminal resize iliajie 2022-11-08 01:19:06 +02:00
  • 21c47af212 Merge branch 'master' of github.com:webmin/webmin Jamie Cameron 2022-11-07 11:49:05 -08:00
  • 2c6533146d Use Digest::SHA if SHA1 isn't installed Jamie Cameron 2022-11-07 11:48:02 -08:00
  • 44909997d0 Fix to adjust columns and rows offset consistently (both server and UI) iliajie 2022-11-07 13:36:26 +02:00
  • b0c26867fe Expand hostname from /etc/hosts if needed Jamie Cameron 2022-11-06 20:45:51 -08:00
  • 1a953bf2fe Completed support for editing multiple extension lines Jamie Cameron 2022-11-06 18:28:24 -08:00
  • 3a67aa1071 Work on support for selecting extensions Jamie Cameron 2022-11-06 17:31:45 -08:00
  • 676f369cd3 ui-lib conversion Jamie Cameron 2022-11-06 14:17:35 -08:00
  • e65a5718d6 Merge remote-tracking branch 'origin/master' iliajie 2022-11-06 19:05:37 +02:00
  • 8daba09826 Fix to support more headers iliajie 2022-11-06 19:05:18 +02:00
  • f74ef12e70 Use new ui library Jamie Cameron 2022-11-05 21:12:26 -07:00
  • 5a818ce701 Use new ui library Jamie Cameron 2022-11-05 21:04:37 -07:00
  • ca35844f82 Merge branch 'master' of github.com:webmin/webmin Jamie Cameron 2022-11-05 20:55:45 -07:00
  • 3672394e2e Use new ui library Jamie Cameron 2022-11-05 20:55:22 -07:00
  • cd341663a1 Update translations iliajie 2022-11-05 15:49:34 +02:00
  • 3c15d076d5 Add better on load UX iliajie 2022-11-05 15:45:44 +02:00
  • 8779372aec Fix to check if defined as 0 is a value too iliajie 2022-11-05 13:43:46 +02:00
  • 187914b069 Merge pull request #1774 from webmin/dev/shell-auto Jamie Cameron 2022-11-04 15:28:54 -07:00
  • 30b9858417 Merge pull request #1773 from webmin/dev/drop-obsolete-dnssectools Jamie Cameron 2022-11-04 15:07:50 -07:00
  • 19070f3383 Fix to call getpwnam once iliajie 2022-11-05 00:07:14 +02:00
  • 7a5e917d34 Add automatic option for command prompt color customization iliajie 2022-11-04 21:01:34 +02:00
  • 3b86ebed97 Fix indent iliajie 2022-11-04 11:38:18 +02:00
  • 6fb8de6e37 Encode utf-8 input into binary before sending to the shell Jamie Cameron 2022-11-03 21:50:32 -07:00
  • 9a06472017 Drop obsolete DNSSEC-Tools iliajie 2022-11-03 18:49:06 +02:00
  • 2b77a405ff Merge branch 'master' of github.com:webmin/webmin Jamie Cameron 2022-11-02 23:22:50 -07:00
  • e3792a48e0 Check for timeouts at more places when reading headers https://github.com/webmin/webmin/issues/1767 Jamie Cameron 2022-11-02 23:21:59 -07:00
  • 389d107a39 Add support for maximum input variables limit https://forum.virtualmin.com/t/php-fpm-do-not-work/117593/8?u=ilia iliajie 2022-11-02 20:48:53 +02:00
  • 7142ae8620 Merge pull request #1771 from webmin/dev/xterm-add-special-flavor Jamie Cameron 2022-10-31 16:12:10 -07:00
  • 1d414e1533 Fix to actually add an option with 0 value iliajie 2022-10-31 23:49:52 +02:00
  • 2e4d3c8ccf Fix to make it off by default iliajie 2022-10-31 23:44:45 +02:00
  • f2687a20d1 Revert "Fix to make sure that feature is available by default (server owners)" iliajie 2022-10-31 23:17:23 +02:00
  • 9f42eaf58f Read more than 1 character at a time Jamie Cameron 2022-10-31 14:10:58 -07:00
  • 027578312a Fix to make sure that feature is available by default (server owners) iliajie 2022-10-31 22:21:53 +02:00
  • f144517e6c Fix HISTCONTROL always be called as we use clear command uncond iliajie 2022-10-31 17:45:26 +02:00
  • 41f6eaf1f1 Fix to send commands in a list to the theme iliajie 2022-10-31 17:15:24 +02:00
  • fa0fcf52c1 Fix to make sure skipping command history works iliajie 2022-10-31 17:06:40 +02:00
  • c6419a471e Fix not to store init commands in history iliajie 2022-10-31 16:45:54 +02:00
  • 1a296d9579 Fix to tell SPA themes what's up iliajie 2022-10-31 16:29:58 +02:00
  • bf74599502 Add much smoother terminal initial load iliajie 2022-10-31 16:27:10 +02:00
  • 8c2ae56298 Add actual config option iliajie 2022-10-31 16:26:49 +02:00
  • ccace2ce81 Add config option to make bash prompt look nice (user dependent) iliajie 2022-10-31 16:25:50 +02:00