Commit Graph

1564 Commits

Author SHA1 Message Date
luukas
930c6936d9 Add more advanced role APIs 2022-05-10 02:08:49 +03:00
Andrew McManus
0a97fd112b
Merge pull request #25 from arcadia-technology/dev_DBManagement
Moving Server Stats DB to Server Folder
2022-05-09 15:22:30 -04:00
Andrew
184e50a825 Fix bug where excluded dir not persistant 2022-05-09 13:34:45 -04:00
luukas
bf59e2de6c Add and fix API v2 and db
* Add basic role routes
* Add API v2 404 handler
* Add API v2 home handler pointing to the wiki
* Add tons more todos
* Add get_*_columns and get_*_column functions for many db models
* Modify and add tons of model and controller functions
2022-05-08 00:07:55 +03:00
Zedifus
c7f35df1bf
Merge pull request #27 from arcadia-technology/devops/windows-macos-pipeline-matrix
Windows pipe conversion and new macOS executable 
2022-05-07 20:42:19 +01:00
Zedifus
e521036c1c Add action matrix for win and mac pipes
Was going to do .app/ and include a .icns
but running with no-console was problematic, but macos works as binary.
Will revisit to make pretty but base support is there.
2022-05-07 20:31:00 +01:00
luukas
721c9cfe12 Add the server creation endpoint 2022-05-05 14:02:23 +03:00
luukas
53459d83dc Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
Silversthorn
84078935e8 Sorry, I forgot this one :/ 2022-04-28 22:40:27 +02:00
Silversthorn
0dcdc8ffc7 pylint happy ? ^^ 2022-04-28 22:40:24 +02:00
Silversthorn
16bbac7fd6 Moving Server Stats DB to Server Folder 2022-04-28 22:40:15 +02: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
luukas
20d32c04ce Fix login and token stuff 2022-04-14 18:48:46 +03:00
luukas
1aa0d65cf7 Merge branch feature/external-frontend to feature/api-v2 without the frontend 2022-04-14 15:33:53 +03: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