aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix useless conditionChocobozzz2021-10-111-1/+1
|
* Fix multiple \n in md to plain textChocobozzz2021-10-111-1/+1
|
* Fix channel handle searchChocobozzz2021-10-111-2/+2
|
* Remove uneeded language injectionChocobozzz2021-10-111-3/+1
| | | | It's already handled by angular build
* Merge branch 'next' into developChocobozzz2021-10-117-2166/+8
|\
| * Fix embed apiChocobozzz2021-09-101-1/+1
| |
| * Remove peertube watch and peertube replChocobozzz2021-09-107-2165/+7
| | | | | | | | | | I don't have time to maintain these scripts that cause some install issues/maintenance difficulties
* | Increase live tests timeoutChocobozzz2021-10-111-2/+2
| |
* | Fix notification on create transcoding jobChocobozzz2021-10-113-6/+20
| |
* | More robust youtube-dl thumbnail importChocobozzz2021-10-111-2/+10
| |
* | Handle oembed with params in URLChocobozzz2021-10-112-32/+50
| |
* | Remove unused commentsChocobozzz2021-10-112-2/+0
| |
* | Fix channel search with complete handleChocobozzz2021-10-112-1/+8
| |
* | Stop indexing /about/peertubeChocobozzz2021-10-115-2/+33
|/
* Fix client testsChocobozzz2021-09-091-1/+4
|
* Fix silent 500 after resumable uploadChocobozzz2021-09-093-12/+3
|
* Fix config injection with custom HTML/CSSChocobozzz2021-09-091-2/+3
|
* Don't force youtube-dl hostChocobozzz2021-09-081-1/+1
|
* Fix object storage multipart uploadChocobozzz2021-09-082-1/+15
|
* Fix infohash with object storageChocobozzz2021-09-072-0/+11
|
* Add latin to languagesChocobozzz2021-09-071-0/+2
|
* Increase timeoutChocobozzz2021-09-071-1/+1
|
* Remove unused timeout optionChocobozzz2021-09-071-2/+0
|
* More robust webtorrent redundancy downloadChocobozzz2021-09-064-10/+8
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* Wait mock server terminationChocobozzz2021-09-062-4/+4
|
* Increase contact form tests timeoutChocobozzz2021-09-021-2/+2
|
* Migrate to webdriverioChocobozzz2021-09-012-4/+4
|
* Fix pending job table migrationChocobozzz2021-08-302-1/+28
|
* Reduce 4k transcode test timeChocobozzz2021-08-301-0/+0
|
* Fix ws importChocobozzz2021-08-301-0/+8
|
* forceConsistentCasingInFileNames to trueChocobozzz2021-08-302-3/+4
|
* Add peertube import testChocobozzz2021-08-272-1/+31
|
* esModuleInterop to trueChocobozzz2021-08-27189-389/+392
|
* Allow accounts to skip account setup modalChocobozzz2021-08-278-31/+71
|
* Don't throw when there is no errorChocobozzz2021-08-261-1/+3
|
* Remove too much log for webtorrent downloadChocobozzz2021-08-261-1/+1
|
* More logs for webtorrent downloadChocobozzz2021-08-262-5/+12
|
* Better logs for redundancyChocobozzz2021-08-263-23/+51
|
* Fix redundancy remove on host redundancy updateChocobozzz2021-08-263-15/+48
|
* Better logs for transcodingChocobozzz2021-08-261-13/+28
|
* Remove useless asyncChocobozzz2021-08-2615-20/+20
|
* Rename jobs list commandChocobozzz2021-08-263-6/+6
|
* Support proxies for PeerTube (#4346)smilekison2021-08-254-2/+117
| | | | | | | | | | | * Updated with latest code * Updated Support proxies for PeerTube * Support Proxies for PeerTube (Updated with change request) * Cleanup proxy PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* Fix object storage migrationChocobozzz2021-08-191-18/+16
| | | | It's too long on big instances
* Fix caption logChocobozzz2021-08-181-1/+2
|
* More robust optimize transcoding jobChocobozzz2021-08-181-17/+8
|
* Fix hls testsChocobozzz2021-08-181-3/+3
|
* Remove useless conditionChocobozzz2021-08-181-6/+2
|
* Set ACL when uploading objectsChocobozzz2021-08-181-2/+4
|