Roardom
5a35684792
Revert "update: use eager loading for comment children existence"
...
This reverts commit 4f91acbc19 .
2024-06-26 07:48:21 +00:00
Roardom
fe41c06e2b
Revert "fix: comment replies"
...
This reverts commit 03f3c63461 .
2024-06-26 07:48:13 +00:00
HDVinnie
7e759088da
update: random-media blade
...
- open similar in new tab
2024-06-25 15:55:41 -04:00
HDVinnie
836857ad5d
update: composer dependencies
2024-06-25 15:54:52 -04:00
HDVinnie
370ef33f5f
update: .gitignore
2024-06-25 15:54:22 -04:00
HDVinnie
1dd8b305ce
update: .gitignore
2024-06-25 15:50:26 -04:00
HDVinnie
132f945468
update: mysql-schema.sql
...
- new dump
2024-06-25 15:49:54 -04:00
HDVinnie
29bf067d9a
Merge pull request #3944 from Roardom/user-group-announce
...
(Fix) Consistently upsert user into external announce on group change
2024-06-24 07:18:49 -04:00
Roardom
6d729fee16
fix: consistently upsert user into external announce on group change
2024-06-24 02:50:33 +00:00
HDVinnie
700829fc0e
Merge pull request #3945 from Roardom/prewarned_at
...
(Update) Save prewarned timestamp
2024-06-23 22:48:32 -04:00
Roardom
14cb175a4e
update: save prewarned timestamp
...
Allows users to more easily see when they were prewarned in case they no longer have their notification.
It was decided to discard previous prewarn values and have the system prewarn users again if applicable.
It was decided that keeping the history of prewarn values wasn't valuable for this migration.
2024-06-23 23:52:22 +00:00
HDVinnie
9984b4f4b0
Merge pull request #3942 from Roardom/fix-group-requirements-age
...
(Fix) Group requirements showing wrong age
2024-06-23 13:25:25 -04:00
HDVinnie
9182121ce7
Merge pull request #3937 from HDInnovations/PHPStan-Errors
...
(Fix) PHPStan Errors
2024-06-23 13:25:06 -04:00
HDVinnie
c4bb03d9c2
update: phpstan.neon
...
- add routes back
2024-06-23 13:19:28 -04:00
HDVinnie
9cbeb30ad1
revert: chat changes
2024-06-23 13:05:24 -04:00
HDVinnie
5ca88559e6
update: livewire components
...
- more phpstan fixes
2024-06-23 13:00:31 -04:00
Roardom
eda7e20597
fix: group requirements showing wrong age
2024-06-22 22:26:34 +00:00
HDVinnie
09daf021b0
update: BbcodeInput compnent
...
- fixes phpstan errors
2024-06-21 14:04:43 -04:00
HDVinnie
9a9318e8f5
update: rss controller
...
- fixes multiple Cannot access property on bool | stdClass
2024-06-21 13:58:50 -04:00
HDVinnie
efd76c38de
Merge pull request #3938 from Roardom/fix-laravel-11-migrations
...
(Fix) Laravel 11 migration syntax
2024-06-21 11:42:12 -04:00
HDVinnie
45a992ee05
Merge pull request #3936 from Roardom/uploader-precedence
...
(Update) Reduce interval for unapproved torrents
2024-06-21 11:40:45 -04:00
HDVinnie
895c3cbfbe
Merge pull request #3935 from Roardom/conversation-fixes
...
(Fix) Various Conversation Issues
2024-06-21 11:40:31 -04:00
HDVinnie
1a934c2912
fix: phpstan errors
2024-06-21 11:39:48 -04:00
Roardom
8c11521491
fix: laravel 11 migration syntax
...
In laravel 11, they changed the syntax for changing columns so that all constraints are removed and reapplied, compared to only adding constraints that weren't added before. I generated the sql code of each migration on laravel 10, and the same on laravel 11, and compared the sql code between the two versions and changed the migrations so that the sql matched between the two versions.
2024-06-21 09:26:28 +00:00
HDVinnie
60ea548154
remove: default console route
2024-06-19 21:43:16 -04:00
HDVinnie
eddad86406
fix: phpstan errors
...
- this commit tackles more phpstan errors from the baseline.
- the 2024_06_19_210338_update_colum_types.php migration will have more added to it. This PR is draft until more baaseline errors are closed.
2024-06-19 21:19:02 -04:00
HDVinnie
eaa6bc54df
PHP Style Change (Laravel Pint CI)
2024-06-19 17:44:58 +00:00
HDVinnie
c4cd52e23b
fix: multiple bugs
...
- adds laravel 11 casts support to phpstan https://github.com/larastan/larastan/blob/2.x/UPGRADE.md#upgrading-to-296-from-295
- fixes multiple bugs found by phpstan
- removes dead code in torrent filter trait
- ignores three new files in phpstan.neon temp until debugged for timeouts
2024-06-19 13:43:59 -04:00
Roardom
947c4dec4f
update: reduce interval for unapproved torrents
...
This way when the torrent is approved, the uploader has more of a chance of seeding right away without being on the cooldown.
2024-06-19 10:54:57 +00:00
Roardom
c33376608b
fix: properly remove receiver_id column from private_messages
2024-06-19 09:41:05 +00:00
Roardom
a02f266844
fix: set default user conversations tab to inbox
2024-06-19 09:37:13 +00:00
Roardom
c9e008f864
fix: use generic term instead of to/from in conversations
2024-06-19 09:37:13 +00:00
Roardom
dd273f0398
fix: don't mark sent pms as unread for sender
2024-06-19 09:37:13 +00:00
HDVinnie
e634dfe730
update: composer dependencies
2024-06-17 14:10:48 -04:00
HDVinnie
24ab927d36
remove: dead model + factory
...
- left over from https://github.com/HDInnovations/UNIT3D-Community-Edition/commit/326adb5c08fcdffca7aa45ee2e79cfa012642013
2024-06-17 11:57:43 -04:00
HDVinnie
c303685764
Merge pull request #3934 from Roardom/fix-anon-comments
2024-06-17 11:24:39 -04:00
HDVinnie
8af07b4bf1
Merge pull request #3933 from Roardom/less-raw-echoes
2024-06-17 11:24:25 -04:00
HDVinnie
ca740bd763
Merge pull request #3932 from Deci8BelioS/8.x.x
2024-06-17 11:24:01 -04:00
HDVinnie
0a51f6af81
Merge pull request #3931 from Roardom/fix-pms
2024-06-17 11:23:40 -04:00
HDVinnie
d40a3e6521
Merge pull request #3930 from Roardom/fix-invite-create-button
2024-06-17 11:23:27 -04:00
Roardom
898fd9fed8
fix: anon comments
...
Regression from #3918
2024-06-17 14:59:29 +00:00
Roardom
fe41ca3c02
fix: escape more text in blade templates
...
Some of these are very easy to reduce surface area. There are still a few more unsafe translations but they require editing the translation content.
2024-06-16 00:46:16 +00:00
DeciBelioS
7bd8e7043f
[Update] auth.php Spanish
2024-06-15 18:46:44 +02:00
Roardom
8b9b038701
fix: conversation creation
...
Should use `sender_id`, not `user_id`. Also need to create conversations for all non-system pms.
2024-06-15 01:55:03 +00:00
Roardom
9f8f2b6c0a
fix: create invite should be link, not form
2024-06-14 23:25:20 +00:00
HDVinnie
68b15f1b6f
Merge pull request #3927 from HDInnovations/Torrent-Soft-Deletes
...
(Add) Torrent soft deletes
2024-06-13 21:19:15 -04:00
HDVinnie
5e6a67e9f1
fix: StoreTorrentRequest rules() return type
...
- fixes failing phpstan ci
2024-06-13 21:16:12 -04:00
HDVinnie
3bed24efc4
Merge pull request #3925 from Roardom/2fa-verify-loading
...
(Add) Loading text on login
2024-06-13 21:00:47 -04:00
HDVinnie
bad416e133
PHP Style Change (Laravel Pint CI)
2024-06-14 00:59:23 +00:00
HDVinnie
2378a9f977
add: soft deletes to torrents
...
- this adds laravel's soft deletes functionality to torrents.
2024-06-13 20:58:19 -04:00