Alexis Saettler
78cd01b2b5
chore: update dependencies for Laravel 9 ( #6098 )
2022-08-12 18:42:35 +02:00
Alexis Saettler
f4a7b7f10d
refactor: remove api call in vue ( #6012 )
2022-02-28 11:01:24 +01:00
Alexis Saettler
3e007af34e
feat: enable activities edit ( #3422 )
2020-01-08 08:24:51 +01:00
Regis Freyd
161ffcdc1f
feat: refactor how activities are managed and displayed ( #2299 )
2019-12-16 20:42:02 -05:00
dependabot-preview[bot]
387e45b85d
chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5 ( #2857 )
...
* chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5
Bumps [laravel/cashier](https://github.com/laravel/cashier ) from 8.0.1 to 9.3.5.
- [Release notes](https://github.com/laravel/cashier/releases )
- [Changelog](https://github.com/laravel/cashier/blob/9.0/CHANGELOG.md )
- [Upgrade guide](https://github.com/laravel/cashier/blob/9.0/UPGRADE.md )
- [Commits](https://github.com/laravel/cashier/compare/v8.0.1...v9.3.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2019-08-10 16:12:47 +02:00
Régis Freyd
7b51868996
chore: refactor activity type categories ( #2348 )
2019-02-03 07:17:51 -05:00
Régis Freyd
163bf42cc6
chore: add foreign keys to activities table ( #2286 )
2019-01-11 16:23:30 -05:00
Régis Freyd
b3372264c8
chore: remove events table ( #1829 )
2018-09-22 22:22:34 -04:00
Alexis Saettler
8d11d64a6e
refactor: Improve automatic route binding ( #1689 )
2018-08-20 08:10:57 +02:00
Régis Freyd
dc7c2ff2e3
feat: add activities report page ( #1628 )
2018-08-12 21:09:43 -04:00
Alexis Saettler
1c70d4ef24
fix: Fix contacts account mismatch ( #1625 )
2018-08-01 23:28:05 +02:00
Régis Freyd
29197090a7
Restructure where models are stored ( #1476 )
...
The idea is to clean the repository a little bit by moving models into their respective folders.
2018-06-14 20:49:12 -04:00
Matthew Brown
da73a6e15d
Add Psalm to check for possibly fatal issues ( #973 )
2018-04-29 19:11:40 +02:00
Danny
3ba96cf18b
Add UUID instead of actual ID to identify contacts ( #777 )
...
Close #381
2018-04-08 14:23:13 -04:00
Régis Freyd
ae521f5226
Refactor relationships ( #971 )
2018-04-01 20:46:51 -04:00
Gabriel Caruso
1794435726
Use now helper ( #1051 )
2018-03-29 10:09:04 +02:00
Régis Freyd
fe974db4c1
Change the structure of the dashboard ( #755 )
2018-01-06 09:31:57 -05:00
Régis Freyd
94f8146411
Change how the Journal works ( #709 )
2017-12-22 14:53:45 -05:00
Dominic Imhof
265e6fb91f
Redirect to source contact when creating activity with multiple contacts ( #640 )
2017-11-10 17:17:23 -05:00
Régis Freyd
7e1cd96bf5
Add API ( #606 )
...
This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
2017-10-30 08:38:15 -04:00
Michael Heap
b95d9a24ee
Assign multiple people to an activity ( #611 )
...
This change requires `php artisan migrate`.
2017-10-21 22:09:08 -04:00
Ng Yik Phang
a03dbe1797
Fix potential CSRF vulnerabilities ( #546 )
...
Some `delete` methods were not super bullet proof, that could have potentially allow hackers to do nasty things.
2017-08-16 07:49:08 -04:00
Régis Freyd
a2172f0851
Add style CI ( #503 )
...
Hopefully this will result in slightly better code.
2017-07-26 21:02:55 -04:00
Régis Freyd
9d3d674df7
Add functional tests for activities ( #462 )
2017-07-11 19:26:13 -04:00