Adriaan de Groot
d2c0c8d638
[users] Grab hostname from config on creation
2021-03-15 11:53:14 +01:00
Adriaan de Groot
cc310a04b8
[users] Fix schema to match actual field names
2021-03-14 16:32:02 +01:00
Adriaan de Groot
8c7e214376
[users] Make the example config usable
...
Although the example configurations shouldn't really be used
as a sample of how to configure **your** Calamares for your
distro, many distro's do just copy the examples. So leave
traces of the OEM-configuration settings in the example,
and give the standard configuration a 'nothing changed'
set of presets.
2021-03-14 16:07:04 +01:00
Adriaan de Groot
caf18321df
[users] Adjust UI to is-field-editable based on presets
2021-03-14 14:20:10 +01:00
Adriaan de Groot
7bae625f46
[users] Pick up UI changes based on the values from Config
2021-03-14 14:14:29 +01:00
Adriaan de Groot
b4a21d7aca
[libcalamares] Add macro CONFIG_PREVENT_EDITING to handle uneditable fields
...
Boilerplate code for avoiding accidental setting of an internal
field when the UI is editable and the underlying data isn't.
2021-03-14 13:30:26 +01:00
Adriaan de Groot
3ea796d009
[users] 'undo' changes to values if the UI is wonky
...
- you can still call set*(), eg. from the UI, when the field is
not editable. Although the code previously ignored the change,
this would lead to a mismatch between what the UI is showing
(the changed value) and what the Config has (old value).
Emit a changed-signal (notify) with the old value so that the
UI is changed *back* as soon as possible.
2021-03-14 12:27:59 +01:00
Adriaan de Groot
9fcf9b5fa8
[users] Pick up values from Config object on startup
...
- Previously, we 'knew' that the values in Config were empty,
so didn't have to set them from the Config when building
the (widget) page
2021-03-14 12:14:33 +01:00
Adriaan de Groot
941cc9c48b
[users] Match presets to the actual name of fields
2021-03-14 12:14:33 +01:00
Adriaan de Groot
2e90a8d829
[libcalamares] Report preset mis-configurations
...
- warn about fields applied twice (program error)
- warn about fields not used (configuration error)
- add operator<< for "clean" looking preset application
2021-03-14 12:14:33 +01:00
Adriaan de Groot
d8dff3dc65
[libcalamares] Replace loadPresets() with an applicative style
...
Build up the list of known presets by what the Config-object
expects, not by what the Config file provides. This allows
early detection of mis-matched configurations.
Presets can only apply to Q_PROPERTY properties, and the
preset must match the property name.
2021-03-14 12:14:33 +01:00
Adriaan de Groot
448e478b6d
[users] Use base Config and its Preset-handling
2021-03-12 13:54:06 +01:00
Adriaan de Groot
381a4f9b53
[users] Add preset to users module Config
2021-03-12 13:25:16 +01:00
Adriaan de Groot
b8a9c4c3b7
[users] Be more forgiving in tests
...
- the host system's /etc/group is being read, and that varies between
host OS versions; since I was doing today's release on KaOS, the
test was failing because of arbitrary differences between the
default groups on each Linux flavor.
2021-02-03 13:48:01 +01:00
Adriaan de Groot
a383aa974a
[users] Need <memory> for unique_ptr
...
- Although unique_ptr is only used when ICU is enabled, include it
always because it is likely that we'll use more unique_ptr
in the implementation at some point.
2021-02-02 13:38:52 +01:00
Adriaan de Groot
06c6ea04c0
[users] Make status message consistent (no .)
2020-12-04 22:26:27 +01:00
Adriaan de Groot
61a2335909
[users] Stray space in message (reported by Transifex user Moo)
2020-11-24 23:47:13 +01:00
Adriaan de Groot
b503aa645b
Merge pull request #1563 from LordTermor/calamares
...
[users] Full name transliteration support for user creation
2020-11-10 01:19:44 +01:00
Artem Grinev
16eca3c1be
[users] Apply code format
2020-11-10 01:54:21 +03:00
Artem Grinev
ca033583a4
Simplified logic a bit, made punctuation handling more correct
2020-11-10 01:47:07 +03:00
Artem Grinev
da5fb2d3e1
Improved comment
2020-11-10 01:40:08 +03:00
Artem Grinev
d5e678157d
Changed TRANSLITERATOR_ID type to array
2020-11-10 01:23:10 +03:00
Adriaan de Groot
b4c3236e4a
[users] Consume error information from libpwquality
...
Previously, the auxerror information was never stored, and
the messages were all un-numbered or un-explained.
Now, consume that information and store it when check()
is called, ready to be used when (possibly much later,
or after a translation change) explanation() is called.
2020-11-09 16:08:19 +01:00
Adriaan de Groot
43565027f5
[users] m_auxerror never set, always nullptr
2020-11-09 15:42:22 +01:00
Adriaan de Groot
f3e37f3cee
[users] Remove unused PWQuality method
2020-11-09 15:40:23 +01:00
Adriaan de Groot
4e9c18a565
[users] Translate PWQuality error messages with numbers
2020-11-09 15:14:41 +01:00
Adriaan de Groot
2a9bbf1dd5
[users] Add test for jobs-creation
...
- This tries to avoid the now-fixed situation where a sudoersGroup job
is not created at all (because of a logic error).
- While here, coding style
2020-11-09 11:39:11 +01:00
Adriaan de Groot
43e271dfec
[users] Missing negation
2020-11-06 22:27:46 +01:00
Adriaan de Groot
8e53b83f9f
[users] Test for setting / resetting sudo settings
2020-11-06 22:27:34 +01:00
Adriaan de Groot
6f41949bba
[users] Log when sudo is skipped
2020-11-06 14:38:12 +01:00
Adriaan de Groot
59255c7a57
Changes: apply coding style
2020-11-05 00:00:29 +01:00
Artem Grinev
94f7efb89f
[users] Remove ' from transliterated string
2020-11-04 03:37:25 +03:00
Artem Grinev
f20d0a7593
[users] Name cleanup after transliteration
2020-11-04 03:24:58 +03:00
Artem Grinev
aa5ef7a6b8
[users] New transliterator ID
2020-11-04 03:21:31 +03:00
Adriaan de Groot
f898840e16
[users] Expand schema to cover new possibilities
2020-11-03 13:02:49 +01:00
Adriaan de Groot
36f9fd56a3
[users] Expand the example config with new possibilities
2020-11-03 12:54:19 +01:00
Adriaan de Groot
7c268b2e4d
[users] Correct terminology in configuration documentation
2020-11-03 12:48:12 +01:00
Adriaan de Groot
486cdaeeb6
[users] Shuffle library order to satisfy CI build
2020-11-02 14:10:35 +01:00
Adriaan de Groot
b61b5f8650
[users] Run an expected-to-fail test in creating groups
2020-11-02 12:27:50 +01:00
Adriaan de Groot
8127ae704c
[users] Expand tests for groups a little
2020-11-02 12:13:59 +01:00
Adriaan de Groot
e66f81f6ee
CMake: comment on BUILD_AS_TEST
2020-11-02 12:01:02 +01:00
Artem Grinev
4e54a2aefe
[users] Cleaned error handling a bit
2020-11-02 04:01:01 +03:00
Artem Grinev
8e07bb00f9
[users] Construct icu::UnicodeString from QString's utf16 chars directly
2020-11-02 03:52:37 +03:00
Artem Grinev
48eae463cc
[users] Full name transliteration support for user creation
2020-11-01 19:45:12 -05:00
Adriaan de Groot
daaf16d331
Merge branch 'calamares' into issue-1523
2020-10-29 16:33:27 +01:00
Adriaan de Groot
0d4d3e3c4d
[users] Set up GS rootMountPoint for test
2020-10-23 12:27:44 +02:00
Adriaan de Groot
63196ab58f
[users] Avoid crashes in tests due to nullptr GS
2020-10-23 12:19:28 +02:00
Adriaan de Groot
c412e285c2
[libcalamares] Link publicly to yaml-cpp
...
Needed on FreeBSD, where you otherwise might not get the
include paths for yaml-cpp added -- and utils/Yaml.h
expects them to be there.
2020-10-23 12:01:29 +02:00
Adriaan de Groot
cd8c3089cb
[users] Fix build: renamed moc file
2020-10-23 11:14:59 +02:00
Adriaan de Groot
89d495d5fb
[users] Rename file to match its purpose
2020-10-22 14:22:11 +02:00