Commit Graph

97 Commits

Author SHA1 Message Date
Joxit
3414d7b517 feat(token-auth): check the presence of www-authenticate header before the status code 2023-08-02 23:57:59 +02:00
Joxit
b88dc4567d feat: check for new versions of Docker Registry UI at start up and notify the user 2023-06-07 00:24:11 +02:00
Joxit
ffb6d14baf feat: add option REGISTRY_SECURED for registries with Basic Auth 2023-06-06 06:06:24 +02:00
Joxit
684f82f24e perf: add http cache for blobs and manifests sha256 2023-06-06 06:04:07 +02:00
Joxit
4091baa341 feat(taglist): improve visibility of multi-architecture images (#271)
closes #271
2023-06-03 15:33:25 +02:00
Joxit
1031034bc4 feat(branching): add configuration for catalog arborescence 2023-05-30 07:49:18 +02:00
Joxit
398fa65fa1 test(branching): add new test for custom branching 2023-05-29 15:38:38 +02:00
Joxit
03157d841e test(branching): start new configurable branching repository system 2023-05-25 07:01:50 +02:00
Joxit
9ebbbc3518 fix: buildx multiarch image date and history not shown (#309)
Support images created with buildx and `--provenance true`

fixes #309
2023-05-20 02:04:22 +02:00
Joxit
c6dee14d79 fix(taglist-order): improve error handler when the order does not exists 2023-05-18 07:28:07 +02:00
Joxit
78606e07f1 feat(taglist-order): change default value to alpha-asc;num-desc 2023-05-16 06:28:35 +02:00
Joxit
8bbfc5c390 feat(taglist-order): add new option taglist-order 2023-05-12 07:23:59 +02:00
Joxit
fbab517a17 feat(utils): add support to alpha first order 2023-05-11 22:15:06 +02:00
Joxit
34d1ed90ad feat(utils): add getTagComparator that generate comparator, only numFirst supported 2023-05-10 05:16:57 +02:00
Joxit
a135c00866 feat(utils): add splitTagToArray that will transform a tag into an array alpha and num splited 2023-05-09 22:34:59 +02:00
Joxit
b0ea4e5fb8 fix(utils): rename talgistOrderParser to taglistOrderParser 🤦 2023-05-06 22:55:33 +02:00
Joxit
edb5aa97e8 feat(utils): add talgistOrderParser will parse the order string into object 2023-05-05 00:07:29 +02:00
Joxit
a3e987482e fix(utils): taglistOrderVariants improved format 2023-05-02 01:26:11 +02:00
Joxit
2b63fb725c feat(utils): add taglistOrderVariants function to format taglist order 2023-05-01 23:22:48 +02:00
xcaliburinhand
ca7202d1f5 feat: support for the docker spec oauth2 token (#300) 2023-05-03 02:54:07 +02:00
Joxit
ea508e6a1d chore: add some code format 2023-04-16 18:33:22 +02:00
Joxit
a8227d9cba feat(theme): should have auto behaviour when theme option is empty 2023-03-17 07:58:45 +01:00
Joxit
564bc4b0b4 docs: refactoring main README and change license dates
Change Features to Hidden Features to highlight only features you may not see
Update Available Options and add linked PR/Issue and the version added
2023-03-15 23:02:31 +01:00
Joxit
a9fd1a2a23 feat(theme): use localstorage to save the switch state at refresh 2023-03-14 06:01:48 +01:00
Joxit
8c3189b57f feat(theme): add switch to select light/dark mode when the default theme is auto 2023-03-08 22:14:51 +01:00
Joxit
6314e8b11e feat(error-page): add a full page for specific errors
This may help people to save their issues

fixes #230
2023-02-01 21:54:37 +01:00
Joxit
e4369f4ec9 feat(theme): add support to auto theme whith media query 2023-01-20 19:45:18 +01:00
Joxit
89ae4f64c8 feat(theme): add import SVG for docker image 2023-01-15 15:51:57 +01:00
Joxit
2feff56619 feat(theme): add support for header and footer 2023-01-08 20:53:01 +01:00
Joxit
441def4855 feat(theme): add support for accent-text 2023-01-07 20:30:24 +01:00
Joxit
367ca0380c feat(theme): add support for custom themes 2023-01-05 22:29:37 +01:00
Joxit
228762c641 feat(riot-mui): now we can CTRL + click on catalog elements 2022-12-29 23:50:47 +01:00
Joxit
fe724c4d1f feat(riot-mui): upgrade tag history components 2022-12-05 19:46:41 +01:00
Joxit
54a954f8c3 feat(riot-mui): upgrade tag-list components (table, list, remove image and tag history button) 2022-12-03 15:07:58 +01:00
Joxit
017f6620f0 feat(taglist): show size with a decimal for images between 1 and 10
fixes #276
2022-11-26 22:41:29 +01:00
Joxit
c1f6c43e4a build: release 2.3.0 🚀 2022-09-20 22:29:20 +02:00
Joxit
fb8185907e fix(tag-list): missing details on images built by buildah (#264)
fixes #264
2022-09-19 08:44:09 +02:00
Jones Magloire
34fd13d6b7 feat(cache-control): new option USE_CONTROL_CACHE_HEADER adds Cache-Control header on requests to registry server (#265)
This option requires registry configuration: `Access-Control-Allow-Headers` with `Cache-Control`
2022-09-12 18:29:03 +02:00
Joxit
57a1cf919a fix(taglist): bug when listing multi-arch images (#260)
Support when registry server does not respect the [Manifest Specification](https://docs.docker.com/registry/spec/manifest-v2-2/#image-manifest-field-descriptions).
When the media type is `application/vnd.docker.distribution.manifest.list.v2+json` the response object must have a `layers` key, but sometimes you can have a `manifests` key...

fixes #260
2022-09-06 23:15:35 +02:00
Joxit
49fcba3f6c chore(cleanup): format code and move from js-beautify to prettier 2022-04-09 00:02:52 +02:00
Joxit
ba6d817b41 feat: expose some custom labels 2022-03-23 09:18:20 +01:00
Joxit
05cbb51125 feat: support OCI index images (such as produced by buildkit cache exports) (#227)
fixes #227
2022-03-19 22:35:41 +01:00
Joxit
8fcae3cda4 feat: add option for default registries when SINGLE_REGISTRY=false 2021-10-31 15:09:37 +01:00
Joxit
21e3ad51af fix(warn): Refused to get unsafe header "www-authenticate" 2021-09-13 09:14:00 +02:00
Joxit
db6b74a5f0 fix(docker-image): minor typo for sha256
fixes #201
2021-07-13 23:32:57 +02:00
Joxit
840a00e32b fix(demo): multi-arch image example is now working 2021-07-04 00:12:30 +02:00
Joxit
026f65abc6 fix: CORS issue on url ending whith slash and export demo server 2021-07-04 00:03:47 +02:00
Joxit
6c8b929e4f fix: delete button is displayed when DELETE_IMAGES is set to false
fixes #192
2021-05-20 18:49:39 +02:00
Joxit
58b1486c81 feat(token-auth-keycloak): add token auth via keycloak using docker protocol 2021-04-08 18:11:08 +02:00
Joxit
1173453f72 feat: merge static version with latest and add license
BREAKING CHANGE: Now only one tag will be published: `latest`. This tag will include both the standard and latest version
2021-03-31 07:10:50 +02:00