luukas
|
cd87a63f1e
|
Improve permission related functions
|
2022-05-16 17:52:09 +03:00 |
|
luukas
|
d415c27a89
|
Make add_or_update_user more efficient with upsert
|
2022-05-16 17:15:46 +03:00 |
|
luukas
|
8d2f4ba32e
|
Make get_all_permission_quantity_list dynamic
|
2022-05-16 17:10:57 +03:00 |
|
luukas
|
4a2396f45a
|
Make improvements to main.py
* Make propmpt appear earlier (threads)
* Make SIGTERM handler start earlier
* Put task manager on a thread
* Put internet check on a thread
|
2022-05-16 01:33:31 +03:00 |
|
luukas
|
fbf820fd38
|
Make some model removals way more efficient
|
2022-05-16 01:18:08 +03:00 |
|
luukas
|
65ba65a67d
|
Make model *_exists functions way more efficient
|
2022-05-16 01:12:03 +03:00 |
|
luukas
|
0115421243
|
Make queries narrower
|
2022-05-16 01:02:17 +03:00 |
|
luukas
|
27d310e2de
|
Declutter set()s
|
2022-05-16 00:55:22 +03:00 |
|
Andrew McManus
|
39a5b89b92
|
Merge pull request #24 from arcadia-technology/bug/file-size-check
Bug/file size check
|
2022-04-20 15:43:43 -04:00 |
|
Zedifus
|
521f44bc6e
|
Merge pull request #23 from arcadia-technology:devops/lint-pipes-to-actions
Add linting pipes
|
2022-04-20 18:45:30 +01:00 |
|
Zedifus
|
e1e362cc6a
|
Add linting pipes
Also tweaked docker-build naming.
|
2022-04-20 18:41:35 +01:00 |
|
Andrew
|
3c666e5702
|
Fix stack thrown on page refresh after clean db
|
2022-04-17 13:33:45 -04:00 |
|
Andrew
|
77bbde149a
|
Fix fresh install side effects from DB rework
|
2022-04-17 13:27:00 -04:00 |
|
Andrew
|
fc1304d729
|
Fix file size bug when destination does not exist
|
2022-04-17 13:00:05 -04:00 |
|
Zedifus
|
0ed7fa0ae9
|
Merge pull request #21 from arcadia-technology:devops/readme-ghcr-documentation
Add badges and ref's for ghcr
|
2022-04-17 01:25:45 +01:00 |
|
Zedifus
|
c74db6f7e5
|
Add badges and ref's for ghcr
|
2022-04-17 01:25:08 +01:00 |
|
Zedifus
|
ff45160516
|
Merge pull request #20 from arcadia-technology:devops/docker-build-pipeline
Convert docker build pipes from gitlab to Actions
|
2022-04-17 01:00:57 +01:00 |
|
Zedifus
|
7997580bec
|
Add Docker build pipeline
dockerhub commented out until full release
|
2022-04-17 00:58:33 +01:00 |
|
Zedifus
|
e8d96078be
|
Update oci tags to link with github
Gitlab you broke my heart 💔
|
2022-04-17 00:57:40 +01:00 |
|
Zedifus
|
140a8d29ea
|
Remove .github from image
|
2022-04-17 00:56:44 +01:00 |
|
Iain Powrie
|
dfd26e4523
|
Merge branch 'devops/correct-docker-examples' into 'dev'
Correct docker documentation to include restart
See merge request crafty-controller/crafty-4!253
|
2022-04-15 15:36:31 +00:00 |
|
Iain Powrie
|
4748f6794a
|
Fix doc indentation
|
2022-04-15 15:35:56 +00:00 |
|
Iain Powrie
|
e7e15ea704
|
Include service restart option
So crafty always starts on boot by example
|
2022-04-15 15:29:59 +00:00 |
|
Iain Powrie
|
ef87ee5525
|
Remove registry authentication section
Won't be required on public release.
|
2022-04-15 00:56:27 +00:00 |
|
Iain Powrie
|
2e40552b65
|
Merge branch 'devops/version-bump-beta' into 'dev'
Remove Commander naming and bump README.md
See merge request crafty-controller/crafty-4!251
|
2022-04-15 00:45:25 +00:00 |
|
Zedifus
|
7d1111ea56
|
Remove Commander naming and bump README.md
Also fix unraid.xml links
|
2022-04-15 01:38:50 +01:00 |
|
Andrew
|
816c66b134
|
version bump to ✨ beta ✨ 🎉 🥳
|
2022-04-14 20:25:37 -04:00 |
|
Iain Powrie
|
d2102bbca0
|
Merge branch 'devops/class-var-naming-refactor' into 'dev'
Refactor class and variable names 🧹
See merge request crafty-controller/crafty-4!249
|
2022-04-15 00:21:31 +00:00 |
|
Andrew
|
704ffc2742
|
Fix file unzip
|
2022-04-14 20:03:19 -04:00 |
|
Andrew
|
9fcd510be2
|
Make unzip_server snake case
|
2022-04-14 19:45:13 -04:00 |
|
Andrew
|
2dc85e6f27
|
Add table name for audit_log
|
2022-04-14 19:34:30 -04:00 |
|
Andrew
|
b380f09b06
|
Rename get_lang_page
|
2022-04-14 19:34:21 -04:00 |
|
Zedifus
|
20141f3cba
|
Fix typo at EOF
'0' is my Discord P-T-T Toggle 😅
|
2022-04-14 03:19:56 +01:00 |
|
Zedifus
|
92c8fc04f3
|
Refactor to standardize class/variable naming ✨
|
2022-04-14 03:10:25 +01:00 |
|
Zedifus
|
c7f7b2539c
|
Reenable invalid-name checking
Add naming exemptions desired by devs
|
2022-04-14 03:07:56 +01:00 |
|
Iain Powrie
|
3e5c8c9205
|
Merge branch 'devops/fix-ci-references' into 'dev'
Fix comments and oci tags
See merge request crafty-controller/crafty-4!248
|
2022-04-13 23:02:53 +00:00 |
|
Zedifus
|
823848b90b
|
Fix comments and oci tags
|
2022-04-13 23:58:27 +01:00 |
|
Iain Powrie
|
5d209b0827
|
Merge branch 'macgeek.db' into 'dev'
Macgeek database refactor
See merge request crafty-controller/crafty-commander!246
|
2022-04-13 19:26:11 +00:00 |
|
Zedifus
|
0461c0c420
|
Cleanup unused import
|
2022-04-13 20:24:42 +01:00 |
|
Andrew
|
ed60e55ffe
|
Add try catch around process kill
|
2022-04-12 21:52:53 -04:00 |
|
Andrew
|
3711c94ffe
|
Beef up security on API
|
2022-04-12 21:52:40 -04:00 |
|
Andrew
|
64d2e5fedd
|
Appease the linter
|
2022-04-12 19:54:35 -04:00 |
|
Andrew
|
92579280a2
|
Appease the linter
|
2022-04-12 19:38:18 -04:00 |
|
Andrew
|
e555274409
|
Add critical log message for None Backup path
|
2022-04-12 19:27:18 -04:00 |
|
Andrew
|
73b3571606
|
Appease the linter
|
2022-04-12 19:22:57 -04:00 |
|
Andrew
|
316d0aa17a
|
Fix error thrown on task execution
|
2022-04-12 18:57:18 -04:00 |
|
Andrew
|
bb2c1de418
|
Fix bug where general user could not create sch
|
2022-04-12 18:49:50 -04:00 |
|
Andrew
|
add784df42
|
Fix stack when username is wrong.
|
2022-04-12 18:33:00 -04:00 |
|
Andrew
|
705da450e7
|
Fix bug where roles could not be deleted.
|
2022-04-12 17:58:59 -04:00 |
|
Andrew
|
300c19de42
|
Merge branch 'bug/File-Drag-Drop' into 'dev'
Fix bug where users could not drag files
See merge request crafty-controller/crafty-commander!247
|
2022-04-12 21:42:05 +00:00 |
|