Commit Graph

11829 Commits

Author SHA1 Message Date
Roardom f321e1c889 fix: meilisearch index updates not using makeAllSearchableUsing 2024-08-18 16:59:55 +00:00
Roardom 6d01a6aacd fix: remove release_year from meilisearch
This field has been recently removed from the unit3d schema.
2024-08-18 15:32:42 +00:00
HDVinnie 1087dff233 Merge branch '8.x.x' into meilisearch-3 2024-08-18 01:19:43 -04:00
HDVinnie c0f93c9b2e Merge pull request #4062 from Roardom/add-upload-download-navbar
(Update) Show torrent upload/download count in navbar
2024-08-18 01:18:34 -04:00
HDVinnie 1da5944bfd Merge pull request #4067 from Roardom/console-early-return
(Refactor) Use early returns in console commands
2024-08-18 01:18:10 -04:00
HDVinnie 8e519b27f9 Merge pull request #4066 from Roardom/immutable-bon-dates
(Fix) Carbon date immutability in bon allocation
2024-08-18 01:17:57 -04:00
HDVinnie 9e78e92a8d Merge pull request #4064 from Roardom/mobile-posts
(Add) Mobile forum post layout
2024-08-18 01:17:43 -04:00
HDVinnie ea83b46d09 Merge pull request #4054 from Roardom/eloquent-relations
(Refactor) Use eloquent relations directly
2024-08-18 01:17:23 -04:00
Roardom 2b49384488 refactor: use early returns in console commands
Reducing indentation results in cleaner code and prevents bugs like #3802.
2024-08-18 05:03:09 +00:00
Roardom 7510a027d1 add: mobile forum post layout 2024-08-18 04:26:54 +00:00
Roardom df58e790cd fix: carbon date immutability in bon allocation 2024-08-18 03:49:08 +00:00
HDVinnie b598f83113 Blade Style Change (Prettier Blade CI) 2024-08-18 03:39:58 +00:00
HDVinnie bdca7eb7f9 temp fix: Unsupported operand types: Illuminate\Support\Carbon - int 2024-08-17 23:38:54 -04:00
Roardom a0299daa16 refactor: use eloquent relations directly 2024-08-18 03:26:41 +00:00
HDVinnie ec32982755 Merge pull request #4063 from Roardom/password-reset-history
(Add) Password reset history logging
2024-08-17 12:02:11 -04:00
HDVinnie d4bb0a41cf Merge pull request #4061 from Roardom/upload-comments
(Update) Show comment count on user uploads page
2024-08-17 11:59:21 -04:00
HDVinnie abf47ffa1e Merge pull request #4060 from Roardom/fix-user-notes-updated-at
(Fix) User notes updated_at timestamp
2024-08-17 11:58:37 -04:00
HDVinnie 3a68a87741 Merge pull request #4059 from Roardom/request-reseed-button
(Fix) Request reseed button spacing
2024-08-17 11:58:19 -04:00
HDVinnie 1bf711f40c Merge pull request #4058 from Roardom/postponed-torrents
(Fix) Show postponed torrent status on download check page
2024-08-17 11:57:49 -04:00
HDVinnie 8ea5623687 Merge pull request #4057 from Roardom/less-raw-bon-calc
(Refactor) Perform bon datetime calculations in php instead of mysql
2024-08-17 11:57:01 -04:00
HDVinnie 0dc43f0b37 Merge pull request #4056 from Roardom/to-date-time-string
(Refactor) Don't call `->toDateTimeString()` on carbon instances
2024-08-17 11:55:38 -04:00
HDVinnie 9f837e3f27 Merge pull request #4055 from Roardom/update-larastan
(Chore) Update larastan
2024-08-17 11:54:14 -04:00
Roardom 5f28892153 add: password reset history logging 2024-08-17 15:05:47 +00:00
Roardom 6560bbe5a4 update: show torrent upload/download count in navbar
I tried adding counts to requests and bookmarks as well but it looks way too busy. Database query times for each query are less than 1 ms.
2024-08-17 14:54:53 +00:00
Roardom 390f7cf81a update: show comment count on user uploads page 2024-08-17 12:34:29 +00:00
Roardom 85f5688c44 fix: user notes updated_at timestamp 2024-08-17 10:23:59 +00:00
Roardom 4eeaf1eb37 fix: request reseed button spacing
It's not evenly spaced out with the other buttons.
2024-08-17 10:06:08 +00:00
Roardom ad0d4364fd fix: show postponed torrent status on download check page 2024-08-17 09:56:06 +00:00
Roardom 86bf428944 refactor: perform bon datetime calculations in php instead of mysql
Some of these should result in better perforance is the function wouldn't need to be applied to each row in the table.
2024-08-17 09:33:11 +00:00
Roardom 7af1a9963c refactor: don't call ->toDateTimeString() on carbon instances
Eloquent already does this for us automatically by calling __toString() on Carbon instances with the default format being the same as the mysql timestamp format.
2024-08-17 09:20:08 +00:00
Roardom 447c8acdde chore: update larastan
fixes issue where config values are treated as constants even though they're intended to be editable.
2024-08-17 06:19:02 +00:00
HDVinnie 498c4aba26 Merge pull request #4053 from Roardom/fix-parent-comment-reply-notifications
(Fix) Parent comment not receiving notification on reply
2024-08-16 08:25:19 -04:00
HDVinnie af1994b338 Merge pull request #4051 from Deci8BelioS/8.x.x
(Update) Spanish Language
2024-08-16 08:25:00 -04:00
Roardom d6a4acc533 fix: parent comment not receiving notification on reply
Regression from 68645ef.
2024-08-16 08:28:12 +00:00
DeciBelioS 2b1ad56030 [Update] common.php Spanish 2024-08-16 03:08:13 +02:00
DeciBelioS ea267aeacd [Update] poll.php Spanish 2024-08-16 03:06:53 +02:00
DeciBelioS 60af42722e [Update] stat.php Spanish 2024-08-16 03:06:36 +02:00
DeciBelioS 39ed9ce77c [Update] torrent.php Spanish 2024-08-16 03:06:11 +02:00
DeciBelioS ee704d05b0 [Update] user.php Spanish 2024-08-16 03:05:18 +02:00
HDVinnie a295c81fe9 Merge pull request #4046 from HDInnovations/Staff-Audit-Activity
(Add) Staff Audit Activity
2024-08-15 15:55:01 -04:00
HDVinnie 99e663403c Merge pull request #4047 from HDInnovations/Release-Years
(Refactor) Release Years
2024-08-15 15:53:13 -04:00
HDVinnie 784e783af7 update: AuditController 2024-08-15 15:52:18 -04:00
HDVinnie 2139c7e743 update: movie and tv model 2024-08-15 08:39:30 -04:00
Roardom 04859c155d fix: quicksearch when movie.name or tv.name doesn't exist 2024-08-14 04:27:06 +00:00
HDVinnie e945635380 fix: demo seed command 2024-08-13 22:23:08 -04:00
HDVinnie f92194281c refactor: release years
- remove the release_year column from the torrents table and just search the movie/tv tables instead
2024-08-13 22:18:38 -04:00
HDVinnie 274e6f2368 Revert "update: only re-index recently updated torrents"
This reverts commit 55889e8177.
2024-08-13 21:42:57 -04:00
HDVinnie bca4576d4c update: test 2024-08-13 21:21:23 -04:00
HDVinnie d88da0fbdd update: AutoRecycleAudits command 2024-08-13 21:04:07 -04:00
HDVinnie 66b82e6ae1 add: staff audit activity 2024-08-13 20:57:06 -04:00