Darko Gjorgjijoski
5734a06ab3
New translations en.json (Norwegian)
2026-03-24 07:44:24 +01:00
Darko Gjorgjijoski
75a1038245
New translations en.json (Dutch)
2026-03-24 07:44:23 +01:00
Darko Gjorgjijoski
017691b7b1
New translations en.json (Macedonian)
2026-03-24 07:44:22 +01:00
Darko Gjorgjijoski
d4f8a40982
New translations en.json (Lithuanian)
2026-03-24 07:44:21 +01:00
Darko Gjorgjijoski
ebdee1e3f0
New translations en.json (Georgian)
2026-03-24 07:44:20 +01:00
Darko Gjorgjijoski
ce97a474f9
New translations en.json (Japanese)
2026-03-24 07:44:18 +01:00
Darko Gjorgjijoski
4ee3d0d129
New translations en.json (Italian)
2026-03-24 07:44:17 +01:00
Darko Gjorgjijoski
bd5abdec0e
New translations en.json (Hungarian)
2026-03-24 07:44:16 +01:00
Darko Gjorgjijoski
995533974e
New translations en.json (Hebrew)
2026-03-24 07:44:15 +01:00
Darko Gjorgjijoski
156e94f931
New translations en.json (Finnish)
2026-03-24 07:44:14 +01:00
Darko Gjorgjijoski
e38c4963ef
New translations en.json (Greek)
2026-03-24 07:44:13 +01:00
Darko Gjorgjijoski
d7efbb5c47
New translations en.json (German)
2026-03-24 07:44:11 +01:00
Darko Gjorgjijoski
3cd219e7b3
New translations en.json (Danish)
2026-03-24 07:44:10 +01:00
Darko Gjorgjijoski
3d65a09038
New translations en.json (Czech)
2026-03-24 07:44:09 +01:00
Darko Gjorgjijoski
f52c376a49
New translations en.json (Catalan)
2026-03-24 07:44:08 +01:00
Darko Gjorgjijoski
5a7c1363ee
New translations en.json (Bulgarian)
2026-03-24 07:44:07 +01:00
Darko Gjorgjijoski
2c40c2ef06
New translations en.json (Arabic)
2026-03-24 07:44:06 +01:00
Darko Gjorgjijoski
b5ff16c318
New translations en.json (Spanish)
2026-03-24 07:44:04 +01:00
Darko Gjorgjijoski
4d7b818d23
New translations en.json (French)
2026-03-24 07:44:03 +01:00
Darko Gjorgjijoski
b314ebc07f
New translations en.json (Romanian)
2026-03-24 07:44:02 +01:00
mchev
254ed5ade0
Merge pull request #579 from mchev/upgrade_requirements
...
PHP8.4 requirement
2026-03-24 07:15:33 +01:00
mchev
40e4ea931e
PHP8.4 requirement
2026-03-24 07:07:41 +01:00
mchev
030c13b67a
Merge pull request #578 from mchev/updates
...
Laravel 13 upgrade, security updates and fixes
2.2.0
2026-03-24 06:36:47 +01:00
mchev
28fedead6c
Merge pull request #566 from InvoiceShelf/translations
...
New Crowdin updates
2026-03-24 06:14:11 +01:00
mchev
14ccce1934
Merge pull request #572 from klittle81/payment-pdf-invoice-details
...
Update receipt PDF to include Invoice Total, Balance Due, and Invoice Status
2026-03-24 06:13:15 +01:00
mchev
2d808f17bb
Merge pull request #573 from csalzano/fix/dropbox-file-disk-creation
...
Bug fix in Dropbox file disk creation. Applies disk path.
2026-03-24 05:32:44 +01:00
mchev
6d227fa368
Merge pull request #554 from csalzano/fix/paginated-table-stale-response
...
Fix wrong customer names on invoice list page 2+
2026-03-23 20:18:26 +01:00
mchev
07757e747e
Addresses SSRF risk
2026-03-21 19:14:51 +01:00
mchev
d4e19646ee
fix(ci): install deps on PHP 8.4 (Symfony 8 requires >=8.4)
2026-03-21 19:03:37 +01:00
mchev
c901114fc0
Pint
2026-03-21 18:59:53 +01:00
mchev
186ab35fd4
Laravel 13 upgrade, updates and fixes
2026-03-21 18:53:33 +01:00
Corey Salzano
3c31baf20d
fix(backup): remote disk backups never appear in backup listing
...
Three bugs prevented backups stored on remote disks (Dropbox, S3, etc.)
from ever appearing in the Settings > Backup listing:
1. Typo in BackupSetting.vue: `filed_disk_id` was sent to the API
instead of `file_disk_id`, so the backend never received the selected
disk ID and always fell back to the local filesystem.
2. Wrong default disk selection in loadDisksData(): `set_as_default == 0`
selected the first disk that is NOT default (local_public), instead of
the disk that IS default. Changed to `set_as_default == 1` with a
fallback to the first disk.
3. BackupsController::index() did not call setConfig() on the FileDisk
before querying backups, so even when the correct file_disk_id arrived
it still read from the default local filesystem. Added the same disk
bootstrap logic already present in CreateBackupJob and destroy().
Made-with: Cursor
2026-03-17 19:32:40 -04:00
Darko Gjorgjijoski
c7485930a8
New translations en.json (Romanian)
2026-03-15 18:17:11 +01:00
Darko Gjorgjijoski
c7d06671d6
New translations en.json (Romanian)
2026-03-15 17:11:09 +01:00
Corey Salzano
b35bd0880a
Bug fix in Dropbox file disk creation. Applies disk path.
2026-03-03 11:47:55 -05:00
klittle81
c70e2abf8a
Apply suggestion from @klittle81
...
remove the <br> at end as its not needed
2026-02-27 22:43:40 -05:00
klittle81
fc05cf61fa
Patch to update reciept PDF generated by payment.blade.php to include Invoice Total, Balance Due, and Invoice Status
2026-02-27 22:06:27 -05:00
Rihards Simanovičs
48abd9020d
docs(SECURITY.md): revise security vulnerability reporting instructions
...
Updated contact information to include GWS security email and added Discord outreach option for reporting vulnerabilities.
2026-02-27 16:35:06 +00:00
Darko Gjorgjijoski
9afd4011a6
New translations en.json (Hindi)
2026-02-25 12:16:09 +01:00
Corey Salzano
01528d9ebe
Fix wrong customer names on invoice list page 2+
...
On the invoices list, when viewing page 2 or later, customer names in the
table could be wrong—opening an invoice showed a different customer than
the one displayed in that row.
Ensure we only apply API responses that match the currently requested page.
This prevents stale or out-of-order responses from overwriting the displayed
data. Also use row id as v-for key for correct Vue reconciliation.
2026-02-16 11:57:36 -05:00
Alex
a386fd19fc
Merge remote-tracking branch 'upstream/master' into email-backup
2026-02-15 12:37:13 +02:00
Darko Gjorgjijoski
d20f1aa105
New Crowdin updates ( #539 )
...
* Update source file en.json
* New translations en.json (Slovak)
* New translations en.json (Romanian)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Bulgarian)
* New translations en.json (Catalan)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Greek)
* New translations en.json (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Hungarian)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* New translations en.json (Georgian)
* New translations en.json (Lithuanian)
* New translations en.json (Macedonian)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovenian)
* New translations en.json (Albanian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Urdu (Pakistan))
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Bengali)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Estonian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Malay)
* New translations en.json (Swahili)
* New translations en.json (Serbian (Latin))
* Update source file en.json
2026-02-08 17:34:06 +01:00
Alex
e5f6984078
Apply review feedback
2026-02-06 16:17:57 +02:00
Abdulrazzaq Alhendi
65d1fdd3f0
feat(mail): add CC and BCC fields to email requests and forms ( #466 )
...
* feat(mail): add CC and BCC fields to email requests and forms
* chore: fmt
2026-02-06 01:59:38 +01:00
Darko Gjorgjijoski
796f6f364a
New Crowdin updates ( #481 )
...
* New translations en.json (Norwegian)
* New translations en.json (Croatian)
* New translations en.json (French)
* New translations en.json (Arabic)
* New translations en.json (Dutch)
* New translations en.json (Dutch)
* New translations en.json (Dutch)
* New translations en.json (Chinese Simplified)
* New translations en.json (Dutch)
* New translations en.json (Spanish)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Romanian)
* New translations en.json (Dutch)
* New translations en.json (Romanian)
* New translations en.json (Romanian)
* New translations en.json (Swedish)
* New translations en.json (Bulgarian)
* New translations en.json (Bulgarian)
* New translations en.json (Bulgarian)
* New translations en.json (Bulgarian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Italian)
* New translations en.json (Bengali)
* New translations en.json (Slovak)
2026-02-06 01:53:49 +01:00
Radoš
61b345d473
chore: lang - cs.json ( #490 )
...
Wrong translation for tax_id
2026-02-06 01:44:03 +01:00
Darko Gjorgjijoski
a30b2e751b
Pin PHP version to 8.4 in development Dockerfile
2026-02-06 00:57:13 +01:00
Devstack
af205acb75
Fix aggregates for customers using withSum() (SQL-portable, no DB mode tweaks) ( #486 )
...
* Update CustomersController.php
Fix: replace GROUP BY + SUM join with withSum() to avoid ONLY_FULL_GROUP_BY; no API changes (same aliases)
* Update CustomersController.php
style: apply Laravel Pint formatting
2026-01-01 22:43:52 +01:00
Ahmed Ashraf
24546aea3c
New currency: Qatari Riyal ( #476 )
...
* add qatari riyal currency to migration and seeder
* run pint
2026-01-01 17:50:31 +01:00
Alex
d2953e9409
Overrite the email notification for backup
2025-11-05 19:14:55 +02:00