Commit Graph

461 Commits

Author SHA1 Message Date
HDVinnie 8a03bec818 add: model docblocks
- this resolves some larastan property issues but in return has revealed quite a few issues with our castings and such. baseline has been regenerated so we can work through them. The properties in docblocks are in order and match everything in DB schema wise.
2024-02-07 16:39:43 -05:00
HDVinnie 5bd70369b2 Merge pull request #3463 from Roardom/fix-nullable-permissions 2024-02-02 13:54:56 -05:00
Roardom 6024d7029a update: treat non existing permissions as denied
Otherwise, it causes 500 errors.
2024-02-02 01:05:39 +00:00
Roardom cb80621c56 add: filters to person search 2024-02-01 08:31:32 +00:00
Roardom c6f220bf84 add: email logging
Don't log the email addresses themselves to maintain user privacy.
2024-01-21 10:59:26 +00:00
Roardom f11d1bb804 fix: phpstan level 7 errors in Models 2024-01-07 17:21:12 +00:00
Roardom 0ef7cc235a fix: phpstan level 7 controller errors 2024-01-07 17:13:20 +00:00
HDVinnie aa3dc8ed18 refactor: enums 2024-01-04 03:26:10 -05:00
HDVinnie 568a422cad security: chatbox data 2023-12-30 10:04:35 -05:00
HDVinnie 7113b85ffe Merge branch '7.x.x' into Wikis 2023-12-29 01:50:29 -05:00
Roardom 7b02629c2b update: wikis to current code practices 2023-12-29 06:17:53 +00:00
Roardom 33a1da18c7 refactor: use plural table names
Leave out history and tv for now as their plural isn't obvious.
2023-12-23 03:44:45 +00:00
HDVinnie 757af7be3e add: wikis system
- migrations needed
- views need to be updated to latest unit3d structure
2023-12-19 18:21:43 -05:00
HDVinnie 9656dfe396 fix: auth events 2023-12-11 20:52:19 -05:00
HDVinnie 2804877b1e Merge branch '7.x.x' into announce-logging 2023-11-16 19:39:57 -05:00
Roardom 1221b6809b add: apikey logging 2023-11-16 18:27:49 +00:00
Roardom 9319f7fb66 add: announce logging for debugging 2023-11-16 16:37:38 +00:00
Roardom 17867ac777 add: rsskey logging 2023-11-16 09:53:56 +00:00
Roardom cbfd7c0739 add: passkey logging 2023-11-13 08:18:39 +00:00
Roardom 1fc49fd2df update: public views 2023-11-12 23:25:28 +00:00
HDVinnie b4d4a4f14e Merge pull request #2911 from HDInnovations/fortify
(Update) Use fortify for authentication
2023-11-11 20:58:46 -05:00
HDVinnie 707192e7a4 fix: can_chat casting 2023-11-10 21:36:45 -05:00
HDVinnie 033e86149d PHP Style Change (Laravel Pint CI) 2023-11-08 00:34:31 +00:00
HDVinnie 3f03214e39 PHP Style Change (Laravel Pint CI) 2023-11-07 23:54:38 +00:00
HDVinnie c2e66bbb12 Merge branch '7.x.x' into fortify 2023-11-07 18:22:10 -05:00
HDVinnie f4aab26086 remove: email based 2fa 2023-11-06 10:30:18 -05:00
HDVinnie b37c330572 Merge branch '7.x.x' into Ip-Blocking 2023-11-06 10:04:14 -05:00
HDVinnie 4ce90b163f PHP Style Change (Laravel Pint CI) 2023-10-13 02:31:58 +00:00
HDVinnie b3f0386149 cleanup: pt.1 2023-10-12 22:30:52 -04:00
HDVinnie b387ad6a91 add: ip blocking system 2023-09-10 21:02:35 -04:00
Roardom f703b05cf2 update: batch peer connectivity checks asynchronously 2023-09-04 08:58:33 +00:00
HDVinnie 05264cf497 PHP Style Change (Laravel Pint CI) 2023-08-30 08:10:15 +00:00
Roardom 37000e6d3f update: use movie/tv poster component for recommendations 2023-08-30 08:05:21 +00:00
Roardom f2066f4441 fix: add type hints to models 2023-08-26 07:43:07 +00:00
Roardom 69d4ecdecb fix: user hidden being overridden by base model 2023-08-25 09:13:57 +00:00
Roardom 2ca7adbbe5 fix: various larastan controller issues 2023-08-25 09:13:18 +00:00
Roardom 8127734979 fix: various larastan command issues 2023-08-25 07:58:38 +00:00
Roardom 6e6f551367 fix: various larastan livewire issues 2023-08-25 06:45:41 +00:00
Roardom c4fccde317 fix: various larastan model issues 2023-08-25 04:21:38 +00:00
Roardom 42c23aa0b5 fix: Resource php doc blocks 2023-08-25 03:07:58 +00:00
Roardom 091965d5d3 fix: larastan not recognizing model properties created from DB::raw() 2023-08-25 02:02:06 +00:00
Roardom 435dab893e add: user application to their profile 2023-08-23 09:57:28 +00:00
HDVinnie 104835c05e fix: user model 2023-08-21 12:54:31 -04:00
HDVinnie 0a735819aa fix: larastan 2023-08-17 22:44:42 -04:00
HDVinnie cdf7291839 Merge branch '7.x.x' into Test-Suite 2023-08-15 23:49:26 -04:00
HDVinnie 0854104639 update: more tests + sail docker-compose 2023-08-14 12:20:57 -04:00
HDVinnie d19a4ddcba Merge pull request #3033 from Roardom/refactor-request-claims
(Update) Swap `username` for `user_id` as request_claims foreign key
2023-08-07 03:31:46 -04:00
Roardom a8aa1000ea update: swap username for user_id as request_claims foreign key 2023-08-06 06:20:29 +00:00
HDVinnie 7348dee7f4 Merge branch '7.x.x' into add-user-attributes 2023-08-06 00:38:44 -04:00
Roardom 450a475593 fix: casts type 2023-08-06 02:21:15 +00:00