Eneko Lacunza
Eneko Lacunza
Currently scripts forces renewal always. This is a problem if the renewal attempt is scheduled twice a day as recommended by Let's Encrypt. Patch removes the force flag so that...
Symfony 4.4 will be end of support on nov'22. Security fixes will end in nov'23. We should upgrade do Symfony 5.4.x that is LTS since nov'21 and will have security...
Currently, when sending emails with a job's log, Elkarbackup puts in the subject of the email "Log for backup from client_url:job_path" . This isn't very helpful for a setup we...
rsync_short_args doesn't work know and I think it has never worked. Original commit seems this: https://github.com/elkarbackup/elkarbackup/commit/c098f710616ea599a3d0aa6e3006aa64ce8b42ce But rsnapshot docs say: > rsync_short_args -a > > List of short arguments to...
Comes from #157 For 2.0.0 it was decided to remove USER role login. We must choose to totally remove that role or properly implement it.
This comes from discussion in #236 Rework "Manage parameters" and parameters.yaml following something along the lines @adrianles proposed (storing configuration parameters in DB), so that parameters.yaml just contains DB connection...
This comes from discussion in #236 Move "Preferences" (which are user preferences) and "Change password" from the current engine menu to a User profile menu. Decide what to do with...
Currently form's side help is organized as an entire text referenced in the form code by a short handle. This makes keeping translations up to date difficult, because when text...
Comes from #28 User must be warned that aborting a job may result in loss of backed up data. If possible, add some check in code to skip abort if...
If there are many client and tasks, performing tasks in the job list (enqueuing failed jobs) is a bit akward, because each time user enqueues a job, she is sent...