singularity43
367fd90d12
(Update) InviteController
...
Route fixes for uniformity.
2019-01-30 21:39:54 -05:00
singularity43
38c18a52d7
(Update) ForumController
...
Remove topics,posts by users.
Update notify routines.
2019-01-30 21:39:34 -05:00
singularity43
7fdfbca5b0
(Update) FollowController
...
Check if user notify should happen based on permissions.
2019-01-30 21:39:01 -05:00
singularity43
ab14bc0b09
(Update) CommentController
...
Update to work with extended notify system (for future audio alerts)
2019-01-30 21:38:37 -05:00
singularity43
fdeff39d2e
(Update) BonusController
...
1: Seperate views (store,gift,etc)
2: Add new stats
3: Add notify checks.
2019-01-30 21:38:01 -05:00
singularity43
4e7d0cb83b
(Update) RegisterController
...
Add notification field/privacy field defaults. Not really needed though... can remove.
2019-01-30 21:36:54 -05:00
singularity43
8909db5446
(Update) AchievementsController
...
Load private view.
2019-01-30 21:36:15 -05:00
singularity43
d7548c4dfd
(Update) TorrentHelper
...
Check if user accepts notification before firing.
2019-01-30 21:35:55 -05:00
singularity43
bbfb6a5838
(Update) Group Model
...
Check if group is allowed to view.
2019-01-30 21:35:29 -05:00
singularity43
8d3b8b6707
(Update) Forum Model
...
Update notifySubscribers to respect notification settings.
2019-01-30 21:35:03 -05:00
singularity43
22747b2018
(Update) BonTransactions Model
...
Establish relationship with receiverObj (no conflict with receiver)
2019-01-30 21:33:12 -05:00
HDVinnie
232272bc45
(Fix) Graveyard Routes 🐛
2019-01-26 15:12:48 -05:00
HDVinnie
29f2b4d0ce
Merge pull request #528 from HDInnovations/twitterize-unit3d
...
(Update) UserEdit Logic In UserController
2019-01-26 00:07:27 -05:00
HDVinnie
ce8257355e
Merge pull request #529 from HDInnovations/analysis-XkbxLa
...
Apply fixes from StyleCI
2019-01-26 00:07:07 -05:00
HDVinnie
948858605d
Apply fixes from StyleCI
2019-01-26 05:06:39 +00:00
singularity43
647b03fa69
(Update) UserEdit Logic In UserController
...
Suggested by user.
1. Mods can not edit mods and above.
2. Admins can not edit admins and above.
3. Owners can edit all.
Also:
1. Mods can not add mods and above.
2. Admins can not add admins and above.
3. Owners can add all.
2019-01-25 23:49:46 -05:00
HDVinnie
6e734a6344
Merge pull request #527 from HDInnovations/analysis-zDnP5B
...
Apply fixes from StyleCI
2019-01-25 23:09:08 -05:00
HDVinnie
93f5761c63
Apply fixes from StyleCI
2019-01-26 04:08:57 +00:00
HDVinnie
e78e80398c
Merge pull request #526 from HDInnovations/tip-notifications
...
(Update) Bonus Tip Notifications
2019-01-25 23:08:33 -05:00
singularity43
dab2daefe9
(Update) Bonus Tip Notifications
...
Attach amount to the notification. (per request).
2019-01-25 23:03:08 -05:00
HDVinnie
a19a75cffd
Merge pull request #524 from HDInnovations/small-commit-sandbox
...
(Update) Forum Views / Torrent Faceted Search
2019-01-25 19:23:05 -05:00
HDVinnie
e7cfb7910a
Merge pull request #525 from HDInnovations/analysis-qBaWYg
...
Apply fixes from StyleCI
2019-01-25 19:22:06 -05:00
HDVinnie
059897426b
Apply fixes from StyleCI
2019-01-26 00:21:50 +00:00
singularity43
d64e194a64
(Update) Custom CSS
...
Fix quote font size not matching post font size (OCD).
2019-01-25 16:41:12 -05:00
singularity43
eb4d321447
(Update) TorrentController
...
Bring up one unique user when searching uploader.
2019-01-25 16:23:54 -05:00
HDVinnie
d3c4038782
(Fix) Request Helper Call 🐛
2019-01-25 11:10:01 -05:00
HDVinnie
c902d280c0
(Fix) Graveyard Route 🐛
2019-01-25 09:25:48 -05:00
HDVinnie
c2e324edd3
(Fix) Sidenav Graveyard Route 🐛
2019-01-25 09:23:45 -05:00
HDVinnie
69d9f5db79
(Update) Graveyard System 🚀
...
- abilty to cancel a ressurection
- cruddy
2019-01-25 09:14:37 -05:00
HDVinnie
0a00e7b314
(Update) Activation Email 🚀
2019-01-25 09:03:21 -05:00
singularity43
c17c1f2c38
(Update) Latest Blocks Views
...
Fix table widths.
2019-01-25 00:23:39 -05:00
singularity43
f960b8303b
(Fix) Forum Invalid Typo
...
Across all views.
2019-01-24 23:29:03 -05:00
HDVinnie
ca0e54e85b
Merge pull request #523 from HDInnovations/fix-last-post
...
(Update) Last Post Information
2019-01-24 22:18:31 -05:00
singularity43
2f9a2ecb8c
(Update) Last Post Information
...
Run off last reply, not updated_at.
2019-01-24 22:17:06 -05:00
HDVinnie
8454618dff
Merge pull request #522 from HDInnovations/last-reply-fix
...
(Update) Forum Addon / (Update) User History
2019-01-24 21:59:55 -05:00
singularity43
c39f0dfc10
(Update) Forum Addon / (Update) User History
...
Fix the last reply pull.
Yes, the form fields don't match but I kept it this way for code clarity (IE: you know update_at needs to be ordered by insertion timeline).
-
Pass forum attribute as type to Post (which may be extended)
-
As requested by user.
2019-01-24 21:55:16 -05:00
HDVinnie
6d648ef68f
Merge pull request #520 from HDInnovations/fast-fix
...
(Fix) Forum Addon Bugs
2019-01-24 21:15:21 -05:00
HDVinnie
303a33d970
Merge pull request #521 from HDInnovations/analysis-8K5vGD
...
Apply fixes from StyleCI
2019-01-24 21:14:47 -05:00
HDVinnie
e2a85b2755
Apply fixes from StyleCI
2019-01-25 02:14:36 +00:00
singularity43
a402ab12d4
(Update) Forum View
...
Change default ordering of topics/posts.
2019-01-24 21:03:04 -05:00
singularity43
2dac99dd27
(Fix) Forum Addon Bugs
...
Multi file commit because all changes at once.
2019-01-24 20:33:48 -05:00
HDVinnie
015c7468cd
Merge pull request #519 from HDInnovations/quick-forum-fix
...
(Fixed) Forum Views
2019-01-24 11:41:16 -05:00
singularity43
2fc1658cae
(Fix) Topic Forum View
...
Remove extra closing div.
Move tip out of post body.
2019-01-24 11:35:05 -05:00
singularity43
e98168bc2e
(Fix) Forum Search Filters
...
Remove unneeded torrent filters check (hangover)
2019-01-24 11:33:14 -05:00
HDVinnie
94a14d7d12
(Fix/Remove) Duplicate Migration 🐛
2019-01-23 23:23:07 -05:00
HDVinnie
d3d7259caa
(Remove) todo.php ♻️
2019-01-23 23:10:19 -05:00
HDVinnie
45e07183e4
Merge pull request #517 from HDInnovations/Forums-Addons
...
(Add) Forum Addons / Notification Addons
2019-01-23 22:58:45 -05:00
singularity43
a4dea83400
Merge branch 'Forums-Addons' of https://github.com/HDInnovations/UNIT3D into Forums-Addons
2019-01-23 22:51:37 -05:00
singularity43
5390026bfc
Merge branch 'Forums-Addons' of https://github.com/HDInnovations/UNIT3D into Forums-Addons
...
Need This Done.
2019-01-23 22:51:31 -05:00
singularity43
3fb3d8faea
(Update) Database Migrations For Forum Changes
...
Bandaid to work with current installs.
Step by step.
2019-01-23 22:49:26 -05:00