Commit Graph

207 Commits

Author SHA1 Message Date
669d49eb89
Merge pull request #20 from kicker334/patch-3
Test for issue #8
2020-08-13 10:44:05 +02:00
982b16a8ee Change : to - in auto backup name 2020-08-13 10:39:00 +02:00
Justin
314a194368
Update api.js 2020-08-12 21:49:48 -04:00
Justin
6f5bea2d98
Update package.json 2020-08-12 21:35:10 -04:00
dependabot[bot]
f273b3d43e
⬆️ Bump lodash in /nextcloud_backup/rootfs/opt/nextcloud_backup
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 02:59:18 +00:00
Sebastien Clement
0a613895aa 🚑 Increase timeout time for new backup #17 2020-07-02 09:57:51 +02:00
beaa762e74 🚑 Fix https issue 2020-06-14 21:06:37 +02:00
488e04c8b3 🚑 Fix ssl setting not working #16 2020-06-14 19:51:28 +02:00
80aa6fc2a4 ✏️ Add more debug logs for #8 2020-04-29 12:28:25 +02:00
Sebastien Clement
77259a17e6 🚑 Fix vulnerability 2020-04-29 11:35:28 +02:00
gitmirko
c67846a66c
index.ejs: fixed typü 2020-04-26 20:24:00 +02:00
dependabot[bot]
0e4e360cbf
Bump acorn in /nextcloud_backup/rootfs/opt/nextcloud_backup
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 18:18:27 +00:00
012b2de08a 🔨 Move autoclean local before nextcloud
If Nexcloud is not connected, clean local anyway
2020-03-03 12:51:51 +01:00
a34a236e0b 🚑 Fix logo not showing #10 2020-03-03 12:35:38 +01:00
e12a652ae7 🔨 Make the app responsive 2020-02-16 19:22:27 +01:00
51b10e2bed 🚑 Fix crash on upload finish (#8) 2020-02-16 19:13:08 +01:00
9aea69bbdc 🚑 Fix condition #7 2020-02-15 16:20:45 +01:00
24f6a8c552 🔨 Add logger 2020-02-15 14:28:48 +01:00
c2d68232a5 🔨 Change config location 2020-01-10 21:29:54 +01:00
22e9f4f912 🔨 Add auto clean cron 2020-01-10 20:29:53 +01:00
8209459648 ✏️ Update doc link for password 2020-01-10 20:22:54 +01:00
4dec2579f5 🔨 Clean at the end of upload 2020-01-10 19:52:42 +01:00
cdcbac4bc6 🔨 Add clean for local snapshots 2020-01-10 19:38:27 +01:00
fe0f923158 ✴️ Fix auto clean lever 2020-01-10 19:37:27 +01:00
c1a7016209 🔨 Add clean functionality only for Cloud 2020-01-10 18:58:31 +01:00
bf8d271f4d 🔨 Clean the entire temp folder on upload end 2020-01-10 18:20:57 +01:00
cd7ca7344d ✴️ Fix error triggered on 204 error upload 2020-01-10 18:18:26 +01:00
961b43188e ✴️ Fix double command send when list is refreshed 2020-01-10 18:17:01 +01:00
3aedd26150 🔨 Add auto clean settings UI 2020-01-06 18:23:26 +01:00
0b803005d4 🔨 Fix cron started if conf not exist 2020-01-06 18:13:38 +01:00
31bc96cb7f 🔨 Add helper message for Nextcloud password 2020-01-06 17:30:41 +01:00
dffbc13aa9 ✏️ Correct display of manual button on big screen 2020-01-06 17:23:14 +01:00
cc9f35e1ec 🔨 Display backed up snaps in Web UI (Close #3) 2020-01-06 17:19:44 +01:00
c403ec5079 🔨 Add progress tracking on upload 2020-01-06 15:20:14 +01:00
8cd2fb80c7 ✏️ Change manual card visual 2020-01-05 21:18:29 +01:00
b28796a66c 🔨 periodically checking update for local snapshots list 2020-01-05 21:04:03 +01:00
a2c93646a6 🔨 Disable "Backup Now" button if a task is already running 2020-01-05 21:02:30 +01:00
0c930c29fc 🔨 Correct wrong name on status initialization 2020-01-04 20:30:06 +01:00
ea8aeb3f47 Adding auto backup integration (Using Cron) 2020-01-04 19:59:13 +01:00
c2e8c08cb8 🔨 Check cron settings before saving it 2020-01-04 18:30:24 +01:00
e407c23b89 Add cron config web UI and API 2020-01-04 17:56:27 +01:00
c5d0166cb8 🔨 Change date format on "last backup" 2019-12-30 18:20:36 +01:00
5b9d4098f6 🗑️ Clean repo 2019-12-30 12:48:49 +01:00
ad84f9559c ✍️ Remove useless line in 10-run 2019-12-30 12:44:11 +01:00
996ffbd0f0 All doc for error codes 2019-12-28 17:34:20 +01:00
c83b7f8d4f Delete file when upload is finish 2019-12-28 17:34:01 +01:00
9b57ed3228 Date formating 2019-12-28 17:33:35 +01:00
dfc63f0956 Add create new-backup route 2019-12-28 17:33:27 +01:00
b32d51847e Update last backup when upload is finish 2019-12-28 16:25:54 +01:00
a962827599 Add upload methods 2019-12-28 12:50:36 +01:00
7ce157efec Add manual backup interface, only download 2019-12-21 22:55:40 +01:00
45f1de996e Adding internal method for downloading snap + switch to "request" 2019-12-21 19:26:45 +01:00
a0840e2581 Add nextcloud settings panel 2019-12-19 17:09:05 +01:00
240fcbbf2e Fix chmod for /usr/bin/nextcloud_backup.sh 2019-12-19 17:08:49 +01:00
5d469f805c Change setting file name 2019-12-19 15:21:59 +01:00
add252bd36 Remove internal config files 2019-12-19 15:16:20 +01:00
6e609f387c Add base code 2019-12-19 15:08:47 +01:00