Commit Graph

1473 Commits

Author SHA1 Message Date
Mathieu Trudel-Lapierre 3ae977656f Merge pull request #262 from CanonicalLtd/cyphermox/net-selection
Indicate which network config method is active
2017-10-12 11:22:20 -04:00
Mathieu Trudel-Lapierre 491ca1e1c0 Indicate which network config method is active. 2017-10-12 11:01:33 -04:00
vorlonofportland 1634c91948 Merge pull request #260 from CanonicalLtd/mwhudson/users-and-groups
add user to the correct set of default groups
2017-10-12 09:31:33 -04:00
Michael Hudson-Doyle 5507fd0fbc clunky way of indicating which network config method is active 2017-10-11 21:35:10 +13:00
Michael Hudson-Doyle a05289b90e add missing \ 2017-10-11 20:57:12 +13:00
Michael Hudson-Doyle 8be8bbe632 add user to sudo group too! 2017-10-11 20:52:13 +13:00
Michael Hudson-Doyle 6bdeab6a08 slightly comical way of getting the created user added to the right groups 2017-10-11 20:31:09 +13:00
Michael Hudson-Doyle fd11d0c46e Merge pull request #253 from CanonicalLtd/mwhudson/validation-improvements
validation improvements
2017-10-10 23:52:13 +13:00
Michael Hudson-Doyle e77509b4dd Merge branch 'master' into mwhudson/validation-improvements 2017-10-10 23:13:23 +13:00
Michael Hudson-Doyle 668848440a Merge pull request #259 from CanonicalLtd/mwhudson/filter-out-floppy
filter out floppy and read-only block devices
2017-10-10 23:12:53 +13:00
Michael Hudson-Doyle cb26609c3d Merge pull request #258 from CanonicalLtd/mwhudson/high-colors
do not overwrite the top 8 colors of the palette with black
2017-10-10 23:12:48 +13:00
Michael Hudson-Doyle a1bcaae052 filter out floppy and read-only block devices 2017-10-10 23:10:32 +13:00
Michael Hudson-Doyle bf85eaf05f do not overwrite the top 8 colors of the palette with black 2017-10-10 21:58:54 +13:00
Michael Hudson-Doyle 74e2cf1ccb Merge pull request #256 from CanonicalLtd/mwhudson/jump-to-screen
add a way to run console-conf or subiquity with a subset of the screens
2017-10-10 15:52:16 +13:00
Michael Hudson-Doyle 4d8754cb9d Merge pull request #257 from CanonicalLtd/mwhudson/better-boot-partitions
fix uefi installs
2017-10-10 15:51:25 +13:00
Michael Hudson-Doyle 0ba2d2bc3e do not allow editing or deleting most aspects of uefi partition 2017-10-10 15:38:25 +13:00
Michael Hudson-Doyle 60f69f7c91 emit mount commands in order of increasing path length 2017-10-10 12:55:15 +13:00
Michael Hudson-Doyle 6db6cfb4b4 adapt bootable() 2017-10-10 09:47:57 +13:00
Michael Hudson-Doyle 16bcd55c3f fix flag on ESP 2017-10-10 09:29:19 +13:00
Michael Hudson-Doyle e3aadb195b add a way to run console-conf or subiquity with a subset of the screens 2017-10-10 09:21:42 +13:00
Michael Hudson-Doyle 634d0e8013 more careful detection of when we are running in a snap 2017-10-10 09:21:07 +13:00
Steve Langasek ae1b8c2e66 Import i18n module before use. 2017-10-09 17:28:21 +00:00
Steve Langasek 6ded6270d1 further test dependencies 2017-10-09 17:28:05 +00:00
Steve Langasek e1c15e0a54 update with some bits missing for the testsuite 2017-10-09 13:18:25 -04:00
Michael Hudson-Doyle f99f4ad3d6 actually allow an email address to be entered if the user selects sso... 2017-10-09 10:29:32 +13:00
Michael Hudson-Doyle a1b973f79d Merge pull request #254 from ivuk/fix-typo
Fix a typo in README.md
2017-10-09 09:54:19 +13:00
Michael Hudson-Doyle ec73015a1a small improvements 2017-10-09 09:41:26 +13:00
Michael Hudson-Doyle 3e22a69978 more complete identity widget 2017-10-09 09:38:53 +13:00
Michael Hudson-Doyle eabe7a10b7 fix hostname validation 2017-10-09 09:25:09 +13:00
Michael Hudson-Doyle 68b9f6f1be add a way to run console-conf or subiquity with a subset of the screens 2017-10-09 09:24:32 +13:00
Igor Vuk 8ff7624d69 Fix a typo in README.md 2017-10-06 10:58:44 +02:00
Michael Hudson-Doyle f5637a717e a start at a more sophisticated ssh identity widget 2017-10-06 15:39:14 +13:00
Michael Hudson-Doyle bb8c619282 Merge pull request #251 from CanonicalLtd/mwhudson/recognise-virtio-disk
do not filter block devices by major
2017-10-06 10:02:56 +13:00
Michael Hudson-Doyle 378a65f60a Merge pull request #252 from CanonicalLtd/mwhudson/workaround-service
add a trivial oneshot service we can order the subiquity.service in t…
2017-10-06 08:39:35 +13:00
Michael Hudson-Doyle b06d1a78c4 improve validation of hostname and username fields
not sure hostname validation makes perfect sense but at least it is a bit
more transparent now
2017-10-05 22:14:44 +13:00
Michael Hudson-Doyle 5ed612399d add a trivial oneshot service we can order the subiquity.service in the install after to ensure the mounts are set up 2017-10-05 21:33:51 +13:00
Michael Hudson-Doyle f4eaea1d6d proper validation of real name field 2017-10-05 16:41:32 +13:00
Michael Hudson-Doyle 1bfb42c9b8 allow the same set of characters in realname as accepted by chfn -f 2017-10-05 16:33:26 +13:00
Michael Hudson-Doyle a73b76c7d2 clear any validation error as soon as the field becomes valid
this is why I changed size's validation to be side-effect free in the last
commit...
2017-10-05 16:19:31 +13:00
Michael Hudson-Doyle 876e2dc1b7 change partition size field to only modify user input explicitly on loss of focus 2017-10-05 16:16:31 +13:00
Michael Hudson-Doyle 3a744eb36d replace the only instance of a field defining clean() with a more solid approach 2017-10-05 15:45:42 +13:00
Michael Hudson-Doyle eafd614ce9 simplify things a bit by removing the ability to pass validator= and cleaner= to form fields 2017-10-05 15:45:16 +13:00
Michael Hudson-Doyle 8686c0418b validate confirm password field on every change 2017-10-05 15:19:29 +13:00
Michael Hudson-Doyle 35988f2fd9 change form machinery to always have space for validation error
and display help, if present, there by default
2017-10-05 15:08:10 +13:00
Michael Hudson-Doyle ce54d7c78c Merge pull request #250 from xnox/no-install-option
Drop Installpath controller, whilst it's single option.
2017-10-05 14:39:52 +13:00
Michael Hudson-Doyle 5c7862b076 do not filter block devices by major
instead, filter out devices with devpath /devices/virtual/...
2017-10-05 14:38:21 +13:00
Dimitri John Ledkov 03ef440761 Drop Installpath controller, whilst it's single option. 2017-10-04 23:32:28 +01:00
Michael Hudson-Doyle 6f9d4fe624 move subiquity-loadkeys to an app 2017-09-29 16:51:58 -04:00
Michael Hudson-Doyle 831a3b1b74 Merge pull request #249 from CanonicalLtd/mwhudson/network-fixes
misc networking fixes
2017-09-29 08:40:59 -04:00
Michael Hudson-Doyle aa564b9f6a ACTUALLY let udev queue settle rather than just pretending to 2017-09-29 08:37:31 -04:00