54 Commits

Author SHA1 Message Date
Fabian Franz
fd47bb520a translation fix 2016-01-30 13:25:32 +01:00
Ad Schellevis
a7e4762b9c (legacy) fix html errors, remove $closehead 2016-01-27 18:18:05 +01:00
Ad Schellevis
59bfac1c44 Merge pull request #630 from fabianfrz/fix_623
changed file type
2016-01-10 13:24:42 +01:00
Manuel Faux
cea23f8cae UX: moved tooltip position to top for most tooltips 2016-01-10 12:06:48 +01:00
Manuel Faux
87014246c0 UX: changed delete icon from "X" to "trash" 2016-01-10 12:06:48 +01:00
Fabian Franz
3b45b94197 changed file type 2016-01-10 11:30:48 +01:00
Franco Fichtner
b85616f1ca Merge pull request #614 from 8191/fix_users
user manager: fixed button titles
2016-01-08 20:41:28 +01:00
Manuel Faux
782d564b48 user manager: improved some unclear button tooltips 2016-01-08 19:20:12 +01:00
Ad Schellevis
cfb34330ee (legacy) fix padding in system_usermanager.php, closes https://github.com/opnsense/core/issues/561 2016-01-07 17:40:52 +01:00
Ad Schellevis
99206e99d3 (usermanager) issue with defaults, closes https://github.com/opnsense/core/issues/612 2016-01-07 14:51:26 +01:00
Manuel Faux
71f44506da user manager: fixed button titles 2016-01-07 14:43:38 +01:00
Fabian Franz
1d0f083d96 change dialog style 2015-12-31 18:00:31 +01:00
Franco Fichtner
d41b5a7456 src: reindent copyright block to four spaces 2015-12-29 20:22:41 +01:00
Ad Schellevis
8c26ef0d71 (legacy) remove access break, closes https://github.com/opnsense/core/issues/553 2015-12-22 19:37:41 +01:00
Ad Schellevis
e357d5325d (legacy) add missing icon in system_usermanager.php 2015-12-16 16:28:35 +01:00
Ad Schellevis
a8d218d174 (legacy) remoev duplicate cert code from usermanager (use redirect instead), closes https://github.com/opnsense/core/issues/59 2015-12-14 21:59:25 +01:00
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Ad Schellevis
c975897d6e (legacy) remove redirectHeader, closes https://github.com/opnsense/core/issues/470 2015-12-01 19:34:55 +00:00
Ad Schellevis
64c433d5b7 coding style system_usermanager.php 2015-12-01 19:03:22 +00:00
Ad Schellevis
b096c21e2f (legacy) layout system_usermanager.php 2015-11-10 10:15:39 +00:00
Ad Schellevis
2f8d4ae853 (legacy) add api keys to system_usermanager.php + fix issue when removing user (regression) 2015-11-10 10:10:07 +00:00
Ad Schellevis
ef41295c4f (legacy) refactor system_usermanager.php 2015-11-09 19:35:25 +00:00
Franco Fichtner
91a6e982b7 www: more translation fixes for #427 2015-11-07 22:25:28 +01:00
Franco Fichtner
89e80a4c35 certificates: remove obsolete images references for #303 2015-10-31 23:47:44 +01:00
Franco Fichtner
86cdd1fbfe users: convert tabs to submenu for #402 2015-09-26 08:30:03 +02:00
Franco Fichtner
a66c7889c7 users: the infamous all group kicks the proverbial bucket
The all group was previously removed from the root account due
to the fact that it won't be applied to new user accounts anymore.
This isn't bad as far as we've seen so we went a bit further,
removing the group altogether.  Nice side effect is that a lot of
conditional code just disappears, so I doubt anyone will have any
hard feelings later.
2015-09-14 18:22:45 +02:00
Ad Schellevis
575c202ef9 (legacy) add support to system_usermanager.php for edit/add new using GET in addition to POST, needed for other modules to link to this page in a more natural way.
Page need proper cleaning.
2015-08-12 07:25:56 +00:00
chrisch1974
daf9ba532e ldap: usermanager: disable username and descr field for ldap users 2015-07-29 16:28:43 +02:00
chrisch1974
4604048007 ldap: usermanager: disable password field for ldap users 2015-07-29 15:34:39 +02:00
chrisch1974
443d4dbbcc ldap: import users: add scrollbars on IE, Firefox & Opera 2015-07-29 08:59:07 +02:00
Ad Schellevis
b4845e6270 (legacy/ldap) trashed almost all old ldap code and made it less obscure..
When a user needs to use the web configurator, import the the user from the remote ldap server using "import users" on system_usermanager.php
For backward compatibility purposes ldap_backed still can authenticate without a local user, although the web config isn't usable then.
(this always costs an extra query to determine the distinguished name of the user)
We may need to consider if "authenticate only" should be a bit more explicit to the user, or choose to always import users into OPNsense....
2015-07-28 16:19:13 +00:00
Ad Schellevis
f9df4803a7 (legacy) some minor style fixes in system_usermanager.php 2015-07-28 14:21:28 +02:00
Ad Schellevis
2576639c82 (legacy) cleanup certs.inc requires 2015-07-21 09:25:04 +00:00
Ad Schellevis
a3a5f91ac6 (legacy) cleanups and moves related to priv.inc 2015-07-13 12:46:33 +00:00
Ad Schellevis
7418af459b (legacy) add additional check on $input_errors as part of cleanup notices 2015-07-06 16:58:36 +00:00
Ad Schellevis
ba800ae6c8 (legacy) fix check on $savemsg and $input_errors 2015-07-06 14:43:02 +00:00
Ad Schellevis
c0449191f4 (legacy) $jsevents["body"]["onload"] is never set 2015-07-06 13:28:46 +00:00
Franco Fichtner
1db49d7c47 system: apply PSR2 style 2015-06-04 20:41:15 +02:00
Ad Schellevis
31df024e7f replace menusystem / integrate with new MVC framework
Next step in integrating our new MVC framework, the mainmenu in the left panel uses the same logic now for both legacy as new content.

- add feature, hide empty items
- configuration in /usr/local/opnsense/mvc/app/models/OPNsense/Base/Menu/Menu.xml
2015-04-29 19:06:32 +00:00
Franco Fichtner
7e1a1a106c src: sweep'n'style 2015-04-22 17:01:37 +02:00
AdSchellevis
77dbb57464 password issue when creating a new user (fix for https://github.com/opnsense/core/issues/143) 2015-04-17 19:39:20 +00:00
Ad Schellevis
816cc506f5 jquery cleanups 2015-04-08 20:57:41 +00:00
Franco Fichtner
4d336198be src: s/pfSenseHeader/redirectHeader/g plus cleanups 2015-04-02 20:23:08 +02:00
Ad Schellevis
49c891985f fix for https://github.com/opnsense/core/issues/116 (group handling tried to remove groups) 2015-03-29 12:22:51 +00:00
Ad Schellevis
fe5ae1b7b2 cleanup requires + small typo's 2015-03-23 20:47:12 +00:00
Ad Schellevis
0a44698f23 remove usage of conf_mount_ro and conf_mount_rw 2015-03-12 12:05:30 +00:00
Franco Fichtner
53b031e8cb certificates: lower the default lifetime to approximately 1 year
Discussed with: @deZillium (Twitter)
2015-02-28 08:14:49 +01:00
Jos Schellevis
96808b5649 Several fixes, GUI and LDAP 2015-02-06 17:13:19 +00:00
Jos Schellevis
4f8cea3719 Firmware update enhancements and System GUI pages cleanup 2015-01-23 14:49:49 +00:00
Jos Schellevis
be92da6c35 Fixed some issue with user manager and enhanced gui parts 2015-01-21 15:58:15 +00:00