Commit Graph

865 Commits

Author SHA1 Message Date
Jamie Cameron
3293374843 Support new param for link target 2014-12-20 13:57:37 -08:00
Jamie Cameron
8838cf6b50 Support for wide table rows 2014-12-19 19:37:30 -08:00
Jamie Cameron
521cfd6afd Support links on right frame, and add one to refresh system info 2014-12-19 17:09:50 -08:00
Jamie Cameron
dc4ea2a94d Complete support for showing warnings on right frame 2014-12-17 14:54:09 -08:00
Jamie Cameron
5eb9821920 Extend API for right frame 2014-12-17 14:08:56 -08:00
Jamie Cameron
d2ca839d0a Always delete lock before creating 2014-12-11 13:06:47 -08:00
Jamie Cameron
a87400c0ea Add support for charts 2014-12-10 22:01:35 -08:00
Jamie Cameron
a80248b068 BIND needs new zone files to be group readable 2014-12-09 21:23:59 -08:00
Jamie Cameron
85ecfa47a4 Delete .lock files that are hard links 2014-12-09 19:08:06 -08:00
Jamie Cameron
4c0e851424 Make temp files unreadable by other users 2014-12-09 19:02:19 -08:00
Jamie Cameron
bc105a9038 Clarify meaning of chart type 2014-12-08 18:50:34 -08:00
Jamie Cameron
33b6270467 Define new API function for right-frame info 2014-12-06 15:42:59 -08:00
Jamie Cameron
b34a096b23 Add API function for theme authors to get the menu of Webmin modules 2014-12-06 14:49:48 -08:00
Jamie Cameron
4c3da19911 Document new param properly 2014-12-02 20:29:40 -08:00
Jamie Cameron
c8bd68190e Document new param 2014-12-02 20:15:45 -08:00
Jamie Cameron
d058fc20a1 Pass in CGI inputs param 2014-11-22 14:54:14 -08:00
Jamie Cameron
6f5dd4ee59 Document new modes and include module in output 2014-11-16 14:34:21 -08:00
Jamie Cameron
750e66db57 Clarify fields for new theme API function 2014-11-15 15:10:29 -08:00
Jamie Cameron
36230c9d7e New API function to get combined list of Webmin menu items for themes 2014-11-15 15:06:08 -08:00
Jamie Cameron
ed0f1f30ca No need to cache post requests 2014-10-20 21:05:19 +01:00
Jamie Cameron
75292f6673 Add API function for a popup window from a link 2014-10-06 15:36:43 -07:00
Jamie Cameron
c73c3972fc Clarify return value 2014-10-05 17:26:46 -07:00
Jamie Cameron
7b9fa73fcb Make sure module is an empty string, so that SQL queries don't fail 2014-09-19 23:09:42 -07:00
Jamie Cameron
f47eabb6ae Use faster native perl module for encoding and decoding base-64 if available 2014-08-21 13:45:48 -07:00
Piotr Pawłow
1d6c3fbc75 Use encodeURIComponent() instead of escape()
Reasons being:
- escape() is deprecated.
- escape() uses non-standard %u encoding, which isn't decoded properly by chooser.cgi.
- encodeURIComponent() uses UTF-8, which isn't decoded properly by chooser.cgi either,
  but at least is has a chance of matching the page / filesystem encoding and working
  properly.
2014-07-07 13:12:48 +02:00
Jamie Cameron
1c590a118b Escape using hex codes, as suggested by rot13 2014-07-05 10:47:23 -07:00
Jamie Cameron
cb725f504d Fix double escaping 2014-07-03 23:07:06 -07:00
Jamie Cameron
0a455b7433 Add new function for quoting JS strings 2014-07-03 15:52:30 -07:00
Jamie Cameron
822b09c8e1 Specifically allow only local frames, as Chrome on iOS doesn't load framesets without this http://virtualmin.com/node/33332 2014-05-30 21:34:05 -07:00
Jamie Cameron
437efcb5fc Allow popup to be disabled 2014-05-30 16:55:20 -07:00
Jamie Cameron
ae4eebe176 Fix check for err ref 2014-05-25 18:03:00 -07:00
Jamie Cameron
9c51f82845 Prevent invalid lock files 2014-05-15 07:13:03 -07:00
Jamie Cameron
3e1e20e613 Report to STDERR if user DB connection fails 2014-04-24 10:40:50 -07:00
seabres
6778152255 Add fallback to local user if userdb not reachable. 2014-04-24 12:04:36 +02:00
Jamie Cameron
8ad1df2d7f Document 3rd param 2014-04-18 17:24:16 -07:00
Jamie Cameron
a56e4d70dd Add API function to write out a file in one shot 2014-03-10 21:22:20 -07:00
Jamie Cameron
1846709d75 Prevent locks that are links 2014-03-10 20:07:45 -07:00
Allan Kristensen
2dc8f8bdc8 Improve file upload speed 2014-02-26 15:26:37 +01:00
Jamie Cameron
bbe30b2fc4 Add API params for specifiying a local IP to bind to 2014-02-22 11:01:12 -08:00
Jamie Cameron
d694e8c685 Block JS loaded from external sources 2014-01-23 11:16:54 -08:00
Nawawi Jamili
59231c226b html cleanup: standardized 2013-12-05 14:28:03 +08:00
Nawawi Jamili
19174560d5 html cleanup, remove unnecessary space 2013-12-03 18:50:54 +08:00
Jamie Cameron
a8d6ca3f89 Support new EPSV command for IPv6 2013-11-11 17:16:47 -08:00
Jamie Cameron
53011ba46d Add base32 encode / decode functions 2013-09-29 17:49:01 -07:00
Jamie Cameron
b914f75aca When running fastrpc.cgi on the same server, leave STDERR going to the regular log file http://virtualmin.com/node/30152 2013-09-20 12:35:54 -07:00
Jamie Cameron
7a20b0512b Don't complain about Webmin not running when adding a webmincron job https://sourceforge.net/p/webadmin/bugs/4290/ 2013-09-03 13:57:25 -07:00
Jamie Cameron
45778655e2 Add option to silently continue if flushing a non-loaded file 2013-08-16 16:36:46 -07:00
Jamie Cameron
61002f9e03 Truncate debug log when default size is in use https://sourceforge.net/p/webadmin/bugs/4266/ 2013-07-05 15:01:58 +08:00
Jamie Cameron
01c189fbf3 Make return to previous page on error link just be the same as clicking back http://virtualmin.com/node/26483 2013-04-28 15:41:39 -07:00
Jamie Cameron
637527cb26 Sort modules case-insensitively 2013-03-17 21:42:46 -07:00