Commit Graph

602 Commits (ca9d9b9a77d6186bab47d7b0dce94a005f455c06)

Author SHA1 Message Date
Anthony Lapenna 02203e7ce5 refactor(api): relocate /docker API endpoint under /endpoints (#1053)
7 years ago
Anthony Lapenna 53583741ba fix(UAC): fix the ability to update the ownership of a resource from public to another type (#1054)
7 years ago
1138-4EB 12eb9671de style(volumes): replace label 'Dangling' with 'Unused' (#1052)
7 years ago
Anthony Lapenna 29d66bfd97 fix(containers): add support for the 'dead' status (#1048)
7 years ago
Anthony Lapenna a39645a297 fix(images): fix the system/df call to display unused images (#1037)
7 years ago
Anthony Lapenna 5ad6837547 feat(container-console): improve container console UX (#1031)
8 years ago
Anthony Lapenna 272a040c91 feat(volumes): add a label in front of dangling volumes (#1025)
8 years ago
Anthony Lapenna c04b9e5340 feat(volumes): new truncate method for volume paths (#1028)
8 years ago
Anthony Lapenna a1dd12a947 feat(sidebar): sort available endpoints alphabetically (#1027)
8 years ago
Anthony Lapenna a7df43bd45 feat(container-details): show container ID (#1026)
8 years ago
Anthony Lapenna 536ca15e90 fix(swarm): fix multiple Swarm related issues (#1022)
8 years ago
Anthony Lapenna 780fec8e36 fix(access): fix an issue where an access would disappear (#1018)
8 years ago
Anthony Lapenna a864641692 refactor(UAC): refactor common views to components (#1013)
8 years ago
Anthony Lapenna 344eee098d chore(deps): update xtermjs version (#1012)
8 years ago
Konstantin Azizov bc4b0a0b35 feat(images): display unused images tags (#1009)
8 years ago
Glowbal 25ed6a71fb feat(services): add support for placement preferences (#1003)
8 years ago
Konstantin Azizov 8dc6d05ed6 feat(console): allow the user to specify a command in the console section (#259) (#1007)
8 years ago
Konstantin Azizov fe5a993fc9 feat(volumes): view dangling volumes (#993)
8 years ago
Thomas Krzero 6df5eb3787 feat(service-details) - add service logs (#671)
8 years ago
Glowbal 90a32d1b67 refactor(html): fix html tags and escape special characters (#987)
8 years ago
Konstantin Azizov 472834ac42 feat(containers): add buttons disabling based on cluster selection (#985)
8 years ago
Anthony Lapenna b3f4c6f751 refactor(image-details): place imageLayer model under models/docker
8 years ago
Anthony Lapenna 317303fc43 feat(image-details): image layer enhancements
8 years ago
Gábor Kovács b6b579d55d feat(image-details): simple image history (#425)
8 years ago
Anthony Lapenna 6d6f4f092d fix(secrets): fix an issue when removing a secret that is in use (#984)
8 years ago
Anthony Lapenna 7473681c5b fix(container-details): fix the ability to commit a container (#983)
8 years ago
Konstantin Azizov 54c8872d25 feat(container-console): add ability to specify the user (#976)
8 years ago
Anthony Lapenna 07a0c4dfe3 feat(endpoints): update information message (#974)
8 years ago
Anthony Lapenna e47db0b8c9 feat(volumes): display mount point for each volume (#967)
8 years ago
Anthony Lapenna 6d401dcd59 fix(templates): fix the ability to pull an image within an offline environment (#961)
8 years ago
Anthony Lapenna 6609c2e928 style(container-details): review responsiveness for the join network section
8 years ago
Adam Snodgrass a161d25d48 feat(container-details): add section to join networks (#927)
8 years ago
Anthony Lapenna 4adedf9436 fix(service-details): fix an issue where secret target would be overwritten (#964)
8 years ago
Anthony Lapenna 1168e94534 fix(service-creation): fix an issue when selecting a volume from available volumes (#963)
8 years ago
Anthony Lapenna c82cd50d87 chore(version): bump version number
8 years ago
Anthony Lapenna dae4893fe1 feat(endpoint): remove the active endpoint edition restriction (#941)
8 years ago
Anthony Lapenna 1e686f0428 feat(state): persist application state in localstorage instead of ses… (#940)
8 years ago
Anthony Lapenna 08c5a5a4f6 feat(registries): add registry management (#930)
8 years ago
eliat123 9360f24d89 feat(service-details): add quick navigation menu anchors (#875)
8 years ago
Anthony Lapenna db324998e3 fix(templates): display templates without platform (#937)
8 years ago
Gabriel Lewertowski 4ec65a80df fix(user-creation): sanitize username and password (#934)
8 years ago
Anthony Lapenna d8f8ab785c fix(service-details): fix the ability to sort tasks (#931)
8 years ago
Anthony Lapenna afd99d2d68 chore(version): bump version number
8 years ago
Anthony Lapenna 7bba1c9c5e style(settings): fix a small display issue in the hidden containers table
8 years ago
Anthony Lapenna fd79afb429 style(sidebar): moved Secrets section under the Volumes section
8 years ago
Anthony Lapenna d5f00597a5 fix(container-creation): ignore error when pulling an image (#914)
8 years ago
Anthony Lapenna 5d98d9b54b feat(settings): prevent the creation of empty filters
8 years ago
Anthony Lapenna 132dd4acc4 fix(container-details): fix an issue when renaming a container (#908)
8 years ago
Anthony Lapenna c7e306841a feat(settings): add settings management (#906)
8 years ago
Anthony Lapenna bde9dd8b88 feat(templates): add support for a restart_policy field (#898)
8 years ago
Anthony Lapenna 42d28db47a feat(secrets): add secret management (#894)
8 years ago
Anthony Lapenna de9be4bbe0 chore(version): bump version number
8 years ago
Renno Reinurm 6dab3eddea feat(task-details): show state message
8 years ago
Thomas Krzero 949f14b119 fix(service-creation) - issue with bind mount (#882)
8 years ago
Anthony Lapenna 0f3fcb2917 fix(templates): fix an issue with the maximum number of templates displayed (#883)
8 years ago
Anthony Lapenna db1a754b39 chore(version): bump version number
8 years ago
Anthony Lapenna 5523fc9023 feat(global): introduce user teams and new UAC system (#868)
8 years ago
Anthony Lapenna a380fd9adc fix(image-details): fix invalid CMD with images using HEALTHCHECK (#879)
8 years ago
Anthony Lapenna d3ecf1d7a8 fix(image-details): fix the ability to pull an image from a tag (#878)
8 years ago
Anthony Lapenna 69c7f116b1 fix(app): fix missing '=' char in state definitions
8 years ago
Anthony Lapenna 2ef1c90248 feat(app): disable Angular debug information on release (#867)
8 years ago
Anthony Lapenna 782df54570 fix(service-details): add missing Arguments field (#864)
8 years ago
Anthony Lapenna 0ba6645df0 fix(container-details): fix an issue with duplicate env var (#863)
8 years ago
Anthony Lapenna 0579251c70 feat(templates): new templates capabilities (#862)
8 years ago
Alex Seymour c3363604ac feat(templates): Support interactive templates (#819)
8 years ago
Glowbal 4ff7ee4e60 fix(services): Empty environment variables are not maintained (#836)
8 years ago
Glowbal df3a529f0a feat(services): ability to publish ports using host mode (#838)
8 years ago
Glowbal 43e1f25f89 feat(service-creation): add placement constraints (#837)
8 years ago
Thomas Krzero 7c6c9284f2 feat(endpoints) - Access exposed containers on endpoint public URL (#826)
8 years ago
Thomas Krzero 3d8eec2557 feat(containers) - clean non-persistent volumes when removing a container (#824)
8 years ago
Thomas Krzero 5a07638f4d fix(container) - correct since date for created containers (#822)
8 years ago
GP8x 25206e71cf feat(container-creation): add support for ip assignments (#812)
8 years ago
Thomas Krzero e70817f776 feat(containers): show health status of containers (#622)
8 years ago
Thomas Krzero ca5c606dfc fix(services): replicas count misunderstanding (#806)
8 years ago
Thomas Krzero ac872b577a feat(containers) - Add the ability to force remove a container with confirmation (#814)
8 years ago
Anthony Lapenna 2761959f93 feat(templates): add support for the note field (#805)
8 years ago
Hilscher 8215cf7857 feat(container-creation): add support for devices (#729)
8 years ago
Anthony Lapenna f15cf3e8be feat(notifications): replace gritter with toastr (#793)
8 years ago
Anthony Lapenna abc929824c fix(endpoints): add the ability to update TLS for an existing endpoint (#784)
8 years ago
Anthony Lapenna 44e48423ed fix(endpoint-init): fix an issue when connecting to a remote TLS endpoint (#783)
8 years ago
Anthony Lapenna 0cde215259 chore(version): bump version number
8 years ago
Anthony Lapenna 3fc54c095e fix(service-details): fix an update issue when no ports are defined (#765)
8 years ago
Anthony Lapenna 80a0a15490 fix(service-details): display spinner when updating the service (#764)
8 years ago
Anthony Lapenna e9c6feb3c4 chore(version): bump version number
8 years ago
Anthony Lapenna b8803f380b feat(templates): LinuxServer.io templates integration (#761)
8 years ago
Anthony Lapenna 16166c3367 fix(network-creation): fix internal network switch (#760)
8 years ago
Anthony Lapenna db4b153ce1 fix(service-creation): fix invalid mount specs (#757)
8 years ago
Anthony Lapenna 50305e0eee feat(volume-creation): retrieve available drivers from the engine (#751)
8 years ago
Thomas Krzero 53f31ba3b8 feat(templates): add the ability to connect a template to swarm attachable networks (#642)
8 years ago
Anthony Lapenna ffca440135 fix(services): let Docker automatically assign port when PublishedPort is not defined (#747)
8 years ago
Thomas Krzero 9fda8f9c92 fix(services) - Fix exposed ports (#746)
8 years ago
Anthony Lapenna a48503d821 feat(services): add a confirmation modal before deleting one or multiple services (#742)
8 years ago
Anthony Lapenna 9520380388 style(services): update empty service list text alignment (#744)
8 years ago
Anthony Lapenna a88d02b0b4 style(templates): update ownership buttons style
8 years ago
Adrian Dimitrov 0a8501fcbb fix(containers): fix an issue with hidden labels (#740)
8 years ago
Anthony Lapenna 135a92feb4 chore(version): bump version number
8 years ago
Thomas Krzero ffa2cf62f5 feat(services) - add exposed ports (#690)
8 years ago
Anthony Lapenna 9e818c2882 fix(authentication): remove any user credentials if not allowed on any endpoint (#719)
8 years ago
Anthony Lapenna c243a02e7a feat(UX): UX/responsiveness enhancements
8 years ago
dantheman0207 8e794be13f feat(containers): truncate long names & ids in the containers view (#699)
8 years ago