Commit Graph

47 Commits

Author SHA1 Message Date
Joxit e7e762d6d9
ci: generate custom version name for dev + `main` tags 2023-05-24 23:38:06 +02:00
Joxit 8e98c1c63b
ci: add test step and create PR workflow 2023-05-23 05:19:51 +02:00
Joxit aca633720a
fix: docker registry >=2.8.2 sets catalog max entries to 1000 (#306)
fixes #306
2023-05-22 21:35:04 +02:00
Joxit 5a340291c2
feat(catalog): add `CATALOG_DEFAULT_EXPANDED` to expand repositories by default (#302)
closes #302
2023-05-21 10:13:59 +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 8bbfc5c390
feat(taglist-order): add new option `taglist-order` 2023-05-12 07:23:59 +02:00
Joxit a77103a2d4
fix(token-auth): always send withCredentials in token auth request 2023-05-07 10:42:32 +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 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
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 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 1bfbcbf59f
fix: styling for small screens 2023-01-21 02:37:50 +01:00
Joxit 2feff56619
feat(theme): add support for header and footer 2023-01-08 20:53:01 +01:00
Joxit 367ca0380c
feat(theme): add support for custom themes 2023-01-05 22:29:37 +01:00
Joxit d13f81c9af
feat(riot-mui): use new material-dropdown component 2022-12-26 23:22:36 +01:00
Joxit d11fd42418
feat(riot-mui): upgrade home page with navbar and footer 2022-11-30 22:06:46 +01:00
Joxit c1f6c43e4a
build: release 2.3.0 🚀 2022-09-20 22:29:20 +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 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
Jones Magloire 19e72e4a5f
feat(catalog): show number of tags per image (#239) 2022-03-21 08:28:57 +01:00
Joxit 126509d7fa
fix: wrong registry url when index.html is present (#225)
fixes #225
2022-03-11 19:56:26 +01:00
Joxit b323dc6c04
feat: add new option `READ_ONLY_REGISTRIES` available when `SINGLE_REGISTRY=false` 2021-11-04 00:48:33 +01:00
Joxit dd26bf66a2
feat: default registries is set only when there is no registries 2021-11-01 10:55:55 +01:00
Joxit 8fcae3cda4
feat: add option for default registries when `SINGLE_REGISTRY=false` 2021-10-31 15:09:37 +01:00
Joxit 026f65abc6
fix: CORS issue on url ending whith slash and export demo server 2021-07-04 00:03:47 +02:00
Joxit a19c992d5a
build: generate build for v2.0.2 2021-06-08 17:54:10 +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 bc5082dcf9
feat(token-auth-keycloak): remove custom dialog and use browser basic auth with nginx configuration 2021-04-09 17:28:48 +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 b643a44113
feat(search-bar): add search bar to tag-list, this will filter tag names 2021-04-04 05:59:15 +02:00
Joxit a2b3c592df
feat(search-bar): add search bar to catalog, this will filter images 2021-04-02 04:56:31 +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
Joxit 7d095916db
fix(router): base route does not match ui on custom path 2021-03-30 21:47:28 +02:00
Joxit e6af9321a8
feat(riot-v5): upgrade add-registry-url dialog 2021-03-26 00:04:28 +01:00
Joxit bb3182d56e
feat(riot-v5): add dialogs menu needs material-dropdown-list update 2021-03-25 20:08:02 +01:00
Joxit 761a680703
feat(riot-v5): add notification via material-snackbar 2021-03-24 00:02:07 +01:00
Joxit a3276dcb79
feat(riot-v5): upgrade all tag-history components 2021-03-20 08:15:05 +01:00
Joxit 669c3399d0
feat(riot-v5): upgrade remove-image and copy-to-clipboard 2021-03-16 21:44:42 +01:00
Joxit 3d4267f5ab
feat(riot-v5): add new tag-table tag
Now supports show-content-digest and is-image-remove-activated attributes
2021-03-10 23:32:25 +01:00
Joxit b3427213d0
feat(riot-v5): start tag-list upgrade with pagination 2021-03-09 21:41:58 +01:00
Joxit ea21483346
feat(riot-v5): add config for router and register tag instead of import 2021-03-06 00:58:37 +01:00
Joxit fb80283dd9
feat(riot-v5): upgrade catalog component + Http and fix global style 2021-03-03 00:05:44 +01:00
Joxit 11692c136e
feat(riot-v5): create the base of the new UI 2021-03-02 01:15:20 +01:00
Joxit cde932ec17
feat(riot-v5): create the skeleton for riot5 2021-03-01 23:55:32 +01:00