Commit Graph

988 Commits

Author SHA1 Message Date
HDVinnie 32e8b1c62b (Update) Controller + Commands Query Syntax
- using shorter and more readable syntax
- remove “=“ in where clauses
- uses oldest() / latest() instead of like orderBy('created_at', 'DESC')
2018-03-24 16:42:59 -04:00
HDVinnie e3e21896e2 (Update) Controllers Syntax
- use shorter and more readable syntax
- replace orderBy('created_at', 'DESC') with latest()
2018-03-24 15:56:39 -04:00
HDVinnie de5a94d4f9 (Fix) Torrent Featured Auto Shout Typo 2018-03-23 17:05:52 -04:00
HDVinnie b2552ce638 (Fix) autoSeedbox Command
- Import missing facade
2018-03-22 21:26:42 -04:00
HDVinnie 87ce42daf3 (Update) Refactor Torrent Request System
- renamed  models/functions and more to avoid conflict with
`App\Http\Requests` which will be used to refactor all HTTP Validation
rules into dedicated form requests
2018-03-22 20:10:37 -04:00
HDVinnie 69af59bb1e (Update) View Blades
- profil to profile (final)
2018-03-22 20:08:16 -04:00
poppabear8883 afad6aca27 (Update) Cleanup Trait
- Removed unused request
- Updated scope on trait method to private
- Add type hint in middleware method
2018-03-22 09:22:40 -04:00
HDVinnie 77b196a0d8 (Update) User Profiles
- fix name profil to profile in controllers, images, blades
- refactor user profile blade and UserController profile function
2018-03-21 18:50:57 -04:00
HDVinnie 4ba41b6c7e (Update) Refactor View Blades
- User auth() helper over Auth:: facade
2018-03-21 16:49:37 -04:00
HDVinnie a262598074 (Update) Cleanup Traits 2018-03-21 14:12:59 -04:00
HDVinnie 99eb35d4ef (Update) Cleanup Helpers 2018-03-21 14:09:58 -04:00
HDVinnie f1ce0e468d (Update) Cleanup Commands 2018-03-21 12:13:55 -04:00
HDVinnie f3010a3d49 (Update) Update Middelware
- remove facade use and replace with helpers
- cleanup
2018-03-21 12:03:16 -04:00
HDVinnie 0fd3bbd0c3 (Update) Announce Controller
- user $request->input() over $request->get()
2018-03-21 11:58:37 -04:00
HDVinnie 2025bc4ccc (Update) Cleanup Listeners 2018-03-21 11:55:17 -04:00
HDVinnie 6e3943c54d (Update) User Option To Turn ON/OFF Chatbox Lang Censor 2018-03-21 10:41:05 -04:00
HDVinnie 7a7e6c9d19 (Fix) Forums function getPageNumber()
- Updated to match new pagination number which now fixes auto shouts
leading to wrong page/post
2018-03-21 10:39:53 -04:00
HDVinnie 386c90a3f2 Merge pull request #234 from VerioPL/master
Translation en/pl user view - next part + some fixes
2018-03-21 07:51:44 -04:00
veriopl a0b41e174a (Fix) Translation pl of pm view - visual fix 2018-03-21 12:24:50 +01:00
veriopl b37c75595c (Fix) Logical error in torrent view Bookmark<->Unbookmark 2018-03-21 12:00:57 +01:00
veriopl da4e933c4f (Fix) Translation en/pl user view - next commit 2018-03-21 11:16:31 +01:00
veriopl 5b2d934591 Translation en/pl user view - next commit 2018-03-21 11:15:34 +01:00
veriopl 0553369c1f Translation en/pl user view - next commit 2018-03-21 11:11:30 +01:00
veriopl 189fcdeee9 Translation en/pl user view - next commit 2018-03-21 09:46:24 +01:00
HDVinnie 5a670e3b4b (Update) Remove Broken Session Lockscreen
- removed session locking until better system is thought out
- #2
2018-03-20 14:12:16 -04:00
HDVinnie 7473e05f8d Merge pull request #232 from VerioPL/master
Translation en/pl user views - first part
2018-03-20 13:27:36 -04:00
HDVinnie 9ee82aa0bd Update achievements.blade.php 2018-03-20 13:26:53 -04:00
veriopl 33ee53566a Translation en/pl user view - next commit 2018-03-20 14:40:26 +01:00
veriopl b3d28c12f3 Translation en/pl user view - next commit 2018-03-20 14:19:11 +01:00
veriopl dac2dff64c Translation en/pl user view - next commit 2018-03-20 14:00:23 +01:00
veriopl 45cb9003d8 Translation en/pl user view - next commit 2018-03-20 13:39:20 +01:00
veriopl e18fa9f621 Translation en/pl user view - next commit 2018-03-20 12:51:31 +01:00
veriopl 1b9bddc7b1 Translation en/pl user view - next commit 2018-03-20 12:00:13 +01:00
veriopl e1fd8cc2e4 Translation en/pl user view - initial commit 2018-03-20 11:57:42 +01:00
veriopl 7c535cabe0 Translation en/pl user view - initial commit 2018-03-20 11:55:33 +01:00
veriopl 1cdfbb2ead Translation en/pl user view - next commit 2018-03-20 11:54:11 +01:00
veriopl 0c5ef32112 Translation en/pl user view - initial commit 2018-03-20 11:42:22 +01:00
HDVinnie 413e9c8527 Update CONTRIBUTING.md 2018-03-18 21:06:41 -04:00
HDVinnie edb93cbe0f Merge pull request #230 from Hyleus/fix-email-activation
(Fix) activation email
2018-03-18 10:13:46 -04:00
Hyleus 3eb3eaa339 Fix activation email 2018-03-18 15:02:24 +01:00
HDVinnie 35f5727307 (Update) Torrent Delete Redirect 2018-03-18 07:49:50 -04:00
HDVinnie 21e053ffcc Merge pull request #229 from Hyleus/default-theme
Add an option to set the default theme for new users
2018-03-17 19:35:31 -04:00
Hyleus ea5de01a3d Add an option to set the default theme 2018-03-17 21:00:40 +01:00
HDVinnie e99ab4a2f3 (Update) Category Sorting By Position
- RequestFacetedRepository
- TorrentFacetedRepository
#219
2018-03-17 15:26:11 -04:00
HDVinnie 19684a554c Merge pull request #228 from Hyleus/restrict-invites
Add the ability to restrict invites
- closes #226
2018-03-17 14:28:44 -04:00
HDVinnie 675a3a8e48 Update InviteController.php
- use helpers instead of calling facades
2018-03-17 14:27:39 -04:00
HDVinnie 08baeffe5f Merge pull request #227 from Hyleus/bug-mail-fix
Fix email for bug reports
2018-03-17 14:22:20 -04:00
Hyleus b96ce6d52f Add the ability to restrict invites 2018-03-17 19:14:21 +01:00
HDVinnie 3adc09b0ad (Fix) Request Commenting Conflict 2018-03-17 14:03:53 -04:00
HDVinnie 1b8428f024 Merge pull request #225 from HDInnovations/Moderation-Rework
Moderation rework
- closes #57 
- closes #98
v1.6.3
2018-03-17 13:31:29 -04:00