support force in html page
change html and css
add metadata(registeredBy, createdAt) for entries and drop os dependent commands(peco, open)
- delete open, peco command support
- dump cli,api return new json schema which include RegisteredBy, CreatedAt
- add
registeredBy
to link attribute- for delete, same registeredBy should be passed.
- it is not secure, but it will be enough for team use.
- api, cli's supports (optional) registeredBy parameter
- add $key $link [$registeredBy]
- curl -X POST -d "link=http://foo[®isteredBy=bar]"
- rm $key [$registeredBy]
- curl -X DELETE "http://localhost:5656/foo[?registeredBy=bar]"
- data schema was changed.(gol will update for old schema automatically)
add get/post/delete ui
GET /
returns html contents which include get/post/delete UI.GET /api/dump
returns all links as json (previously, this contents was returned by / )
add force option
curl -d "value=${some_url}&force=true" localhost:5656/${key}
gol add --force ${key} ${some_url}
add post/delete api
- add post api for adding a new link
- add delete api for removing a link
- now, key can't contain "/"
add dump
- Add dump
- Nothing
- Nothing
- Nothing
Initial release
- Add get/add/rm/ls/open/peco/server
- Nothing
- Nothing
- Nothing