DariusIII
|
b45c6ccbc1
|
Update laravel/framework to 5.8.2, use forks of packages used untill they add support for laravel 5.
|
2019-02-28 12:33:36 +01:00 |
|
DariusIII
|
86b500bdb5
|
Update base laravel classess and middleware
|
2019-01-09 11:02:41 +01:00 |
|
DariusIII
|
ed9476e920
|
Make PhpYenc the only yenc available, remove rest of the files used
|
2018-11-15 10:14:37 +01:00 |
|
DariusIII
|
232f48d612
|
Update configuration files
|
2018-10-01 23:33:10 +02:00 |
|
DariusIII
|
351509a165
|
Remove isWin/isWindows functions and remove HAS_WHICH definition and usage
|
2018-07-23 14:29:31 +02:00 |
|
DariusIII
|
066414c994
|
Update minimum MySQL version to 5.7 and MariaDB version to 10.2
|
2018-06-18 13:12:39 +02:00 |
|
DariusIII
|
5514944e0f
|
Remove $kernel variable assignment from bootstraping laravel
|
2018-03-27 13:33:40 +02:00 |
|
DariusIII
|
f3974a615a
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-03-22 14:51:33 +00:00 |
|
DariusIII
|
a2abf2d085
|
Start migrating to laravel's routing and authentification
|
2018-03-22 14:17:23 +01:00 |
|
DariusIII
|
c0f070314a
|
Simplify some of the used code, remove unused functions
|
2018-03-15 13:56:17 +01:00 |
|
DariusIII
|
e28b1746e3
|
Update bootstrap/autoload and constants (change and remove non-used constants definitions)
|
2018-03-12 09:26:35 +01:00 |
|
DariusIII
|
d5e7ba4825
|
Upgrade nntmux configuration method
|
2018-03-03 20:47:49 +01:00 |
|
DariusIII
|
89b70a4e86
|
Instantiate Request class as soon as possible
|
2018-03-01 15:35:57 +01:00 |
|
DariusIII
|
314e601e44
|
Rename nntmux namespace and folder to Blacklight
|
2018-02-14 23:08:17 +01:00 |
|
DariusIII
|
29fe9a636e
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-07 14:18:48 +00:00 |
|
DariusIII
|
fd2b75169f
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-02-07 14:18:35 +00:00 |
|
DariusIII
|
a851b85ffa
|
Remove yydecode setting check from yenc, will be dropped at later date
|
2018-02-07 15:18:20 +01:00 |
|
DariusIII
|
59a9c81510
|
Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations
|
2018-01-28 23:21:13 +01:00 |
|
DariusIII
|
029c9301c5
|
Update path to constants.php
|
2018-01-08 12:11:29 +01:00 |
|
DariusIII
|
f86cb2e1eb
|
Move constants.php to bootstrap folder, config folder was a bad place
|
2018-01-08 11:58:00 +01:00 |
|
DariusIII
|
33628af730
|
Move constants.php to config folder
|
2018-01-08 10:49:24 +01:00 |
|
DariusIII
|
c8effb147b
|
Remove bootstrap.php from nntmux folder and add its contents to bootstrap/autoload.php
|
2017-11-23 13:35:03 +01:00 |
|
DariusIII
|
46e4169910
|
Optimize autoloder
|
2017-11-23 11:16:52 +01:00 |
|
DariusIII
|
d01dc10b03
|
Fix composer missing setting error on install when calling package auto discovery
|
2017-11-09 15:25:45 +01:00 |
|
DariusIII
|
cb7cf5b8c8
|
Update cs of some files, use Category model in Category class
|
2017-10-06 14:09:28 +02:00 |
|
DariusIII
|
d14b015a21
|
Add PHPDOC blocks and update code
|
2017-09-04 10:13:57 +02:00 |
|
DariusIII
|
a3e845c27b
|
Revert yenc.php
|
2017-09-01 22:27:31 +02:00 |
|
DariusIII
|
02b69ee3ff
|
Comment out yydecode for test
|
2017-09-01 21:09:32 +02:00 |
|
DariusIII
|
a0dee0a18d
|
Reorder autoload
|
2017-09-01 21:06:40 +02:00 |
|
DariusIII
|
ae15d3c2c0
|
Change check from !empty to !== null in bootstrap/yenc.php
|
2017-09-01 15:39:04 +02:00 |
|
DariusIII
|
3fb73e18b3
|
Update value fetching and autoloading
|
2017-09-01 12:48:07 +02:00 |
|
DariusIII
|
65a1e5ff07
|
Rename Models/Settings value function into settingValue to prevent collision with query builder value response
|
2017-09-01 10:49:35 +02:00 |
|
DariusIII
|
e4d2966c74
|
Update yenc.php
|
2017-08-31 23:11:34 +02:00 |
|
DariusIII
|
24fa162413
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2017-08-31 09:31:28 +00:00 |
|
DariusIII
|
f73e7285d3
|
Add back yydecode support
|
2017-08-30 15:41:46 +02:00 |
|
DariusIII
|
0e5452a6fc
|
Add maintenance mode with custom page displayed
|
2017-08-09 15:16:35 +02:00 |
|
DariusIII
|
d7f440a563
|
Use default composer install folder (vendor) to align with laravel defaults
|
2017-08-02 13:22:16 +02:00 |
|
DariusIII
|
219f40d6b5
|
Rename bootstrap/bootstrap.php to autoload.php
|
2017-07-30 23:14:08 +02:00 |
|
DariusIII
|
dc8b83e800
|
Update Yenc support to properly detect and use available extensions
|
2017-07-21 10:42:11 +02:00 |
|
DariusIII
|
39da819328
|
Add new YenxServiceProvider and adjust yenc support
|
2017-07-21 00:24:38 +02:00 |
|
DariusIII
|
751796a613
|
Update laravel usage
|
2017-07-18 13:02:58 +02:00 |
|
DariusIII
|
925988cf0e
|
"Laravelize" NNtmux (Add files and folders from laravel/laravel)
|
2017-07-18 10:30:31 +02:00 |
|
DariusIII
|
c5280c26f0
|
Fix editing of MGR posters
|
2017-07-17 13:23:45 +02:00 |
|
DariusIII
|
c776e37d16
|
Use NzedbYenc as default and only yenc library
|
2017-07-14 11:03:28 +02:00 |
|
DariusIII
|
a4ccffd030
|
update Yenc
|
2017-07-13 00:24:26 +02:00 |
|
DariusIII
|
38c9c3d607
|
Change Yenc support
|
2017-07-12 01:06:13 +02:00 |
|
DariusIII
|
955e04dc0f
|
Remove simple_yenc and yydecode
|
2017-07-04 23:44:03 +02:00 |
|
DariusIII
|
212d56523b
|
Move app/config/bootstrap to bootstrap/bootstrap
|
2017-07-02 01:04:13 +02:00 |
|