-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Webhook now takes in image data and stores image files * Increase max request size to accommodate larger images * Add public option to event storage * Fix event date issue * Fix telegram config issue * Fix issues that arose from refactoring, all tests now passing * Fix download link to retain original file name * Increase max file size for php * Remove pagination from detection profiles page * Add tests to smb config and refactor slightly * Remove unnecessary TODOs * Image compression * Update .env.example * Change watch folder volume. Update laravel network. * Code sniffer fixes * Ide helpers * Apply fixes from StyleCI (#50) Co-authored-by: Andrew <[email protected]> Co-authored-by: Andrew <[email protected]>
- Loading branch information
1 parent
c97a533
commit 0c2b6ad
Showing
46 changed files
with
1,088 additions
and
917 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
log_errors = On | ||
error_log = /dev/stderr | ||
upload_max_filesize = 10M | ||
post_max_size = 10M | ||
|
||
#log_errors = On | ||
#error_log = /dev/stderr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.