Commit Graph

1211 Commits

Author SHA1 Message Date
HDVinnie d76b412f92 (Update) Articles System 2018-05-03 18:55:52 -04:00
HDVinnie d75429e0ac (Update) Pages System 2018-05-03 18:23:47 -04:00
HDVinnie 0231832608 (Update) Types System 2018-05-03 18:00:03 -04:00
HDVinnie e708e090bc (Update) Failed Logins Log Route 2018-05-03 15:43:50 -04:00
HDVinnie 0badbea2bc (Update) Category System 2018-05-03 15:42:15 -04:00
HDVinnie ed00aa4754 (Update) Reports System 2018-05-03 15:18:01 -04:00
HDVinnie 08fea357c3 (Update) Moderation System 2018-05-03 15:15:52 -04:00
HDVinnie 429de493e3 (Update) Moderation System 2018-05-03 15:13:12 -04:00
HDVinnie 20650b66c8 (Update) Staff User Tools System 2018-05-03 15:09:30 -04:00
HDVinnie eeb135be39 (Update) Flush Ghost Peers Route 2018-05-03 15:03:45 -04:00
HDVinnie 120e0e53c7 (Update) Ban System 2018-05-03 15:03:06 -04:00
HDVinnie d802ef8473 (Update) Staff Dashboard Route 2018-05-03 14:58:19 -04:00
HDVinnie 355967d5dd (Update) Notifications Routes 2018-05-03 14:29:25 -04:00
HDVinnie bc91dce24c (Fix) Upload Route 2018-05-03 14:29:11 -04:00
HDVinnie 632374f891 (Update) Use Clients/Seedboxs Route 2018-05-03 14:24:02 -04:00
HDVinnie f4be202a81 (Update) User Settings System 2018-05-03 14:22:12 -04:00
HDVinnie 78373d5dc9 (Update) Torrent Thank System Route 2018-05-03 13:48:00 -04:00
HDVinnie 3d05dabe10 (Update) Follow System Routes 2018-05-03 13:47:34 -04:00
HDVinnie 6788219adc (Fix) Quick Comment Route 2018-05-03 13:47:05 -04:00
HDVinnie 591060683b (Update) User Edit Profile System 2018-05-03 13:44:25 -04:00
HDVinnie 48ea925be3 (Update) Cleanup Torrent Upload/Edit System 2018-05-03 13:30:46 -04:00
HDVinnie 31e200c5b8 (Update) Cleanup Torrent Request System 2018-05-03 11:09:00 -04:00
HDVinnie 13b48de3d6 (Update) PM System Routes 2018-05-03 10:37:56 -04:00
HDVinnie 2bdaf6feac (Update) Announce System Route 2018-05-03 10:33:07 -04:00
HDVinnie 5cc58090b2 (Update) Comment System Routes 2018-05-03 10:32:19 -04:00
HDVinnie f131ae3524 (Update) Page Routes 2018-05-03 10:31:24 -04:00
HDVinnie 80cb96fcfd (Update) Bookmarks System Routes 2018-05-03 10:30:13 -04:00
HDVinnie eb2d48bbf5 (Update) Bonus System Route 2018-05-03 10:29:18 -04:00
HDVinnie 5acd36ba05 (Update) Cleanup Contact Us System 2018-05-03 10:28:14 -04:00
HDVinnie 9d096200bb (Update) Dependancies
- require’s one to run `composer update`
2018-05-03 10:06:58 -04:00
Everett (Mike) Wiley b1bcdbe9eb Merge pull request #277 from werrpy/fix-request-pm-username
(Fix) Request Fullfilled PM approver's username instead of id in PM
2018-05-01 18:25:45 -04:00
werrpy 4a7b434ab8 (Fix) Request Fullfilled PM approver's username instead of id in message 2018-05-01 18:11:57 -04:00
HDVinnie 8fdfd6a8cf Merge pull request #276 from werrpy/footer-fixes
- Footer fixes
- require’s `npm run dev` to be run
2018-04-30 22:22:48 -04:00
werrpy c513e3c220 (Fix) Footer button text overflow
Footer button text overflows and causes horizontal scrolling. This
change makes it wrap onto new lines.
2018-04-30 22:14:45 -04:00
werrpy 08e9606adb (Fix) Footer height on mobile
This makes the full footer visible on mobile screen width, and keeps the same
desktop footer height.
2018-04-30 22:13:22 -04:00
Everett (Mike) Wiley 53afafe4a4 Merge pull request #275 from pxgamer/feature/readme-header-updates
Fix headers in the README
2018-04-30 08:26:18 -04:00
pxgamer 9ee36c8f2e Fix headers in the README 2018-04-30 13:11:05 +01:00
HDVinnie f520734f9f Merge pull request #273 from macmedia/torrentSearch
Torrent filter by uploader returns 404 error
2018-04-28 20:10:23 -04:00
Git Repository f7ea38a722 Added extra space after IF keyword 2018-04-28 16:33:47 -07:00
Git Repository 6fb468d165 Fix search for uploaded returns 404 error 2018-04-28 15:04:53 -07:00
HDVinnie bbeac7abc0 Merge pull request #272 from HDInnovations/Refactor-Bookmarks-System
- Refactor bookmarks system
- Use vue component for bookmark button
- requires `npm run dev` to be run
2018-04-28 14:40:49 -04:00
HDVinnie 53b587a14d (Update) Rename Component 2018-04-28 14:38:35 -04:00
HDVinnie b311ade2bc Merge branch 'master' into Refactor-Bookmarks-System 2018-04-28 14:33:59 -04:00
Everett (Mike) Wiley f5ec7ee0ad Merge pull request #271 from macmedia/VersionCheck
Update VersionCheck Component #269
2018-04-28 12:25:13 -04:00
Git Repository a53498e953 Change (Stringed)Boolean values back to Booleans 2018-04-28 09:00:12 -07:00
HDVinnie 1da0c2f887 Merge pull request #269 from macmedia/VersionCheck
Update VersionCheck Component
2018-04-28 05:41:22 -04:00
Git Repository 64a56cb2ec Update VersionCheck Component
Updated the version check component.

1) Line 25 (Version.vue) was checking for a boolean but a string is returned from VersionController.

2) Line 37 (VersionController.php) was returning “true” if the current version was less then latest version. The version component was only showing “There Is A Update Available” if the return data was false. This was not triggered if the current version is less then the available version Example v1.6 installed < v1.7 latest.
2018-04-27 23:28:47 -07:00
HDVinnie 04073b20d4 (Update) Activity Logging System
- create recycle command to destroy activity records once 30 days old
- ability to delete single activity record
- cleanup and rename route/controller functions
- Created At column added and displayed in human format
2018-04-27 21:35:50 -04:00
HDVinnie 802daeaf3f (Update) Staff Notes System
- closes #267
- Ability to delete staff notes
- Created At column added and displayed in human format
2018-04-27 20:51:44 -04:00
HDVinnie 3a95b6ccaf (Update) Version Checker
- add loading state
- require’s `npm run dev` to be run
2018-04-27 11:17:45 -04:00