Commit graph

141 commits

Author SHA1 Message Date
Ravinou
7625e5af02
refactor: getEmailAlert API 2025-04-20 23:08:03 +02:00
Ravinou
313a2f30f9
refactor: getAppriseServices API 2025-04-20 23:07:29 +02:00
Ravinou
21330fa672
refactor: getAppriseMode API 2025-04-20 23:07:29 +02:00
Ravinou
7aa47195f1
refactor: getAppriseAlert API 2025-04-20 23:07:28 +02:00
Ravinou
67861260f8
refactor: index for account and monitoring page 2025-04-20 23:07:27 +02:00
Ravinou
d7bd79b5b4
refactor: _app, 404 and index 2025-04-20 23:07:27 +02:00
Ravinou
0c4d5a898b
refactor: login page 2025-04-20 23:07:26 +02:00
Ravinou
0d3377baa6
refactor: apprise mode component 2025-04-20 23:07:23 +02:00
Ravinou
d245e30af7
refactor: wizard 2025-04-20 23:07:20 +02:00
Ravinou
4f175114ff
refactor: components Repo and auth config 2025-04-20 23:07:19 +02:00
Ravinou
96ae9b8f65
feat: include 'id' and 'repositoryName' in 'add' API response #342 2024-12-26 14:49:20 +01:00
Ravinou
88a80f42e8
fix: 🐛 allow self-signed cert and no-auth for smtp settings #367 #364 2024-12-26 14:19:13 +01:00
Ravinou
e87e6d9760
hotfix: 🚑 compatibility with installations behind .htaccess/.htpasswd that use an Authorization header 2024-09-01 14:00:22 +02:00
Ravinou
0c3f136cb7
chore: 🧹 improve auth log with timestamp 2024-08-31 21:01:08 +02:00
Ravinou
57124899a2
refactor: improve HTTP status code 2024-08-31 21:01:07 +02:00
Ravinou
dd51c23aaf
fix: 🐛 usage of new environment variables with Docker 2024-08-31 21:01:06 +02:00
Ravinou
0c352dce5e
refactor: add and edit endpoints 2024-08-31 21:01:05 +02:00
Ravinou
9d03010278
fix: 🐛 prevents an alert from being sent after a new repo has been created 2024-08-31 21:01:05 +02:00
Ravinou
a795831e3b
fix: 🐛 type error when no token has ever been created 2024-08-31 21:01:04 +02:00
Ravinou
f092d73679
feat: added log for API authentication 2024-08-31 21:01:03 +02:00
Ravinou
ba11e0ab04
feat: full granularity for CRUD API permissions 2024-08-31 21:01:02 +02:00
Ravinou
aa57a19ff1
feat: CRUD repoList with API token auth 2024-08-31 21:01:02 +02:00
Ravinou
83fe9a5355
config: 🔧 update prettier format 2024-08-31 21:01:01 +02:00
Ravinou
e4d9484759
feat: generate and manage access tokens in account settings 2024-08-31 20:57:34 +02:00
Ravinou
85951c4cd0
ui: 🎨 improve warning message when delete mode is disable 2024-08-31 20:57:34 +02:00
Marc Ole Bulling
3ea38e6648
Add option to disable deletion 2024-08-31 20:57:33 +02:00
Ravinou
76d11d83f7
feat: add borgbackup "append-only" mode as option to repo ! #160 2024-05-12 17:52:38 +02:00
Ravinou
7687f10b7e
feat: notifications are now stacked 2024-05-10 18:54:01 +02:00
Ravinou
904207e48a
feat: add specific logs for success and failed login 2024-02-25 18:20:06 +01:00
Ravinou
e4b8ab2d33
fix: login case insensitive 2024-02-25 18:20:06 +01:00
Ravinou
c6f8f3cf7c
fix: space are not allowed on login form 2024-02-25 18:20:06 +01:00
Ravinou
32e9e5a161
fix: init alert settings with account 2023-12-30 18:00:14 +01:00
Ravinou
3afb8c0805
feat: new API endpoint to check the version number 2023-12-30 18:00:14 +01:00
Ravinou
10ad738755
feat: add a disabled option in repo alert settings 2023-12-30 18:00:14 +01:00
Ravinou
3e63f187e8
feat: history in a log the repo list changes 2023-10-08 16:38:13 +02:00
Ravinou
d55a9c17a0
fix: check if there are some repo before stat them 2023-10-02 17:59:03 +02:00
Ravinou
f217d922a1
fix: "hostname" env var is used by default in docker. Avoid conflict. 2023-10-01 21:15:18 +02:00
Ravinou
2ff969d3c1
fix: default account init 2023-10-01 19:04:42 +02:00
Ravinou
805253491d
feat: add default values for wizard 2023-10-01 18:48:58 +02:00
Ravinou
941fd93653
fix: improve delete repo function 2023-09-10 18:36:31 +02:00
Ravinou
85f30d7ce7
feat: add API to get some env for wizard 2023-09-10 15:06:23 +02:00
Ravinou
0e72f7a4cf
feat: display log from backend API to toast 2023-09-10 15:06:23 +02:00
bsourisse
a735144a55
feat: unixUser is now unique and retrieved by env 2023-09-10 15:06:23 +02:00
bsourisse
a7beb7b37f
fix: change "repository" to "repositoryName" 2023-09-10 15:06:23 +02:00
bsourisse
0c4955603e fix: type Number on StorageSize in Edit mode 2023-08-10 19:19:20 +02:00
bsourisse
045f1d1576 perf: displayDetails pref is now in LocalStorage 2023-08-10 18:54:09 +02:00
bsourisse
182b2821e9 fix: missing await on Node fs.writeFile() method 2023-08-08 14:24:38 +02:00
bsourisse
3ef66e52de fix: missing await on Node fs.writeFile() method #48 #34 2023-08-08 13:46:38 +02:00
bsourisse
2eca125974 fix: lanCommand is optionnal in form 2023-06-06 18:49:41 +02:00
bsourisse
5f0b47019b feat: update API for lanCommand 2023-06-05 23:30:44 +02:00