summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-attendedsysupgrade/po/templates
AgeCommit message (Collapse)Author
2024-07-23luci-app-attendedsysupgrade: use versioned endpointsDaniel Nilsson
The unversioned endpoint /api/overview has been removed from ASU which breaks the request when searching for an available sysupgrade if the device is on a stable release. In the case where the unversioned endpoint is added back to prevent this regression in 23.05.3 and earlier (so upgrade is once again possible) we should anyway rely on the versioned endpoints as those replace the unversioned ones. Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: clear request hash before every build requestDaniel Nilsson
Since commit b2ad5d724ef8d0f248080109b7098626e5b5c40c enables you to do multiple searches for a firmware upgrade without reloading the page, it was discovered that if the request hash is not reset, you will get the previous build with that specific request hash as the response even if you select new packages. Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: move init of rpc data into load functionDaniel Nilsson
Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2024-03-19luci-app-attendedsysupgrade: don't reassign data and firmware infoDaniel Nilsson
The reassignment of the variable that holds the package information once you get a response from the sysupgrade server caused the package list (which is only loaded once when entering the app) to become an array instead of an object (since that's how the response is structured), which gave the result of once cancelling the firmware upgrade, the package list is now an array, making the package list unusable. This commit updates the variables that shouldn't be changed (data and firmware) to constants and all handle methods to take these values as parameters instead, allowing us to avoid the possible reassignment which will otherwise result in unexpected control flows. Ref: #6284 Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
2023-10-08treewide: Sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-08-11luci-app-attendedsysupgrade: grammar fixesPaul Dee
To setup (n) -> To set(v) up Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
2023-06-03treewide: Sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-10-12luci-app-attendedsysupgrade: Fixed a typo, updated po/pot filesManu Linares
2022-06-30treewide: sync translationsFlorian Eckert
Sync translations. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-03-26treewide: sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2022-03-04treewide: Sync translations - i18nHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-11-11treewide: sync i18n translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-10-31treewide: resync translationsJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-09-09treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-08-17treewide: i18n - sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-22treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2021-05-06luci-app-attendedsysupgrade: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-05-04treewide: i18n sync translationsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-03-13treewide: i18n translation syncHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-05-01treewide: i18n - sync translationsHannu Nyman
Sync translations Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-02-08treewide: i18n - sync translationsHannu Nyman
Sync translations. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-07-22luci-app-attendedsysupgrade: Add templateFranco Castillo
Add template. Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>