Commit Graph

68 Commits

Author SHA1 Message Date
DariusIII b7d8ddcb44 Update ZipFile class 2018-07-23 13:29:32 +02:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII 688c32786d Revert previous commit, bad idea 2017-08-29 13:47:39 +02:00
DariusIII 820babdcbf Use Pear/Net_NNTP library directly from github, remove local files 2017-08-29 13:28:34 +02:00
DariusIII 1845bab9ea Fix SSL connections to USP and IRC 2017-04-25 00:52:14 +02:00
DariusIII 596a9ef018 Remove now unused pixelead0 tmdb library, update jquery 2017-03-17 08:45:40 +01:00
DariusIII 8498482bbe Revert the change to Client.php 2016-08-23 10:42:24 +02:00
DariusIII d412c2903c Refactor Client.php error responses for php7 2016-08-23 09:27:21 +02:00
DariusIII 4289a5b68b Use our own rarinfo library 2016-07-25 14:16:53 +02:00
DariusIII 872ad5c722 Use nntmux namespace, rename nntmux script to tmux.Update composer.lock. 2016-06-25 15:45:47 +02:00
DariusIII 0b136662c6 Port many fixes from nZEDb 2016-05-12 09:45:08 +02:00
DariusIII db4135d147 Remove AmazonProductAPI class. 2016-03-27 16:18:22 +02:00
DariusIII 873bbbfd6f Many composer fixes 2016-03-08 23:39:31 +01:00
DariusIII 08118e098d Add project composer.lock file to git, remove Git folder from libs. 2016-03-08 09:43:30 +01:00
DariusIII 8b94c334d8 Remove libraries handled by composer, move others to their respective folders 2016-03-08 09:24:48 +01:00
DariusIII c54a9a50ab Remove functions and modifiers from smarty plugin dir that are already moved to www/plugins 2016-02-08 13:54:14 +01:00
DariusIII 121dffde2d Update function.getcatval and Page class with category assignment for smarty. 2016-02-08 10:43:35 +01:00
DariusIII 4014998cbf Add getcatval function to smarty, update SmartyUtils 2016-02-05 15:20:49 +01:00
DariusIII aeb187ca4e Update ApaiIO country list. 2016-01-21 14:55:08 +01:00
DariusIII 548fc196cd Update getID3 to latest revision. 2016-01-21 14:47:36 +01:00
DariusIII 262d12d8e6 Update smarty to version 3.1.29 2015-12-21 14:14:53 +01:00
DariusIII 6152c114f5 Change COUNT(*) queries to count the primary key columns to improve query performance. Re-work the count querying in PreDB class (fixes by @ruhllatio) 2015-12-11 09:21:59 +01:00
DariusIII ae13c137c4 Broken queries in DnzbFailures and Releases classes. Fix TV processing 2015-11-23 22:10:44 +01:00
DariusIII a51b0f7807 Fix TVMaze processing 2015-11-18 09:06:00 +01:00
DariusIII e98150f101 Use rawurlencode in TVMaze/Client.php 2015-11-16 23:05:37 +01:00
DariusIII 291f759b0f Numerous fixes from nZEDb 2015-11-15 22:21:58 +01:00
DariusIII 6aebca6c2f Push possible fix for TVMaze akas processing 2015-11-06 14:19:09 +01:00
DariusIII 9976346078 Fix akas processing 2015-11-04 22:06:27 +01:00
DariusIII e28c0aacf2 Move TmdbAPI back to libs/Tmdb folder 2015-11-03 15:17:40 +01:00
DariusIII 3d32dc7cc6 Ensure returned results are array and not empty 2015-11-02 21:17:02 +01:00
DariusIII fe5574c0b3 First push of semi working tmdb 2015-11-02 13:33:19 +01:00
DariusIII 3564af928f Merge branch 'dev-regexless-tv' into dev-regexless-tmdb 2015-11-02 10:29:28 +01:00
DariusIII ae8debcb88 Fix akas processing and offset errors 2015-11-01 22:37:56 +01:00
DariusIII dee9c77378 Merge branch 'dev-regexless-tv' into dev-regexless-tmdb 2015-10-31 00:14:33 +01:00
DariusIII d5890baa3c Fix ApaiIO errors 2015-10-30 23:57:38 +01:00
DariusIII 2ac989399a Start adding TMDB support 2015-10-30 15:56:12 +01:00
DariusIII 904384ca7c Move ApaiIO and Tmdb libraries into libs folder 2015-10-30 15:10:18 +01:00
DariusIII d5ac1584fc Simplify is_array 2015-10-30 14:22:29 +01:00
Darko 96c29f9605 Fix sources in series and details pages. 2015-10-30 11:31:52 +01:00
DariusIII 8fdfc489b7 Revert the change 2015-10-30 10:07:22 +01:00
DariusIII 4d8eaa283d Push the test code 2015-10-30 09:49:55 +01:00
DariusIII af2bc68c29 Update TVMaze support, it is working now 2015-10-28 22:53:10 +01:00
DariusIII 2df1a8e3bb Start adding TvMaze support 2015-10-28 13:40:16 +01:00
DariusIII e7bf12bdae Update api, rss, series and login 2015-10-22 02:51:30 +02:00
DariusIII 76e8501028 Changes ported from nZEDb/dev-tv branch. 2015-10-21 14:17:40 +02:00
DariusIII 5ddb0fc58f Add first batch of changes from nZEDb dev-tv branch related to TvRage changes 2015-10-21 13:02:41 +02:00
DariusIII d14ec9a0ed Fix some of the autoloading and api issues. 2015-10-17 04:16:26 +02:00
DariusIII dd743c750a Port TVDB support from nZEDb @ruhllatio. 2015-10-04 23:10:10 +02:00
DariusIII 9c109217f7 Add PSR-0 comaptible autoloadrr for libs folder. 2015-10-04 22:40:46 +02:00
Darko b2bb93e8e2 Revert the last change. 2015-07-16 15:51:35 +02:00