All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed build
- fix: Safer settings
- Fix(l10n): Update translations from Transifex
- fix: add password confirmation in admin settings
- fix: remove default oauth app client/secret
- fix: update npm pkgs, adjust to new stylelint config
- fix: update composer deps, update psalm baseline
- Drop support for Nextcloud < 28
- Add support for Nextcloud 30
- Add support for nc 29
- fix(DropboxStorageAPIService): Don't allow shared folder as target folder
- fix(downloadFile): Switch to /download endpoint to avoid temporary_link endpoint
- Fix(l10n): Update translations from Transifex
- Added support for nextcloud 28
- Fix(l10n): Update translations from Transifex
- Fix ImportDropboxJob
- Fix sign-in if username is empty + Give more feedback in UI
- Update translations from Transifex
- Drop support for Nextcloud pre 26
- Now supported: Nextcloud 26 and Nextcloud 27
- improve admin settings style
- fix app being unable to start importing after a job has been brutaly stopped
- use material icons
- ready for NC 25
- bump js libs
- adjust to new eslint config
- npm scripts
- handle all crashes in import job
- fix file import with SSE enabled, get temp link and use it on the fly
- refactor backend code @vitormattos
- bump js libs
- get rid of all deprecated stuff
- bump min NC version to 22
- cleanup backend code
- setting to choose output dir
- bump js libs
- potential mess with concurrent import jobs
- bump js libs
- bump js libs
- bump max NC version
- import nc dialogs style
- catch ForbiddenException (for .htaccess files for example) #3 @agentff6600
- allow float file sizes
- catch lockedException #3 @agentff6600
- fix wrong method name when refreshing token
- fix userID type in controller #3 @agentff6600
- skip files that can't be created or written #3 @agentff6600
- bump js libs
- remove useless browser detection (crashing on RPi with chrome anyway) #4 @janesser
- warn if storage is empty
- avoid counting files, too slow
- issue with unlimited quota
- don't close already closed resource when downloading
- no more temp files, directly download to target file (in a stream)
- remove timeout when downloading files
- reduce disk usage by deleting temp files after having copied them in NC storage
- get storage info directly after successfull login
- the app