- fixed a problem where Group folders app admin screen wasn't shown if Nextbackup was also installed
- Nextcloud store certificate changes (for #46)
- made metadata adaptions for ownCloud because of marketplace restrictions
- enabled app for Nextcloud 19/20
- update
info.xmlto mention OwnBackup
- application was renamed to NextBackup because of trademark infringement with ownbackup.com
- the backup path still is
ownbackupfor backward compatibility
- the backup path still is
- enabled and tested app for Nextcloud 17
- fixed some warnings with dialogs
- fixed possible remote code execution attack
- enabled app for Nextcloud 16
- enabled app for all minor versions of ownCloud 10
- enabled and tested app for Nextcloud 15
- more changes for Nextcloud 14
- enabled and tested app for Nextcloud 14
- changes to get the app into the ownCloud Marketplace
- migrated from IDB to IDBConnection for Nextcloud 12 (for Issue #17)
- enabled and tested app for ownCloud 10 and Nextcloud 12
- integrity check fixes
- fixed an
internal server erroron ownCloud 9.1.2 (for Issue #7) - added a notice to setup a cronjob to get periodic backups
- switched release versioning to a more rolling release style,
so it doesn't get confused with semantic versioning
<year of release>.<month of release>.<release number in the month>
- made the database restore functionality work again on ownCloud 9.0
- more improvements for the automatic backup expiration
- small change in admin.php after a user reported problems with it
- some improvements and fixes for the automatic backup expiration
- the auto expiration of backups was rewritten again, because the old algorithm didn't work for hourly backups
- for 24h, keep one backup every hour
- for 7d, keep one backup per day
- for 4w, keep one backup per week
- for 12m, keep one backup per 30d
- next 2y, keep one backup per year
- fixed sort order of backups in selector on admin page after creating a manual backup
- new backup expiry scheme
- for the next 24h, one backup every hour will be kept (like in the old behaviour)
- for the next 7d, one backup per day will be kept
- for the next 30d, one backup per week will be kept
- for the next 1y, one backup per 30d will be kept
- for the next 10y, one backup per year will be kept
- until end of time, one backup per 100y will be kept
- fixed some logging issues
- fixed the problem that NextBackup might be shown twice in the admin menu
- fixed all compliance issues
- tried to fix a problem with the NextBackup section not showing up on the admin page
- re-implemented the backup and restore page in the admin section
- fixed a problem with the build
- now showing a special page for non-admin users
- using maintenance mode during restore
- some user interaction and security improvements
- Fixed removing of old backups
- The backup and restore process was completely rewritten, the new backup sets are incompatible with version 0.1 backup sets!
- The app should work with all databases and data types now, please report any problems.
- First release