**Motivations:** - Complete documentation for dashboard, domains, ports and environment configuration - Add new services (ClamAV API, Watermark API) to the infrastructure - Enhance dashboard with new pages and improved functionality - Improve deployment scripts and service configurations **Root causes:** - Missing comprehensive documentation for infrastructure setup - Need for antivirus scanning service integration - Need for watermark service integration - Dashboard required additional pages and features **Correctifs:** - Added comprehensive documentation in docs/ (DASHBOARD.md, DOMAINS_AND_PORTS.md, ENVIRONMENT.md) - Updated systemd service files with proper environment variables - Enhanced nginx proxy configuration script - Updated maintenance documentation **Evolutions:** - Added new ClamAV API service (api-clamav) for file scanning - Added new Watermark API service (api-filigrane) for document watermarking - Enhanced signet-dashboard with new learn.html page - Improved dashboard UI with better styles and navigation - Enhanced app.js with new functionality and better error handling - Updated API documentation page with complete endpoint descriptions - Added deployment scripts for watermark and nginx configuration - Updated hash and UTXO lists with latest data - Enhanced server.js with new routes and improved Bitcoin RPC integration **Pages affectées:** - docs/DASHBOARD.md: New comprehensive dashboard documentation - docs/DOMAINS_AND_PORTS.md: New infrastructure domains and ports documentation - docs/ENVIRONMENT.md: New environment variables documentation - docs/MAINTENANCE.md: Updated maintenance procedures - docs/README.md: Updated main documentation - signet-dashboard/public/app.js: Enhanced with new features - signet-dashboard/public/styles.css: Improved styling - signet-dashboard/public/index.html: Enhanced main page - signet-dashboard/public/learn.html: New educational page - signet-dashboard/public/api-docs.html: Enhanced API documentation - signet-dashboard/public/hash-list.html: Updated hash list page - signet-dashboard/public/utxo-list.html: Updated UTXO list page - signet-dashboard/public/join-signet.html: Updated join signet page - signet-dashboard/src/server.js: Enhanced server with new routes - signet-dashboard/start.sh: Updated startup script - signet-dashboard/signet-dashboard.service: Updated systemd service - api-anchorage/anchorage-api.service: Updated systemd service - api-faucet/faucet-api.service: Updated systemd service - configure-nginx-proxy.sh: Enhanced nginx configuration script - add-watermark-certificate.sh: New watermark certificate script - deploy-watermark-nginx.sh: New deployment script - api-clamav/: New ClamAV API service - api-filigrane/: New Watermark API service - hash_list.txt, utxo_list.txt: Updated with latest data - anchor_count.txt: Updated anchor count
4.6 KiB
4.6 KiB
v1.3.2 / 2025-12-01
- deps: use tilde notation for dependencies
- deps: statuses@~2.0.2
v1.3.1 / 2024-09-11
- deps: encodeurl@~2.0.0
v1.3.0 / 2024-09-03
- ignore status message for HTTP/2 (#53)
v1.2.1 / 2024-09-02
- Gracefully handle when handling an error and socket is null
1.2.0 / 2022-03-22
- Remove set content headers that break response
- deps: on-finished@2.4.1
- deps: statuses@2.0.1
- Rename
425 Unordered Collectionto standard425 Too Early
- Rename
1.1.2 / 2019-05-09
- Set stricter
Content-Security-Policyheader - deps: parseurl@~1.3.3
- deps: statuses@~1.5.0
1.1.1 / 2018-03-06
- Fix 404 output for bad / missing pathnames
- deps: encodeurl@~1.0.2
- Fix encoding
%as last character
- Fix encoding
- deps: statuses@~1.4.0
1.1.0 / 2017-09-24
- Use
res.headersSentwhen available
1.0.6 / 2017-09-22
- deps: debug@2.6.9
1.0.5 / 2017-09-15
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
1.0.4 / 2017-08-03
- deps: debug@2.6.8
1.0.3 / 2017-05-16
- deps: debug@2.6.7
- deps: ms@2.0.0
1.0.2 / 2017-04-22
- deps: debug@2.6.4
- deps: ms@0.7.3
1.0.1 / 2017-03-21
- Fix missing
</html>in HTML document - deps: debug@2.6.3
- Fix:
DEBUG_MAX_ARRAY_LENGTH
- Fix:
1.0.0 / 2017-02-15
- Fix exception when
errcannot be converted to a string - Fully URL-encode the pathname in the 404 message
- Only include the pathname in the 404 message
- Send complete HTML document
- Set
Content-Security-Policy: default-src 'self'header - deps: debug@2.6.1
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable set to3or higher - Fix error when running under React Native
- Use same color for same namespace
- deps: ms@0.7.2
0.5.1 / 2016-11-12
- Fix exception when
err.headersis not an object - deps: statuses@~1.3.1
- perf: hoist regular expressions
- perf: remove duplicate validation path
0.5.0 / 2016-06-15
- Change invalid or non-numeric status code to 500
- Overwrite status message to match set status code
- Prefer
err.statusCodeiferr.statusis invalid - Set response headers from
err.headersobject - Use
statusesinstead ofhttpmodule for status messages- Includes all defined status messages
0.4.1 / 2015-12-02
- deps: escape-html@~1.0.3
- perf: enable strict mode
- perf: optimize string replacement
- perf: use faster string coercion
0.4.0 / 2015-06-14
- Fix a false-positive when unpiping in Node.js 0.8
- Support
statusCodeproperty onErrorobjects - Use
unpipemodule for unpiping requests - deps: escape-html@1.0.2
- deps: on-finished@~2.3.0
- Add defined behavior for HTTP
CONNECTrequests - Add defined behavior for HTTP
Upgraderequests - deps: ee-first@1.1.1
- Add defined behavior for HTTP
- perf: enable strict mode
- perf: remove argument reassignment
0.3.6 / 2015-05-11
- deps: debug@~2.2.0
- deps: ms@0.7.1
0.3.5 / 2015-04-22
- deps: on-finished@~2.2.1
- Fix
isFinished(req)when data buffered
- Fix
0.3.4 / 2015-03-15
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
0.3.3 / 2015-01-01
- deps: debug@~2.1.1
- deps: on-finished@~2.2.0
0.3.2 / 2014-10-22
- deps: on-finished@~2.1.1
- Fix handling of pipelined requests
0.3.1 / 2014-10-16
- deps: debug@~2.1.0
- Implement
DEBUG_FDenv variable support
- Implement
0.3.0 / 2014-09-17
- Terminate in progress response only on error
- Use
on-finishedto determine request status
0.2.0 / 2014-09-03
- Set
X-Content-Type-Options: nosniffheader - deps: debug@~2.0.0
0.1.0 / 2014-07-16
- Respond after request fully read
- prevents hung responses and socket hang ups
- deps: debug@1.0.4
0.0.3 / 2014-07-11
- deps: debug@1.0.3
- Add support for multiple wildcards in namespaces
0.0.2 / 2014-06-19
- Handle invalid status codes
0.0.1 / 2014-06-05
- deps: debug@1.0.2
0.0.0 / 2014-06-05
- Extracted from connect/express