Commit Graph

129 Commits

Author SHA1 Message Date
3d5e484364
feat: favicon with number of used items 2022-11-16 19:22:31 -03:00
58fe265821
build: vite build 2022-11-13 21:11:49 -03:00
7c09fc4896
feat: broadcasting item to refresh pages 2022-11-13 21:04:45 -03:00
567adce732
chore: removing "fideloper/proxy" 2022-11-13 16:26:58 -03:00
2cd7ab11fa
chore: Update to Laravel 9.0 2022-11-13 16:19:40 -03:00
11162a9ffa
build: update composer and npm 2022-11-10 00:01:13 -03:00
b52f0878c8
chore: update npm and composer 2022-09-05 18:54:25 -03:00
3e137e23d1
chore: update composer and npm 2022-04-24 17:16:43 -03:00
6cc01707c1
chore: update vagrant scripts 2022-04-24 16:04:29 -03:00
cdda313c7c build: update composer and npm 2022-02-24 00:15:19 -03:00
72be5c48c0
chore: updating NPM and Composer 2021-10-12 22:38:38 -03:00
c2c031d103
build: update npm packages 2021-06-12 12:08:21 -03:00
c8127d47ba
fix: item available notification is working
As the other email notification, the Laravel upgrade were not correctly
implemented leading to an unchanged getFromJson to get for the language.
2021-05-29 19:56:41 -03:00
5c143450e7
build: update composer 2021-05-29 15:59:34 -03:00
c24a7b3266
chore: removing tags 2021-05-29 15:38:36 -03:00
be0b5d17a9 build: update npm 2021-05-29 15:35:43 -03:00
7117085512 fix(email): changed command getFromJson
Laravel 6.0 update had changed the command from Lang::getFromJson to
Lang::get. Updated accordingly
2021-05-20 21:04:35 -03:00
54efb095fe style: run php-cs-fixer 2021-05-20 20:37:35 -03:00
92a6410321 build: update composer and npm 2021-05-02 11:20:07 -03:00
0c92958fe2 chore: Add phpstan and phpinsights 2021-04-28 13:40:38 -03:00
aa55e10e69 chore: add helper scripts
- Deploy (merge into production, push, composer install and npm install)
- start_vagrant (just start vagrant and browser)
- ssh_homestead (a simple ssh into homestead)
2021-04-21 08:09:53 -03:00
df2ac8f223 chore: add script to update Composer and NPM 2021-04-21 07:22:44 -03:00
0199e40625 chore: Update npm 2021-04-21 07:22:24 -03:00
41fa056fba chore: update composer packages 2021-04-20 12:03:45 -03:00
d398f7e308 chore: update npm ssri to 6.0.2 2021-04-20 09:57:04 -03:00
49082aa880 Updating NPM packages 2021-02-23 20:06:56 -03:00
94d1435d81 Update to Laravel 8.* 2021-02-23 20:00:23 -03:00
2244ca22dc Update Laravel to 7.x 2021-02-19 20:27:28 -03:00
7c225605e8 Update Laravel to version 6.* 2021-02-17 20:02:27 -03:00
90bcb44067 Fix "@production" message appearing on screen
It was just for the privacy respect statistics script not appearing on
test phase.
2021-02-16 20:13:12 -03:00
be758cba4c Update Laravel to 5.8.* 2021-02-16 20:03:05 -03:00
3f49799d57 Update js libraries 2021-02-14 23:20:43 -03:00
c8f1881118 Showing tracker only in production 2020-08-22 20:01:58 -03:00
b060452861 Update NPM and compile assets 2020-08-22 14:14:46 -03:00
b6ba9a6193 Including the Tracking number directly 2020-08-22 14:10:59 -03:00
5e0637a1fd Including my OWA Tracker 2020-08-22 11:44:03 -03:00
b335bcc613 Composer update 2020-08-22 01:26:20 -03:00
593cb694a5 NPM Update 2020-08-22 01:26:08 -03:00
22fdb908cd npm updated 2020-04-05 12:19:23 -03:00
a3af7d5625 Updating npm and composer 2019-12-03 00:02:43 -03:00
vagrant
ee10b79a8e Updating libraries 2019-07-18 22:56:17 +00:00
ffbb387afa Merge branch 'master' of github.com:brunofontes/shareit 2019-07-18 19:46:11 -03:00
846624cec5 Including home.blade -> hasFocus test 2019-05-31 11:42:18 -03:00
584bb023de Composer update 2019-05-31 11:42:00 -03:00
3c17af2d7c Create test.php 2019-02-26 20:18:22 -03:00
7637400ec7 Bug Fixing - forgot to add the use App\FlashMessage on AlertController 2018-10-21 13:13:09 -03:00
e22f49bc6a Avoiding issues and refactoring code
I made the code more passive, avoiding issued at taking, returning,
storing alerts or removing alerts from an item.

Now they all check if it is with you before returning/deleting
alert etc. I am not sure if all cases are covered, but they are
better than before. I had one only issued on this on that time,
but I prefer to prioritize safety/security.

I took the opportunitie to move some code from Controllers to
the model itself, as they were changing with the DB.
2018-10-21 13:09:06 -03:00
1f9da456a5 Bug Fixed: avoiding item waiting_user across take/return
It happend once: a user asked to be added to the waiting
list at the same time other user was returning the item.

So the user ended up waiting for the user he was already
using.
2018-10-21 11:57:23 -03:00
999157825f Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
840f0a777a Trying to fix an 500 error on production 2018-10-16 20:18:10 -03:00