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
AgeCommit message (Collapse)Author
2021-03-14Removed support for nc 20.typescriptpatrick
2021-03-13Merge branch 'master' of github-westberliner:westberliner/checksum into ↵patrick
typescript # Conflicts: # package.json
2021-03-09Update metadata. Centralised algorithms for frontend.v1.1.2patrick
2021-03-09Merge pull request #53 from st3iny/fix/noid/use-root-folderPatrick Herzberg
Use IRootFolder instead of IMountManager
2021-03-09Merge pull request #54 from st3iny/fix/noid/algo-select-sha1-dupPatrick Herzberg
Fix invalid label of sha512
2021-03-09Fix invalid label of sha512Richard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-03-08Use IRootFolder instead of IMountManagerRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-03-06Switching to typescript. Missing vue files. Got issues in NC21.patrick
2021-02-28Fixes issue on files within directories. Reset tab view on fileinfo change - ↵v1.1.1patrick
NC 21 only.
2021-02-28Adding deploy script for generating tar ball.v1.1.0patrick
2021-02-28Minor bugfix for older version if clause.patrick
2021-02-28Renamed vue files. For less work in the future.patrick
2021-02-28Checked nextcloud 21 compatibility.patrick
2021-02-28Working solution on Nextcloud 20 to allow checksum only on files.patrick
2021-02-27Adding mentions to current changelog.patrick
2021-02-27Update changelog.patrick
2021-02-27Adding possibility to translate via transifex.patrick
2021-02-27Switching frontend to vue. Adding crc32b algorithm.patrick
2020-12-24Add missing dependencies to package.jsonRichard Steinmetz
Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
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-10Update readme and changelog for version bump.1.0.0Patrick
2020-12-10Merge pull request #47 from st3iny/fix/46/nextcloud-compatibilityPatrick Herzberg
Refactor deprecations, improve code style and drop owncloud support
2020-12-10Refactor deprecations, improve code style and drop owncloud supportRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-07-19Update Readme regarding new nextcloud version.0.4.5Patrick Herzberg
2020-07-19Update change log info.Patrick Herzberg
2020-07-19Merge pull request #40 from The-EDev/masterPatrick Herzberg
You are right. Icon works for me as well. Thx for this suggestion.
2020-07-19Merge pull request #43 from enoch85/patch-1Patrick Herzberg
Looks good. Thx for the patch and glad that you like my app :) Nice VM you have there.
2020-07-16make it work on Nextcloud 19Daniel Hansson
Thanks for a great app! I use it every time I release the [Nextcloud VM](https://github.com/nextcloud/vm/releases). :)
2020-02-02changed tab icon from *i*nfo to key (category-auth)The-EDev
2020-01-26Merge pull request #39 from xXpc-freakXx/masterv0.4.4Patrick Herzberg
Make checksum compatible with Nextcloud 18
2020-01-19Make checksum compatible with Nextcloud 18Kai Gerken
2019-06-03update versionv0.4.3Patrick
2019-06-03Merge pull request #36 from confusedguy9/patch-1Patrick Herzberg
Add icon to file sidebar tabs
2019-03-27Add icon to file sidebar tabsconfusedguy9
2018-12-20Merge pull request #34 from nextgen-networks/patch-1v0.4.2Patrick Herzberg
Make checksum compatible with Nextcloud 15
2018-12-17Make checksum compatible with Nextcloud 15Nextgen-Networks
2018-09-27update xml to be still compliant with nextcloud, update changelogv0.4.1Patrick
2018-09-27Merge pull request #31 from ArisenDrake/patch-1Patrick Herzberg
NC14 compatibility
2018-08-31NC14 compatibilityArisenDrake
No changes seem to be required regarding the actual app. I can confirm that it is working flawlessly.
2018-04-09removed v in versionPatrick Herzberg
apparently it is not allowed anymore to define a version with letters in the beginning.
2018-04-09update info.xml to version 0.4.0v0.4.0Patrick Herzberg
bumped to version 0.4.0 regarding issue #29
2018-01-26forgot changelog for 0.3.5 v0.3.6.1v0.3.6Patrick Herzberg
forgot changelog for 0.3.5 and mixed changes up with 0.3.6
2018-01-26Update ChangelogPatrick Herzberg
2018-01-26Merge pull request #24 from Eisfunke/patch-1Patrick Herzberg
Bump Nextcloud version to 13
2017-12-14Bump Nextcloud version to 13Nicolas Lenz
Change the max allowed version of Nextcloud to make it work with 13. I tried it on my Nextcloud 13 Beta 3, no problems so far.
2017-07-12Merge pull request #15 from DJCrashdummy/patch-1Patrick Herzberg
changed the documentation-links to master
2017-07-12changed the documentation-links to masterDJCrashdummy
i'm pretty sure this is better choice, since they haven't to be changed for every release and also the links in the app-store shouldn't be grounded to one version.
2017-07-11Update info.xmlv0.3.5Patrick Herzberg
new minor release thx to @jospoortvliet adding a gif to description
2017-07-10Merge pull request #13 from jospoortvliet/masterPatrick Herzberg
update description with gif ;-)