Commit Graph

5002 Commits

Author SHA1 Message Date
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 ce483b1dab Merge pull request #1197 from shlandturtle/staff-forum-area
(Add) Send notifications instead of chat announce for posts at staff area
2020-03-05 08:15:32 -05:00
shlandturtle e3c6976aaf add: Send notifications instead of chat announce for posts at staff area 2020-03-05 07:12:43 +00:00
HDVinnie 59d31e571e Merge pull request #1204 from cbj4074/follow-controller-tests
tests: Add FollowController tests
2020-03-04 11:08:27 -05:00
Ben Johnson b9aa73c31c tests: Add FollowController tests 2020-03-04 10:49:33 -05:00
HDVinnie 4e8163b9fa Merge pull request #1203 from cbj4074/contact-tests
tests: ContactController tests
2020-03-04 10:02:15 -05:00
HDVinnie d0b247c33e Merge pull request #1201 from shlandturtle/bugs
(Fix) Typos related to chat system announces
2020-03-04 08:50:51 -05:00
Ben Johnson 1382c1fc36 tests: Add ContactController tests 2020-03-04 08:17:40 -05:00
shlandturtle 9d32c0ba02 fix: Chat related system announcement typos 2020-03-04 11:00:28 +00:00
HDVinnie 2df053778d Merge pull request #1202 from cbj4074/controller-tests
fix: Move calls to env() out of UsersTableSeeder
2020-03-04 01:42:38 -05:00
Ben Johnson 016f948687 fix: Move calls to env() out of UsersTableSeeder
env() calls should be made *only* from within config files.

Note that the 'owner-username' is not prepended with 'default-' because,
unlike the other two values, it should not be changed after
installation, specifically because the account should always be
looked-up by username and not ID (despite existing code that currently
does the latter).
2020-03-03 21:25:39 -05:00
HDVinnie d4787763d0 Merge pull request #1198 from shlandturtle/css-fixes
(Enhancement) CSS issues on dark themes
2020-03-03 11:58:30 -05:00
HDVinnie 7e22055eab Merge pull request #1200 from HDInnovations/development
(Tests) Staff MassActionController.php
2020-03-03 11:56:54 -05:00
HDVinnie b5c0471576 tests: staff mass action controller 2020-03-03 11:33:17 -05:00
HDVinnie a4f8d40ede Merge branch 'master' into development 2020-03-03 11:31:35 -05:00
HDVinnie 23eed9aa58 Merge branch 'master' into development 2020-03-03 11:29:56 -05:00
HDVinnie fbab6ec724 Merge pull request #1199 from HDInnovations/development
(Update) profile.blade.php
2020-03-03 11:28:39 -05:00
shlandturtle 2a8c602048 fix: CSS issues on dark themes 2020-03-03 16:17:01 +00:00
HDVinnie 4c141ad424 Merge pull request #1195 from cbj4074/controller-tests
tests: Add CommentController test
2020-03-03 10:59:16 -05:00
HDVinnie 63b84ffa67 revert: helper.js
- PR #1188 and #1196 were not compadable with safari and chrome
2020-03-03 10:14:42 -05:00
Ben Johnson e22ffc1d07 tests: Add CommentController tests 2020-03-03 09:53:36 -05:00
HDVinnie 1b09be33e2 Merge pull request #1196 from werrpy/upload-title-dots
(Fix) Use separate capture groups instead of negative look-behind
2020-03-03 08:18:04 -05:00
HDVinnie 7a50380034 Merge pull request #1194 from stonedbovines/development
Update profile.blade.php
2020-03-03 08:16:50 -05:00
werrpy 6737fc6f34 (Fix) Use separate capture groups instead of negative look-behind 2020-03-03 04:36:18 -05:00
Steve Dobinson 28d96c8371 Update profile.blade.php
Rearrange profile upload and download figures to avoid confusion.
Now shows as [recorded figure] = [actual figure] +/- [BON store purchases]
2020-03-02 20:29:05 +00:00
HDVinnie 95033bd100 fix: twostep js
- fixes unexpected EOF
2020-03-02 09:44:05 -05:00
HDVinnie b4355e39ce Merge pull request #1191 from staticza/patch-1
Fix error in check/delete of torrent after failing validation
2020-03-01 19:16:02 -05:00
staticza e3df04bca4 Fix error in check/delete of torrent after failing validation
Check / delete of torrent file was referencing the incorrect disk.  It was referring to `torrent` instead of `torrents`.
2020-03-02 00:58:49 +02:00
HDVinnie 3eda413a39 Merge pull request #1188 from werrpy/upload-title-dots
(Fix) Replace dots with spaces in upload title
2020-03-01 16:02:24 -05:00
werrpy 3edcc9627f (Fix) Replace dots with spaces in upload title 2020-03-01 00:05:43 -05:00
HDVinnie 6711671be3 Merge pull request #1186 from cbj4074/controller-tests
tests: Add tests for Bookmark and Category controllers
2020-02-29 14:19:02 -05:00
Ben Johnson e80eef5ae1 tests: Add tests for Bookmark and Category controllers 2020-02-29 10:50:43 -05:00
HDVinnie 1315021dc0 Merge pull request #1185 from cbj4074/controller-tests
tests: Add BonusController tests
2020-02-28 11:24:59 -05:00
HDVinnie e7f9dfb897 update: travis.yml
- remove coveralls event
2020-02-28 11:24:08 -05:00
HDVinnie 8d30886661 update: readme.md
- remove coveralls coverage for Codecov.
2020-02-28 11:20:37 -05:00
Ben Johnson 57212ca263 tests: Add BonusController tests 2020-02-28 10:57:28 -05:00
HDVinnie a2af41f9d5 fix: issue #1184
- close #1184
2020-02-27 15:24:33 -05:00
HDVinnie f733f05c74 Merge pull request #1183 from cbj4074/controller-tests
tests: Add Announce and Article controller tests
2020-02-27 15:08:51 -05:00
Ben Johnson 73bee5a9b3 tests: Add Announce and Article controller tests 2020-02-27 14:40:51 -05:00
HDVinnie 253ca49867 Merge pull request #1182 from cbj4074/controller-tests
tests: Add tests for Achievements and Album controllers
2020-02-27 01:30:59 -05:00
Ben Johnson a7c15f0d99 tests: Add tests for Achievements and Album controllers 2020-02-26 20:40:58 -05:00
HDVinnie c909f4de35 Merge pull request #1180 from HDInnovations/development
(Tests) Staff Controllers
2020-02-26 17:38:28 -05:00
HDVinnie b005f623a6 Merge pull request #1181 from cbj4074/fix-mail-settings
tests: Add default mail credentials
2020-02-26 16:12:56 -05:00
Ben Johnson 94161dbe0a tests: Add default mail credentials
Fixes exception, "Address in mailbox given [] does not comply with
RFC 2822, 3.6.2." in tests that send mail.
2020-02-26 14:01:13 -05:00
HDVinnie 872288cc61 tests: staff controllers 2020-02-26 12:21:30 -05:00
HDVinnie af288ceab1 Merge pull request #1179 from howardlau1999/patch-1
(Fix) Wrong condition in torrent/groupings.blade.php
2020-02-26 09:18:28 -05:00
Howard Lau 8176738580 fix: condition $t->meta->title should be $t->meta 2020-02-26 21:53:21 +08:00
HDVinnie e0440da1e9 Merge pull request #1178 from HDInnovations/development
(Tests) Console Commands
2020-02-25 22:08:38 -05:00
Ben Johnson b1388e32f6 tests: Fix out-of-memory error by removing phpdbg
Apparently, there is some type of bug in phpdbg that causes a loop
that exhausts all memory (RAM) available to the process until a fatal
error results.

As yet, we're not sure what triggers the bug in phpdbg.
2020-02-25 20:41:50 -05:00