Daniel Neto
6fa17d1bfc
Add option to organize the videos order
2023-07-10 09:15:49 -03:00
DanieL
ef8b32d0e2
Count total time longer
2022-12-23 14:19:35 -03:00
DanieL
9e5fc74a4a
Count total time longer
2022-12-22 16:59:00 -03:00
DanieL
90e0facdcf
Banner in channels clickable link
...
add the Website URL field on the profile and use it as a link for the channel banner
Add more info on the database regarding video publishing and notifications
2022-11-09 11:10:23 -03:00
DanieL
0ba25294f2
EPG updates
2022-08-10 14:09:36 -03:00
DanieL
211eeb5013
videoLink now is not limited by 255 chars
2022-06-30 16:37:26 -03:00
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
3a0eb0298e
Pre Update for new version
2022-03-03 21:07:08 -03:00
Daniel
6727623b0a
Version 11.6 Add phone to sign-up screen
2022-02-17 14:46:17 -03:00
Caleb Mazalevskis
27a7925b98
Refactor.
2022-01-06 21:44:29 +08:00
Daniel
57a7de324d
Improve videos performance adding the likes and dislikes count on the videos table
...
also the admin can edit the total likes now
2021-11-16 09:51:04 -03:00
Daniel
b5333816b2
Change font size
2021-09-30 15:54:13 -03:00
Daniel
c69a2169ba
Version 11.3 add more info on the video view tracking
2021-08-03 15:44:52 -03:00
Daniel
a5a91dc9d2
Version 11.2 that add more support to track video views
2021-08-02 12:45:30 -03:00
DanielnetoDotCom
786ea71eca
You can now manually start/stop recording
2021-05-21 10:05:39 -03:00
DanielnetoDotCom
352105fb77
Allow different video status
2021-04-29 09:07:17 -03:00
DanielnetoDotCom
b3efc7aea8
https://github.com/WWBN/AVideo/issues/4913
...
-- Add Missin column
-- this update may release a column already exists error in some installations
2021-04-12 15:35:15 -03:00
DanielnetoDotCom
1a51f93945
Version 10.4
...
https://github.com/WWBN/AVideo/pull/4589
2021-02-25 08:34:48 -03:00
DanielnetoDotCom
890a14d244
1. add seasons support that will group multiple series as part of a big serie.
...
2. update the netflix layout to display more details about the selected series.
2021-02-24 16:23:11 -03:00
Emmanuel Dreyfus
56c24c2a78
Add active and encoding status
...
This is for the progressiveUpload option of Avideo-Encoder, where the
encoded videos are sent as soon as they are encoded, and not in a
final batch. The video is immediatly avaiable but we need to display
that more encoded videos are to come.
2021-02-05 02:24:10 +01:00
DanielnetoDotCom
730f4893f2
Adding socket support
...
-- When upload a video to a certain category, this video will be part of a user group automatically
-- one category can add your video in more than one user group
-- Allow user add some extra info in JSON format, for example bank info and other thing
-- This is based on users_extra_info table
-- add full text search https://github.com/WWBN/AVideo/issues/4343
2021-01-14 14:24:07 -03:00
DanielnetoDotCom
65f5b4cd23
Allow add video watermark and playlist play live and TV
2020-11-30 16:44:26 -03:00
DanielnetoDotCom
632fbe3acd
https://github.com/WWBN/AVideo/pull/3840
...
cannot be bigint
2020-10-26 09:31:41 -03:00
Gustavo Novaro
2d4e29b449
Small database improvements.
...
- Email fields must be maxlenght 254 according to RFC https://www.ietf.org/rfc/rfc2821.txt
- I strongly recommend use always the same naming convention with the fields names: Always in lower case with "_" for split words. MySQL and linux system are case sensitive and tables and fields are files in linux...
2020-10-17 00:50:03 +02:00
DanielnetoDotCom
3c7f257109
Fix installation error
2020-08-13 14:08:42 -03:00
DanielnetoDotCom
d504190b7f
Version 9.4
...
Getting ready for the meet
2020-08-12 22:16:17 -03:00
daniel
30b70b7466
Version 9.1 adding some indexes on the database to speedup video queries
2020-06-16 12:57:25 -03:00
daniel
5b34e5bcdb
Version 9.0 adding some indexes on the database to speedup video queries
2020-06-16 12:11:10 -03:00
daniel
f3dc841389
Version 8.8 update to upload images and zip files
2020-04-29 15:56:41 -03:00
daniel
5db857b422
https://github.com/WWBN/AVideo/issues/2636#issuecomment-586584216
...
Version 8.5 to have the filesize for each video
2020-02-15 09:28:27 -03:00
daniel
e68fc94853
filter to allow users to filter movies by ratings
...
Now you can sort categories
2020-01-29 18:42:54 -03:00
daniel
3b13f66fce
Version 8.3 and mail fix
2020-01-20 17:38:11 -03:00
daniel
d00e79ba53
Speed up categories
2020-01-06 19:27:02 -03:00
daniel
e1802adfc9
You can now change the titles without loose the links
...
The URL Friendly version now uses the video ID as well
Also we add some indexes in the video URL and in the filename to speedup the search
2020-01-04 10:06:15 -03:00
daniel
400ab5d239
Rebranding
2019-12-02 12:17:41 -03:00
daniel
7d90140d8a
allow download per category
...
add an option to decide what category can be downloaded and what can not
2019-10-31 13:46:31 -03:00
daniel
e1a9e32e7d
Firs commit to transform playlists into Movies series
2019-09-30 14:43:31 -03:00
daniel
9196fcaf87
2019-09-17 16:10:35 -03:00
daniel
e1d4f66780
Version 7.5 Adding Articles support
2019-08-15 11:38:24 -03:00
daniel
bd5aa94854
Add support for upload PDF files
...
Update the wavesurfer, so the audio is working now.
2019-08-07 11:18:54 -03:00
daniel
7dcc3bfa9f
Add support for YPT Storage
2019-07-24 14:01:23 -03:00
daniel
81d9466534
https://github.com/YouPHPTube/YouPHPTube/issues/1722
2019-05-09 18:27:41 -03:00
daniel
3a9ff3fb66
2019-05-08 13:25:07 -03:00
daniel
d078205e73
Making faster queries
2019-04-05 11:47:09 -03:00
daniel
ee60502e0c
You now can setup a time to start the video
...
also add externalOption for the videos, to make easier extend features
2019-03-05 10:25:51 -03:00
daniel
7243294050
2019-02-26 12:03:07 -03:00
daniel
dc72faf881
https://github.com/DanielnetoDotCom/YouPHPTube/issues/1531
2019-02-26 09:34:20 -03:00
daniel
7475570167
Correct Subscribers tables
...
adding video statics index for faster results
2019-02-24 12:06:16 -03:00
daniel
c826f7540e
Version 6.6 add Watch later and favorite play lists
2019-02-14 16:07:49 -03:00
daniel
1ae87d0387
ver 6.5 Add RRAting option on the videos
2019-02-04 16:33:34 -03:00