doc: changelog
This commit is contained in:
parent
cd60e4c855
commit
d25b867e90
2
TODO.txt
2
TODO.txt
@ -8,8 +8,6 @@ TODO
|
|||||||
|
|
||||||
- Prevent selecting around the toggle buttons (firefox for android)
|
- Prevent selecting around the toggle buttons (firefox for android)
|
||||||
|
|
||||||
- Set chmod for newly uploaded files (current 0600 is preventing syncthing on the live installation)
|
|
||||||
|
|
||||||
- Detect when pasting creates one large file and one ~150 byte file(?? why does this happen?)
|
- Detect when pasting creates one large file and one ~150 byte file(?? why does this happen?)
|
||||||
|
|
||||||
- Detect when pasting an image URL, offer to download it (clientside?)
|
- Detect when pasting an image URL, offer to download it (clientside?)
|
||||||
|
@ -27,10 +27,12 @@ You can use contented as a standalone upload server, or you can use the SDK to e
|
|||||||
Directory for stored content (default "")
|
Directory for stored content (default "")
|
||||||
-db string
|
-db string
|
||||||
Path for metadata database (default "contented.db")
|
Path for metadata database (default "contented.db")
|
||||||
|
-diskFilesWorldReadable
|
||||||
|
Save files as 0644 instead of 0600
|
||||||
-enableHomepage
|
-enableHomepage
|
||||||
Enable homepage (disable for embedded use only) (default true)
|
Enable homepage (disable for embedded use only) (default true)
|
||||||
-listen string
|
-listen string
|
||||||
(default "127.0.0.1:80")
|
IP/Port to bind server (default "127.0.0.1:80")
|
||||||
-max int
|
-max int
|
||||||
Maximum size of uploaded files in MiB (set zero for unlimited) (default 8)
|
Maximum size of uploaded files in MiB (set zero for unlimited) (default 8)
|
||||||
-speed int
|
-speed int
|
||||||
@ -62,8 +64,11 @@ contented.init("#target", function(/* String[] */ items) {});
|
|||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
?: 1.2.0
|
2017-11-18: 1.2.0
|
||||||
- Feature: Thumbnail support
|
- Feature: Thumbnail support
|
||||||
|
- Feature: File preview page
|
||||||
|
- Feature: Album mode (via URL `/p/{file1}-{file2}-...`)
|
||||||
|
- Feature: New `-diskFilesWorldReadable` option to save files with `0644` mode
|
||||||
|
|
||||||
2017-10-15: 1.1.0
|
2017-10-15: 1.1.0
|
||||||
- Feature: Drawing mode
|
- Feature: Drawing mode
|
||||||
|
Loading…
Reference in New Issue
Block a user