doc: update changelog
This commit is contained in:
parent
57d9b4d324
commit
24febefba4
3
TODO.txt
3
TODO.txt
@ -12,9 +12,6 @@ TODO
|
|||||||
|
|
||||||
- Gallery preview (multiple element hashid)
|
- Gallery preview (multiple element hashid)
|
||||||
|
|
||||||
- Option to trust X-Forwarded-For addresses
|
|
||||||
(+ including display them in the error log)
|
|
||||||
|
|
||||||
- Ctrl+V support
|
- Ctrl+V support
|
||||||
|
|
||||||
- Prevent selecting around the toggle buttons (firefox for android)
|
- Prevent selecting around the toggle buttons (firefox for android)
|
||||||
|
@ -33,6 +33,8 @@ You can use contented as a standalone upload server, or you can use the SDK to e
|
|||||||
Maximum upload speed in bytes/sec (set zero for unlimited)
|
Maximum upload speed in bytes/sec (set zero for unlimited)
|
||||||
-title string
|
-title string
|
||||||
Title used in web interface (default "contented")
|
Title used in web interface (default "contented")
|
||||||
|
-trustXForwardedFor
|
||||||
|
Trust X-Forwarded-For reverse proxy headers
|
||||||
`
|
`
|
||||||
|
|
||||||
If you are hosting behind a reverse proxy, remember to set its post body size parameter appropriately (e.g. `client_max_body_size` for nginx).
|
If you are hosting behind a reverse proxy, remember to set its post body size parameter appropriately (e.g. `client_max_body_size` for nginx).
|
||||||
@ -57,6 +59,7 @@ contented.init("#target", function(/* String[] */ items) {});
|
|||||||
|
|
||||||
????:
|
????:
|
||||||
- Feature: Drawing mode
|
- Feature: Drawing mode
|
||||||
|
- Feature: Add `trustXForwardedFor` option
|
||||||
- Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods
|
- Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods
|
||||||
- Enhancement: Automatically load library dependencies
|
- Enhancement: Automatically load library dependencies
|
||||||
- Enhancement: Display homepage widget using the full screen size
|
- Enhancement: Display homepage widget using the full screen size
|
||||||
|
Loading…
Reference in New Issue
Block a user