Commit Graph

91 Commits

Author SHA1 Message Date
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
8ae1e92a63 Refreshing and Including number of used items on Title
It was necessary to keep refreshing the page to
check if an item was returned when we did not
want to be alerted. So, now, the page refresh
itself every 2 minutes (while I do not know how
to use Laravel broadcasting) and the title shows
the number of items in use (including when used
by you).
2018-10-16 15:15:05 -03:00
1c1c42df7b Refactoring
Including some use for classes;
REfactoring the HomeController, to make it cleaner
and avoid repeating code.
2018-10-10 00:46:28 -03:00
a85b971ec5 Let me know if anyone subscribed during alpha
As the project is still alpha, I just want to know if someone
subscribed at it using a dummy e-mail address.
2018-10-03 19:42:35 -03:00
c39c69d81f Composer update
Plugins updated with composer.
2018-10-03 00:32:23 -03:00
675200303a Added: language to User profile (DB)
The language were set only on session. But now it is
stored with user profile, on DB.

It is important as now I can send alert e-mails to each
user on their own languages and not the activer
user language.

Also, wherever the user logs out and logs in again,
it will see the same site locale.
2018-10-02 23:53:35 -03:00
82a8bcb7a2 Refactoring: just including "use App" to make code a bit cleaner
I was using "\App::setLocale" on code, but it was annoind me.
So I included the "use App" and now I am colling
directly the "App::setLocale".
2018-10-02 23:49:16 -03:00
1e1c178214 Refactoring: TakeController returned item Mail moved to a listener
The TakeController was manually sending the email message
as well as dealing with item return, so I moved the email message
to it's own listener, I created an event for it and moved the
return part to the item model.
2018-09-30 21:37:44 -03:00
8575895341 BugFixing: home page were blank on no items
When we had no items showing on home page, it were just blank.
Turns out that the @empty call that shows the default message
were appearing just when it had no items on a product, instead
of no items at all.

Fixed it moving the paragraph to the right place.
2018-09-29 12:09:18 -03:00
f56d8f4b7a Added: buttons to change language
Now the welcome.blade has two new links to change language.
Other pages has a footer with the language switcher too.
2018-09-29 01:49:02 -03:00
ce0ddad1e7 Help Page translated into PTB
Now the entire website should be translated into PTB.
2018-09-28 19:14:29 -03:00
e5b3f5d445 Adding: help file translation to PTB
The help file is now translated into PTB
2018-09-28 02:09:00 -03:00
c9c92f7e07 Adding translation of product page
The news/product/*.blade.php files are translated into PTB.
2018-09-28 01:54:51 -03:00
63ef369e16 Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated
into Brazilian Portuguese
2018-09-27 20:13:14 -03:00
1ff8a4f492 Starting to add localization into PTB 2018-09-26 23:06:38 -03:00
55e0c68094 Creating a readme.md file
The first readme.md was just some annotations to myself.
Now I created a first draft of a readme.md.
2018-09-22 16:07:49 -03:00
06002ca782 Removing start_vagrant.sh from git 2018-09-22 15:50:50 -03:00
816ec4ed89 Improving email contents
On email body, it usually appeared as the button to the website
would take directly an action, so the text was changed to make
sure the user will understand he is only going to access
the website.
2018-09-22 15:47:24 -03:00
b168473002 Groups HOME itesm by Product 2018-09-21 00:45:06 -03:00
78bc539a5a Fixing home alignment when person name is too big 2018-09-21 00:05:57 -03:00
51ee7c2ef3 Changing home layout from FLOAT to GRID 2018-09-20 20:37:21 -03:00
36b62ffc8b Including FlashMessage Model 2018-09-20 00:18:30 -03:00
cb0c43ba0b Invalid product now redirect to Products.index page 2018-09-19 21:12:48 -03:00
aebffe304f Including messages on registering and invalid product 2018-09-19 21:07:40 -03:00
02f303825e Product/index view is now only allowed to Verified users 2018-09-19 20:41:36 -03:00
8033a9aeb2 Test: fixing factory on product url 2018-09-19 16:30:59 -03:00
fa74f32bbd -mGitIgnore: Excluding vagrant scripts 2018-09-19 16:30:11 -03:00
52335d3495 Fixed: E-mail labe were broken on Item view 2018-09-19 15:24:23 -03:00
1350c62f14 Fixed: error message when opening other user product
The user can only open their own products.
If the user tried to open a product that belongs to
other person, the site were returning an error message.

Now it just go back to the last page.
2018-09-19 15:11:30 -03:00
4ef87f411d Including authenticaed user on models: Items, Product and User 2018-09-19 15:00:49 -03:00
3a395f7069 Including mergeAndDeploy on Git Ignore 2018-09-19 01:09:02 -03:00
a61da9425a Fixing Help Text 2018-09-19 01:01:13 -03:00
292df607b9 HELP view added 2018-09-17 21:19:18 -03:00
556e9ef6ee HELP: Beginning to add Home and Products to it. 2018-09-17 20:35:44 -03:00
3e6defc7ec Starting add a Help page 2018-09-17 20:33:05 -03:00
17ee055ca6 Fixing addProductForm and item-users responsive views 2018-09-17 15:22:49 -03:00
15f20a6164 Fixed: 2 people were able to Take the same item at the same time
Now there is a verification before take an item.
2018-09-17 11:45:05 -03:00
d7af915c55 Merge branch 'master' of bitbucket.org:brunofontes/shareit 2018-09-17 11:06:45 -03:00
21793213a8 Including email verification 2018-09-17 11:06:35 -03:00