freedombox (24.24)
[PTS] [DDPO]
COMMITS: VCS has seen 23 commits since the v24.24 tag
- Git: https://salsa.debian.org/freedombox-team/freedombox.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 20910080
- Browser: https://salsa.debian.org/freedombox-team/freedombox
- Last scan: 2024-12-12 01:12:03+00
- Next scan: 2024-12-17 12:05:00+00
- Open issues: 455
- Merge requests: 8
- CI pipeline status: failed
- Debian changelog in Git:
freedombox (24.24) unstable; urgency=medium
[ Burak Yavuz ]
* Translated using Weblate (Turkish)
[ 大王叫我来巡山 ]
* Translated using Weblate (Chinese (Simplified Han script))
[ 109247019824 ]
* Translated using Weblate (Bulgarian)
[ Besnik Bleta ]
* Translated using Weblate (Albanian)
[ Sunil Mohan Adapa ]
* networks: Fix editing wireless connections with SSID field
* networks: Fix display of mangled SSIDs when scanning Wi-Fi networks
* networks: Fix display of strength and channel for Wi-Fi connections
* networks: Improve styling of badges in the information tables
* tests: functional: Wait for uninstall page load before uninstalling
* i18n: Fix translation of FreedomBox name in various places
* rssbridge: Mention miniflux in app description similar to tt-rss
* tests: functional: Don't enable/disable app during tests
* tests: functional: Fix visit() returning prematurely before page load
* networks: Overhaul Wi-Fi network scan page
* networks: wifi: In new connection page set form defaults properly
* ui: Drop logo backgrounds for index, apps, and system pages
* ui: Drop box shadow around the card in card lists
* nextcloud: Switch to using FreedomBox container registry
* nextcloud: Drop diagnostic for checking availability of docker.com
[ Dietmar ]
* Translated using Weblate (German)
[ Jiří Podhorecký ]
* Translated using Weblate (Czech)
[ Veiko Aasa ]
* container: Quote arguments that contain spaces when restoring pytest args
[ James Valleroy ]
* locale: Update translation strings
* doc: Fetch latest manual
-- James Valleroy <jvalleroy@mailbox.org> Mon, 18 Nov 2024 20:39:56 -0500
- This branch is 23 commits ahead of tag v24.24
- Git log:
commit 85b6e00001c1b848c93e559927d38425098d9a42
Author: Veiko Aasa <veiko17@disroot.org>
Date: Thu Dec 5 12:32:32 2024 +0200
deluge: Fix app installation on Debian testing
Closes: #2322.
On Debian stable, mark deluge app as not available because deluge-web is not
working in this distribution.
- Default deluged configuration directory location changed. I didn't do
migration from the old location because deluge app hasn't been working on
Debian stable.
- Make deluge-web systemd service start after deluged service to prevent
Connection Manager popup in deluge-web after system reboot.
Tests performed:
- On Debian stable:
- Deluge app is not installable from the app page.
- All functional tests are skipped.
- On Debian testing:
- All tests pass.
- After reboot, deluge-web service started after deluge service and there
is no Connection Manager popup in deluge web UI.
- Changing torrent download directory works.
Signed-off-by: Veiko Aasa <veiko17@disroot.org>
[sunil: Add type signature to an overridden method]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit 41675eec3919ff86b4176dd9ea82babf0dd50130
Author: Veiko Aasa <veiko17@disroot.org>
Date: Fri Dec 6 13:54:51 2024 +0200
tests: functional: Fix app installation test skipped on slow machines
Fixes an issue where after clicking an app install button (that disables the
button), the app uninstall test is skipped because "App not available in
distribution".
Wait until the app install submit button is not present on the page after
clicking the install button.
Test performed:
- Increased sleep time to 10s in SetupView. The sharing app uninstall
functional test pass.
Signed-off-by: Veiko Aasa <veiko17@disroot.org>
[sunil: Use wait_for_page_update() instead of eventually]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit cc5c7cdf8d1e403000cf0bd1cb6ab05ebb5a6007
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Fri Dec 6 03:12:48 2024 +0000
Translated using Weblate (Russian)
Currently translated at 98.1% (1742 of 1775 strings)
commit 9d384fefe5959d96501c3629019090043bc3f336
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Fri Dec 6 02:59:47 2024 +0000
Translated using Weblate (Russian)
Currently translated at 98.1% (1742 of 1775 strings)
commit b3f82974f08056edf6f9d9d974a33237c802e375
Author: Veiko Aasa <veiko17@disroot.org>
Date: Thu Dec 5 12:39:40 2024 +0200
tests: functional: Don't try disable app after tests if app was not installed
Fixes an issue where app tests teardown fails if app installation fails
or app is not available for distribution.
Tests:
- On Debian Bookworm, all miniflux functional tests are skipped and
there are no errors.
- After running gitweb metadata functional test, the app is disabled.
Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit f2fad4f1cf5913416f0a0ad2956e97cea0d72034
Author: gfbdrgng <hnaofegnp@hldrive.com>
Date: Mon Dec 2 05:39:20 2024 +0000
Translated using Weblate (Russian)
Currently translated at 98.1% (1742 of 1775 strings)
commit 9504eab6e37bdb253e34f05218b4c74559ac1684
Author: Carles Pina i Estany <carles@pina.cat>
Date: Sun Dec 1 07:52:21 2024 +0000
Added po-debconf Catalan translation
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 3f20c1668dc4eabc44adcfdd925fbb714956d12e
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Wed Nov 27 10:32:33 2024 -0800
ui: Allow users to provide a CSS file to customize styling
- Don't include the file if it does not exist to avoid a 404 error every time a
page it loaded.
- Load the file from a know path under the already known custom static path.
Tests:
- When the user.css file is created, it added to the web page. It is prioritized
over the main.css with CSS cascading rules.
- When the user.css file does not exist on the filesystem, it is not added to
the web page.
- When custom static directory (/var/www/plint) does not exist on the
filesystem, a debug log message is printed that this directory is not served.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 37e6e3b9b306669a7147633104b735c812e52165
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Tue Nov 26 17:42:49 2024 -0800
ui: Align app icons in the center for home, apps, and help pages
Overall, this is something we can try out.
- This looks better in some cases
- Default large list of disabled apps
- Home page with very few icons
- Help index page /plinth/help
- Mobile views
- This looks somewhat worse in some cases
- Last row of a large list of apps, esp. when the number apps left is even and
the number of apps in the previous row is not (similarly with odd number of
apps).
- Mismatch between enabled/disabled app section.
Thanks to @Ged296123 and @fefekrzr for suggesting the change.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit b346169312205871fb2365c8a11a39c89cb3d7c1
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Tue Nov 26 17:32:44 2024 -0800
help: Add a class to the help index page
- So that the page appearance can be easily customized in CSS.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
commit 5ed6d19ff9092ac0ef799e5b6099e4ae9f0127e9
Author: James Valleroy <jvalleroy@mailbox.org>
Date: Sat Nov 30 10:41:07 2024 -0500
radicale: Update link to supported clients
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit 50cedaf528c54a7a4e44b3a0ff2a68f8f7b1d925
Author: Veiko Aasa <veiko17@disroot.org>
Date: Thu Nov 28 07:35:47 2024 +0200
tags: tests: Fix deprecated webdriver attribute
Fixes errors in functional tests:
`AttributeError: 'WebDriver' object has no attribute 'find_element_by_id'`
Tests:
- All tags tests pass.
Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
commit 987577fae28d1b71183040aad2f5aee0ed077c9f
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Tue Nov 26 11:55:02 2024 -0800
notifications: Don't error when dismissing missing notifications
Fixes: #2468.
- Two browser tabs could be loaded with the interface and the same notification
could be dismissed twice. When dismissing the notification for the second time,
we currently throw a 404 error. Instead silently ignore the error.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
commit 536721df19640339d6e3a9951ab2e05177a946b6
Author: Sunil Mohan Adapa <sunil@medhas.org>
Date: Tue Nov 26 11:44:19 2024 -0800
tags: Fix issue with JS init on a page without tags
- On a page without tags, tags.js still loads and initializes. When a tag input
search bar does not exist on the page, this leads to a harmless exception
getting printed on the browser console.
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
commit 4705a86f906d67d21a91ef6893486bf47eeded8e
Author: John Doe <thraex@numericable.fr>
Date: Thu Nov 21 15:47:05 2024 +0000
Translated using Weblate (French)
Currently translated at 100.0% (1775 of 1775 strings)
commit 6c4f48555970c90500510843942ffe0a13750a04
Author: Paul Lettich <paul.lettich@netknights.it>
Date: Thu Nov 21 00:53:53 2024 +0000
Translated using Weblate (German)
Currently translated at 98.9% (1756 of 1775 strings)
commit 2ce9599b71425f7ca3a742cb1b631b08bb8ac790
Author: 109247019824 <stoyan@gmx.com>
Date: Wed Nov 20 05:32:22 2024 +0000
Translated using Weblate (Bulgarian)
Currently translated at 47.2% (838 of 1775 strings)
commit 2790ce6f8073e470fc944096a7a5f61fb96e6c87
Author: Jiří Podhorecký <j.podhorecky@volny.cz>
Date: Wed Nov 20 08:00:27 2024 +0000
Translated using Weblate (Czech)
Currently translated at 100.0% (1775 of 1775 strings)
commit a9a5efbbddc6de871ad37d7ae0f9448ea6982d68
Author: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
Date: Wed Nov 20 00:32:40 2024 +0000
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 63.5% (1128 of 1775 strings)
commit 08eab8ca6309c01d51a6afc38615a91c31082b42
Author: Ettore Atalan <atalanttore@googlemail.com>
Date: Wed Nov 20 22:12:32 2024 +0000
Translated using Weblate (German)
Currently translated at 98.6% (1751 of 1775 strings)
commit f3a79cfe8b00b4ff59424c2a8edb700110780e8f
Author: Besnik Bleta <besnik@programeshqip.org>
Date: Tue Nov 19 07:10:35 2024 +0000
Translated using Weblate (Albanian)
Currently translated at 99.7% (1771 of 1775 strings)
commit b446ef67a169267409a7a179c0b49a9879565bbf
Author: 109247019824 <stoyan@gmx.com>
Date: Tue Nov 19 03:19:04 2024 +0000
Translated using Weblate (Bulgarian)
Currently translated at 46.7% (829 of 1775 strings)
commit 0ae40087ef3c82f0a857833bfead7b6c2ad9ac70
Author: Burak Yavuz <hitowerdigit@hotmail.com>
Date: Tue Nov 19 04:07:51 2024 +0000
Translated using Weblate (Turkish)
Currently translated at 100.0% (1775 of 1775 strings)