web/firmware-selector-openwrt-org.git
4 years agofix sort images by name v2.0.0
Moritz Warning [Sun, 23 Feb 2020 18:31:20 +0000 (19:31 +0100)]
fix sort images by name

4 years agouse type for download button
Moritz Warning [Fri, 21 Feb 2020 21:03:03 +0000 (22:03 +0100)]
use type for download button

do not use any tags

4 years agouse image type field if available
Moritz Warning [Fri, 21 Feb 2020 20:50:08 +0000 (21:50 +0100)]
use image type field if available

4 years agoupdate readme
Paul Spooren [Fri, 21 Feb 2020 20:02:45 +0000 (10:02 -1000)]
update readme

shorten long lines and set chef url to github as chef.libremesh.org is
down.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoMerge pull request #12 from mwarning/lambda
Paul Spooren [Fri, 21 Feb 2020 19:59:16 +0000 (09:59 -1000)]
Merge pull request #12 from mwarning/lambda

use lamda syntax

4 years agoupdate screenshot
Paul Spooren [Fri, 21 Feb 2020 19:57:19 +0000 (09:57 -1000)]
update screenshot

now in OpenWrt design

4 years agouse lamda syntax
Moritz Warning [Fri, 21 Feb 2020 19:40:38 +0000 (20:40 +0100)]
use lamda syntax

4 years agoingore character case for tags
Moritz Warning [Fri, 21 Feb 2020 19:27:25 +0000 (20:27 +0100)]
ingore character case for tags

4 years agodisable autocorrection/spellcheck for Android/iOS
Moritz Warning [Fri, 21 Feb 2020 19:22:14 +0000 (20:22 +0100)]
disable autocorrection/spellcheck for Android/iOS

4 years agofix method name
Moritz Warning [Fri, 21 Feb 2020 19:11:43 +0000 (20:11 +0100)]
fix method name

4 years agoadd cc0 license
Moritz Warning [Fri, 21 Feb 2020 14:57:30 +0000 (15:57 +0100)]
add cc0 license

4 years agoudpate translations
Moritz Warning [Fri, 21 Feb 2020 14:03:06 +0000 (15:03 +0100)]
udpate translations

4 years agodisable sasu backend by default
Moritz Warning [Fri, 21 Feb 2020 13:45:42 +0000 (14:45 +0100)]
disable sasu backend by default

4 years agoremove dead code
Moritz Warning [Thu, 20 Feb 2020 17:42:29 +0000 (18:42 +0100)]
remove dead code

4 years agostyle build button
Moritz Warning [Thu, 20 Feb 2020 17:42:08 +0000 (18:42 +0100)]
style build button

4 years agoforgot to join titles
Moritz Warning [Thu, 20 Feb 2020 10:35:02 +0000 (11:35 +0100)]
forgot to join titles

4 years agomore specific css selector
Moritz Warning [Thu, 20 Feb 2020 10:25:19 +0000 (11:25 +0100)]
more specific css selector

this might help with future css changes

4 years agofixup hidden spinner
Paul Spooren [Thu, 20 Feb 2020 02:32:44 +0000 (16:32 -1000)]
fixup hidden spinner

The images div is hidden while loading gif should be shown

4 years agoCleanup (#11)
Moritz Warning [Wed, 19 Feb 2020 22:57:21 +0000 (23:57 +0100)]
Cleanup (#11)

* use single quote where possible

* refactor asu code for tighter integration

- shorten code
- use translations

4 years agohide asu feature when not enabled
Moritz Warning [Tue, 18 Feb 2020 23:21:16 +0000 (00:21 +0100)]
hide asu feature when not enabled

but enable by default for this branch for development

4 years agoworking image request UI example
Paul Spooren [Tue, 18 Feb 2020 02:16:11 +0000 (16:16 -1000)]
working image request UI example

This patch adds the basic functionality to request custom images. Error
codes are handled via alert messages and successful builds show.

No style added, no badge for *custom* images added, no *build at* etc,
this adds just the logic and UI elements, without style.

The global variable "data" is a workaround to share information over
multiple functions. I'm sure there is a cleaner way to do so.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agodisable asu by default v1.0.0
Moritz Warning [Tue, 18 Feb 2020 13:42:51 +0000 (14:42 +0100)]
disable asu by default

4 years agoremove unused files
Moritz Warning [Mon, 17 Feb 2020 15:54:09 +0000 (16:54 +0100)]
remove unused files

4 years agoMerge branch 'master' of github.com:mwarning/yet_another_firmware_selector
Moritz Warning [Mon, 17 Feb 2020 13:57:10 +0000 (14:57 +0100)]
Merge branch 'master' of github.com:mwarning/yet_another_firmware_selector

4 years agofix names-18.06.7.json and names-19.07.1.json format
Moritz Warning [Mon, 17 Feb 2020 13:56:55 +0000 (14:56 +0100)]
fix names-18.06.7.json and names-19.07.1.json format

4 years agouse openwrt branding (#6)
Paul Spooren [Mon, 17 Feb 2020 12:32:02 +0000 (02:32 -1000)]
use openwrt branding (#6)

Co-authored-by: Moritz Warning <moritzwarning@web.de>
4 years agoadd comment for asu_build option
Moritz Warning [Mon, 17 Feb 2020 10:07:06 +0000 (11:07 +0100)]
add comment for asu_build option

4 years agore-add older releases
Moritz Warning [Mon, 17 Feb 2020 10:06:15 +0000 (11:06 +0100)]
re-add older releases

it is a good show case for the demo and we need those for the use on openwrt.org

4 years agoadd dynamic image creation code & json refactor
Paul Spooren [Mon, 17 Feb 2020 06:26:15 +0000 (20:26 -1000)]
add dynamic image creation code & json refactor

again, make JSON files more like upstream:

* images: use dict instead of simple file. This allows adding
information like checksums or types. Again, I dealt so much with
heuristics withn OpenWrt build system that I avoid it as much as
possible. From my side I'd remove fragments like `findCommonPrefix` and
just rely on upstream info.
* commit: replace with `version_commit` (as there is also
`version_number`
* link: replace with `url` as *link* referes to something clickable in
the browser while url is more generic, including machine reads
* activate sort_keys in collect.py, this creates reproducible json files
and surely makes some JSON parser happy
* %foobar: instead of using `%` I changed the replacement to mustache[0]
which is also usable via Pythons `format()` function and easier to read.
Say a string like %target-info/foobar could mean a variable `target` or
`target-info`, using {target}-info/foobar makes things easier
* %file: remove this entirely and just append whatever desired file at
the end. Is there any case where the downloaded file is not at the end?

all these changes where done to be compatile with the *asu*, meaning a
image builder backend that creates images with specificed packages on
demand. Example code is added within the top of index.js. The server
takes `version`, `profile` and `packages` as arguments and returns
within a few seconds a freshly build firmware, which is automatically
shown in the frontend.

[0]: mustache.github.io/

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoforgot image link
Moritz Warning [Sun, 16 Feb 2020 20:51:28 +0000 (21:51 +0100)]
forgot image link

4 years agofix element id
Moritz Warning [Sun, 16 Feb 2020 20:43:43 +0000 (21:43 +0100)]
fix element id

4 years agotarget value is fixed in openwrt now
Moritz Warning [Sun, 16 Feb 2020 17:42:42 +0000 (18:42 +0100)]
target value is fixed in openwrt now

4 years agoudpate readme
Moritz Warning [Sun, 16 Feb 2020 14:22:38 +0000 (15:22 +0100)]
udpate readme

4 years agofix comment
Moritz Warning [Sun, 16 Feb 2020 14:19:31 +0000 (15:19 +0100)]
fix comment

4 years agouse separate json file for each version
Moritz Warning [Sun, 16 Feb 2020 11:50:59 +0000 (12:50 +0100)]
use separate json file for each version

4 years agosmall i18n fix
Moritz Warning [Sat, 15 Feb 2020 17:01:57 +0000 (18:01 +0100)]
small i18n fix

4 years agodo not sort keys
Moritz Warning [Fri, 14 Feb 2020 22:38:36 +0000 (23:38 +0100)]
do not sort keys

this is important when the snapshot release should appear before other releases

4 years agoyet another format change
Moritz Warning [Fri, 14 Feb 2020 19:51:05 +0000 (20:51 +0100)]
yet another format change

hopefully helps attented sysupgrade server support

4 years agoallow to use includes only
Moritz Warning [Thu, 13 Feb 2020 11:27:04 +0000 (12:27 +0100)]
allow to use includes only

4 years agoavoid character case mismatches
Moritz Warning [Wed, 12 Feb 2020 21:51:34 +0000 (22:51 +0100)]
avoid character case mismatches

4 years agosome images use - or . as delimiter
Moritz Warning [Wed, 12 Feb 2020 20:09:21 +0000 (21:09 +0100)]
some images use - or . as delimiter

4 years agofix js syntax
Moritz Warning [Wed, 12 Feb 2020 18:50:59 +0000 (19:50 +0100)]
fix js syntax

4 years agoremove debug output
Moritz Warning [Wed, 12 Feb 2020 17:37:43 +0000 (18:37 +0100)]
remove debug output

4 years agonew data format
Moritz Warning [Wed, 12 Feb 2020 17:27:56 +0000 (18:27 +0100)]
new data format

4 years agoreorder releases
Moritz Warning [Mon, 10 Feb 2020 10:56:58 +0000 (11:56 +0100)]
reorder releases

4 years agoadd link to demo
Moritz Warning [Mon, 10 Feb 2020 10:49:49 +0000 (11:49 +0100)]
add link to demo

4 years agoremove dead code
Moritz Warning [Tue, 4 Feb 2020 15:44:03 +0000 (16:44 +0100)]
remove dead code

4 years agoadd misc readme
Moritz Warning [Tue, 4 Feb 2020 13:34:07 +0000 (14:34 +0100)]
add misc readme

4 years agomove folders around
Moritz Warning [Tue, 4 Feb 2020 13:28:30 +0000 (14:28 +0100)]
move folders around

4 years agoadd help text to python script
Moritz Warning [Sun, 2 Feb 2020 14:34:23 +0000 (15:34 +0100)]
add help text to python script

4 years agoadd missing commit revisions
Moritz Warning [Sun, 2 Feb 2020 14:16:53 +0000 (15:16 +0100)]
add missing commit revisions

4 years agofix vertical distance between buttons
Moritz Warning [Sun, 2 Feb 2020 13:48:07 +0000 (14:48 +0100)]
fix vertical distance between buttons

4 years agofix help text display
Moritz Warning [Sun, 2 Feb 2020 04:35:43 +0000 (05:35 +0100)]
fix help text display

4 years agocharacter is usually in the prefix
Moritz Warning [Sun, 2 Feb 2020 04:15:00 +0000 (05:15 +0100)]
character is usually in the prefix

4 years agofix unexpected prefix/image distinction
Moritz Warning [Sun, 2 Feb 2020 04:14:25 +0000 (05:14 +0100)]
fix unexpected prefix/image distinction

this happens when only one image file is available, factory/sysupgrade might be part of the prefix

4 years agoallow matching when key word is at the start of the image string
Moritz Warning [Sun, 2 Feb 2020 03:51:20 +0000 (04:51 +0100)]
allow matching when key word is at the start of the image string

4 years agoupdate json files
Moritz Warning [Sun, 2 Feb 2020 03:50:46 +0000 (04:50 +0100)]
update json files

4 years agoput some code into a function
Moritz Warning [Sat, 1 Feb 2020 21:41:50 +0000 (22:41 +0100)]
put some code into a function

4 years agobetter handling of high image diversity
Moritz Warning [Sat, 1 Feb 2020 21:26:27 +0000 (22:26 +0100)]
better handling of high image diversity

4 years agodifferentiate sd card images
Moritz Warning [Thu, 30 Jan 2020 01:03:41 +0000 (02:03 +0100)]
differentiate sd card images

4 years agomore css cleanup
Moritz Warning [Thu, 30 Jan 2020 00:55:18 +0000 (01:55 +0100)]
more css cleanup

4 years agofix html structure
Moritz Warning [Wed, 29 Jan 2020 21:34:47 +0000 (22:34 +0100)]
fix html structure

4 years agohide image details section by default
Moritz Warning [Wed, 29 Jan 2020 20:52:14 +0000 (21:52 +0100)]
hide image details section by default

4 years agofix syntax error
Moritz Warning [Wed, 29 Jan 2020 20:45:48 +0000 (21:45 +0100)]
fix syntax error

4 years agofix edge cases
Moritz Warning [Wed, 29 Jan 2020 20:17:42 +0000 (21:17 +0100)]
fix edge cases

4 years agoupdate example json data
Moritz Warning [Wed, 29 Jan 2020 20:17:12 +0000 (21:17 +0100)]
update example json data

4 years agochange line hight
Moritz Warning [Wed, 29 Jan 2020 18:57:43 +0000 (19:57 +0100)]
change line hight

4 years agoadd list of similar projects
Moritz Warning [Wed, 29 Jan 2020 18:57:21 +0000 (19:57 +0100)]
add list of similar projects

4 years agochange download button color on mouse over
Moritz Warning [Wed, 29 Jan 2020 17:14:23 +0000 (18:14 +0100)]
change download button color on mouse over

4 years agosupport link in data json file
Moritz Warning [Wed, 29 Jan 2020 16:52:58 +0000 (17:52 +0100)]
support link in data json file

4 years agocss fine tuning
Moritz Warning [Wed, 29 Jan 2020 15:27:56 +0000 (16:27 +0100)]
css fine tuning

4 years agoremove debug output
Moritz Warning [Wed, 29 Jan 2020 14:56:19 +0000 (15:56 +0100)]
remove debug output

4 years agosort results
Moritz Warning [Wed, 29 Jan 2020 14:55:41 +0000 (15:55 +0100)]
sort results

4 years agoupdate screenshot
Moritz Warning [Wed, 29 Jan 2020 14:11:22 +0000 (15:11 +0100)]
update screenshot

4 years agoadd help text and more configuration options
Moritz Warning [Wed, 29 Jan 2020 14:09:09 +0000 (15:09 +0100)]
add help text and more configuration options

4 years agounified select style
Moritz Warning [Tue, 28 Jan 2020 20:47:01 +0000 (21:47 +0100)]
unified select style

4 years agomove to www folder
Moritz Warning [Tue, 28 Jan 2020 01:49:10 +0000 (02:49 +0100)]
move to www folder

4 years agoupdate readme
Moritz Warning [Tue, 28 Jan 2020 01:37:04 +0000 (02:37 +0100)]
update readme

4 years agoimprove collect.py script
Moritz Warning [Tue, 28 Jan 2020 01:24:20 +0000 (02:24 +0100)]
improve collect.py script

4 years agoupdate json data
Moritz Warning [Tue, 28 Jan 2020 00:58:37 +0000 (01:58 +0100)]
update json data

4 years agomore progress
Moritz Warning [Mon, 27 Jan 2020 15:38:49 +0000 (16:38 +0100)]
more progress

4 years agomore stuff
Moritz Warning [Thu, 23 Jan 2020 14:34:00 +0000 (15:34 +0100)]
more stuff

4 years agoinitial commit
Moritz Warning [Thu, 23 Jan 2020 01:54:12 +0000 (02:54 +0100)]
initial commit