David Bomba
46b5a3039e
Fixes for vite config at build
2024-12-19 10:17:56 +11:00
David Bomba
cf2805d55b
v5.11.3
2024-12-19 10:10:06 +11:00
David Bomba
798cc0682d
Updates for .env
2024-10-05 07:58:51 +10:00
Benjamin Beganović
c7ba9cb908
Merge remote-tracking branch 'upstream/v5-develop' into 1403-gocardless
2024-09-23 16:00:24 +02:00
David Bomba
818e47adff
Update .env.example vars
2024-09-16 18:37:27 +10:00
CodeShakingSheep
e63ae7b48e
Update .env.example
...
Add OPENEXCHANGE_APP_ID
Signed-off-by: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com>
2024-07-10 14:05:42 -05:00
Benjamin Beganović
8ee778ce2a
add gocardless env keys
2024-06-03 20:00:21 +02:00
David Bomba
402ac09c22
Remove references from .env.example
2024-04-24 07:19:56 +10:00
paulwer
da6488adac
remove credentials on account level + remove ApiException + fixes
2023-12-13 15:37:19 +01:00
David Bomba
2440090d30
Updates for composer
2023-07-07 16:21:48 +10:00
David Bomba
2d89396312
Minor fixes
2023-07-07 16:10:46 +10:00
David Bomba
d0b09b5bd1
Updates
2023-07-07 15:59:36 +10:00
David Bomba
d126efe9f5
Minor updates
2023-07-06 23:35:43 +10:00
David Bomba
c4ee2c4d18
remove sentry from self host
2022-10-26 21:52:39 +11:00
Nikola Cirkovic
4884de4ec8
INA-12 | Add apple keys in .env.example
2022-06-11 05:27:45 +02:00
Nikola Cirkovic
ce41046fab
INA-12 | Add microsoft oauth keys to .env.example
2022-06-11 04:08:57 +02:00
Nikola Cirkovic
0de69b6b74
INA-9 | updated .env.example with keys required for imdhemy/laravel-purchases
2022-06-10 00:29:47 +02:00
David Bomba
16e55d89ec
Add a System maintenance teask
2022-05-19 20:39:02 +10:00
David Bomba
b398154ebc
unwind reminder changes
2022-05-16 20:38:04 +10:00
David Bomba
ee2130ed33
v5.3.55
2022-02-02 10:58:43 +11:00
David Bomba
e18fb3a6f1
Fixes for sentry DSN
2022-01-28 07:57:11 +11:00
David Bomba
703777f136
Add .env file back in
2022-01-28 07:50:03 +11:00
Will
697171b002
Removing .env
2022-01-27 07:13:46 -04:00
David Bomba
4adfddcbd8
Update .env.example
2021-11-14 08:08:19 +11:00
David Bomba
02303ef05e
Minor fixes for braintree
2021-09-24 20:29:36 +10:00
David Bomba
ee729d8da0
fixes for setup flow
2021-07-02 10:43:32 +10:00
David Bomba
87ddad6670
Working on PDF generator flags
2021-05-09 21:30:31 +10:00
David Bomba
084c3b78a6
Add update route
2021-04-08 20:01:00 +10:00
David Bomba
57ef1c9b78
Return user for /connected_account
2021-03-12 07:07:52 +11:00
David Bomba
e7ff07c157
Phantom JS cloud by default
2021-03-11 09:11:13 +11:00
=
c2703b40dc
Set .env defaults
2020-12-30 08:28:13 +11:00
David Bomba
3c9a8fdd35
Fixes for query filters
2020-12-15 20:38:12 +11:00
David Bomba
6a21da8aba
Minor fixes for .htaccess
2020-12-01 21:22:01 +11:00
David Bomba
741e82002c
Remove API_SECRET from .env
2020-11-30 21:27:18 +11:00
David Bomba
51ba28cc93
Minor fixes for how we use phantom js
2020-11-27 08:15:57 +11:00
David Bomba
d07dedf264
Add tax_rates relation to company_user
2020-11-27 08:05:30 +11:00
=
39f084c030
Clean setupcontroller and .env.example variables
2020-11-01 14:25:55 +11:00
David Bomba
fccc98caa7
Fixes for model factories -> invoice designs
2020-10-04 20:34:08 +11:00
David Bomba
6d779030dc
Trust proxies setup
2020-10-01 09:32:27 +10:00
David Bomba
604827f551
Only show implemented gateways
2020-09-28 08:00:14 +10:00
David Bomba
ba75a44eb8
Laravel 7.x Shift ( #40 )
...
* Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.
However, Shift allows you to customize the adopted coding style by
adding your own [PHP CS Fixer][1] `.php_cs` config to your project.
You may use [Shift's .php_cs][2] file as a base.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
* Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift core files
* Shift to Throwable
* Add laravel/ui dependency
* Unindent vendor mail templates
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
* Shift Laravel dependencies
* Shift cleanup
* Upgrade to Laravel 7
Co-authored-by: Laravel Shift <shift@laravelshift.com>
2020-09-06 19:38:10 +10:00
David Bomba
607a47ffd9
Working on gateway fees to authorize.net
2020-09-03 20:55:33 +10:00
David Bomba
d7dbde3789
Implement PhantomJS
2020-08-04 21:00:19 +10:00
David Bomba
233d6a7e3c
Fix for build .env
2020-06-28 20:46:23 +10:00
David Bomba
fc40159d36
Fixes for currency precision
2020-06-15 21:42:46 +10:00
David Bomba
91cf1cc1f2
Debugging migrations ( #3570 )
...
* Remove \Log::, fixes for tests, and fixes for migration
* Debugging migration
2020-03-31 22:52:21 +11:00
David Bomba
f1287e9868
Working on github actions ( #3545 )
...
* Update .env.ci
* Update .env.ci
* Update .env.ci
* Update .env.example
* Update release.yml
* Update release.yml
* Update .env.ci
2020-03-26 08:35:08 +11:00
David Bomba
1a0c20aa9d
Working on Github Actions ( #3543 )
...
* minor fixes
* minor fixes
* Fixes for self update
* fixes for template previews
* Add report_errors variable
* Ping route
* Create .env.vi
* Update and rename .env.vi to .env.ci
* Update .env.ci
* Update .env.ci
* Fixes for .env
* Code cleanup
* Create release.yml
* Update release.yml
* Update release.yml
* Create phpunit.yml
* Update phpunit.yml
* Update release.yml
* Update .env.ci
* Update phpunit.yml
* Update release.yml
* Update release.yml
* Update phpunit.yml
* Update .env.ci
* Update release.yml
* Update .env.ci
* Update .env.ci
* Update phpunit.yml
* Update release.yml
* Update release.yml
2020-03-26 00:03:23 +11:00
David Bomba
4c23d43138
Working on Setup workflow ( #3509 )
...
* Refactor designs to remove whitespace
* enable dummy data for templating
* Insert faker data into templates
* Fixes for user deletion
* Documentation on User controller:
* Working on app setup
* Files for app setup
* Working on Setup
* Final fixes for setup controller
* Fixes for setup
* Fixes for first install
* Minor fixes
2020-03-18 20:40:15 +11:00
David Bomba
a8c15ef1c9
Version checking ( #3451 )
...
* Ensure NINJA_ENVIRONMENT variable is present in .env file
* Implement version checking in app
* Remove password protection from check version route
2020-03-08 09:15:11 +11:00