Commit Graph

116 Commits

Author SHA1 Message Date
pluja
69ada4948b Add keep-alive on /stream (#27) 2020-09-08 10:17:59 +02:00
pluja
e121930e6a Fix content-range 2020-09-08 10:17:59 +02:00
PLUJA
c41a3a60a8 Fix db error
Comment last_seen. Is throwing error.
2020-09-08 10:17:59 +02:00
PLUJA
10bafeebd3 Fix db error.
last_seen throws errors on production server. I'm investigating. commented for now.
2020-09-08 10:17:59 +02:00
pluja
ebc745ca9f Add /<username> route for Twitter 2020-09-08 10:17:59 +02:00
pluja
8a89c4ef86 Add extra headers to video stream request (#27) 2020-09-08 10:17:40 +02:00
pluja
f795eeb0e7 Improve settings page 2020-09-07 23:53:11 +02:00
pluja
118bd6ea40 Add last_seen for better administration
This will allow admins to remove users who have not been logged in in a long time
2020-09-07 23:32:06 +02:00
pluja
b6bb2a3cfa Detect livestreams on Youtube video search and feed 2020-09-07 15:19:00 +02:00
pluja
091f501fe4 #27: Improve video streaming
Don't execute YoutubeDL each time the video is seeking
2020-09-07 12:21:23 +02:00
pluja
6917b476fd #29: First login-less pages
This commit adds a config for . When enabled it allows users to navigate on the routes which don't have the @login_required
2020-09-06 22:33:39 +02:00
pluja
c0d203afde video title on tab when on /watch 2020-09-06 12:57:27 +02:00
PLUJA
0d4758e697
Remove last_seen
Strange bug. Need to study more about this.
2020-09-06 12:25:56 +02:00
PLUJA
c12aa6556b
remove last_seen
Some strange bug produces an error when using pymysql.
2020-09-06 12:25:25 +02:00
pluja
2dcae564d0 Move last_seen to index 2020-09-06 12:11:05 +02:00
pluja
3adb771987 Move last_seen to index 2020-09-06 11:55:19 +02:00
pluja
86a525dd2d Remove debug print 2020-09-06 11:40:39 +02:00
pluja
6bd045ba6b Add user last_seen
This will facilitate maintenance in the future. Running a script to clean the database from dead accounts will now be much easier
2020-09-06 11:24:03 +02:00
pluja
e325fdd08a Increase video stream chunk size 2020-09-06 10:43:40 +02:00
pluja
a0b8257bd7 Option to delete account 2020-09-06 10:27:14 +02:00
pluja
de89765747 Add name on instance info 2020-09-05 13:28:57 +02:00
pluja
a968962b40 Add instance info on settings 2020-09-05 13:25:45 +02:00
pluja
6063cc0b29 Add word-break to video descriptions 2020-09-05 13:16:58 +02:00
PLUJA
bbb5171652
Comment non implemented settings
Some non implemented settings were shown and it was confusing for users.
2020-09-05 11:59:04 +02:00
pluja
ff0fce2455 Old name on base.html 2020-09-05 08:56:32 +02:00
pluja
7dcecfdf59 Fix database issues 2020-09-05 08:41:40 +02:00
pluja
bea7cd3896 Fix old name in settings and others 2020-09-04 23:55:56 +02:00
pluja
5b44273b30 Undo last commit 2020-09-04 18:23:31 +02:00
pluja
0f8aa3c2d4 testing typo 2020-09-04 18:21:57 +02:00
pluja
eeacc51ec2 fix db for server 2020-09-04 17:47:41 +02:00
pluja
e66729485e Fix closed registrations logic 2020-09-04 17:07:44 +02:00
PLUJA
4fb8e0ae77
Update routes.py 2020-09-04 15:59:16 +02:00
0ihgk1uVBLlTBzVo7F9B
bf600c1a16 add option to import freetube subscriptions 2020-09-04 15:05:32 +02:00
0ihgk1uVBLlTBzVo7F9B
ae7aefb5c2 add option to import youtube subscriptions 2020-09-04 14:57:45 +02:00
0ihgk1uVBLlTBzVo7F9B
c572662112 add option to import newpipe subscriptions 2020-09-04 14:42:35 +02:00
0ihgk1uVBLlTBzVo7F9B
214500e707 set registrations to true because there is no key in the config file 2020-09-04 14:26:27 +02:00
pluja
6153aa1b2a Add server config file 2020-09-04 08:21:35 +02:00
pluja
f7b0c3df40 #18: Proxy more images 2020-09-04 07:54:04 +02:00
pluja
6865455e7c Fix #18: Proxy images through Yotter 2020-09-04 07:42:01 +02:00
pluja
38746cc0d3 Add cited tweets to user feeds 2020-09-01 21:03:51 +02:00
pluja
c8ef38ffeb Improve UI on mobile devices 2020-08-31 13:28:57 +02:00
pluja
d1f090dab6 Add new error pages and fix debug printing 2020-08-31 09:38:35 +02:00
pluja
22d2a73d79 Add banner 2020-08-30 12:40:20 +02:00
pluja
d8b705f04e Add new logo 2020-08-30 11:55:16 +02:00
pluja
87bd3b8ff6 Add new logo 2020-08-30 11:46:42 +02:00
pluja
54f3fc2ca6 Youtube: Format video descriptions 2020-08-30 10:05:16 +02:00
pluja
5e1d347711 add closed registrations 2020-08-30 01:16:51 +02:00
pluja
c82640991f add closed registrations 2020-08-30 01:15:48 +02:00
pluja
70c25f097f Video seeking is now possible 2020-08-29 22:35:29 +02:00
pluja
b06f96f9c4 Fixed: spaces breaking twitter search 2020-08-27 23:56:14 +02:00