Commit Graph

10991 Commits

Author SHA1 Message Date
Jay Sizzla c59d3957e6 Add refundable to API for post and get requests 2024-03-06 07:27:59 +00:00
HDVinnie fe97bde628 Merge pull request #3592 from HDInnovations/AutoRemoveTimedTorrentBuffs
(Fix) AutoRemoveTimedTorrentBuffs command
2024-03-01 12:06:15 -05:00
HDVinnie 1aa2a42e9c fix: AutoRemoveTimedTorrentBuffs command
- cache was not busted
- removes bloat system messages to chat. It's one thing to announce when torrents are getting freeleech, that get's people downloading and adds peers, but i think it's less necessary to announce when torrents expires.
2024-03-01 11:59:31 -05:00
HDVinnie 00a993f101 Merge pull request #3590 from HDInnovations/SyncPeers
(Update) SyncPeers command
2024-03-01 08:57:35 -05:00
HDVinnie 13e4d9c961 update: SyncPeers command
Co-authored-by: Roardom <78790963+Roardom@users.noreply.github.com>
2024-03-01 08:54:52 -05:00
HDVinnie 8051b1c677 update: SyncPeers command
Co-authored-by: Roardom <78790963+Roardom@users.noreply.github.com>
2024-03-01 08:54:36 -05:00
HDVinnie 05579cd973 Merge pull request #3589 from HDInnovations/AutoRewardResurrection
(Fix) AutoRewardResurrection command
2024-03-01 08:51:53 -05:00
HDVinnie e229dfd99a Merge pull request #3588 from Roardom/add-mailpit-to-sail
(Add) Mailpit config to sail
2024-03-01 08:51:24 -05:00
HDVinnie 3a1b4cd719 Merge pull request #3587 from Roardom/update-migration-create-stuv
(Update) Migrate create stub
2024-03-01 08:51:08 -05:00
HDVinnie cdcd051bac Merge pull request #3586 from Roardom/wiki-organization
(Update) Combine staff wiki and wiki category pages
2024-03-01 08:50:57 -05:00
HDVinnie 51acbc18e8 PHP Style Change (Laravel Pint CI) 2024-03-01 13:44:38 +00:00
HDVinnie ac1deb1651 update: SyncPeers command 2024-03-01 08:43:47 -05:00
HDVinnie 99140a7271 fix: AutoRewardResurrection command 2024-03-01 08:42:50 -05:00
Roardom fdf30a602d add: mailpit config to sail 2024-03-01 11:55:47 +00:00
Roardom a35fb5fc00 update: migrate create stub
In most cases, using 64-bit integers is completely unnecessary and 32-bit will do just fine. The only tables likely to exceed an id of 4 billion are history and peers.
2024-03-01 11:32:56 +00:00
Roardom 336c70dd73 update: combine staff wiki and wiki category pages 2024-03-01 06:35:47 +00:00
HDVinnie 1cd32511a6 Merge pull request #3583 from Roardom/fix-image-whitelist
(Fix) Whitelisted image url domain matching
2024-02-28 21:36:37 -05:00
HDVinnie 981c1c005a Merge pull request #3584 from Roardom/group-autogroup
(Update) Group autogroup settings in fieldset
2024-02-28 21:36:18 -05:00
HDVinnie 911d27fa5f Merge pull request #3585 from Roardom/fix-catchup
(Fix) Jump to last unread post
2024-02-28 21:36:02 -05:00
Roardom d55bc52617 fix: jump to last unread post
Some of this functionality never got added and is causing inconsistencies because the values don't exist, were never added to the users table and are null.
2024-02-29 02:23:05 +00:00
Roardom 6dd14e1cb3 update: group autogroup settings in fieldset 2024-02-28 23:41:09 +00:00
Roardom f2dbdd324c fix: whitelisted image url domain matching
Use wildcards on the full url instead of just the hostname.
2024-02-28 22:54:47 +00:00
HDVinnie 95dba7f1c0 Merge pull request #3581 from Roardom/fix-data-table-border-bottom-last-row
(Fix) Bottom border of last row of data table
2024-02-27 22:11:48 -05:00
HDVinnie a77cf511ed Merge pull request #3580 from Roardom/fixup-ce0e0b1f2
(Fixup) refactor: rename permissions to forum_permissions
2024-02-27 22:11:36 -05:00
HDVinnie 092672614d Merge pull request #3579 from Roardom/fix-featured-traffic-credit
(Fix) Featured traffic credit
2024-02-27 22:11:25 -05:00
HDVinnie aa299a948d Merge pull request #3575 from Roardom/bbcode-url-whitelist
(Add) Bbcode image domain whitelist
2024-02-27 22:11:13 -05:00
Roardom 82d0b0012e fix: bottom border of last row of data table 2024-02-27 23:41:14 +00:00
Roardom a9d6b309b9 fixup! refactor: rename permissions to forum_permissions 2024-02-27 23:25:59 +00:00
Roardom 7733a7e654 fix: featured torrents counting traffic 2024-02-27 21:43:39 +00:00
Roardom 829101f093 add: bbcode image domain whitelist 2024-02-26 09:11:59 +00:00
HDVinnie 77446750a5 Merge pull request #3574 from Roardom/forum-permission-scopes
(Refactor) Use scope for forum authorization
2024-02-25 18:42:03 -05:00
HDVinnie 0dcf021039 Merge branch '7.x.x' into forum-permission-scopes 2024-02-25 18:39:29 -05:00
HDVinnie 194e761169 Merge pull request #3573 from Roardom/forum-permissions
(Refactor) Rename permissions to forum_permissions
2024-02-25 18:36:59 -05:00
HDVinnie 04e02dd99b Merge pull request #3572 from Roardom/fix-groups-edit-validation
(Fix) Validation of groups when autogroup is disabled
2024-02-25 18:36:29 -05:00
HDVinnie 77b9754e4d Merge pull request #3569 from Roardom/system-user-id
(Refactor) Use system user id constant in more places
2024-02-25 18:36:12 -05:00
Roardom 6e5b3d9e3b refactor: use scope for forum authorization 2024-02-25 10:23:56 +00:00
Roardom 4311507870 refactor: rename permissions to forum_permissions 2024-02-25 06:21:41 +00:00
Roardom 580da7022d refactor: rename permissions to forum_permissions 2024-02-25 00:19:04 +00:00
Roardom 3b70a91cb1 fix: validation of groups when autogroup is disabled 2024-02-24 22:32:35 +00:00
Roardom f8d6e73902 refactor: use system user id constant in more places 2024-02-24 05:08:58 +00:00
HDVinnie 4918799072 Merge pull request #3567 from Roardom/many-internals
(Update) Allow users to be part of multiple internal groups
2024-02-23 21:02:02 -05:00
HDVinnie b3338ee8b6 Merge pull request #3566 from Roardom/fix-img-bbcode
(Fix) Insert image button in bbcode preview
2024-02-23 21:00:44 -05:00
HDVinnie 6a25dc5d78 Merge pull request #3564 from Roardom/revert-transaction-fix
(Revert) "fix: TransactionController"
2024-02-23 21:00:07 -05:00
HDVinnie 8ae782ffac Merge pull request #3562 from Roardom/remove-sleep
(Update) Swap sleep in command for confirm
2024-02-23 20:59:54 -05:00
HDVinnie 798d454baf Merge pull request #3561 from Roardom/peer-counts-eventual-consistency
(Update) Sync peer counts asynchronously
2024-02-23 20:59:41 -05:00
HDVinnie 128cd7dd82 Merge pull request #3560 from Roardom/fix-double-download
(Fix) Edge case resulting in double announce traffic stats
2024-02-23 20:57:17 -05:00
HDVinnie 677ff20497 Merge pull request #3559 from Roardom/announce-id-sorting
(Fix) Sorting by id in announce search
2024-02-23 20:56:55 -05:00
HDVinnie ed7f17720a update: ChatController 2024-02-23 20:54:26 -05:00
Roardom c3c95c2d41 update: allow users to be part of multiple internal groups 2024-02-23 23:57:12 +00:00
Roardom 46b64fe848 fix: insert image button in bbcode preview 2024-02-23 20:25:28 +00:00