Commit Graph

311 Commits

Author SHA1 Message Date
HDVinnie 3d3de56ccb update: queries 2020-05-26 13:22:18 -04:00
HDVinnie f90bfe8814 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-05-19 02:59:08 +00:00
HDVinnie 4748e9ef7c refactor: backup manager 2020-05-18 21:28:20 -04:00
HDVinnie 8ad948799a Apply fixes from StyleCI
[ci skip] [skip ci]
2020-04-30 09:20:48 +00:00
HDVinnie 55e92094a9 fix: chatroom controller
-closes #1187
2020-04-29 15:43:29 -04:00
HDVinnie bf76798bd3 refactor: nullable compare to null 2020-04-24 11:31:12 -04:00
HDVinnie 8c8e2865b2 refactor: camel case function naming to underscore 2020-04-24 11:04:24 -04:00
HDVinnie 4afdfbdade Apply fixes from StyleCI
[ci skip] [skip ci]
2020-04-19 05:31:13 +00:00
HDVinnie 78608a4666 refactor: space after sole ! operators
-  There should be a space after sole `!` operators
2020-04-14 22:31:48 -04:00
HDVinnie ea2a12be15 refactor: closure to arrow function 2020-04-14 20:38:48 -04:00
HDVinnie 5b0202db74 Merge pull request #1256 from HDInnovations/Subtitle-System
(Add) Subtitle System
2020-04-12 13:10:16 -04:00
HDVinnie c44f295a37 add: double upload permission to groups 2020-04-01 00:09:34 -04:00
HDVinnie ea850ca866 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-03-30 03:08:39 +00:00
HDVinnie 7a1125923c update: media language staff controller 2020-03-26 11:39:56 -04:00
HDVinnie 9c1c9c60e9 update: media language staff controller 2020-03-26 00:12:03 -04:00
HDVinnie a057d50a8e add: media language staff controller 2020-03-26 00:01:57 -04:00
HDVinnie 6160c03ede refactor: change variable with read only status and default value to a constant 2020-03-06 09:04:22 -05:00
HDVinnie 408bfafc3e Apply fixes from StyleCI
[ci skip] [skip ci]
2020-03-05 15:47:30 +00:00
HDVinnie 4b9c006a05 chore: phpdoc blocks cleanup 2020-03-05 10:46:14 -05:00
HDVinnie b5c0471576 tests: staff mass action controller 2020-03-03 11:33:17 -05:00
HDVinnie 605c337204 refactor: encapsed strings to sprintf 2020-02-17 13:52:20 -05:00
HDVinnie 29cd6e8eb6 refactor: use identical over equal with same type 2020-02-16 21:04:19 -05:00
HDVinnie d393ac779b Merge pull request #1126 from gyakkun/patch_impl-poll-edit-delete
Implement polls edit and delete.
2020-02-16 09:56:32 -05:00
gyakkun 957ac57b4b remove: Purge ip_checking in models and views of poll. 2020-02-15 04:19:25 +08:00
HDVinnie 0eb606aa51 refactor: remove unnecessary ternary expression 2020-02-14 13:08:04 -05:00
Gyakkun ae8014a96a Merge branch 'development' into patch_impl-poll-edit-delete 2020-02-14 12:53:20 +08:00
HDVinnie 6eaeb07fc1 refactor: simplify ifelse to ternary 2020-02-13 17:30:47 -05:00
HDVinnie 285ecfa38b refactor: count on null 2020-02-12 19:15:58 -05:00
HDVinnie c8d953a3ad Merge branch 'master' into development 2020-02-12 18:03:21 -05:00
HDVinnie 780e0c1f0e chore: update license block 2020-02-12 15:05:34 -05:00
HDVinnie e47afe4ab4 chore: styleci 2020-02-12 14:51:22 -05:00
HDVinnie 80c842e39c chore: update license block
- make styleci happy
2020-02-12 14:49:18 -05:00
HDVinnie dbb928f940 chore: update license block 2020-02-12 14:45:59 -05:00
gyakkun 089fad5ac4 misc: Remove useless comment.
Make CI happy.
2020-02-12 19:18:22 +00:00
gyakkun 6ede4d0287 fix: Flag ip_check and multi_choice in edit polls. 2020-02-12 19:17:17 +00:00
HDVinnie c1f47c42ea chore: styleci 2020-02-12 13:14:44 -05:00
HDVinnie 8d72989943 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-12 17:41:17 +00:00
gyakkun 8207a2eaf5 add: Implement edit and delete polls. 2020-02-12 17:40:27 +00:00
HDVinnie 611fcd6bc1 refactor: if / else / elseif statements
- Change If Else Value Assign To Early Return
- Change Nested Ifs To Early Return
- Remove Always Else
2020-02-12 12:34:34 -05:00
HDVinnie 9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie c8f2390c4d Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-06 15:38:43 +00:00
HDVinnie e77bf65da0 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-06 15:31:25 +00:00
HDVinnie ac3dc3bff7 (Fix) User Controller Doc Block 🐛 2019-12-01 11:36:18 -05:00
HDVinnie 0bece18c5c (Update) Group Queries 🚀
- add caching to system required groups
2019-11-20 12:11:41 -05:00
HDVinnie c0326f2fd5 (Update) Articles System 🚀
- closes #946
2019-11-19 11:16:57 -05:00
HDVinnie 8d5a6d39f1 (Fix) Chat Announces 🐛 2019-11-11 23:37:05 -05:00
HDVinnie 0380d0c06d (Fix) Command Shortcuts 🐛
- closes #918
2019-11-11 20:59:30 -05:00
HDVinnie d4daed9d5e (Update) CheaterController 🚀 2019-11-11 08:16:34 -05:00
HDVinnie bd2a38ffcd (Fix) Chatbox Flush Tool 🐛 2019-11-10 16:43:13 -05:00
HDVinnie 575e8dda5e Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-06 11:44:34 +00:00