]>
git.ipfire.org Git - thirdparty/snapper.git/log
Arvin Schnell [Thu, 30 Nov 2023 08:32:55 +0000 (09:32 +0100)]
- increase version for new release
Arvin Schnell [Tue, 28 Nov 2023 08:44:43 +0000 (08:44 +0000)]
Merge pull request #854 from aschnell/master
- coding style
Arvin Schnell [Tue, 28 Nov 2023 08:39:39 +0000 (09:39 +0100)]
- coding style
Arvin Schnell [Tue, 28 Nov 2023 08:16:39 +0000 (08:16 +0000)]
Merge pull request #853 from aschnell/master
- updated pot and po files
Arvin Schnell [Tue, 28 Nov 2023 08:06:14 +0000 (09:06 +0100)]
- updated pot and po files
Arvin Schnell [Tue, 28 Nov 2023 07:57:51 +0000 (07:57 +0000)]
Merge pull request #852 from aschnell/master
report plugin failures
Arvin Schnell [Tue, 28 Nov 2023 07:44:25 +0000 (08:44 +0100)]
- coding style
Arvin Schnell [Tue, 28 Nov 2023 07:35:35 +0000 (08:35 +0100)]
- report plugin failures
Arvin Schnell [Tue, 28 Nov 2023 07:32:40 +0000 (08:32 +0100)]
- added dbus function to query and clear plugins report
Arvin Schnell [Tue, 28 Nov 2023 07:31:00 +0000 (08:31 +0100)]
- add marshalling for int32
Arvin Schnell [Tue, 28 Nov 2023 07:28:06 +0000 (08:28 +0100)]
- add Plugins::Report to record plugins execution
Arvin Schnell [Wed, 22 Nov 2023 15:27:20 +0000 (15:27 +0000)]
Merge pull request #850 from aschnell/master
- added changelog entry
Arvin Schnell [Wed, 22 Nov 2023 15:16:42 +0000 (16:16 +0100)]
- cleanup
Arvin Schnell [Wed, 22 Nov 2023 15:16:36 +0000 (16:16 +0100)]
- added changelog entry
Arvin Schnell [Wed, 22 Nov 2023 14:30:15 +0000 (14:30 +0000)]
Merge pull request #849 from kloczek/master
fix building with libxml 2.12.0
Tomasz Kłoczko [Wed, 22 Nov 2023 12:59:42 +0000 (12:59 +0000)]
fix building with libxml 2.12.0
Add missing header files requires on build with libxml 2.12.0.
Fixes #848
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Arvin Schnell [Tue, 31 Oct 2023 08:28:46 +0000 (08:28 +0000)]
Merge pull request #845 from aschnell/master
- use pid_t instead of int
Arvin Schnell [Tue, 31 Oct 2023 08:10:02 +0000 (09:10 +0100)]
- use pid_t instead of int
Arvin Schnell [Mon, 23 Oct 2023 10:43:55 +0000 (10:43 +0000)]
Merge pull request #843 from aschnell/master
- improved error handling in SystemCmd
Arvin Schnell [Mon, 23 Oct 2023 10:29:52 +0000 (12:29 +0200)]
- improved error handling in SystemCmd
Arvin Schnell [Mon, 23 Oct 2023 10:29:25 +0000 (10:29 +0000)]
Merge pull request #842 from aschnell/master
- add Ubuntu 23.10
Arvin Schnell [Mon, 23 Oct 2023 10:08:47 +0000 (12:08 +0200)]
- add Ubuntu 23.10
Paolo Za [Sun, 15 Oct 2023 13:46:04 +0000 (13:46 +0000)]
Translated using Weblate (Italian)
Currently translated at 99.6% (257 of 258 strings)
Arvin Schnell [Fri, 13 Oct 2023 15:56:48 +0000 (15:56 +0000)]
Merge pull request #841 from aschnell/master
- make SystemCmd take vector of strings
Arvin Schnell [Fri, 13 Oct 2023 15:35:01 +0000 (17:35 +0200)]
- make SystemCmd take vector of strings
Arvin Schnell [Fri, 13 Oct 2023 07:17:28 +0000 (07:17 +0000)]
Merge pull request #840 from aschnell/master
- fix diff for lvm based configs (bsc#
1216191 )
Arvin Schnell [Fri, 13 Oct 2023 06:57:25 +0000 (08:57 +0200)]
- fix diff for lvm based configs (bsc#
1216191 )
Luiz Fernando Ranghetti [Wed, 4 Oct 2023 20:56:22 +0000 (20:56 +0000)]
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (258 of 258 strings)
Arvin Schnell [Tue, 19 Sep 2023 08:28:33 +0000 (08:28 +0000)]
Merge pull request #839 from aschnell/master
tiny improvements to pam scripts
Arvin Schnell [Tue, 19 Sep 2023 08:20:52 +0000 (10:20 +0200)]
- add option --no-create-home to useradd to avoid warning
Arvin Schnell [Tue, 19 Sep 2023 08:16:47 +0000 (10:16 +0200)]
- use snapper to change config instead of sed
Arvin Schnell [Tue, 19 Sep 2023 08:04:33 +0000 (08:04 +0000)]
Merge pull request #837 from daniel-fahey/patch-1
Update useradd script to prevent warnings
Daniel [Sat, 16 Sep 2023 17:42:23 +0000 (18:42 +0100)]
Update user addition script to prevent warnings and enhance compatibility
Not sure if this script is still recommended to use as it's not been modified in nearly a decade.
1. Modified the `useradd` command by removing the `-m` option to prevent unnecessary warnings about the home directory already existing. The creation of the home directory is managed separately in this script using Btrfs subvolumes.
2. Added a command to copy the standard skeleton files from `/etc/skel` to the new user's home directory, ensuring that new users receive the necessary setup files despite the custom home directory creation process with the `create-config` command.
3. Corrected the `chown` command syntax to use the more modern `:` separator between the user and group names, getting rid of another warning.
I kept the (old school) style as is. Thanks for snapper!
Arvin Schnell [Fri, 15 Sep 2023 06:17:44 +0000 (06:17 +0000)]
Merge pull request #836 from aschnell/master
increase version for new release
Arvin Schnell [Fri, 15 Sep 2023 05:32:31 +0000 (07:32 +0200)]
- increase version for new release
Arvin Schnell [Thu, 14 Sep 2023 15:08:49 +0000 (15:08 +0000)]
Merge pull request #835 from aschnell/master
show snapper and libsnapper versions
Arvin Schnell [Thu, 14 Sep 2023 14:47:17 +0000 (16:47 +0200)]
- show snapper and libsnapper versions
Arvin Schnell [Thu, 14 Sep 2023 14:03:03 +0000 (14:03 +0000)]
Merge pull request #834 from aschnell/master
fixed creating files in root dir
Arvin Schnell [Thu, 14 Sep 2023 13:47:22 +0000 (15:47 +0200)]
- fixed creating files in root dir (gh#openSUSE/snapper#168)
Arvin Schnell [Tue, 5 Sep 2023 06:40:14 +0000 (06:40 +0000)]
Merge pull request #832 from kdave/libbttrfs-util-get-id
Implement BtrfsUtils::get_id using libbtrfsutil
David Sterba [Thu, 19 Jan 2023 18:30:50 +0000 (19:30 +0100)]
Implement BtrfsUtils::get_id using libbtrfsutil
The get_id() member can be also implemented using libbtrfsutil. A
separate conditional implementation is added and the #ifdefs updated
to take that into account.
Arvin Schnell [Thu, 10 Aug 2023 07:40:26 +0000 (07:40 +0000)]
Merge pull request #830 from aschnell/master
- relax access to info.xml files
Arvin Schnell [Thu, 10 Aug 2023 07:34:05 +0000 (09:34 +0200)]
- coding style
Arvin Schnell [Thu, 10 Aug 2023 07:23:17 +0000 (09:23 +0200)]
- relax access to info.xml files
Kukuh Syafaat [Tue, 8 Aug 2023 13:05:35 +0000 (13:05 +0000)]
Translated using Weblate (Indonesian)
Currently translated at 100.0% (258 of 258 strings)
Arvin Schnell [Fri, 14 Jul 2023 12:36:17 +0000 (12:36 +0000)]
Merge pull request #826 from aschnell/master
- enable snapper-timeline.timer when adjusting config
Arvin Schnell [Fri, 14 Jul 2023 12:09:38 +0000 (14:09 +0200)]
- enable snapper-timeline.timer when adjusting config
Temuri Doghonadze [Fri, 14 Jul 2023 05:08:18 +0000 (05:08 +0000)]
Translated using Weblate (Georgian)
Currently translated at 18.9% (49 of 258 strings)
Ferdinand Galko [Thu, 13 Jul 2023 13:36:09 +0000 (13:36 +0000)]
Translated using Weblate (Slovak)
Currently translated at 100.0% (258 of 258 strings)
Freek de Kruijf [Wed, 12 Jul 2023 07:55:29 +0000 (07:55 +0000)]
Translated using Weblate (Dutch)
Currently translated at 100.0% (258 of 258 strings)
Yasuhiko Kamata [Wed, 12 Jul 2023 08:31:39 +0000 (08:31 +0000)]
Translated using Weblate (Japanese)
Currently translated at 100.0% (258 of 258 strings)
Aleš Kastner [Wed, 12 Jul 2023 11:14:20 +0000 (11:14 +0000)]
Translated using Weblate (Czech)
Currently translated at 100.0% (258 of 258 strings)
David Medina [Wed, 12 Jul 2023 07:59:19 +0000 (07:59 +0000)]
Translated using Weblate (Catalan)
Currently translated at 100.0% (258 of 258 strings)
Arvin Schnell [Wed, 12 Jul 2023 07:47:54 +0000 (07:47 +0000)]
Merge pull request #825 from aschnell/master
- updated pot and po files
Arvin Schnell [Wed, 12 Jul 2023 07:41:13 +0000 (09:41 +0200)]
- updated pot and po files
Arvin Schnell [Wed, 12 Jul 2023 07:38:18 +0000 (07:38 +0000)]
Merge pull request #824 from aschnell/master
document disadvantage of using network and order services after nss-user-lookup
Arvin Schnell [Wed, 12 Jul 2023 07:27:12 +0000 (09:27 +0200)]
- improved error message
Arvin Schnell [Wed, 12 Jul 2023 07:21:57 +0000 (09:21 +0200)]
- order services after nss-user-lookup
Arvin Schnell [Wed, 12 Jul 2023 07:21:29 +0000 (09:21 +0200)]
- document disadvantage of using network
Arvin Schnell [Tue, 27 Jun 2023 06:54:13 +0000 (06:54 +0000)]
Merge pull request #822 from aschnell/master
- added Debian 12.0
Arvin Schnell [Tue, 27 Jun 2023 06:32:54 +0000 (08:32 +0200)]
- added Debian 12.0
Arvin Schnell [Fri, 16 Jun 2023 13:54:48 +0000 (13:54 +0000)]
Merge pull request #821 from aschnell/master
- improved responsiveness when a btrfs quota rescan is running
Arvin Schnell [Fri, 16 Jun 2023 13:42:28 +0000 (15:42 +0200)]
- improved responsiveness when a btrfs quota rescan is running
Arvin Schnell [Tue, 13 Jun 2023 14:36:35 +0000 (14:36 +0000)]
Merge pull request #820 from aschnell/master
- include libsnapper version in debug reply
Arvin Schnell [Tue, 13 Jun 2023 13:19:18 +0000 (15:19 +0200)]
- include libsnapper version in debug reply
Arvin Schnell [Tue, 13 Jun 2023 13:16:47 +0000 (13:16 +0000)]
Merge pull request #819 from aschnell/master
- improved waiting for btrfs quota rescan (see bsc #
1211459 )
Arvin Schnell [Tue, 13 Jun 2023 13:00:56 +0000 (15:00 +0200)]
- improved waiting for btrfs quota rescan (see bsc #
1211459 )
Arvin Schnell [Tue, 13 Jun 2023 10:20:57 +0000 (10:20 +0000)]
Merge pull request #818 from aschnell/master
- update qgroup in config info in snapperd when running setup-quota
Arvin Schnell [Tue, 13 Jun 2023 10:10:21 +0000 (12:10 +0200)]
- update qgroup in config info in snapperd when running setup-quota
Arvin Schnell [Tue, 13 Jun 2023 08:23:09 +0000 (08:23 +0000)]
Merge pull request #817 from aschnell/master
- fixed log level of message
Arvin Schnell [Tue, 13 Jun 2023 08:07:55 +0000 (10:07 +0200)]
- fixed log level of message
Arvin Schnell [Mon, 12 Jun 2023 15:28:46 +0000 (15:28 +0000)]
Merge pull request #816 from aschnell/master
- increase version for new release
Arvin Schnell [Mon, 12 Jun 2023 15:11:14 +0000 (17:11 +0200)]
- increase version for new release
Kukuh Syafaat [Wed, 31 May 2023 13:18:00 +0000 (13:18 +0000)]
Translated using Weblate (Indonesian)
Currently translated at 100.0% (258 of 258 strings)
Javier Llorente [Sun, 21 May 2023 22:00:26 +0000 (22:00 +0000)]
Translated using Weblate (Spanish)
Currently translated at 98.4% (254 of 258 strings)
Aleš Kastner [Sun, 14 May 2023 16:35:26 +0000 (16:35 +0000)]
Translated using Weblate (Czech)
Currently translated at 100.0% (258 of 258 strings)
Ettore Atalan [Fri, 12 May 2023 23:23:42 +0000 (23:23 +0000)]
Translated using Weblate (German)
Currently translated at 99.6% (257 of 258 strings)
Luiz Fernando Ranghetti [Wed, 26 Apr 2023 23:59:35 +0000 (23:59 +0000)]
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (258 of 258 strings)
George David Apostolidis [Wed, 26 Apr 2023 16:37:16 +0000 (16:37 +0000)]
Translated using Weblate (Greek)
Currently translated at 95.3% (246 of 258 strings)
Arvin Schnell [Wed, 26 Apr 2023 08:42:01 +0000 (08:42 +0000)]
Merge pull request #814 from aschnell/master
- fixed object lifetime
Arvin Schnell [Wed, 26 Apr 2023 08:23:36 +0000 (10:23 +0200)]
- fixed object lifetime
Ferdinand Galko [Tue, 25 Apr 2023 14:54:17 +0000 (14:54 +0000)]
Translated using Weblate (Slovak)
Currently translated at 100.0% (258 of 258 strings)
David Medina [Tue, 25 Apr 2023 13:42:20 +0000 (13:42 +0000)]
Translated using Weblate (Catalan)
Currently translated at 100.0% (258 of 258 strings)
Freek de Kruijf [Tue, 25 Apr 2023 10:56:55 +0000 (10:56 +0000)]
Translated using Weblate (Dutch)
Currently translated at 100.0% (258 of 258 strings)
Yasuhiko Kamata [Tue, 25 Apr 2023 09:26:12 +0000 (09:26 +0000)]
Translated using Weblate (Japanese)
Currently translated at 100.0% (258 of 258 strings)
Arvin Schnell [Tue, 25 Apr 2023 08:51:04 +0000 (08:51 +0000)]
Merge pull request #813 from aschnell/master
- avoid compiler warnings
Arvin Schnell [Tue, 25 Apr 2023 08:31:41 +0000 (10:31 +0200)]
- avoid compiler warnings
Arvin Schnell [Tue, 25 Apr 2023 08:11:47 +0000 (08:11 +0000)]
Merge pull request #812 from aschnell/master
- updated pot and po files
Arvin Schnell [Tue, 25 Apr 2023 07:56:12 +0000 (09:56 +0200)]
- updated pot and po files
Arvin Schnell [Tue, 25 Apr 2023 07:13:43 +0000 (07:13 +0000)]
Merge pull request #811 from aschnell/master
- improved error logging
Arvin Schnell [Tue, 25 Apr 2023 07:01:41 +0000 (09:01 +0200)]
- improved error logging
Arvin Schnell [Mon, 24 Apr 2023 09:41:48 +0000 (09:41 +0000)]
Merge pull request #809 from aschnell/master
- add Ubuntu 23.04
Arvin Schnell [Mon, 24 Apr 2023 09:29:00 +0000 (11:29 +0200)]
- add Ubuntu 23.04
Arvin Schnell [Fri, 21 Apr 2023 08:07:31 +0000 (08:07 +0000)]
Merge pull request #808 from aschnell/master
fixed deleting configs (bsc#
1210716 )
Arvin Schnell [Fri, 21 Apr 2023 07:50:53 +0000 (09:50 +0200)]
fixed deleting configs (bsc#
1210716 )
Ferdinand Galko [Wed, 19 Apr 2023 13:09:46 +0000 (13:09 +0000)]
Translated using Weblate (Slovak)
Currently translated at 100.0% (257 of 257 strings)
David Medina [Wed, 19 Apr 2023 14:17:03 +0000 (14:17 +0000)]
Translated using Weblate (Catalan)
Currently translated at 100.0% (257 of 257 strings)
Freek de Kruijf [Wed, 19 Apr 2023 08:34:58 +0000 (08:34 +0000)]
Translated using Weblate (Dutch)
Currently translated at 100.0% (257 of 257 strings)
Yasuhiko Kamata [Wed, 19 Apr 2023 08:34:51 +0000 (08:34 +0000)]
Translated using Weblate (Japanese)
Currently translated at 100.0% (257 of 257 strings)
Arvin Schnell [Wed, 19 Apr 2023 08:22:13 +0000 (08:22 +0000)]
Merge pull request #807 from aschnell/master
- updated pot and po files