aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | don't notify prior to scheduled updateJosh Morel2019-02-071-3/+7
| |/ | | | | | | also increase timeouts on user-notification test
| * Prepare Dislike/Flag/View fixesChocobozzz2019-01-1513-108/+191
| | | | | | | | | | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
| * Fix deleting not found remote actorsChocobozzz2019-01-141-3/+8
| |
| * Refresh remote actors on GET enpointsChocobozzz2019-01-143-61/+77
| |
| * Warn user when they want to delete a channelChocobozzz2019-01-142-2/+2
| | | | | | | | | | Because they will not be able to create another channel with the same actor name
| * Use origin video url in canonical tagChocobozzz2019-01-101-3/+3
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-10/+6
| |
| * Implement contact form in the clientChocobozzz2019-01-101-7/+4
| |
| * Implement contact form on server sideChocobozzz2019-01-103-5/+45
| |
| * Add notifications in the clientChocobozzz2019-01-092-11/+11
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-096-17/+235
| |
| * Add import finished and video published notifsChocobozzz2019-01-096-10/+170
| |
| * Add notification settings migrationChocobozzz2019-01-093-23/+24
| |
| * Add user notification base codeChocobozzz2019-01-0913-54/+425
| |
| * Optimize actor follow scores modificationsChocobozzz2018-12-2011-35/+98
| |
| * Fix federation of some videosChocobozzz2018-12-191-8/+8
| | | | | | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
| * Add video title/description when rendering htmlChocobozzz2018-12-171-18/+33
| |
| * Use move instead renameChocobozzz2018-12-113-6/+6
| | | | | | | | To avoid EXDEV errors
| * Support additional video extensionsChocobozzz2018-12-112-8/+6
| |
| * Don't quit on queue errorChocobozzz2018-12-111-1/+0
| |
| * Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-1/+0
| |\ | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| | * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-206-19/+26
| | |\ | | | | | | | | | | | | move-utils-to-shared
| | * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-183-18/+11
| | |\ \ | | | | | | | | | | | | | | | move-utils-to-shared
| | * | | Fix dependency errors between modulesbuoyantair2018-11-162-2/+2
| | | | |
| * | | | Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+7
| | | | | | | | | | | | | | | | | | | | password system
| * | | | Create redundancy endpointChocobozzz2018-12-041-2/+2
| | | | |
| * | | | Add tmp and redundancy directoriesChocobozzz2018-12-045-14/+15
| | | | |
| * | | | Fix thumbnail processingChocobozzz2018-12-043-10/+16
| | | | |
| * | | | Update dependenciesChocobozzz2018-12-041-2/+2
| | | | |
| * | | | Fix trending pageChocobozzz2018-12-032-6/+20
| | | | |
| * | | | Don't import test tools in coreChocobozzz2018-11-222-5/+3
| | | | |
| * | | | Delete invalid or deleted remote videosChocobozzz2018-11-204-59/+103
| | |_|/ | |/| |
| * | | Cleanup tests importsChocobozzz2018-11-191-4/+2
| | | |
| * | | Speedup peertube startupChocobozzz2018-11-191-4/+11
| | | |
| * | | Fix checkbox marginsChocobozzz2018-11-195-12/+12
| | | |
| * | | Optimize image resizingChocobozzz2018-11-191-4/+6
| | |/ | |/|
| * | Fix images size when downloading themChocobozzz2018-11-163-18/+11
| |/
| * Fix embed video id parsingChocobozzz2018-11-151-1/+1
| |
| * Don't forward view, send updates insteadChocobozzz2018-11-153-16/+12
| | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
| * Fix server redundancy testsChocobozzz2018-11-151-2/+3
| |
| * Check activities hostChocobozzz2018-11-1416-47/+122
| |
| * Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-4/+9
| |
| * Revert change og video typeChocobozzz2018-11-141-1/+1
| |
| * change video typeBO412018-11-131-1/+1
| |
| * Add HTTP signature check before linked signatureChocobozzz2018-10-191-3/+4
| | | | | | | | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
| * AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
| |
| * Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
| |
| * Add ability for users to block an account/instance on server sideChocobozzz2018-10-162-4/+42
| |
| * Merge branch 'release/v1.0.0' into developChocobozzz2018-10-113-7/+22
| |\
| | * Add more headers to broadcast/unicastChocobozzz2018-10-103-7/+22
| | |