Roardom
11257ae7a0
fix: mark staff report replies as read automatically
2024-07-02 21:14:03 +00:00
HDVinnie
8723e234f5
Merge pull request #3955 from MiM-MiM/moderation_message
...
(Update) Moderation Private Message
2024-07-02 00:28:25 -04:00
MiM-MiM
af3c6e4ed3
Update: Moderation comment
...
- Removed app.url handled by bbcode parser.
- Changed to single quote strings for parts without escape characters (newlines).
2024-07-01 16:11:03 -04:00
MiM-MiM
1dce66e5d9
Update: Moderation Private Message
...
- Fix: Spacing typo.
- Fix: Set sender as read=true.
- Update: Add the URL to the message.
- Update: Add a quote tag around the staff message.
2024-07-01 12:03:03 -04:00
HDVinnie
2c0a4794cc
Merge pull request #3952 from costaht/master
...
(FIX) Appending missing colon to the function privmsg
2024-06-29 23:35:51 -04:00
costaht
05759e98c1
Appending colon to the function privmsg instead of the body message
2024-06-27 13:52:41 -03:00
costaht
a8e1167c1e
Removing delimiter from the message body
2024-06-27 13:51:35 -03:00
HDVinnie
7f39756dbb
Merge pull request #3951 from Roardom/mail-limiter
...
(Add) Outbound mail rate limiter
2024-06-27 11:31:25 -04:00
Roardom
a7159d7c9f
add: outbound mail rate limiter
2024-06-27 09:02:47 +00:00
Roardom
fd270524d7
remove: unused activation mails
...
Dead code.
2024-06-27 07:55:29 +00:00
HDVinnie
109991a4b4
Merge pull request #3949 from Roardom/fix-docker-compose
...
(Fix) Remove version from `docker-compose.yml`
2024-06-26 20:47:40 -04:00
HDVinnie
188bff1ee2
Merge pull request #3948 from Roardom/fix-comments
...
(Fix) Comments disappear after replying
2024-06-26 20:47:20 -04:00
HDVinnie
60ba6a3270
Merge pull request #3947 from Roardom/topnav-dropdown-downloads
...
(Add) My downloads menu item to top nav dropdown
2024-06-26 20:46:47 -04:00
HDVinnie
3214000ca7
Merge pull request #3950 from costaht/master
...
(Fix) IRC Bot PRIVMSG prefix missing
2024-06-26 19:47:17 -04:00
costaht
d726969b47
PRIVMSG prefix missing
...
Formatting in accordance with RFC 1459
2024-06-26 20:24:41 -03:00
Roardom
ca67cd9e94
fix: remove version from docker-compose.yml
...
This key is deprecated and no longer means anything. Fixes the following deprecation warning when running sail commands:
```
WARN[0000] /[...]/UNIT3D-Community-Edition/docker-compose.yml: `version` is obsolete
```
2024-06-26 08:01:05 +00:00
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
Roardom
ffdc9c7be6
add: my downloads menu item to top nav dropdown
2024-06-26 07:44:27 +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