FTN frontend Mailer and Tosser for Mail and Files.
Go to file
Deon George 81f59dcbb8
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 42s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m50s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
Remove EncodeUTF8 infavour of using attribute casting only. The implementation of EncodeUTF8 was not correct, essentially removing any previous casting causing issues when saving a record.
2024-06-01 10:46:02 +10:00
.gitea/workflows Add github hash VERSION file during build 2024-05-19 23:30:44 +10:00
app Remove EncodeUTF8 infavour of using attribute casting only. The implementation of EncodeUTF8 was not correct, essentially removing any previous casting causing issues when saving a record. 2024-06-01 10:46:02 +10:00
bootstrap Clean Laravel 5.7 Install 2018-11-15 21:45:49 +11:00
config No function changes. Cleanup console command cleanup 2024-05-27 15:08:39 +10:00
database Automatically mark idle nodes HOLD/DOWN/DE-LIST. Automatically validate presented addresses. 2024-05-25 22:31:42 +10:00
docker We need to add git to the build for custom composer packages 2024-04-25 15:56:08 +10:00
public Fix edit of AKAs for a system. Fix css usage of label for= for the yes/no radio inputs 2024-05-27 10:48:50 +10:00
resources Remove deprecated Domain::managed() 2024-05-29 19:45:08 +10:00
routes Enable setting autohold and address validation in web UI 2024-05-05 00:10:55 +10:00
storage Simplify packet processing. Re-enable pkt processing tests. 2023-12-18 20:43:21 +11:00
tests More complete rework of packet parsing and packet generation with f279d85 - and testing passes 2024-05-22 09:21:59 +10:00
.editorconfig Minor cosmetic changes 2021-10-02 10:03:17 +10:00
.env.example Revert 9299697 FIDO_STRICT to default false. Not all FTNs support sending uplinks from a *C address. 2024-04-20 09:38:30 +10:00
.env.testing Rework TIC processing and added test cases 2023-11-22 15:58:00 +11:00
.gitattributes Clean Laravel 5.7 Install 2018-11-15 21:45:49 +11:00
.gitignore Internal enhancements to system registration and editing 2022-01-05 09:26:42 +11:00
artisan Minor cosmetic changes 2021-10-02 10:03:17 +10:00
composer.json Complete rework of packet parsing and packet generation 2024-05-17 22:10:54 +10:00
composer.lock Put back laravel-eloquent-query-cache and remove Caching from previous commit 2024-05-11 09:10:00 +10:00
init-container Added ZeroTier 2023-09-04 21:22:24 +12:00
init-php.sh init-php already running as www-data 2021-07-19 00:55:25 +10:00
LICENSE.md Add LICENSE 2023-07-25 11:20:06 +10:00
package.json Framework updates, merges from other packages 2021-06-13 01:32:22 +10:00
phpunit.xml Fix for when packets have a kludge after the origin line, and now capturing taglines. Updated testing configuration 2023-08-05 15:19:10 +10:00
server.php Clean Laravel 5.7 Install 2018-11-15 21:45:49 +11:00
webpack.mix.js Clean Laravel 5.7 Install 2018-11-15 21:45:49 +11:00