1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Commit graph

45 commits

Author SHA1 Message Date
Daniel
2a9630258f https://github.com/WWBN/AVideo/issues/6345#issuecomment-1067056556
Also check the lang in case insensitive
2022-03-14 14:28:38 -03:00
Daniel
98a9c56303 https://github.com/WWBN/AVideo/issues/6367 2022-03-11 12:01:29 -03:00
Thoralf Rickert-Wendt
aaa9b47ff1 Typo and unusual default configuration and link to prebuild image 2022-02-04 12:24:10 +01:00
Caleb Mazalevskis
27a7925b98
Refactor. 2022-01-06 21:44:29 +08:00
Caleb Mazalevskis
ec3bceb29a
Sync install requirements to actual minimum PHP version requirement. 2021-12-24 23:09:15 +08:00
Daniel
d4d042e041 Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
2021-10-26 14:52:45 -03:00
Daniel
047e363a16 Update jquery 2021-10-26 10:47:47 -03:00
DanielnetoDotCom
0096fffa87 https://github.com/WWBN/AVideo/issues/5033 2021-04-29 13:16:16 -03:00
akhilleusuggo
4f3ce8542a
sudo
just avoid some wasted time when copy/past error Operation not permitted
2021-03-29 00:18:10 +03:00
DanielnetoDotCom
06f9f77452 https://github.com/WWBN/AVideo/issues/4753 2021-03-22 11:07:35 -03:00
DanielnetoDotCom
403e2b44c5 https://github.com/WWBN/AVideo-Encoder/issues/355 2021-03-11 08:15:53 -03:00
DanielnetoDotCom
3a58523ffd https://github.com/WWBN/AVideo-Encoder/issues/355 2021-03-11 08:14:25 -03:00
Mateusz Hajder
abc445c41a
Allow the use of a blank database password during installation 2021-02-18 11:00:40 +01:00
DanielnetoDotCom
35d672283f Make sure clear the cache on this Update 2020-09-09 11:11:27 -03:00
DanielnetoDotCom
00ee72622b 2020-07-10 22:09:58 -03:00
daniel
a07f0ed0ed https://github.com/WWBN/AVideo/issues/3055 2020-05-13 12:52:51 -03:00
daniel
400ab5d239 Rebranding 2019-12-02 12:17:41 -03:00
daniel
68caeb912d Adding a playlist plugin that gives you more options over your content 2019-02-01 17:55:50 -03:00
daniel
0c3f4473af adding secure method 2019-01-31 07:23:06 -03:00
daniel
3e64c17c2b Sending the updates to support PayPerView plugin 2019-01-30 14:25:14 -03:00
daniel
faf13bebf5 Add a class on the body that we can improve the youtube layout 2019-01-11 10:54:02 -03:00
Vinzenz Hersche
5c11fc142c completed and tested the install-changes 2018-05-28 02:10:12 +02:00
Vinzenz Hersche
0207229a5d add turkish and german to install-file (untested) 2018-05-26 04:53:30 +02:00
Vinzenz Hersche
b50abc031a fix js-dep's in install (#441) 2018-05-24 01:14:59 +02:00
daniel
10cb13fb23 Remove mod rewrite check from installation
remove notice from live mode
https://github.com/DanielnetoDotCom/YouPHPTube/issues/442#issuecomment-374336531
add option to do not use GIF image as thumds mouse over
2018-03-20 09:07:59 -03:00
daniel
f30e95f32f Fix Missing Jquery since last pullrequest
https://github.com/DanielnetoDotCom/YouPHPTube/issues/436
2018-03-15 11:44:15 -03:00
daniel
6bdab11bfb Fix 2017-10-29 01:46:39 -03:00
daniel
3d5ec45b42 Securing Dirs 777 to 755 2017-10-12 23:27:38 -03:00
daniel
50a3aa76c0 Merge origin/master
Conflicts:
	install/index.php
	view/include/navbar.php
	view/mini-upload-form/videoEncoder.php
2017-08-05 12:45:30 -03:00
daniel
f61e3dd45c Fix gif streamer page 2017-08-04 15:07:08 -03:00
daniel
6ac656c5b9 Version 4.0 Alpha 2017-07-29 12:43:30 -03:00
tiagostutz
c8d4cd14d3 Added the databasePort field to be able to define a differente port for the MySQL instead of the default 2017-07-22 04:26:01 -03:00
tiagostutz
8169ca3edc Allow MYSQL connection configuration to specify PORT parameter 2017-07-22 02:58:53 -03:00
daniel
b45fb760de Options to enable and disable functions
thumbs for ads manager
temporary thumbs when it is not done
session time out
encode mpeg and webm option
encode mp3 and spectrum option
2017-06-01 15:37:22 -03:00
daniel
cc9c14e010 Portrail Videos Support 2017-04-27 16:30:33 -03:00
daniel
3c1445eb24 Replace the mysqli_result::fetch_all() for a loop
this version does not requires MySQL Native Driver (mysqlnd).
2017-04-23 14:06:42 -03:00
daniel
6b0c0a6b90 Replace the mysqli_result::fetch_all() for a loop
this version does not requires MySQL Native Driver (mysqlnd).
2017-04-23 14:06:02 -03:00
daniel
12836ac58f The installation script gives an option to do not create database or tables 2017-04-23 12:14:01 -03:00
daniel
23ebcc7aed Version 1.0
Added a updateDb file to update the old instalations of YouPHPTube
Added audio support, now you can upload also audio files
2017-04-10 15:35:26 -03:00
daniel
272e459629 Making a better installation 2017-04-06 11:28:17 -03:00
daniel
7a4fe934ba Making a better installation 2017-04-06 11:23:00 -03:00
daniel
a3daa52f02 Making a better installation 2017-04-06 11:21:11 -03:00
daniel
d45b4d2506 Making a better installation 2017-04-06 11:10:22 -03:00
DanielnetoDotCom
508848fa94 2017-04-02 11:41:35 -03:00
DanielnetoDotCom
53167fbdba Add Files for the first time 2017-04-02 11:02:38 -03:00