MrWeez
4bf534ad50
Fix error 500 on the checkout page, small code refactor and total display fix ( #963 )
...
* fix: replaced number_format by round because this caused error 500 on checkout
* refactor: code has been made more readable
* fix: incorrect display of total on checkout
2024-05-24 09:38:31 +02:00
S0ly
396d255f6b
fix: product description showing up instead of name in two locations ( #957 )
...
made by @kenshin133
2024-05-22 22:13:42 +02:00
kenshin133
da622b82c3
fixed product description showing up instead of name in two locations
...
This seems to be referenced two places, admin/servers and admin/users/1
I could not find any other effects of this change but do feel free to double check my work.
themes/default/views/admin/servers/table.blade.php
And
themes/default/views/admin/users/show.blade.php
and perhaps
themes/default/views/admin/users/edit.blade.php
have
data: 'resources', name: 'product.name',
In them, another fix would be to alter this to data: 'product.name' but the proposed change seems like the right one.
2024-05-22 10:36:32 -04:00
S0ly
9c44e3885c
ADD: "Buy more" button, if user does not have enough credits ( #956 )
...
from @MrWeez
2024-05-22 15:33:17 +02:00
MrWeez
920279cc37
Buy more button, if user does not have enough credits
2024-05-22 13:18:21 +00:00
Dennis
159ba02c84
[Feature] Update and Refactor the Github and Doc ( #947 )
2024-05-07 10:54:54 +02:00
S0ly
812b817968
ADD: donation to the project main readme
2024-05-07 10:32:24 +02:00
S0ly
6f55e306c1
ADD: warning to default pull request text
2024-05-07 10:22:32 +02:00
S0ly
f563dcdd74
FIX: links in contributing.md
2024-05-07 10:19:27 +02:00
S0ly
8c98acb20a
FIX: links in main readme
2024-05-07 10:18:22 +02:00
S0ly
5ea4ceda6b
UPDATE: made a better main readme
2024-05-07 10:00:00 +02:00
S0ly
14e200f88e
UPDATE: made a better pull request template
2024-05-07 09:59:50 +02:00
S0ly
cad6361e49
UPDATE: made a better contributing policy
2024-05-07 09:59:39 +02:00
S0ly
f12ab58c8e
UPDATE: made a better code of conduct
2024-05-07 09:59:27 +02:00
S0ly
44a6946c44
UPDATE: made a better security policy
2024-05-07 09:59:15 +02:00
S0ly
9b45d76b44
ADD: Basic Security Policy
2024-05-06 12:30:52 +02:00
S0ly
0f138cab1d
ADD: basic Pull request tempalte
2024-05-06 12:13:35 +02:00
S0ly
b2ee49f534
UPDATE: de-mixed the code of conduct from the contribute file
2024-05-06 12:02:18 +02:00
S0ly
f18e8c8177
UPDATE: cleared and documented .env.exemple
2024-05-06 11:59:57 +02:00
S0ly
3656c8169d
UPDATE: cleared and documented git files
2024-05-06 11:59:44 +02:00
S0ly
077ee2c7e4
REMOVE: strange unused test.json file
2024-05-06 11:54:03 +02:00
S0ly
37e505c37e
REMOVE: empty composer file at root
2024-05-06 11:52:52 +02:00
S0ly
971458a01b
ADD: empty issue template
2024-04-30 14:46:10 +02:00
S0ly
bc190dceb6
FIX: bug and feature displaying differently
2024-04-30 14:41:18 +02:00
S0ly
5c32ff2491
ADD: empty code of conduct in .github
2024-04-30 14:29:18 +02:00
S0ly
75c6dfcb79
UPDATE: moved contributing.md to .github
2024-04-30 14:29:03 +02:00
S0ly
d5ffe982d8
UPDATE: moved building.md to a readme in the developement docker
2024-04-30 14:28:48 +02:00
Ferks
fa857e8a66
fix: LegacySettingsMigrations ( #941 )
2024-04-25 09:27:42 -04:00
IceToast
e35bbddc40
chore: ♻️ Add encrypted prop back in
2024-04-24 10:54:06 +02:00
IceToast
931f08a1d7
fix: 🐛 Try Catch for upgrade routing
2024-04-24 10:47:39 +02:00
IceToast
38cf81d92d
fix: 🐛 Use groups on getNewValue method
2024-04-12 21:01:49 +02:00
IceToast
330ea45c5b
fix: 🐛 Try catch for possible non available settings
2024-04-12 21:01:00 +02:00
IceToast
48cce11ebc
fix: 🚑 ️ Use LegacySettingsMigration && mind nullable values
2024-04-12 14:04:32 +02:00
IceToast
7f0d934ed5
feat: ✨ Create LegacySettingsMigration to centralize migration methods
2024-04-12 14:03:11 +02:00
1day2die
6a11341c0a
Fix roles notification
2024-03-14 14:40:08 +01:00
Dennis
391436c455
Minor changes and additions ( #931 )
2024-02-29 12:44:15 +01:00
âMrWeez
6f6517033e
Fixed old link and name
2024-02-29 14:15:58 +03:00
âMrWeez
afe3fd23c5
Repair docker image for PHP-FPM by Hyd3r1
2024-02-29 13:42:15 +03:00
âMrWeez
bfb169e191
Added support for php8.3
2024-02-29 01:29:31 +03:00
Dennis
0e29eb171a
fix: installer showing feeding failed, as well as adding proper error handling ( #929 )
2024-02-28 12:18:32 +01:00
Vikas Dongre
9cc6e83819
fix: installer showing feeding failed, as well as adding proper error handling.
2024-02-17 23:38:30 +05:30
1day2die
6d61ca5cef
fix installer
2024-02-05 09:27:24 +01:00
Ferks-FK
3b99ae527f
closes #684
2023-10-28 13:03:23 -04:00
Ferks-FK
f3a341fa1b
Fix role search
2023-10-28 11:59:00 -04:00
Ferks-FK
654932225a
Closes #696
2023-10-22 13:48:05 -04:00
Ferks-FK
a75863909c
Closes #905
2023-10-22 11:24:19 -04:00
Ferks-FK
03f8a7d614
Closes #911
2023-10-22 11:18:50 -04:00
Ferks-FK
754d4f178f
Add encrypted migrations and closes #897
2023-10-22 11:11:49 -04:00
Ferks-FK
ee5b99ce71
fix: 🐛 Fix the infinite credits exploit in development.
2023-10-01 09:59:32 -04:00
Ferks-FK
22413c3b30
Remove unneeded function
2023-09-17 14:33:21 -04:00