| .. |
|
adminmonitor
|
feat(libhttp): move into the Portainer repository EE-5475 (#10231)
|
2023-09-01 19:27:02 -03:00 |
|
agent
|
fix(tls): centralize the TLS configuration to ensure FIPS compliance BE-11979 (#960)
|
2025-08-01 22:23:59 -03:00 |
|
apikey
|
chore(code): use int ranges in loops BE-10990 (#12028)
|
2024-07-10 19:22:47 -03:00 |
|
archive
|
fix(code): remove dead code and reduce duplication BE-11826 (#680)
|
2025-04-22 18:09:36 -03:00 |
|
aws/ecr
|
fix(linters): add back removed linters and extend them to CE BE-11294
|
2024-10-10 12:06:20 -03:00 |
|
backup
|
feat(backup): reduce the locking time of the offline gate BE-11402 (#157)
|
2024-11-25 10:10:11 -03:00 |
|
chisel
|
fix(linters): upgrade golangci-lint to v2.3.1 BE-12136 (#997)
|
2025-08-08 21:39:21 -03:00 |
|
cli
|
fix(sslflags): Deprecate ssl flags [BE-12168] (#1076)
|
2025-08-25 20:25:07 +12:00 |
|
cmd/portainer
|
fix(encryption): set correct default secret key path release [r8s-555] (#1184)
|
2025-09-11 16:32:52 +12:00 |
|
concurrent
|
chore(code): use int ranges in loops BE-10990 (#12028)
|
2024-07-10 19:22:47 -03:00 |
|
crypto
|
fix(fips): encrypt the chisel private key file for fips [be-12132] (#1149)
|
2025-09-05 13:17:23 +12:00 |
|
database
|
fix(encryption): replace encryption related methods for fips mode [be-11933] (#919)
|
2025-08-04 17:04:03 +12:00 |
|
dataservices
|
fix(api/custom-templates): UAC-allowed users cannot fetch custom template details (#1199)
|
2025-09-12 15:38:58 +02:00 |
|
datastore
|
fix(api/custom-templates): UAC-allowed users cannot fetch custom template details (#1199)
|
2025-09-12 15:38:58 +02:00 |
|
docker
|
fix(crypto): replace fips140 calls with fips calls BE-11979 (#1035)
|
2025-08-14 19:36:05 -03:00 |
|
edge
|
feat(edge): add option to allow always clone git repository [BE-12240] (#1207)
|
2025-09-17 18:25:47 +12:00 |
|
exec
|
fix(kubectl): rollout restart [r8s-322] (#729)
|
2025-05-13 11:35:44 +12:00 |
|
filesystem
|
fix(fips): encrypt the chisel private key file for fips [be-12132] (#1149)
|
2025-09-05 13:17:23 +12:00 |
|
git
|
fix(git): add a minimum interval validation BE-12220 (#1145)
|
2025-09-04 15:11:24 -03:00 |
|
hostmanagement/openamt
|
fix(crypto): replace fips140 calls with fips calls BE-11979 (#1035)
|
2025-08-14 19:36:05 -03:00 |
|
http
|
fix(edgestacks): add a missing webhook uniqueness check BE-12219 (#1251)
|
2025-09-23 17:20:25 -03:00 |
|
internal
|
fix(api/edge-stacks): avoid overriding updates with old values (#1048)
|
2025-08-16 03:52:21 +02:00 |
|
jwt
|
fix(linters): upgrade golangci-lint to v2.3.1 BE-12136 (#997)
|
2025-08-08 21:39:21 -03:00 |
|
kubernetes
|
fix(kubernetes/cli): fix a data-race BE-12259 (#1227)
|
2025-09-18 10:22:29 -03:00 |
|
ldap
|
fix(crypto): replace fips140 calls with fips calls BE-11979 (#1035)
|
2025-08-14 19:36:05 -03:00 |
|
logoutcontext
|
chore(code): reduce the code duplication EE-7278 (#11969)
|
2024-06-26 18:14:22 -03:00 |
|
logs
|
fix(logs): remove duplicated code BE-11821 (#653)
|
2025-04-15 17:16:04 -03:00 |
|
oauth
|
fix(all): avoid using pointers to zero sized structs BE-12129 (#986)
|
2025-08-07 09:47:42 -03:00 |
|
pendingactions
|
fix(pending-actions): Small improvements to pending actions (R8S-350) (#1025)
|
2025-08-15 10:51:45 +12:00 |
|
platform
|
fix(platform): remove error log when local env is not found [BE-11353] (#364)
|
2025-02-12 09:23:52 +13:00 |
|
roar
|
fix(roar): return empty slices instead of nil for easier API compatibility BE-12053 (#932)
|
2025-07-23 14:06:20 -03:00 |
|
scheduler
|
fix(linters): add back removed linters and extend them to CE BE-11294
|
2024-10-10 12:06:20 -03:00 |
|
set
|
chore(code): reduce the code duplication EE-7278 (#11969)
|
2024-06-26 18:14:22 -03:00 |
|
slicesx
|
feat(app/edge-stacks): summarize the edge stack statuses in the backend (#818)
|
2025-07-01 15:04:10 +02:00 |
|
stacks
|
fix(crypto): replace fips140 calls with fips calls BE-11979 (#1035)
|
2025-08-14 19:36:05 -03:00 |
|
tag
|
fix(endpoints): optimize the search performance BE-11267 (#12262)
|
2024-10-01 15:13:54 -03:00 |
|
url
|
chore(code): reduce the code duplication EE-7278 (#11969)
|
2024-06-26 18:14:22 -03:00 |
|
ws
|
feat(websocket): improve websocket code sharing BE-11340 (#61)
|
2024-10-25 11:21:49 -03:00 |
|
api-description.md
|
…
|
|
|
connection.go
|
fix(users): optimize the /users/me API endpoint BE-11688 (#515)
|
2025-03-18 17:55:53 -03:00 |
|
kubernetes.go
|
fix(namespace): fix default namespace quota [EE-6700] (#11185)
|
2024-02-16 08:20:24 +13:00 |
|
pending_action.go
|
fix(pendingactions): refactor pending actions [EE-7011] (#11780)
|
2024-05-09 08:10:10 +12:00 |
|
portainer.go
|
chore: version bump 2.33.1 (#1108)
|
2025-08-27 10:45:29 +12:00 |
|
swagger_config.json
|
…
|
|