Commit Graph

6544 Commits

Author SHA1 Message Date
Oha-you faaccbb904 fix: Profile, better way to optimize SQL query for uploads count 2021-04-29 22:03:54 +03:00
Oha-you efcb5db45b fix: Profile, optimize SQL query for uploads count 2021-04-29 20:20:04 +03:00
HDVinnie 249eb1c1ef update: dependencies 2021-04-29 09:37:39 -04:00
HDVinnie d6a520fe52 Merge pull request #1745 from Oha-you/bug/pruning
(Fix) Auto pruning with artisan auto:disable_inactive_users
2021-04-29 02:22:40 -04:00
Oha-you 540f2dea9f fix: Auto pruning with artisan auto:disable_inactive_users 2021-04-29 08:47:44 +03:00
HDVinnie 5e4f5db157 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-04-29 01:33:15 +00:00
HDVinnie 927ec9c924 update: laravel core files 2021-04-28 21:33:00 -04:00
HDVinnie d2cff31d43 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-04-28 02:17:53 +00:00
HDVinnie b55f4b8888 update: markdown helper 2021-04-27 22:17:40 -04:00
HDVinnie 0169b8b4ac update: markdown helper
- Some of call_user_func()/call_user_func_array() might have semantic of variable function call. Using variable function instead is a micro-optimization.
2021-04-27 22:11:05 -04:00
HDVinnie f0f297d0a2 update: nfo helper
- merging arrays in a loop is slow and causes high CPU usage
2021-04-27 22:09:55 -04:00
HDVinnie 9399372237 refactor: power operator usage 2021-04-27 22:06:15 -04:00
HDVinnie a5cb6c57d0 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-04-28 02:04:56 +00:00
HDVinnie 335bfd5f2b update: demo seeder
- use type casting instead
2021-04-27 22:04:44 -04:00
HDVinnie 9af156b7ad update: markdown helper
- 'substr(...)' replaced with 'strpos(...)'
2021-04-27 22:03:15 -04:00
HDVinnie cb297a9ca6 update: markdown helper
- 'strlen(...)' misused
2021-04-27 22:02:07 -04:00
HDVinnie 3fc7526ccf refactor: remove redundant else 2021-04-27 22:00:58 -04:00
HDVinnie d26cd1251f Apply fixes from StyleCI
[ci skip] [skip ci]
2021-04-28 01:42:29 +00:00
HDVinnie 2ece01cafb update: markdown helper
- merge isset
2021-04-27 21:42:09 -04:00
HDVinnie 8d685edf35 update: markdown extra helper
- 'parent' keyword has been miss used and could be replaced with '$this'.
2021-04-27 21:39:31 -04:00
HDVinnie 00b68814a2 refactor: access modifiers shall be defined 2021-04-27 21:37:51 -04:00
HDVinnie 537d992f6a update: phpdoc blocks 2021-04-27 21:37:22 -04:00
HDVinnie 71ff333eb4 refactor: dynamic calls to static 2021-04-27 21:35:23 -04:00
HDVinnie 4fe76bcc10 update: trust proxies middleware 2021-04-27 21:33:24 -04:00
HDVinnie 3d8ed2e62c update: user model
- fix typo
2021-04-27 21:27:58 -04:00
HDVinnie d0bc3a7646 update: markdown helper
- strpos and substr functions calls that can be replaced with the str_* functions calls (introduced in PHP 8.0).
2021-04-27 21:27:11 -04:00
HDVinnie be8505cddf update: dependencies 2021-04-27 20:43:59 -04:00
HDVinnie 0abb3b1d0b update: meta data 2021-04-27 20:24:20 -04:00
HDVinnie 4faa004e72 Merge pull request #1743 from Oha-you/demoseed
(Fix) Demo data generation with demo:seed
2021-04-27 11:13:36 -04:00
Oha-you ffa334c6e7 fix: Demo data generation with demo:seed 2021-04-27 14:59:02 +03:00
HDVinnie 8a9c9264a3 update: torrent meta data 2021-04-27 01:28:44 -04:00
HDVinnie 17a3a2b1c8 update: similar torrents 2021-04-26 21:11:45 -04:00
HDVinnie 42df7062d8 update: pages index view 2021-04-25 21:29:17 -04:00
HDVinnie 185e6b8558 security: fix tipping anon uploads 2021-04-25 21:27:46 -04:00
HDVinnie d589f9324a update: dependencies 2021-04-21 23:08:16 -04:00
HDVinnie 1dd0dd88d8 fix: #1736
- this was due to a bad PR by @Globbered . I have reverted and fixed. My fault for not catching it.
2021-04-21 22:50:10 -04:00
HDVinnie 40157703a5 update: api torrent resource 2021-04-20 23:46:52 -04:00
HDVinnie d43b9d3018 Merge pull request #1730 from Oha-you/upload
(Fix) Check filenames properly, use separate function without '/'
2021-04-17 09:42:55 -04:00
Oha-you 7a7cdcacf3 fix: Check filenames properly, use separate function without '/' 2021-04-17 14:48:52 +03:00
HDVinnie cb1efe0868 Merge pull request #1726 from Oha-you/upload
(Add) Validate if files inside torrents have valid filenames
2021-04-15 09:17:05 -04:00
HDVinnie a75f65c8c6 fix: #1725
- closes #1725
2021-04-14 22:59:55 -04:00
Oha-you 452254c691 add: Validate if files inside torrents have valid filenames 2021-04-15 01:15:53 +03:00
Oha-you 3b8cbab91f fix: Validate if the uploaded file is a valid torrent 2021-04-14 23:01:45 +03:00
HDVinnie cdcacce768 Merge pull request #1717 from Oha-you/spoiler
(Fix) Spoilers on Pages with markdown
2021-04-14 09:37:36 -04:00
HDVinnie 7eff944fd3 Merge pull request #1720 from Oha-you/readme
(Update) Readme: mention demo:seed command
2021-04-14 09:36:09 -04:00
Oha-you c0f1cb4619 update: Readme - mention demo:seed command 2021-04-14 15:51:00 +03:00
Oha-you 3ece20312f fix: Spoilers on Pages with markdown, adjust styles 2021-04-14 05:14:37 +03:00
HDVinnie 809fc4970c Merge pull request #1715 from Oha-you/profile
(Update) About Me in Profile: don't limit to 500 chars, add wysibb, remove badge style
2021-04-13 21:14:39 -04:00
HDVinnie 211700b2a0 Merge pull request #1714 from Globbered/master
(Update) Danish translations + add missing language strings ticket system
2021-04-13 21:12:56 -04:00
Oha-you 172a59ec31 fix: Don't use badge style for About Me in Profile view 2021-04-14 00:34:03 +03:00