Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-10-22Bump nextcloud version.v1.1.5Patrick
2022-05-15Add qa tools. CS Fix files.Patrick
2021-03-08Use IRootFolder instead of IMountManagerRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-02-27Switching frontend to vue. Adding crc32b algorithm.patrick
2020-12-23Update frontend codeRichard Steinmetz
Introduce webpack to bundle required dependencies instead of relying on global libraries. Those global libraries are deprecated and will be removed soon. I tried to change the existing code as little as possible. However, the diff is huge because I fixed the indentation (tabs and spaces were mixed). Additionally, I tried to keep package.json and webpack.common.js as minimal as possible and took some inspiration from other official nextcloud apps. Npm scripts: - Production build: `npm run build` - Development build: `npm run dev` - Build and watch for changes: `npm run watch` The build script should be run before pushing a release. The source files (inside src/), installed packages (inside node_modules/) and various js configs (webpack.*.js, package*.json and babel.config.json) can be omitted from a release. Webpack will output the generated code to js/. Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
2020-12-21#49: Updated controller for backwards compatibility down to php7.2.1.0.1patrick
2020-12-10Refactor deprecations, improve code style and drop owncloud supportRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2017-03-27- updated info.xmlv0.3.4Patrick
- added error handling if hash algorithm is not supported by server - added reload button on ajax error response
2017-03-26added sha384v0.3.3Patrick
2017-02-05allow users without privileged accesss to create checksumPatrick
2017-01-11adding hash algorithm selection before generatingPatrick
2016-10-22Updated app for owncloud version 9.v9.xPatrick