aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* increase waitJobs pendingJobs timeout to 2000Josh Morel2019-01-081-1/+1
|
* (doc) update API spec to include user subscription routesRigel Kent2019-01-031-4/+105
|
* Optimize index sizesChocobozzz2018-12-203-9/+69
|
* Optimize actor follow scores modificationsChocobozzz2018-12-2014-73/+118
|
* Fix notification with large messageChocobozzz2018-12-204-23/+26
|
* Refractor notification serviceChocobozzz2018-12-1978-476/+435
| | | | Shorter name and use primeng component
* Don't call watching endpoint if history is disabledChocobozzz2018-12-191-1/+1
|
* Fix federation of some videosChocobozzz2018-12-193-9/+61
| | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* Fix users update me param validationChocobozzz2018-12-181-4/+7
|
* Fix video sortChocobozzz2018-12-181-1/+5
|
* Add ability to disable and clear historyChocobozzz2018-12-1811-55/+163
|
* Add history page on clientChocobozzz2018-12-1813-7/+239
|
* Add history on server sideChocobozzz2018-12-1819-29/+385
| | | | Add ability to disable, clear and list user videos history
* Add WebFinger support (#1498)Acid Chicken (硫酸鶏)2018-12-181-2/+19
| | | | | | | | | | * Add WebFinger support * Fix TS7006 * Follow lint * Fix TS7006
* Add ability to set subtitle in URL in watch pageChocobozzz2018-12-171-3/+6
|
* Set last subtitle or subtitle in URLChocobozzz2018-12-176-41/+81
|
* Fix adding captions to a videoChocobozzz2018-12-171-3/+1
|
* throw error if MailDev doesn't runJosh Morel2018-12-174-22/+79
| | | | also allow calling in multiple file
* Fix CSP on dev modeChocobozzz2018-12-171-6/+5
|
* Add video title/description when rendering htmlChocobozzz2018-12-172-28/+41
|
* more systemd service hardening (#1488)Michael Koppmann2018-12-151-0/+5
|
* Remove the eventual trailing '/' at the end of urls (see #1453) (#1480)HesioZ2018-12-151-0/+10
| | | remove eventual trailing '/' at the end of urls in import script (see #1453)
* (fix) FreeBSD startup script (#1484)Gérald Niel2018-12-131-4/+3
| | | This PR fixes #1477 introduced by #1474
* Update README.mdChocobozzz2018-12-131-0/+10
|
* Keep old channel/user name constraintsChocobozzz2018-12-132-4/+4
| | | | In order to avoid compatibility issues
* Fix followers searchChocobozzz2018-12-131-1/+1
|
* add Content Security Policy (#1252)Rigel Kent2018-12-1311-4/+75
| | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* Fix crash regarding video stream issueChocobozzz2018-12-121-1/+1
|
* Fix broken audio with transcodingChocobozzz2018-12-111-3/+3
|
* Overwrite video captionChocobozzz2018-12-111-1/+1
|
* Redirect to the last url on loginChocobozzz2018-12-116-22/+25
|
* Use move instead renameChocobozzz2018-12-115-10/+10
| | | | To avoid EXDEV errors
* Support additional video extensionsChocobozzz2018-12-1139-90/+268
|
* Add test regarding tmp directoryChocobozzz2018-12-113-2/+28
|
* Don't quit on queue errorChocobozzz2018-12-111-1/+0
|
* Update FreeBSD startup script (#1474)Gérald Niel2018-12-101-0/+2
|
* Fix default homepage in web applicationChocobozzz2018-12-101-1/+1
|
* dots are allowed in actor namesChocobozzz2018-12-102-2/+2
|
* (doc) fix syntax in openapi spec for watching progressRigel Kent2018-12-081-1/+1
|
* rename ask-email link to ask-send-emailJosh Morel2018-12-081-1/+1
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-07114-237/+867
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Fix dependency issuesbuoyantair2018-11-201-5/+15
| |
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-2041-136/+186
| |\ | | | | | | | | | move-utils-to-shared
| * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-1840-131/+727
| |\ \ | | | | | | | | | | | | move-utils-to-shared
| * | | Fix dependency errors between modulesbuoyantair2018-11-168-11/+18
| | | |
| * | | Merge from upstreambuoyantair2018-11-16118-17173/+4971
| |\ \ \
| * | | | Fix dependency issuesbuoyantair2018-10-298-9/+9
| | | | |
| * | | | Move utils to /sharedbuoyantair2018-10-29104-196/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* | | | | Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-072-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
* | | | | Remove dashes from actor namesChocobozzz2018-12-072-4/+4
| | | | |