Commit Graph

  • be87daf81d API CHANGE (new action): sysadm/moused, "action"="list_devices_active": This will return a list of all the devices which are currently active. ------------- Ken Moore 2017-01-19 08:35:16 -05:00
  • abf0846b36 Adjust the moused flags fallback files. Now it will use the same files/logic for fallback settings as the service. Ken Moore 2017-01-19 07:29:41 -05:00
  • a93a0110d3 Add "pkg update" to the regular system health check. This should ensure that the pkg databases are *always* up to date without any user interaction. Ken Moore 2017-01-19 06:59:36 -05:00
  • 1a9547a73a Oops - forgot to add the new sysadm-moused files to git. Ken Moore 2017-01-18 16:41:31 -05:00
  • 238af76dbd API Change (new action): New "action" for the sysadm/moused class: "set_device_options" - Change the options for a particular device. REQUIRED ARGUMENTS: "device":"<device_id>", and at least 1 of the available options for device configuration (multiple options may be changed in a single API request). ------------ Ken Moore 2017-01-18 16:24:31 -05:00
  • 47d5c73dba API Change (new "action"): New Action for the sysadm/moused class: "read_device_options" - This will list all the current settings for a given device. REQUIRED ARGUMENTS: "device":"<device_id>" ---------------- Ken Moore 2017-01-18 16:16:52 -05:00
  • c876af3cc3 API Change: (sysadm/moused - new "action") New Action: "list_device_options" - This will list all the per-device options which can be changed, with lists of possible settings or a description of the setting type that can be used. ---------- Ken Moore 2017-01-18 16:07:32 -05:00
  • d1cfc02465 API Change (New Class: sysadm/moused) Add a new class: sysadm/moused This class handles all the settings for the moused daemon on the system and provides per-device input device management. Ken Moore 2017-01-18 16:03:00 -05:00
  • b50a4c6fc3 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2017-01-18 11:56:33 -05:00
  • 0c97c36efc Remove the old usermanager library files - these were replaced by the "sysadm-users" files quite a while back. Ken Moore 2017-01-18 11:55:42 -05:00
  • bf30b500b3 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2017-01-17 09:49:59 -05:00
  • efb78c9627 Make sure the updatesAvailable flag does not get saved if there was a network error during the check, Ken Moore 2017-01-17 09:49:26 -05:00
  • c052d49877 Merge branch 'master' of github.com:trueos/sysadm Mrt134 2017-01-16 15:24:02 -05:00
  • 39805ad90e Remove redundant "docs" directory: - All SysAdm docs now live in the sysadm-docs repo (https://github.com/trueos/sysadm-docs). - This new repo has its own issue tracker; any docs issues are to be reported there. Mrt134 2017-01-16 15:22:19 -05:00
  • 60748d1029 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2017-01-12 13:02:27 -05:00
  • 311bd579f3 API CHANGE: Two new actions for the sysadm/update class: "listlogs" and "readlogs"; Ken Moore 2017-01-12 12:57:40 -05:00
  • 4ebced5622 Use supervise-daemon for sysadm Joe Maloney 2017-01-12 12:00:09 -05:00
  • 23bca07fac Rework Managing Boot Environments: TRANSLATIONS - Update translation files. Mrt134 2016-12-27 13:02:13 -05:00
  • 49e41f0bfc Fix image reference: - Updated reference that wouldn't work in the TrueOS handbook. Mrt134 2016-12-27 12:56:58 -05:00
  • e594344712 Minor changes to Boot Environment Manager: - Replaced screenshot be1a.png with a more dense image. - Small reworks to the text for flow and clarity. Mrt134 2016-12-27 12:50:52 -05:00
  • af13f7e6f1 Close issue #17: Rework Boot Environment Manager - Update screenshot. - Add cross-reference to Boot Environment Manager in Update Manager - Rework list of options and displayed data with tables. - Removed recommendations for use from tables and. - Attempted to clarify the value of BEs in the introductory text section and the explanatory text surrounding screenshots. Mrt134 2016-12-27 12:34:43 -05:00
  • 2a9fd1c6a3 Remove net dependancy from sysadm. This is bad. Does bad things. Joe Maloney 2016-12-21 14:57:48 -05:00
  • 75e9e74b3b Reference fix: TRANSLATIONS - Update translation files. Mrt134 2016-12-20 12:10:58 -05:00
  • fa7f13c824 Reference fix: - Fix erroneous internal reference to "Manage SSL Keys" Mrt134 2016-12-20 12:09:41 -05:00
  • 7036f56787 Document missing "Manage SSL Keys" section: TRANSLATIONS - Update translation files. Mrt134 2016-12-20 11:06:45 -05:00
  • 05bf2d40a4 Document missing "Manage SSL Keys" section: - Create full documentation of all elements within the "Manage Connections" section of the SysAdm GUI. - Create 4 new screenshots to accompany the text. - Rename the empty section in sysadmclient.rst from "Manage SSL Keys" to "Manage Remote Connections". Mrt134 2016-12-20 11:05:25 -05:00
  • a0c4105c53 Update SysAdm handbook syntax: TRANSLATIONS - Update translation files. Mrt134 2016-12-19 13:20:11 -05:00
  • 486c99a03c Update SysAdm handbook syntax: - Review each .rst file to bring the syntax up to date between the TrueOS, SysAdm Client, and Lumina Handbooks. - Numerous error fixes: whitespace, references, grammar, spelling, etc. - Images are all clickable now. - Tables are now properly formatted and referenced with :numref:. - Updated/added images to the Lumina handbook. - Minor fixes to the README. - Preface title update. - Screenshot syntax update for easier replacements in the future. - Add missing index and section header references. Mrt134 2016-12-19 13:15:59 -05:00
  • 2c0e19b29a Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-12-14 14:24:16 -05:00
  • e5f57ab160 Oops - fix a typo so the auto-update setting is properly respected. Ken Moore 2016-12-14 14:23:46 -05:00
  • a25b629dc6 trueos_style.css update: - Add different font sizes for sections/subsections. mrt134 2016-12-14 12:29:17 -05:00
  • ac154ccfd4 Port changes from trueos handbook: TRANSLATIONS - Update translation files. Mrt134 2016-12-13 09:39:00 -05:00
  • 64d6d920e0 Merge branch 'master' of github.com:trueos/sysadm Mrt134 2016-12-13 09:38:18 -05:00
  • 92dca27659 Port changes made to trueos handbook: - Update upgrade from pcbsd instructions. - Add new screenshot. Mrt134 2016-12-13 09:36:37 -05:00
  • 3637798c6b Merge pull request #27 from mremski/openrc Ken Moore 2016-12-12 08:49:24 -05:00
  • 10bf9bf994 Initial whack at making service manager understand openrc Charlie Root 2016-12-11 08:24:53 -05:00
  • 79a32b5009 Personacrypt and PEFS: TRANSLATIONS - Update translation files. Mrt134 2016-12-09 14:38:17 -05:00
  • 36e6a94031 Merge branch 'master' of github.com:trueos/sysadm Mrt134 2016-12-09 14:34:59 -05:00
  • 607623d2bf PersonaCrypt and PEFS: - Port changes to sysadmclient.rst from trueos-docs repo. * Document PEFS usage with PersonaCrypt. Mrt134 2016-12-09 14:33:44 -05:00
  • bf2a660854 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-12-09 14:09:02 -05:00
  • 84d6ef2543 Add the ability to specify "PEFS" as the personacrypt device through the SysAdm API. Ken Moore 2016-12-09 14:08:30 -05:00
  • f524bf6278 Merge branch 'master' of github.com:trueos/sysadm Mrt134 2016-12-08 09:56:14 -05:00
  • 6efbf5871e API reference guide addition: - Added missing "run" action to dispatcher class. Mrt134 2016-12-08 09:55:21 -05:00
  • 39b0fe2160 Merge branch 'master' of http://github.com/trueos/sysadm Kris Moore 2016-12-07 17:16:09 -05:00
  • aca201eeea Make the sysadm init.d files properly show status and stop. Kris Moore 2016-12-07 17:15:38 -05:00
  • 3329c763d2 Update sysadm update manager: TRANSLATIONS - Update translation files. Mrt134 2016-12-02 11:18:17 -05:00
  • 6a3ac878dd Update manager (updated): - Updated documentation of the SysAdm update manager. - Added a new screenshot. Mrt134 2016-12-02 11:17:11 -05:00
  • 1977811732 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-12-02 10:27:33 -05:00
  • 4bedde7244 Adjust the check for valid pkg repos to better catch when the databases are out of sync and update as needed. Ken Moore 2016-12-02 10:27:02 -05:00
  • b0e01e7ed5 Merge branch 'master' of http://github.com/trueos/sysadm Kris Moore 2016-12-01 21:24:26 -05:00
  • 5df69e118d Update init.d scripts, don't need to do shutdown, and also use correct keyword for "net" Kris Moore 2016-12-01 21:24:02 -05:00
  • 5e921a7bb5 Server handbook update +license link addition: TRANSLATIONS - Update translation files: client and server handbooks. Mrt134 2016-11-22 11:01:03 -05:00
  • 44c88d8abb Merge branch 'master' of github.com:trueos/sysadm Mrt134 2016-11-22 10:58:19 -05:00
  • 6e062f466e Server handbook update + License link addition for all handbooks: - Added text describing the license of these handbooks along with a link. - Fixed trademark replacements for the Server Handbook. Mrt134 2016-11-22 10:56:36 -05:00
  • 69501224ad Move sysadm init.d scripts to the port-files/files where they belong Kris Moore 2016-11-17 22:08:31 -05:00
  • a5d8bce6ab Add the command_args to sysadm back, fixes a specific shutdown issue Kris Moore 2016-11-16 14:42:56 -05:00
  • 645213c16d Fix up the sysadm init.d scripts, set PREFIX properly and drop the useless & Kris Moore 2016-11-15 23:08:44 -05:00
  • 752662ad8b Also make other services background Joe Maloney 2016-11-10 14:47:05 -08:00
  • a09dfabb2b Make sysadm background Joe Maloney 2016-11-10 14:28:57 -08:00
  • a6cda869bb Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-11-10 09:57:08 -05:00
  • c0c7655781 Add OpenRC init.d services to the SysAdm build tree and port plist. Ken Moore 2016-11-10 09:44:10 -05:00
  • 57065bf14f Sysadmclient.rst parity with TrueOS handbook: TRANSLATIONS - Update translation files. Mrt134 2016-11-04 14:08:06 -04:00
  • 79d9a912f1 Sysadmclient.rst parity with TrueOS handbook: - Update with trueos handbook pull request #9 tank1 zpool on screenshots. Mrt134 2016-11-04 14:05:43 -04:00
  • 751c98f2f0 Update to sysadmclient.rst: TRANSLATIONS - Update translation files. Mrt134 2016-11-01 13:37:29 -04:00
  • 3914300bd6 Minor update to sysadmclient.rst: - Fix a few trademark replacement errors. Mrt134 2016-11-01 13:36:25 -04:00
  • 3b59548333 Remove this depend from sysadm. Not used. Joe Maloney 2016-10-31 14:19:50 -04:00
  • 8da65605c2 Add a new setting to the update manager specifically for SysAdm: "auto_update_reboot" = "0"-"23" (hour of the day) If this is set (to a valid number), then SysAdm will automatically reboot the system to finish performing updates at the specified hour. Any other setting (or the value not being set) disables this option. Ken Moore 2016-10-25 14:02:26 -04:00
  • 37f1633550 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-10-25 12:42:43 -04:00
  • 2099f39d58 Add the auto-update hooks directly into the sysadm server. Now the automatic 15 minute health checks will startup the update process if the autoupdate option is set rather than relying on anacrontab. Ken Moore 2016-10-25 12:41:06 -04:00
  • ac981fced6 Update trademark replacement script: TRANSLATIONS - Update translation files. Mrt134 2016-10-24 11:50:10 -04:00
  • 31673de619 Update trademark reUpdate trademark replacement script: - Registered trademark replacement script now displays the symbol as a superscript. - Fixed a build error with referencing an image present in the TrueOS handbook, but not with SysAdm. Rewrote the reference to stand alone and should now work in both handbooks. Mrt134 2016-10-24 11:46:56 -04:00
  • 301ed021bf Don't display "Time" at the end of dataset in Lifepreserver REST return call Kris Moore 2016-10-19 15:51:09 -04:00
  • c00cf735ad Update Sysadm Reference Guide: - Fix errors with the responses for the dispatcher event system. - Added notes explaining the various system states and their effect on the report. - Renamed connections.rst to getstarted.rst to reflect the current handbook organization. Mrt134 2016-10-17 15:43:16 -04:00
  • 309ffdb1df Update trueosstyle.css (all handbooks) mrt134 2016-10-12 13:39:42 -04:00
  • 5308c3e211 Update Client Handbook: TRANSLATIONS - Update translation files Mrt134 2016-10-11 15:21:48 -04:00
  • 691d901856 Update Client Handbook: - Port over sysadm.rst from trueos-docs; maintain parity - Add new images to fix build errors - Remove obsolete directory "TrueOS Handbook port" Mrt134 2016-10-11 15:19:30 -04:00
  • e2ae246e15 Update client handbook with trueos-docs commit: TRANSLATIONS - Update translation files. Mrt134 2016-10-03 10:26:37 -04:00
  • 473257fc7b Update client handbook with trueos-docs commit: Issue resolution and other small changes - maintain parity with trueos handbook Mrt134 2016-10-03 10:24:39 -04:00
  • 6f2fe69a80 Update Life Preserver "Replication" section to warn about snapshot frequency. - Added additional bullet point to the list of snapshot requirements for configuring replication. - Updated translation files. Mrt134 2016-09-29 13:47:48 -04:00
  • 512092be71 SysAdm Client Handbook Update (Firewall Manager) - Add new section for Firewall Manager. - Add screenshot of manager interface. - Write full walkthrough of the interface. - Update translation files. mrt134 2016-09-21 16:54:51 -04:00
  • 58334a1fa1 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-09-19 09:51:34 -04:00
  • 6924dad755 When making changes to the update manager repo/url - clear out the last check for updates so the next ping will re-check using the new settings. Also remove some old comments from the service manager. Ken Moore 2016-09-19 09:50:43 -04:00
  • 2380a15a3d Add i18n stuff for sysadm handbooks Kris Moore 2016-09-16 13:42:13 -04:00
  • 2de60fc3df Update sysadm client: - Add new section for "Service Manager" - Update all screenshots to be properly captioned. - Add screenshot for the service manager. - A few minor whitespace and wording fixes. Mrt134 2016-09-15 13:37:07 -04:00
  • 010fc464a2 Merge branch 'master' of github.com:trueos/sysadm Mrt134 2016-09-13 13:03:53 -04:00
  • 1149f0b365 API update: Guide up to date 9/13/16 - Add new class to API reference guide: firewall. - Add all new actions to firewall class. - Format code blocks and text descriptions. Mrt134 2016-09-13 13:00:47 -04:00
  • 44b6b88699 Clean up the firewall manager check for if it is enabled. Now it returns almost instantly instead of waiting for a few seconds. Ken Moore 2016-09-13 12:41:16 -04:00
  • 70289f9d7a Oops - now the top parser will output the whole command. Ken Moore 2016-09-13 12:13:09 -04:00
  • 024c049f35 Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-09-13 12:08:13 -04:00
  • 9df060fd3d Cleanup a couple backend API calls: 1) In the system manager "process info" function, use the -a flag for top so we get the whole command instead of just the first binary. 2)Cleanup a bit more of the backend of the new firewall manager. Ken Moore 2016-09-13 12:05:38 -04:00
  • 3ee59ea0cc Small fix to references: - Fixed some broken references in TrueOS handbook due to trademark symbols. - Ported changes back to this handbook to ensure parity; no build errors created. Mrt134 2016-09-13 10:48:33 -04:00
  • cf42180fbd Full review of sysadmclient.rst - Whitespace fixes. - Clean up unnecessary sentence fragments. - Add guilabel roles. - Grammar and spelling rewrites. - PEP8 fixes. - Trademark substitutions added. - Added TODO comments for screenshots which require an update or new screenshot. - Rewrote internal references to be external. The sysadm client file should now be completely agnostic, and able to be copy/pasted between the TrueOS handbook and SysAdm client handbook. Mrt134 2016-09-13 10:31:42 -04:00
  • c9f227eebc API CHANGE: last sysadm/firewall action Final action for the sysadm/firewall class: "action" = "reset-defaults" This will reset all the firewall settings back to defaults and restart the firewall. NOTE: This will only work on TrueOS - plain FreeBSD does not have any concept of default firewall settings and this API call will return an error in that case. Ken Moore 2016-09-13 08:07:31 -04:00
  • c089525bf7 API CHANGE: 5 simple "actions" for sysadm/firewall Add five new "actions" for managing the firewall: "start" - turn on the firewall "stop" - turn off the firewall "restart" - reload the firewall (catches any settings changes - not generally needed) "enable" - automatically start the firewall on bootup "disable" - do not start the firewall on bootup Ken Moore 2016-09-13 07:39:27 -04:00
  • aca7bbc7b0 API CHANGE: new action for sysadm/firewall "action":"close" REQUIRED: "ports":["<number>/<type>", "<number2>"/"<type2>"] Ken Moore 2016-09-12 15:52:56 -04:00
  • ed3296eaf3 API CHANGE: New action for sysadm/firewall "action":"open" REQUIRES: "ports":[<number>/<type>, <number2>/<type2>] Ken Moore 2016-09-12 15:47:54 -04:00
  • 108a2da675 API CHANGE: New action for sysadm/firewall "action":"status" Returns the current status of the firewall Ken Moore 2016-09-12 15:29:24 -04:00
  • 6b348c3940 API CHANGE: Add a new "action" for the new sysadm/firewall class: "action":"list_open" Returns an array of all the open port/type combinations for the firewall. Ken Moore 2016-09-12 15:21:02 -04:00
  • 45bb83a05f API CHANGE: Add a new class to sysadm: sysadm/firewall This is the new firewall manager (ipfw), for setting options for the system firewall. Ken Moore 2016-09-12 13:18:32 -04:00
  • efc7bfeaad Merge branch 'master' of github.com:trueos/sysadm Ken Moore 2016-09-09 15:24:44 -04:00