6329 Commits (25f0ba672c0a76f444931765b1b0a3e16cf908bb)
 

Author SHA1 Message Date
Adriaan de Groot b3e7c3f294 [users] Run checks more often
- check password warnings when the page is entered
 - re-check (and translate) on language change
5 years ago
Adriaan de Groot cc66903678 [users] Allow an explicit check for non-emptiness of passwords
- move the explicit checking for non-empty into a specific
   (normal) password check
 - leave only the-two-fields-are-equal outside of the password-
   requirements framework
 - having non-empty is the same as minLength 1, but gives a different
   error message
5 years ago
Adriaan de Groot ffbc1a3e7d Changes: post-release housekeeping 5 years ago
Calamares CI a395ed1113 i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI 5a98a13856 i18n: [dummypythonqt] Automatic merge of Transifex translations 5 years ago
Calamares CI 2edb204c9e i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot 9497540b64 Changes: pre-release housekeeping 5 years ago
Adriaan de Groot ef5fffc70e Merge branch 'bill-auger-patch-6'
FIXES #1202
FIXES #1261
5 years ago
Adriaan de Groot 699df6328f Changes: document this branch 5 years ago
Adriaan de Groot 196a358493 [users] Flag password problems even when weak-passwords are ok
- when you allow weak passwords, flag problems as warnings (yellow)
 - when weak passwords aren't allowed, they are fatal errors (red)
5 years ago
Adriaan de Groot a4e3ea2a86 [users] Refactor retranslation
- move retranslation to a method so that code-formatting doesn't
   get confused by it.
5 years ago
Adriaan de Groot 28c9da414b [users] Apply coding style 5 years ago
Adriaan de Groot 9fa817a244 [users] Refactor password-validation
- add a method that does the work and sets UI strings for a
   generic double-field password entry
 - use that for user and root passwords
5 years ago
Adriaan de Groot 7d25173afb [users] Remove TODO since it doesn't make sense
- the two explicit checks are the ones that handle *two*
   strings as special cases; all the other checks from
   the password-requirements system only handle the one string.
5 years ago
Adriaan de Groot 93eb169ea5 [users] Improve error messages
- distinguish beginning of username from the rest
 - must start with a letter or _
 - tighten message for bad username and bad hostname

FIXES #1261
5 years ago
Adriaan de Groot 8232ca626c [users] Refactor constants 5 years ago
Adriaan de Groot 9cd1ef93bd [users] Apply coding style 5 years ago
Adriaan de Groot 9ee0609b72 [users] Use tooltips
- the explanations under and around the boxes is noisy,
   hard to size correctly (viz. issue #1202)
 - use tooltips in almost-all fields instead
 - add placeholder text to be more suggestive
5 years ago
Adriaan de Groot b3765bc144 [users] Massage the weak-passwords settings
- since the wording of the checkbox itself (and the functionality)
   is to enforce strong passwords, need to switch out some
   logic and fix the wording of the documentation.
5 years ago
Adriaan de Groot 3e4e492305 [users] Polish the documentation for the various checkboxes 5 years ago
Adriaan de Groot c030cc41cd [libcalamaresui] Refactor button-creation
- The "convenience" method was no longer convenient, since
   we now place strings on the buttons by default.
 - While here, **name** the buttons so they can be themed.
5 years ago
Adriaan de Groot ee4cd06c23 Merge branch 'master' into bill-auger-patch-6 5 years ago
Adriaan de Groot b78eacd7a8 [libcalamaresui] Set button texts always
- if the welcome module wasn't loaded (or loading otherwise failed)
   then no text was set, leading to confusing screens with
   buttons with icons but no label.
5 years ago
Adriaan de Groot 5ac4f3ec38 [libcalamaresui] Fix up module dependency checking
- If a module exists, and has unmet dependencies, then
   that is only a problem if the module itself is *used*.
   Merely existing is ok.

This triggers on FreeBSD, where partition isn't built, but
bootloader depends on partition -- so you can never start
Calamares on FreeBSD, because bootloader depends on something
non-existent.

Relax the check: just warn, and only fail if a non-existent
module is used (all those with unmet dependencies are considered
non-existent).
5 years ago
Adriaan de Groot a9a12820d8 [libcalamaresui] Log the found-modules
- fix up comment because it described an old member variable name
 - log number of modules found (all the *potential* modules)
5 years ago
Adriaan de Groot c4b0511f8d [libcalamaresui] Improve debug message for bad dirs
- Calamares scans **all** subdirs of the module-directory
   for a module.desc and complains about those that don't have
   a module.desc.
 - For ./calamares -d runs from the build-directory, this
   leads to a few complaints when some plugins have been
   ignored (and so no module.desc is generated for them).
5 years ago
Adriaan de Groot ede50756a1 [users] Simplify config-logic for weak-passwords
- Use the convenience methods for config-reading.
 - Always set the value (to the default if nog explicitly
   set in the config-file).
5 years ago
Adriaan de Groot 21bcd560b1 [users] Use API to change weak-checkbox visibility 5 years ago
Adriaan de Groot eb90757063 [users] Apply coding style (lots of churn) 5 years ago
Adriaan de Groot 799f1131a9 Merge branch 'patch-6' of https://github.com/bill-auger/calamares into bill-auger-patch-6 5 years ago
Adriaan de Groot 300ebaaa03 Changes: post-release housekeeping 5 years ago
Adriaan de Groot 3a7d0d4ee7 Changes: pre-release housekeeping 5 years ago
Adriaan de Groot 9c7684de22 Merge branch 'improve-excludes'
FIXES #1229
5 years ago
Adriaan de Groot 4370669fc3 [unpackfs] Put exclusion settings into the rsync command line 5 years ago
Adriaan de Groot 9d47716e5d [unpackfs] Add settings per-item for exclude and excludeFile
- support excluding specific files / lists when rsyncing, in case
   the squashfs has more in it than you really want to copy over.
5 years ago
Adriaan de Groot 4552631086 [unpackfs] Prep for more information in file_copy
- Give the whole entry to file_copy, not just the
   destination. This will allow file_copy to work
   with local excludes.
 - Pluck entry.destination out immediately, to keep
   code changes minimal.
 - Document the parameters.
5 years ago
Adriaan de Groot 311c65737f [unpackfs] Remove unused parameter
- list_excludes() turns the extra mounts from global storage
   into --exclude parameters for rsync; it doesn't do anything
   with the destination parameter.
 - while here rename to something more descriptive
5 years ago
Adriaan de Groot fe1ddb8ead [unpackfs] Expand on the documentation 5 years ago
Adriaan de Groot 371ae598a0 Changes: document unpackfs 5 years ago
Adriaan de Groot b333d4fd0e Merge branch 'unpackfs-support-rename'
- support a "file" source
 - document how to use it to copy a single file with-rename to target
5 years ago
Adriaan de Groot 57c0b2088c [unpackfs] Allow naming a non-directory for single files
- this enables renaming files on copy
5 years ago
Adriaan de Groot 4acf63fd9a [unpackfs] Document fields of the UnpackEntry
- Document fields
 - While here, remove code for special-casing single-file copies.
   Those already work, based on rsync.
5 years ago
Adriaan de Groot 05c0398126 [unpackfs] Support multiple items better
- it's ok if item one creates directories where item two will write,
   so don't check for existence of all directories on start-up.

Reported by ArcoLinux.
5 years ago
Adriaan de Groot d58fdaa2cd [unpackfs] Stub of special handling for a single file 5 years ago
Calamares CI 65b81f84a5 i18n: [python] Automatic merge of Transifex translations 5 years ago
Calamares CI 10747178e8 i18n: [dummypythonqt] Automatic merge of Transifex translations 5 years ago
Calamares CI 9e54b95da2 i18n: [desktop] Automatic merge of Transifex translations 5 years ago
Calamares CI 6a28277aa2 i18n: [calamares] Automatic merge of Transifex translations 5 years ago
Adriaan de Groot 39299f9650 Changes: document new module features 5 years ago
Adriaan de Groot d9e8fbf477 Merge branch 'replace-machineid'
FIXES: #1252

This adds to the *machineid* module (which generates random UUIDs
for DBus and systemd) another key to configure generation of
a urandom pool in the target from the entropy in the host system.
5 years ago