GhostBSD/gib 26b6167.github/workflows main.yml, src add_admin.py

Merge pull request #74 from ghostbsd/ghostbsd/issues#91

Adding admin user message
DeltaFile
+15-13src/add_admin.py
+1-1.github/workflows/main.yml
+16-142 files

GhostBSD/gib 5e86511.github/workflows main.yml, src add_admin.py

Fix new line and add --max-line-length=120 for flake8 verification
DeltaFile
+1-1src/add_admin.py
+1-1.github/workflows/main.yml
+2-22 files

GhostBSD/gib 21863ecsrc add_admin.py

Adding admin user message
DeltaFile
+16-14src/add_admin.py
+16-141 files

GhostBSD/gib c2ad69asrc use_zfs.py partition_handler.py

improved zfs_datasets usage and adding de name supports
DeltaFile
+65-72src/use_zfs.py
+5-48src/partition_handler.py
+15-0src/gbi_common.py
+7-7src/sys_handler.py
+2-2src/add_admin.py
+94-1295 files

GhostBSD/gib eec8218src use_zfs.py

Merge pull request #73 from ghostbsd/ghostbsd-src/issues/105

Fix home mount in use_zfs.py
DeltaFile
+1-1src/use_zfs.py
+1-11 files

GhostBSD/gib b5a5085src use_zfs.py

Fix home mount in use_zfs.py
DeltaFile
+1-1src/use_zfs.py
+1-11 files

GhostBSD/gib 47f8e13src addUser.py root.py

Merge pull request #72 from ghostbsd/ghostbsd-src/issues/105

Adding changes related to oem and ghostbsd-build changes
DeltaFile
+0-255src/addUser.py
+0-183src/root.py
+168-0src/add_admin.py
+78-89src/create_cfg.py
+145-0src/add_users.py
+114-0src/setup_system.py
+505-5278 files not shown
+702-56214 files

GhostBSD/gib 4dbe95e. setup.py, src setup_system.py sys_handler.py

Adding the start of src/setup_system.py
DeltaFile
+114-0src/setup_system.py
+7-5src/sys_handler.py
+3-3src/network_setup.py
+1-1src/ghostbsd-style.css
+1-0setup.py
+126-95 files

GhostBSD/gib 8f4d948src partition_handler.py partition.py

Merge remote-tracking branch 'origin/master' into ghostbsd-src/issues/105
DeltaFile
+4-4src/partition_handler.py
+1-1src/partition.py
+5-52 files

GhostBSD/gib ea6c24fsrc partition_handler.py

Merge pull request #71 from akaunby/master

Convert to /home
DeltaFile
+4-4src/partition_handler.py
+4-41 files

GhostBSD/gib 315d34csrc partition_handler.py

Merge pull request #2 from akaunby/akaunby-home-patch-2

Convert to /home
DeltaFile
+4-4src/partition_handler.py
+4-41 files

GhostBSD/gib 93436aasrc partition_handler.py

Convert to /home

Convert /usr/home to /home.
DeltaFile
+4-4src/partition_handler.py
+4-41 files

GhostBSD/gib cbf6df9src partition.py

Merge pull request #69 from akaunby/home-patch-1

Convert to /home
DeltaFile
+1-1src/partition.py
+1-11 files

GhostBSD/gib 84f18b0src partition.py

Convert to /home

Converted /usr/home to /home
DeltaFile
+1-1src/partition.py
+1-11 files

GhostBSD/gib 87b238fsrc create_cfg.py gbiWindow.py

Fixed boot manager next button and added code to unset live settings

Also added code set some settings
DeltaFile
+78-88src/create_cfg.py
+0-1src/gbiWindow.py
+78-892 files

GhostBSD/gib a706f8esrc gbiWindow.py

Fixed changes in gbiWindow.py
DeltaFile
+4-4src/gbiWindow.py
+4-41 files

GhostBSD/gib c1f69afsrc root.py

removed root.py
DeltaFile
+0-78src/root.py
+0-781 files

GhostBSD/gib abbf354. LICENSE, .github auto_assign.yml CODEOWNERS

Merge branch 'master' into ghostbsd-src/issues/105
DeltaFile
+28-0.github/workflows/project_automation.yml
+0-21.github/auto_assign.yml
+8-0.github/CODEOWNERS
+1-5src/install.py
+1-1LICENSE
+38-275 files

GhostBSD/gib c7fba0b. LICENSE

Update Copyright code dates
DeltaFile
+1-1LICENSE
+1-11 files

GhostBSD/gib b63000dsrc install.py

Merge pull request #67 from nansys-dev/patch-1

Remove comment about telegram and forums.
DeltaFile
+1-5src/install.py
+1-51 files

GhostBSD/gib 8cc5d6esrc install.py

Remove comment about telegram and forums.

Removed comment about accessing telegram and forums during installation. Telegram desktop is not installed by default, Also, in low memory computers, firefox crashes when attempting to access GhostBSD forums. Recommend removing comment to prevent issues.
DeltaFile
+1-5src/install.py
+1-51 files

GhostBSD/gib 94f1a17.github/workflows project_automation.yml

Added automation for PR
DeltaFile
+28-0.github/workflows/project_automation.yml
+28-01 files

GhostBSD/gib a5f5055.github auto_assign.yml CODEOWNERS

Replacing auto_assign.yml by CODEOWNERS
DeltaFile
+0-21.github/auto_assign.yml
+8-0.github/CODEOWNERS
+8-212 files

GhostBSD/gib 6cd4a3csrc sys_handler.py keyboard.py

Adding change_keyboard
DeltaFile
+36-19src/sys_handler.py
+12-7src/keyboard.py
+48-262 files

GhostBSD/gib 51d4f16src root.py

Remove root.py this will be replace by add_admin.
DeltaFile
+78-0src/root.py
+78-01 files

GhostBSD/gib dfd49ea. setup.py, src addUser.py add_admin.py

Renamed addUser to add_addmin and removed root setup

The root user password will be set by add_addmin and first user will
be and admin and the root user will have the name password.
DeltaFile
+0-168src/addUser.py
+168-0src/add_admin.py
+0-78src/root.py
+3-15src/gbiWindow.py
+1-2setup.py
+172-2635 files

GhostBSD/gib 2c3091esrc addUser.py sys_handler.py

Converted AddUser to be add admin
DeltaFile
+19-7src/addUser.py
+10-1src/sys_handler.py
+1-4src/add_users.py
+30-123 files

GhostBSD/gib 14a6bc3src addUser.py

Merge branch 'master' into ghostbsd-src/issues/105
DeltaFile
+3-2src/addUser.py
+3-21 files

GhostBSD/gib 3589ec4. setup.py, src addUser.py root.py

move password_strength and related function in common.py
DeltaFile
+15-114src/addUser.py
+8-113src/root.py
+3-109src/add_users.py
+103-0src/gbi_common.py
+1-2src/create_cfg.py
+1-0setup.py
+131-3386 files

GhostBSD/gib 92aa772. setup.py, src add_users.py

Adding src/add_users.py with code from addUser for a starter

This will be to install multiple user
DeltaFile
+254-0src/add_users.py
+2-1setup.py
+256-12 files