Commit graph

528 commits

Author SHA1 Message Date
Joxit
9b5b935637
feat(theme): add support for dialogs 2023-01-06 19:10:13 +01:00
Joxit
367ca0380c
feat(theme): add support for custom themes 2023-01-05 22:29:37 +01:00
Joxit
5983935f84
ci: fix npm dependencies for node v16 2022-12-31 10:49:24 +01:00
Jones Magloire
a0dcc84ca6
feat(riot-mui): upgrade riot mui and all dependencies (#279)
I [forked riot-mui](https://github.com/Joxit/riot-5-mui) in 2021 to be compatible with [riot.js 5+](https://riot.js.org/) because they change a lot of stuff. 

This was bundled in 2.0.0 of docker-registry-ui (see https://github.com/Joxit/docker-registry-ui/pull/176)

Now im improving riot-mui's DX to be more component oriented and add new features in the library.

Major changes:
* CTRL + click on buttons (catalog <=> taglist; taglist <=> tag-history)
* Fix history multi-arch tabs
* Fix tag list pagination (creation date missing) 

This is still a work in progress but I'm integrating this in Docker-Registry-UI. It will help to have new features like dark mode or custom UI.

Stay tuned!
2022-12-31 10:15:14 +01:00
Joxit
1e08561b3a
feat(riot-mui): set material-icon size to 24px globally 2022-12-31 10:13:30 +01:00
Joxit
228762c641
feat(riot-mui): now we can CTRL + click on catalog elements 2022-12-29 23:50:47 +01:00
Joxit
696aa39012
fix(riot-mui): creation date from tag list was not updating on page change 2022-12-27 00:05:29 +01:00
Joxit
d13f81c9af
feat(riot-mui): use new material-dropdown component 2022-12-26 23:22:36 +01:00
Joxit
ba2107f765
fix(riot-ui): upgrade tag dialogs 2022-12-08 23:35:12 +01:00
Joxit
f779f43173
fix(riot-ui): upgrade tag history 2022-12-07 09:00:33 +01:00
Joxit
dd251b55a0
fix(riot-ui): upgrade and fix dialog confirm popup 2022-12-06 23:08:23 +01:00
Joxit
fe724c4d1f
feat(riot-mui): upgrade tag history components 2022-12-05 19:46:41 +01:00
Joxit
68d19991ef
feat(riot-mui): upgrade and fix taglist pagination 2022-12-04 00:21:00 +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
c7368a3104
chore: updated dependencies (riot v7 & rollup v3) 2022-12-02 22:14:19 +01:00
Joxit
d11fd42418
feat(riot-mui): upgrade home page with navbar and footer 2022-11-30 22:06:46 +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
ee93d5bba8
chore: add contributing.md 2022-11-01 09:53:37 +01:00
Joxit
ee1f173355
docs(FAQ): new section for how to fix CORS issue on s3 bucket (#193)
fixes #193
2022-10-21 21:41:12 +02:00
Joxit
71df95524d
docs(FAQ): add section for docker hub mirror (#155)
fixes #155
2022-10-20 23:09:31 +02:00
Joxit
19e96ab94c
fix(tag-list): pagination doesn't work properly (#274)
fixes #274
2022-10-14 22:15:37 +02:00
Joxit
4e5b768833
fix(nginx): upgrading proxy_pass HTTP version from 1.0 to 1.1 (#270)
fixes #270
2022-10-08 01:03:13 +02: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
Joxit
636cb60ca8
docs(FAQ): improve issue about Basic auth and 401 status code (#266)
fixes #266
2022-09-18 14:20:05 +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
ad7c2698fd
docs: announcement of the official helm chart and remove old example 2022-07-31 00:06:11 +02:00
Joxit
7032ec9f0f
docs: add Artifact Hub badge 2022-07-22 19:32:54 +02:00
Joxit
3b9a804289
docs: fix typo in availible options NGINX_PROXY_PASS_HEADER_ 2022-07-11 08:50:57 +02:00
Hugo Cartigny
49ec1d9938
docs: update list of required headers to delete an image (#249) 2022-05-06 23:39:56 +02:00
Joxit
c84c9f36e6
fix(entrypoint): nginx crashes when overriding default.conf
fixes #247
closes #251
2022-05-06 23:26:02 +02:00
Joxit
1939b47677
docs(GA demo): use google analytics 4 2022-04-25 20:21:45 +02:00
Joxit
736d527cc8
docs(GA): use google analytics 4 2022-04-20 20:22:35 +02:00
Joxit
c310845c18
build: release 2.2.0 🚀 2022-04-18 14:57:13 +02:00
Alaa Attya Mohamed
f0c7232843
docs(helm): support ingress for k8s +1.19 and backward (#238) 2022-04-12 07:00:20 +02:00
Joxit
49fcba3f6c
chore(cleanup): format code and move from js-beautify to prettier 2022-04-09 00:02:52 +02:00
Joxit
ab12cceefc
chore: add support for windows development
closes #246
2022-04-08 23:24:35 +02:00
Joxit
3af4438815
docs: add missing documentation with sponsor link 2022-04-06 00:37:28 +02:00
Joxit
f826381681
fix(custom-labels): history fails on images with no labels 2022-04-03 00:02:15 +02:00
Joxit
ba2e0b119e
chore: update dependencies 2022-04-02 11:15:07 +02:00
Joxit
772d19c18f
ci: throw error when a file is missing (#242)
fixes #242
2022-04-02 10:59:49 +02:00
Joxit
ba6d817b41
feat: expose some custom labels 2022-03-23 09:18:20 +01:00
Jones Magloire
19e72e4a5f
feat(catalog): show number of tags per image (#239) 2022-03-21 08:28:57 +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
7c0874694a
fix: deleting cross-platform images leaves the deleted image in an unknown state (#226)
closes #226
2022-03-13 10:51:05 +01:00
Joxit
126509d7fa
fix: wrong registry url when index.html is present (#225)
fixes #225
2022-03-11 19:56:26 +01:00
Jones Magloire
e1fd515279
feat: add support for unprivileged user (#234)
closes #224
2022-03-09 20:41:43 +01:00
Daniel Abbatt
befbd0bcfb
docs(kubernetes): fix typo in README.md (#228) 2022-01-25 09:52:06 +01:00
Joxit
8ddfb1b5ae
build: release 2.1.0 🚀 2021-11-09 23:07:12 +01:00