Commit Graph

64 Commits

Author SHA1 Message Date
poppabear8883 fdc5d50fbb (Feature) Staff "here" tag
Now staff members can use the "@here" tag to notify all users that
have made previous posts or comments on the specific topic.

Also strips out "@here" from quotes to avoid tagging all users again
unintentionally.

This is useful for things like notifications of updates and/or
announcements.

Supports posts/comments in Forums, Torrents, Articles and Requests

(Reworked) repository and added a ton of new api
2018-04-24 21:26:50 -04:00
poppabear8883 4f3b2dc1d3 (Update) Removed un-needed word boundary in regex 2018-04-24 10:10:37 -04:00
poppabear8883 9b27fd7da5 (Feature) Auto tagging users in quotes and more
Will now tag users when they have been quoted by another user.

Refactored regex to only alpha-numeric characters, as well as dashes
and underscores.

Added debugging options to repository:
 1: Allows you to tag yourself while testing

 code:
 ```php
 $this->tag->setDebug(true);
 $this->tag->messageTaggedUsers($content, $subject, $message);
 ```
2018-04-24 10:06:20 -04:00
poppabear8883 4ef10042c3 (Feature) Tagging users in comments
Supports comments made in Torrents, Articles and Requests

Created new repositry for this as it may be used throughout the
code base

(Update) ForumController to use new repository
2018-04-24 00:13:04 -04:00
poppabear8883 8b282591c8 (Update) Wishlist removed useless type 2018-04-21 20:04:02 -04:00
poppabear8883 daaa673c45 (Feature) User Wishlist v1.0 Beta
You can access the wishlist via a button near bottom of your profile
page.
2018-04-21 18:59:11 -04:00
HDVinnie 20555efb8c (Update) Torrent Request Faceted Repository 2018-04-03 01:31:11 -04:00
HDVinnie e99ab4a2f3 (Update) Category Sorting By Position
- RequestFacetedRepository
- TorrentFacetedRepository
#219
2018-03-17 15:26:11 -04:00
HDVinnie bfb2c64129 (Update) Add Request Faceted Search
- Remove old basic request search
- Added faceted search for requests like torrents
2018-03-11 13:50:05 -04:00
HDVinnie 0741d3f408 (Update) Cleanup Torrent Faceted Search 2018-03-11 13:48:18 -04:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00