Joxit
ba322e076f
docs(token-auth-keycloak): update nginx configuration ( #303 )
2023-05-08 14:42:32 +02:00
Joxit
a77103a2d4
fix(token-auth): always send withCredentials in token auth request
2023-05-07 10:42:32 +02:00
xcaliburinhand
ca7202d1f5
feat: support for the docker spec oauth2 token ( #300 )
2023-05-03 02:54:07 +02:00
Joxit
b0811086fd
fix: hide empty repositories when SHOW_CATALOG_NB_TAGS
is active ( #299 )
...
fixes #299
2023-04-30 23:06:42 +02:00
Joxit
43a242312c
fix(taglist): align creation date to the left
...
fixes #297
2023-04-29 20:05:30 +02:00
silverwind
bfc901eb0b
docs: fix typo in README ( #298 )
2023-04-27 19:43:29 +02:00
Joxit
f984633bc3
docs: rename home title
2023-04-17 19:47:45 +02:00
Joxit
ea508e6a1d
chore: add some code format
2023-04-16 18:33:22 +02:00
Joxit
4f452207c4
docs: add links on badges in README
2023-04-15 22:18:27 +02:00
Joxit
b2590115a7
fix: upgrade riot-mui dependency firefox switch fix
2023-03-20 00:10:01 +01:00
Joxit
e2f2850f41
build: release 2.4.0 🚀
2023-03-18 15:13:17 +01:00
Joxit
a8227d9cba
feat(theme): should have auto
behaviour when theme
option is empty
2023-03-17 07:58:45 +01:00
Steffen Butzer
6a8d984315
fix(tag-table): sorting of images w/o date. ( #288 )
...
E.g. OCI build-cache doesn't have a created date available, which leads to an error due to `creationDate` being undefined.
2023-03-16 20:54:22 +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
Jones Magloire
5db01a9fbb
feat: add switch to manually change theme from light to dark ( #291 )
...
This requires `auto` default theme
2023-03-14 06:04:53 +01:00
Joxit
a9fd1a2a23
feat(theme): use localstorage to save the switch state at refresh
2023-03-14 06:01:48 +01:00
Joxit
8b377aee79
feat(theme): add icons to the switch (sun and moon) and use accent-text color
2023-03-10 04:02:38 +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
Jones Magloire
2dce587840
feat(delete): add support to shift + click for multi delete in a row ( #287 )
2023-02-06 06:50:06 +01:00
Joxit
dc64f72483
feat(shift-key): add support to shift + click for multi delete in a row
2023-02-04 21:56:32 +01:00
Joxit
959af86333
docs: add name in contributors list
2023-02-02 21:09:04 +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
Jones Magloire
b9a157c943
feat(dockerfile): show dockerfile in history page ( #286 )
2023-01-29 09:30:20 +01:00
Joxit
c3fa2c91d7
feat(dockerfile): create dockerfile dialog with styled content
2023-01-26 00:13:08 +01:00
Joxit
b3278511fb
feat(dockerfile): add button for Dockerfile dialog
2023-01-25 22:00:02 +01:00
Jones Magloire
347e201f79
feat(theme): add support for Dark Mode and Custom Theme ( #283 )
2023-01-24 00:20:50 +01:00
Joxit
c9b2415d1e
docs: add documentation for theme options
2023-01-23 23:38:15 +01:00
Joxit
0a6d08bfdd
ci: disable proxy request buffering ( #282 )
...
fixes #282
2023-01-22 20:53:12 +01:00
Joxit
1bfbcbf59f
fix: styling for small screens
2023-01-21 02:37:50 +01:00
Joxit
e4369f4ec9
feat(theme): add support to auto
theme whith media query
2023-01-20 19:45:18 +01:00
Joxit
8c402442c2
feat(theme): add theme colors to paginaion with some cleanup
2023-01-19 20:06:36 +01:00
Joxit
ef240ccf1d
feat: add support to THEME* options
2023-01-18 21:22:18 +01:00
Joxit
3693662d98
fix: update docker logo to support custom fill colors
2023-01-16 18:51:34 +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
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