Commit Graph

65 Commits

Author SHA1 Message Date
Darko Gjorgjijoski
a866187f71 Add default cache and queue configs 2024-07-17 11:32:42 +02:00
Darko Gjorgjijoski
429a8ae826 Add sqlite3 into the php requirements 2024-07-13 15:18:30 +02:00
Darko Gjorgjijoski
96e2f6cf0f Run pint 2024-06-05 12:09:04 +02:00
agencetwogether
3b61440e1f Complete dashboard translations & small UI improvements (#69)
* fix dropdown action Estimate Dashboard and fix translating full Dasboard page

* Update app.php

* fix locale in app.php config

* Wizard install with translation, customer portal with translation, and fixing hardcoding strings to get translation

* fixes asked to review

* fixes pint

---------

Co-authored-by: Max <contact@agencetwogether.fr>
Co-authored-by: Darko Gjorgjijoski <5760249+gdarko@users.noreply.github.com>
2024-06-05 12:07:46 +02:00
mchev
3259173066 Laravel 11 (#84)
* Convert string references to `::class`

PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.

* Use Faker methods

Accessing Faker properties was deprecated in Faker 1.14.

* Convert route options to fluent methods

Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.

* Adopt class based routes

* Remove default `app` files

* Shift core files

* Streamline config files

* Set new `ENV` variables

* Default new `bootstrap/app.php`

* Re-register HTTP middleware

* Consolidate service providers

* Re-register service providers

* Re-register routes

* Re-register scheduled commands

* Bump Composer dependencies

* Use `<env>` tags for configuration

`<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI.

Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/

* Adopt anonymous migrations

* Rename `password_resets` table

* Convert `$casts` property to method

* Adopt Laravel type hints

* Mark base controller as `abstract`

* Remove `CreatesApplication` testing trait

* Shift cleanup

* Fix shift first issues

* Updating Rules for laravel 11, sanctum config and pint

* Fix Carbon issue on dashboard

* Temporary fix for tests while migration is issue fixed on laravel side

* Carbon needs numerical values, not strings

* Minimum php version

* Fix domain installation step not fetching the correct company_id

* Fix Role Policy wasn't properly registered

---------
2024-06-05 11:33:52 +02:00
Timo
dc8a85538f Support S3 compatible storage services (#56)
* add s3compat filesystem driver

* add s3compat ui modal

* fix code style
2024-04-16 17:24:56 +02:00
mchev
223678e5bd Fix locales issue #43 (#46)
* Fix locales issue #43

* Adding open-direction bottom to the language multiselect
2024-03-27 11:00:36 +01:00
Darko Gjorgjijoski
6443f9a2c1 Fix old name leftovers 2024-02-04 23:40:54 +01:00
Darko Gjorgjijoski
8a4a971bf9 Update the ui-updater code to download from invoiceshelf's site 2024-02-04 23:35:02 +01:00
Darko Gjorgjijoski
a114a2a078 Add missing required extensions and bump minimum php version 2024-02-04 19:37:45 +01:00
gdarko
4ab92473e9 Setup pint & run code style fix 2024-01-29 04:46:01 -06:00
gdarko
fedfea90cd Fix duplicate character in generated hashes
Pull: https://github.com/crater-invoice/crater/pull/1150 / Issue: https://github.com/crater-invoice/crater/issues/1142
2024-01-29 02:07:14 -06:00
gdarko
aa113d6a77 Remove ide-helper'sprovider from config.app because it is auto-discovered
PR: https://github.com/crater-invoice/crater/pull/1257
2024-01-28 18:30:53 -06:00
gdarko
d02e0b8e83 Fix hashids issue related to the length parameter type 2024-01-29 00:00:17 +01:00
gdarko
dce2a57f3c Replace old references 2024-01-28 15:07:09 -06:00
Darko Gjorgjijoski
cd9df54c5b Upgrade to Laravel 10, Vite 5+ 2024-01-28 17:17:32 +01:00
Darko Gjorgjijoski
3721e5d651 Update config references 2024-01-27 23:55:24 +01:00
Darko Gjorgjijoski
6b80b5f48d Change namespace 2024-01-27 23:53:20 +01:00
Adam Patterson
05d5ce26fd Adds Zip to the required PHP Extension check (#1146)
* Ignore .DS_Store

* Checks for required ZIP extension
2023-02-19 11:42:34 +05:30
Ritthikrai W
204483836a 🌐Update: support Thai language (#768)
* add thai language config

* update thai translation

* update thai translation

* add THSarabunNew fonts to using in pdf

* update: pdf file to support thai language by checking isLocale('th') and include thai font-family

* update: thai translation

* remove the index.php file (not used)

* move THSarabunNew fonts to resoureces/static/fonts

* Add .gitkeep to storage/fonts to pre-build the fonts directory

Co-authored-by: Ritthikrai (Champ) Wiengchai <ritthikrai.w@aware.co.th>
2022-06-15 18:17:36 +05:30
Mohit Panjwani
b781f11175 Merge branch 'master' of https://github.com/bytefury/crater 2022-02-10 11:50:13 +05:30
radhika587
c194e98a7b add admin portal logo 2022-01-28 07:11:54 +00:00
DejfCold
ab863a8d88 Added Czech language (#702) 2022-01-27 17:23:37 +05:30
Mohit Panjwani
eac1bbb622 sync languages with crowdin 2022-01-12 17:58:25 +05:30
Mohit Panjwani
bdea879273 v6 update 2022-01-10 16:06:17 +05:30
Mohit Panjwani
082d5cacf2 v5.0.0 update 2021-11-30 18:58:19 +05:30
Mohit Panjwani
f434c3e0d1 Merge pull request #577 from manythingsatonce/master
Added the Polish language localization.
2021-10-26 17:40:26 +05:30
manythingsatonce
29705662e3 Added the Polish language localization. 2021-10-14 15:43:27 +02:00
luz paz
31bfaadfad Fix source comment and documentation typos
Found via `codespell-q 3`
2021-10-10 07:17:18 -04:00
Mohit Panjwani
2ec87baa6f fix mysql & mariadb requirement checks on installation 2021-06-25 16:24:18 +05:30
Raish
87667be90c add domain verify feature 2021-06-24 07:28:35 +00:00
Mohit Panjwani
fca7d164a6 update minimum php version 2021-06-22 12:48:53 +05:30
gohil jayvirsinh
d1dd704cdf Add File based templates 2021-06-19 12:11:21 +00:00
jayvirsinh_gohil
1837bf3f3e allow to customize trusted proxies 2021-05-24 13:13:46 +05:30
Mwikala Kangwa
9e98a96d61 Implement PHP CS Fixer and a coding standard to follow (#471)
* Create PHP CS Fixer config and add to CI workflow

* Run php cs fixer on project

* Add newline at end of file

* Update to use PHP CS Fixer v3

* Run v3 config on project

* Run seperate config in CI
2021-05-21 17:27:51 +05:30
Phan Xuân Dũng
ac30ba599b Update Vietnamese, Initial Japanese and Korean language (#436)
* Update Vietnamese locate
* Add Japanese and Korean Language


Co-authored-by: Dung <dung.phan@mediabridge.vn>
2021-05-03 16:59:30 +05:30
BIIINO
8693672b09 Slovak language (#428)
* Add Slovak Language

Co-authored-by: Mohit Panjwani <mohit.panjvani@gmail.com>
2021-03-24 16:59:12 +05:30
Phan Xuân Dũng
9e130b3db8 Add VietNamese Locale (#431)
Co-authored-by: Dung <dung.phan@mediabridge.vn>
2021-03-24 14:06:53 +05:30
Joakim Andersson
2241145a17 Merge branch 'master' into master 2020-12-18 09:31:40 +01:00
Stefan Azaric
3bdb501d1d update code for SR 2020-12-12 11:21:08 +01:00
Joakim Andersson
e4ab024422 Svenska 2020-12-09 12:04:42 +01:00
Mohit Panjwani
034c7e385c fix translation issues & formatting 2020-12-09 11:36:14 +05:30
raishvaria
e8b954d1bd generate unique hash ids 2020-12-05 17:06:22 +05:30
Mohit Panjwani
89ee58590c build version 400 2020-12-02 17:54:08 +05:30
Mohit Panjwani
af194c1851 add 320 listener 2020-11-09 13:31:30 +05:30
Mohit Panjwani
2e5cb58c39 build 311 2020-06-01 16:11:29 +05:30
Mohit Panjwani
9a7c926d53 fix 310 update issues 2020-05-02 18:53:51 +05:30
Mohit Panjwani
824d2e3e8d update app version 2020-01-26 12:32:57 +05:30
raishvaria
c88eb24265 fix pdf & installation issue 2019-12-14 13:54:35 +05:30
raishvaria
302968225a build version210 2019-12-13 15:22:37 +05:30