Chocobozzz
96f29c0f6d
Optimize SQL requests of videos AP endpoints
2018-09-19 10:20:38 +02:00
Chocobozzz
ad76628b17
Fix admin access to moderators
2018-09-19 09:54:38 +02:00
Chocobozzz
627621c1e8
Optimize SQL requests of watch page API endpoints
2018-09-19 09:54:37 +02:00
Chocobozzz
e972e046db
Don't get recommended videos twice
2018-09-19 09:54:36 +02:00
Chocobozzz
098eb37797
Reduce video.ts file size by moving some methods in other files
2018-09-19 09:54:35 +02:00
Rigel Kent
df182b373f
normalize robot.txt and specify test servers as scope of security audits
2018-09-18 11:18:51 +02:00
Chocobozzz
d5931e6233
Fix client build
2018-09-18 08:21:04 +02:00
Chocobozzz
dae4a1c0f8
Improve webtorrent import error message when the torrent has multiple
...
files
2018-09-17 17:50:51 +02:00
Chocobozzz
a8ecc6f670
Try to improve infinite pagination
2018-09-17 17:45:55 +02:00
Chocobozzz
415acc63cf
Add comments in nginx regarding blocks that can be safely removed
2018-09-17 17:45:54 +02:00
Rigel Kent
8c72543a4a
adding missing i18n for schedule option
2018-09-17 16:44:41 +02:00
Chocobozzz
e452d2e2b8
Fix description/comments max width
2018-09-17 15:28:32 +02:00
Chocobozzz
b335ccec49
Fix ios player playback/subtitles menu
2018-09-17 15:01:04 +02:00
Chocobozzz
c07b604111
Fix checker if we don't have redundancy strategies
2018-09-17 11:28:33 +02:00
Chocobozzz
860cfb31e3
Fix "no results" on overview page
2018-09-17 10:28:38 +02:00
Chocobozzz
2ff83ae292
Handle actors search beginning with '@'
...
Something like @toto@example.com
2018-09-17 10:13:54 +02:00
Chocobozzz
743164fed1
Fix overviews tests
2018-09-17 10:13:54 +02:00
victor héry
ff587059b9
Add possibility to manage trust_proxy list in docker image
2018-09-16 18:50:13 +02:00
Chocobozzz
a2377d15ee
Refractor activities sending
2018-09-14 16:51:35 +02:00
Chocobozzz
d61b817890
Process inbox activities in a queue
2018-09-14 16:47:15 +02:00
Chocobozzz
4b5384f6e7
Add redundancy stats
2018-09-14 14:57:59 +02:00
Chocobozzz
cfc16a6db8
Fix tag search on overview page
2018-09-14 14:36:12 +02:00
Chocobozzz
7348b1fd84
Speed up overviews route
2018-09-14 11:52:23 +02:00
Chocobozzz
2b62cccd75
Raw query to get video ids
2018-09-14 11:09:34 +02:00
Rigel Kent
8704acf49e
one cli to unite them all
...
Ash nazg thrakatulûk agh burzum-ishi krimpatul
- refactor import-videos to use the youtubeDL helper
- add very basic tests for the cli
2018-09-14 11:08:55 +02:00
Chocobozzz
3f6b6a565d
Add recently added redundancy strategy
2018-09-14 11:05:38 +02:00
Chocobozzz
780daa7e91
Speaup clean script
2018-09-14 10:07:33 +02:00
Chocobozzz
d5f044cef2
Test to remove delay in tests when running multiple servers
2018-09-14 09:58:49 +02:00
Chocobozzz
b36f41ca09
Add trending videos strategy
2018-09-14 09:57:21 +02:00
Rigel Kent
1d9d9cfdcf
add css custom properties for the left menu
2018-09-13 14:33:17 +02:00
Chocobozzz
6f0c46be8c
Process last hour views instead of current hour
2018-09-13 14:14:15 +02:00
Chocobozzz
c48e82b5e0
Basic video redundancy implementation
2018-09-13 14:05:49 +02:00
Chocobozzz
a651038487
Bumped to version v1.0.0-beta.13
2018-09-13 11:07:53 +02:00
Chocobozzz
176e211453
Retry transactions on user endpoints if needed
2018-09-13 10:22:14 +02:00
Chocobozzz
64eb806451
Changelog beta 13
2018-09-13 10:15:29 +02:00
Chocobozzz
9431cabf8a
Fix video views increment
2018-09-13 10:13:25 +02:00
Chocobozzz
662fb3ab5e
Fix feeds with channel filter
2018-09-13 09:48:34 +02:00
Chocobozzz
4035d2b6e9
Fix video channel deletion
2018-09-13 09:31:04 +02:00
Chocobozzz
09cf121ce8
Try to fix bcrypt on node 8.12
2018-09-13 09:20:06 +02:00
Chocobozzz
dcce142d33
Update translations
2018-09-13 09:19:24 +02:00
Chocobozzz
bcb0c8958f
Fix client build
2018-09-12 09:52:08 +02:00
Rigel Kent
c13e2bf340
update hotkeys to include user-specific routes
...
also fix left-menu width
2018-09-11 22:02:58 +02:00
Rigel Kent
7aba23d13f
wrap the hotkeys component to allow templating 🎨
2018-09-11 21:33:22 +02:00
Felix Ableitner
5284d4028c
Don't include `preload` flag in sample HSTS header
...
This goes against the recommendations (preloading should be opt-in). Putting it in the example makes it likely that people enable it without knowing what it means.
https://hstspreload.org/?domain=peertube.social#opt-in
2018-09-11 20:10:57 +02:00
Rigel Kent
a157b3a322
specify shift in keyboard shortcuts cheatsheet
2018-09-11 14:18:59 +02:00
Rigel Kent
e3f7f600e8
remember theme in localStorage
2018-09-11 11:41:18 +02:00
Rigel Kent
e78980ebd1
use focus-visible polyfill to improve keyboard navigation
...
Only the homepage is concerned, but it should have decent keyboard
navigation support now.
2018-09-11 10:58:48 +02:00
Josh Morel
ecf06378ff
further enhance tools install explanation
2018-09-11 10:57:44 +02:00
Chocobozzz
b8aca3bfe2
Bumped to version v1.0.0-beta.12
2018-09-11 08:15:06 +02:00
Chocobozzz
65cb4bb443
Add beta 12 changelog
2018-09-10 11:39:45 +02:00