Commit Graph

64 Commits

Author SHA1 Message Date
Morgan Wong d4422e5d74 (Update) fine tune translation 🌎 2019-05-17 04:40:23 +08:00
Morgan Wong 63e12b6d4b (Update) fine tune translation 🌎 2019-05-17 04:39:48 +08:00
HDVinnie d2bbd9dae3 Merge pull request #725 from HDInnovations/shift-14576
(Update) Laravel Fixer
2019-05-13 11:22:44 -04:00
Morgan Wong b3e015b044 (Update) fine tune translation 2019-05-13 00:18:09 +08:00
Morgan Wong 546ce8163b (Update) fine tune translation 2019-05-13 00:16:00 +08:00
Laravel Shift d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00:00
HDVinnie 67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie ec897bb6de Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-19 19:33:47 +00:00
HDVinnie 7368b55602 (Fix) Issue #609 🐛
- This closes #609
- check to make sure message exsists before broadcasting and trying to delete.
2019-03-17 18:15:19 -04:00
HDVinnie e0e1aa924b Apply fixes from StyleCI 2019-02-22 13:16:32 +00:00
HDVinnie 3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
Laravel Shift 12397c9e6a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2019-02-22 03:22:51 +00:00
HDVinnie e3580dc6e1 (Update) ChatRepository 🚀
- remove duplicate code
2019-02-12 13:18:06 -05:00
HDVinnie c9aadb8c5c Apply fixes from StyleCI 2019-02-11 07:47:06 +00:00
singularity43 66f0357c9d (Update) ChatRepository Repository
Update pm routine.
2019-02-10 20:52:25 -05:00
HDVinnie f711b767a2 Apply fixes from StyleCI 2019-02-09 20:56:26 +00:00
singularity43 bac19b872e (Update) ChatRepository Repository
Update message, pm, etc.
2019-02-09 15:04:26 -05:00
HDVinnie d65a6479ae Merge branch 'master' into feature/chat-private-messages 2019-02-02 20:42:27 -05:00
HDVinnie adc6494012 Apply fixes from StyleCI 2019-01-31 04:04:04 +00:00
singularity43 f7222c69fc (Update) TaggedUserRepository
Update for new notify system.
2019-01-30 21:50:18 -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 95083d25fb (Update) TaggedUserRepository
To work with notifications.

Did not optimize (IE: unused PrivateMessage)
2019-01-23 22:13:02 -05:00
HDVinnie 5a718ba273 Apply fixes from StyleCI 2018-12-30 19:19:34 +00:00
HDVinnie 93d721f2d9 (Add) Torrent Tags System
- used for genres
2018-12-30 13:35:46 -05:00
HDVinnie 0850390860 (Update) Standardize Where Expressions 🚀
- using `Model::where('download', '=', 1)` over`Model::where('download', 1)`
- decided is easier for new devs to understand.
- thanks to @werrpy for helping with the regex to mass update.
2018-12-16 18:32:58 -05:00
HDVinnie 2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie 1dee25b7ca (Add) Missing License Blocks
- few files were missing NOTICE OF LICENSE
2018-11-05 18:51:45 -05:00
HDVinnie 2b518fbaa6 (Update) Wishlist System
- create new Interfaces dir
- move WishInterface to new dir
2018-11-03 13:39:55 -04:00
HDVinnie 2865928e8e (Fix) Faceted Search Sorting
- closed #444
2018-11-02 06:06:02 -04:00
Laravel Shift ca0fe4481a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-10-28 01:44:55 +00:00
poppabear8883 f6401efce1 fix: Tagging a name that doesn't exist results in an error
If you attempt to tag someone and spell their name wrong or you tag a
name that doesn't exists results in an error.

Closes #370
2018-09-01 09:43:40 -04:00
poppabear8883 466342abe2 (Update) Chat Censoring v1.5
Now blurs the bad words instead of using `****`. Also removes the global
enabled option and is now explicitly per user setting.
2018-07-27 09:01:32 -04:00
poppabear8883 9e70fb5518 (WIP) Chat Censoring v1.5 2018-07-26 16:54:25 -04:00
poppabear8883 9ead227613 (Feature) Chat Censoring v1.0
This feature enables very basic chat censoring options. Settings can be
edited via `config/censor.php`
2018-07-26 16:11:16 -04:00
Laravel Shift 5c1c56d2ca Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-07-18 20:13:14 +00:00
HDVinnie 2525f5ff8d (Update) Adopt PSR-2 Coding Style
- General Cleanup
2018-07-11 11:15:06 -04:00
HDVinnie 7f8bf3aba0 (Fix) User Tagging System
- fix tagging system so you can once again tag users in comments and
forums
2018-06-30 20:49:43 -04:00
HDVinnie 0d392abb32 (Update) Automated Private Messages 2018-05-23 15:31:13 -04:00
poppabear8883 3bd9256cac (WIP)[Chat] Private Messages 2018-05-16 16:17:30 -04:00
poppabear8883 6c45d42372 (WIP)[Chat] Private Messages
This is a "Work In Progress" commit. Its not expected to work.
2018-05-15 23:07:52 -04:00
poppabear8883 b1c8318637 (Refact)[Chat] Fetch entire configuration instead of just limits
-- Run --

npm install && php artisan clear:all

-- Notes --

If using the Git Updater, you will NOT have to do the command
above.
2018-05-14 09:43:09 -04:00
Poppabear 5122acaf6c (Update) Fixed various bugs and added tooltips 2018-05-13 15:06:20 -04:00
Poppabear fff8d78764 (Release) Chat 2.1 Beta
--- Fixed ---
1. When switching rooms, will fetch new messages
2. Scrolling issues
3. Large margin on left side of content area for large width displays
4. Can now use tradition SHIFT + ENTER for new lines
5. Styled to be more attractive ??
2018-05-13 00:26:04 -04:00
Poppabear 8226995d9d (Feature) Can delete chat messages
Rules to Moderating messages:
 1. Owner can mod all
 2. User can mod his own message
 3. is_admin group can mod messages except for Owner messages
 4. Mods CAN NOT mod other mods messages
2018-05-12 16:26:50 -04:00
Poppabear 40ef5f6738 (Update)[Chat 2.0] Max Message Limits
Now you are able to configure the max messages allowed in each room.
2018-05-08 22:24:20 -04:00
poppabear8883 f37df6fede (Beta) Chat v2.0
This is a "Beta" commit. Its expected to be appropriate for local or
public testing.
2018-05-08 16:14:24 -04:00
poppabear8883 8f4b96ec95 (Update)[Chat 2.0] More refactoring 2018-05-08 10:20:02 -04:00
poppabear8883 e01fcb8855 (Update)[Chat 2.0] Add repository
Also updated some other stuff ...
2018-05-07 16:35:24 -04:00