westberliner / checksum

Plugin for Nextcloud and ownCloud to create hashes of files.
GNU General Public License v3.0
29 stars 15 forks source link

Which hashes are possible? #8

Closed rugk closed 7 years ago

rugk commented 7 years ago

Could you expand the README/description with a list of hashes this add-on supports?

DJCrashdummy commented 7 years ago

as you can see in the code (https://github.com/westberliner/owncloud-checksum/blob/master/js/checksum.tabview.js#L35-L39) for now it is possible to choose between crc32, md5, sha1, sha256 and sha512.

but you are right a little bit more in the info.xml-description and maybe additional in the readme would not hurt.

westberliner commented 7 years ago

I updated the readme.

DJCrashdummy commented 7 years ago

@westberliner: thank you very much for your update!

btw: the icing on the cake would be a link in the /appinfo/info.xml to the readme, maybe like...

<documentation>
    <user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
</documentation>
westberliner commented 7 years ago

Icing is done :) I am not proud of the output on apps.nextcloud.com but at least it shows something.

DJCrashdummy commented 7 years ago

awesome! now the very good description is also displayed within nextcloud. yes... at the webpage it looks not really polished (i don't know why), but it is better than nothing. ;-)