Michael Kaufmann
|
d39cebc70e
|
Merge remote-tracking branch 'origin/master' into 0.10.0
|
2018-06-01 08:01:09 +02:00 |
|
Michael Kaufmann
|
c1e62e6be7
|
get rid of serialization completely to avoid possible code execution, fixes #555
Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
|
2018-05-29 15:47:41 +02:00 |
|
Michael Kaufmann (d00p)
|
c1875132ef
|
fix unchecked-checkbox value passed to API
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2018-02-22 11:34:40 +01:00 |
|
Michael Kaufmann (d00p)
|
ca4c93ac92
|
set default dns server in config-templates; separate CmdLineHandler from switch-server-ip script for further usage
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2018-02-11 13:57:07 +01:00 |
|
Michael Kaufmann (d00p)
|
c0fddbce81
|
use correct pagination in admin-log/customer-log, fixes #1726
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2017-03-08 14:04:40 +01:00 |
|
Michael Kaufmann (d00p)
|
4a3e02c1f0
|
add HSTS for domains (admin-side) and froxlor-vhost; fixes #1660
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2016-10-07 11:01:45 +02:00 |
|
Michael Wyraz
|
dd4cfebe75
|
append wildcards to search if user did not enter any
|
2016-08-22 15:55:13 +02:00 |
|
Daniel Reichelt
|
7d2c64ce63
|
generic html form handling: don't remove leading tabs
(+remove commented out code in the vicinity, probably debugging remnants)
|
2016-06-24 08:43:02 +02:00 |
|
Florian Klink
|
7a36f5edac
|
lng: fix typo decending -> descending
|
2016-06-07 22:33:24 +02:00 |
|
Roman Schmerold (BNoiZe)
|
457e378d1e
|
Reverting HTMLform2 changes
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-06-10 14:59:38 +02:00 |
|
Roman Schmerold (BNoiZe)
|
913a53e436
|
Improve new htmlform class
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-02-16 16:18:39 +01:00 |
|
Michael Kaufmann (d00p)
|
3df581152d
|
remove webftp.php as it: pulls smarty-tplengine we don't use anywhere else, is unknown to most of our users, a possible security-issue, etc. etc. etc.; just don't use webftp stuff
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-02-08 18:56:31 +01:00 |
|
Roman Schmerold (BNoiZe)
|
56b619b777
|
Update generation of unlimited fields
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-02-05 09:40:23 +01:00 |
|
Roman Schmerold (BNoiZe)
|
4fccc86b03
|
Updated HTMLform2 with some tweaks
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-02-03 21:32:23 +01:00 |
|
Roman Schmerold (BNoiZe)
|
72ce20224d
|
Take values as parameter when editing something
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-02-02 19:13:52 +01:00 |
|
Roman Schmerold (BNoiZe)
|
87fe3669a1
|
Migrate to new HTMLform2-class
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2015-02-02 17:43:53 +01:00 |
|
Michael Kaufmann (d00p)
|
83e062c845
|
remove unused Minify_HTML class
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2015-01-30 17:53:43 +01:00 |
|
Michael Kaufmann (d00p)
|
dd34ab8d9b
|
fix inline-css (violation of Content Security Policy)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-12-29 20:48:56 +01:00 |
|
Michael Kaufmann (d00p)
|
cd5e8801e4
|
add domain-bulk-import, fixes #1452
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-12-15 14:49:34 +01:00 |
|
Michael Kaufmann (d00p)
|
c5cb91a882
|
add comment to cron.d-template; fix linker class to void double-slash after redirectTo, fixes #1372
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2014-01-30 11:42:16 +01:00 |
|
Michael Kaufmann (d00p)
|
276d6b30d1
|
first few implementations of new Setting-class, refs #1325
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-15 11:47:23 +01:00 |
|
Roman Schmerold (BNoiZe)
|
911de0727f
|
fixed search not calculating diskspace/traffic if no operator is used
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
|
2013-12-11 17:11:49 +01:00 |
|
Michael Kaufmann (d00p)
|
8822067311
|
fix search for webspace and traffic related values, also, for integer fields (like diskspace) you can now use the following operators when searching: >, < and =; fixes #772
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-12-09 17:24:11 +01:00 |
|
Michael Kaufmann (d00p)
|
345ba3a202
|
migrated autoresponder-cron to new PDO database class, beautify sql-query in paging-class, fix typos in traffic-cron (thx to Dessa), refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-20 08:15:30 +01:00 |
|
Michael Kaufmann (d00p)
|
a4ee4be2b4
|
migrate paging class to new PDO database class, refs #1287
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-11-18 09:09:06 +01:00 |
|
Michael Kaufmann (d00p)
|
b5fc0ad532
|
fix error when security question is being asked when adding a domain as admin, thx to Sephi
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-05-08 16:34:04 +02:00 |
|
Michael Kaufmann (d00p)
|
8aa74a9b90
|
fixes for dualstack by tilman19
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2013-04-29 10:02:44 +02:00 |
|
Arnold Bechtoldt
|
601bf68d09
|
Implementing the whole template system using Smarty. This commit includes movements of ROOT/js, ROOT/images, etc. to theme specific directories like templates/<THEME>/. If you are attemping to use your own templates you won't need to modify Froxlor's core files. This commit may require additional work.
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
|
2012-08-14 23:08:25 +02:00 |
|
Florian Aders (EleRas)
|
4ab80e6144
|
Corrected year in some copyrights and templates
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2012-01-02 14:36:48 +01:00 |
|
Andreas Burchert (scarya)
|
6d25edab60
|
Fixed missing chars, fixes #869
Thanks to philnate
Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
|
2011-10-18 13:19:04 +02:00 |
|
Florian Aders (EleRas)
|
df5d3ef66f
|
Added autocomplete="off" to formfields (yeah, it is valid in HTML5), thx sinuswave, fixes #469
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-08-04 08:29:09 +02:00 |
|
Florian Aders (EleRas)
|
0808bacb39
|
Use exec and silently fail in languagedetection, fixes #831, fixes #830
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-07-11 17:28:10 +02:00 |
|
Andreas Burchert (scarya)
|
6badc2ad77
|
Increased the sorting to 5 chars. Should be enough, fixes #756
|
2011-06-23 23:44:11 +02:00 |
|
Florian Aders (EleRas)
|
76e886e610
|
Moved language - selection based on gettext into an own class for easier management
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-23 13:20:42 +02:00 |
|
Florian Aders (EleRas)
|
093ebfa457
|
Fixed a bug for PHP < 5.3.0 (used func_get_arg as argument, which does not work on older PHP versions)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-16 20:23:59 +02:00 |
|
Florian Aders (EleRas)
|
76b716d41d
|
redirectTo now uses the new linker class
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-14 18:22:29 +02:00 |
|
Florian Aders (EleRas)
|
4d10c72ae9
|
Fixed bug in link-class where protocol was added to URL withour hostname
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 21:55:27 +02:00 |
|
Florian Aders (EleRas)
|
c5e8786670
|
Implemented linker - class for admin_admins.php
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 17:57:17 +02:00 |
|
Florian Aders (EleRas)
|
6ebd6db87f
|
Implemented linker - class for admin_index.php -> change_[theme|language|password], more to come
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 17:21:02 +02:00 |
|
Florian Aders (EleRas)
|
68e31962bc
|
Fixed a bug in linker
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 17:05:08 +02:00 |
|
Florian Aders (EleRas)
|
9d24648607
|
Added more flexibility and temporary fallback for the sessionid
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 16:49:02 +02:00 |
|
Florian Aders (EleRas)
|
c26223a887
|
Fixed nasty typo
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 16:28:52 +02:00 |
|
Florian Aders (EleRas)
|
444f4b5d1e
|
Added a class where all links will be generated in the future for easy management (First draft)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
|
2011-06-13 16:27:50 +02:00 |
|
Andreas Burchert (scarya)
|
51a83d8b09
|
Removed @version in file header. This isn't used by git.
|
2011-05-04 11:59:20 +02:00 |
|
Andreas Burchert (scarya)
|
7d97544f05
|
Fix in _checkbox().
|
2011-03-30 13:30:28 +02:00 |
|
Andreas Burchert (scarya)
|
9ff1d1cce5
|
Small fix in _checkbox() function to use sent data if available. refs #676
|
2011-03-26 22:34:06 +01:00 |
|
Andreas Burchert (scarya)
|
3775892bc2
|
Added _checkbox() to htmlform class so we can generate checkboxes.
|
2011-03-20 17:41:08 +01:00 |
|
Andreas Burchert (scarya)
|
ef8c3d3cf7
|
Added support to reuse form data if validation fails, refs #672
|
2011-03-19 14:34:10 +01:00 |
|
Michael Kaufmann (d00p)
|
4b1eee49a8
|
fix ugly spacing in configuration-file-textareas
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2011-03-09 07:29:28 +01:00 |
|
Michael Kaufmann (d00p)
|
4e1433d861
|
fix linebreaks in php-configurations and other textareas, fixes #632
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
|
2011-03-06 17:32:51 +01:00 |
|