DariusIII
|
4bca02f103
|
Latest pint fixes
|
2026-03-11 10:11:30 +01:00 |
|
DariusIII
|
01a96bbc43
|
Declare strict types in classes
|
2026-02-26 14:26:07 +01:00 |
|
DariusIII
|
ec98395cde
|
Small opcode optimizations
|
2026-02-24 16:40:26 +01:00 |
|
DariusIII
|
f4c444c9b0
|
Update phpstan level to 6
|
2026-02-11 14:02:26 +01:00 |
|
DariusIII
|
c5e55dd562
|
Fix phpstan reported errors
|
2026-02-10 16:16:29 +01:00 |
|
DariusIII
|
85389a67e3
|
Create Genres service
|
2025-12-27 22:17:35 +01:00 |
|
DariusIII
|
808c23c553
|
Create Console service
|
2025-12-26 16:24:22 +01:00 |
|
DariusIII
|
10c78cf3cb
|
Share data between views
|
2025-10-06 13:28:53 +02:00 |
|
DariusIII
|
74f9a85afc
|
Improve templates
|
2025-10-03 23:27:02 +02:00 |
|
DariusIII
|
9d3bdd1324
|
Code style fixes
|
2024-08-13 22:13:34 +02:00 |
|
DariusIII
|
8c12fdc044
|
CS fixes
|
2023-05-27 03:12:27 +02:00 |
|
DariusIII
|
a6415d7990
|
Update return type declarations
|
2023-05-27 03:09:41 +02:00 |
|
DariusIII
|
fc030d61f6
|
Fix isses in console and api controllers
|
2023-05-15 22:03:50 +02:00 |
|
DariusIII
|
c0f1ba0de5
|
Optimize userdata usage
|
2023-03-15 20:38:03 +01:00 |
|
DariusIII
|
49872346f2
|
CS code fixes by pint
|
2023-03-02 16:47:20 +01:00 |
|
DariusIII
|
6eab198c1d
|
Code style fixes
|
2022-10-23 23:24:49 +02:00 |
|
DariusIII
|
4d188afb52
|
Update controllers
|
2022-10-23 23:18:00 +02:00 |
|
DariusIII
|
c33db34c49
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2021-09-13 20:01:06 +00:00 |
|
DariusIII
|
02ad342bac
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2020-02-05 01:56:40 +00:00 |
|
DariusIII
|
b343c02c63
|
Update project files
|
2020-02-05 00:39:09 +00:00 |
|
DariusIII
|
2c22e7a671
|
Fix rest of the cover pages search filters
|
2020-01-11 04:12:49 +01:00 |
|
DariusIII
|
5a8fff0020
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-11-01 19:52:18 +00:00 |
|
DariusIII
|
96e088583a
|
Update usage of $this->userdata in controllers
|
2019-04-11 12:39:50 +02:00 |
|
DariusIII
|
673cd1c1b3
|
Update classes
|
2019-03-12 15:01:38 +01:00 |
|
DariusIII
|
bab65321a9
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-31 19:18:57 +00:00 |
|
DariusIII
|
552a096d9a
|
Update and fix code with php-cs-fixer
|
2019-01-31 20:17:57 +01:00 |
|
DariusIII
|
ed487c1299
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2019-01-29 12:51:58 +00:00 |
|
DariusIII
|
08b8edbe2d
|
Replace usage of array_ helper with Arr class directly to prepare for Laravel 5.8 changes
|
2019-01-29 13:52:01 +01:00 |
|
DariusIII
|
603655e974
|
Small optimizations in code, use compact where applicable
|
2019-01-25 13:20:55 +01:00 |
|
DariusIII
|
8a82e49152
|
Change pointless 404 page usage where not needed, replace with redirects
|
2018-11-22 12:55:53 +01:00 |
|
DariusIII
|
d2bdd6955f
|
Update Console and Details controllers, change behaviour on missing data
|
2018-11-19 15:11:20 +01:00 |
|
DariusIII
|
eaf7e258c0
|
Fix wrong Category model function usage in rest of controllers
|
2018-09-06 14:50:09 +02:00 |
|
DariusIII
|
7b5da4c48d
|
Fix genres handling in Console, Games and Music controllers
|
2018-07-09 10:52:43 +02:00 |
|
DariusIII
|
5231f0c82f
|
Re-use old code and fix _totalrows and _totalcount insertion into existing array/object
|
2018-05-21 10:35:09 +02:00 |
|
DariusIII
|
b126f2c5d6
|
Fix display of search filter on cover pages
|
2018-05-15 15:33:28 +02:00 |
|
DariusIII
|
ac99f4ebaf
|
Prevent errors if no results for cover view are returned
|
2018-05-15 12:59:13 +02:00 |
|
DariusIII
|
647ccc06ca
|
Many route and themes related fixes
|
2018-05-15 11:41:57 +02:00 |
|
DariusIII
|
1c8d777c99
|
Update category names display
|
2018-05-14 23:57:43 +02:00 |
|
DariusIII
|
a0571293ee
|
Fix couple of console problems
|
2018-05-14 15:52:57 +02:00 |
|
DariusIII
|
d7ec98894a
|
Add check if the page variable is numeric to prevent errors in offset variable
|
2018-05-14 14:06:06 +02:00 |
|
DariusIII
|
df6f80b310
|
Update Releases class, controllers and API responses
|
2018-05-14 13:48:25 +02:00 |
|
DariusIII
|
1a22a8052c
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-05-12 21:00:46 +00:00 |
|
DariusIII
|
3beb5f514e
|
Use function to call paginator
|
2018-05-12 22:59:36 +02:00 |
|
DariusIII
|
286fe7c917
|
Fix Books and Console pages
|
2018-05-11 14:53:58 +02:00 |
|
DariusIII
|
8ecda4ee08
|
Fix links() error on rest of the cover related pages
|
2018-05-09 10:50:21 +02:00 |
|
DariusIII
|
55d3312831
|
Fix numerous category browsing issues
|
2018-04-20 14:58:58 +02:00 |
|
DariusIII
|
2f80a4a91f
|
Add MovieController
|
2018-04-11 14:44:31 +02:00 |
|
DariusIII
|
c9cdc3f065
|
Add GamesController, adjust themes and classes
|
2018-04-11 13:31:41 +02:00 |
|
DariusIII
|
7f555f62cb
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-04-04 22:25:01 +00:00 |
|
DariusIII
|
1c59397b1a
|
Add ConsoleController
|
2018-04-05 00:24:32 +02:00 |
|