Commit 6bf931d
authored
Merge pull request #248 from GDATASoftwareAG/main
* fix: correct syntax error in ScanService.php for constant declaration for PHP < 8.3 (#227)
* Add a quicker way for development with a local Nextcloud server and the app code changeable inside this server (#234)
* Add Nextclouds worklfow templates and apply Nextcloud coding style (#235)
* Add maximum scan size setting for file uploads (#236)
* Devcontainer and Workflow Performance (#237)
- Faster local development in devcontainer
- Add Make stages for local fast developing as well as unit and bats tests
- Remove unmaintained files from old debugging sessions`
- Cleanup unused files and bundle utility scripts
* Settings improvements (#238)
- Add button to test current vaas configuration
- Rename app settings to be more intuitive
* Add additional settings (#239)
- Control scan timeout
- Control usage of cache
- Control usage of hash lookup
* Refactor logging messages and remove redundant debug statements (#240)
* Update README with development environment setup instructions (#241)
* Remove unused settings (#242)
- Malicious file notifications summary
- Scan only new files
* Add make target for production like local setup (#243)
* Outsource file scan actions (#244)1 file changed
+43
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
0 commit comments