aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Add sitemapChocobozzz2018-12-0511-4/+241
| | | | | |
* | | | | | Add error when email system is not configured and using the forgotChocobozzz2018-12-056-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | password system
* | | | | | Put features table in about pageChocobozzz2018-12-052-28/+37
| | | | | |
* | | | | | Remove inferred typeChocobozzz2018-12-055-37/+37
| | | | | |
* | | | | | My account menu -> open entries on hoverChocobozzz2018-12-057-93/+168
| | | | | |
* | | | | | Add information in report modalChocobozzz2018-12-053-0/+25
| | | | | |
* | | | | | Add button to help to translate peertubeChocobozzz2018-12-052-1/+11
| | | | | |
* | | | | | Add ru pl and it translationsChocobozzz2018-12-0519-1230/+966
| | | | | |
* | | | | | Better tools.md docChocobozzz2018-12-041-6/+6
| | | | | |
* | | | | | Use `'` instead of `'` for passwords in the documentation (see #1453)Nathanaƫl J2018-12-041-2/+2
| | | | | |
* | | | | | Create redundancy endpointChocobozzz2018-12-047-23/+38
| | | | | |
* | | | | | Add tmp and redundancy directoriesChocobozzz2018-12-0426-42/+70
| | | | | |
* | | | | | Fix thumbnail processingChocobozzz2018-12-046-20/+25
| | | | | |
* | | | | | change type of languageOneOf query parameterRigel Kent2018-12-041-2/+12
| | | | | |
* | | | | | Upgrade client dependenciesChocobozzz2018-12-043-638/+775
| | | | | |
* | | | | | Improve tools docChocobozzz2018-12-041-40/+40
| | | | | |
* | | | | | Update dependenciesChocobozzz2018-12-044-161/+196
| | | | | |
* | | | | | Check if awk and sed are executableFelix Ableitner2018-12-041-7/+9
| | | | | |
* | | | | | Check free storage before upgradingFelix Ableitner2018-12-041-0/+8
|/ / / / /
* | | | | Bumped to version v1.1.0v1.1.0Chocobozzz2018-12-043-3/+3
| | | | |
* | | | | Fix release scriptChocobozzz2018-12-031-1/+1
| | | | |
* | | | | Update CHANGELOG.mdChocobozzz2018-12-031-2/+2
| | | | |
* | | | | Update changelogChocobozzz2018-12-031-0/+89
| | | | |
* | | | | Fix trending pageChocobozzz2018-12-033-12/+21
| | | | |
* | | | | Fix AP redirectionChocobozzz2018-11-303-23/+54
| | | | |
* | | | | quickfix back to recent nodemon that fixes event-stream vulnerabilityRigel Kent2018-11-262-506/+89
| | | | |
* | | | | quickfix back to older nodemonRigel Kent2018-11-262-34/+157
| | | | |
* | | | | quickfix back to safe nodemonRigel Kent2018-11-262-77/+313
| | | | |
* | | | | add parameters to GET /videos route specRigel Kent2018-11-241-11/+158
| | | | |
* | | | | add donate link, move redundancy doc and images to docs.joinpeertube.orgRigel Kent2018-11-2312-87/+10
| | | | |
* | | | | Optimize config endpointChocobozzz2018-11-233-12/+9
| | | | |
* | | | | (doc) less technical headline, more compact introductionRigel Kent2018-11-222-22/+28
| | | | | | | | | | | | | | | | | | | | | | | | | * FAQ: moving motivation from README. * README: headline is more appealing to a non-technical public. Introduction now presents WebTorrent and ActivityPub.
* | | | | Add Introduction to READMEThomas Kuntz2018-11-221-11/+17
| | | | | | | | | | | | | | | Provide small explanation of what is PeerTube and point to resources to learn more (combined with 'Want to see in action?' links)
* | | | | Don't import test tools in coreChocobozzz2018-11-222-5/+3
| | | | |
* | | | | Add open api bump version in release scriptChocobozzz2018-11-224-4/+8
| | | | |
* | | | | Bumped to version v1.1.0-rc.1v1.1.0-rc.1Chocobozzz2018-11-222-2/+2
| | | | |
* | | | | Fix some zanata translationsChocobozzz2018-11-2210-170/+86
| | | | |
* | | | | add federation doc to ChangelogRigel Kent2018-11-221-0/+1
| | | | |
* | | | | Fix changelog bullet pointsChocobozzz2018-11-221-3/+3
| | | | |
* | | | | Update translationsChocobozzz2018-11-2236-1725/+7725
| | | | |
* | | | | Update creditsChocobozzz2018-11-221-5/+19
| | | | |
* | | | | Update changelogChocobozzz2018-11-221-0/+48
| | | | |
* | | | | Reload user table when setting an email to verifiedChocobozzz2018-11-211-0/+2
| | | | |
* | | | | Add separators in user moderation dropdownChocobozzz2018-11-214-14/+36
| | | | |
* | | | | Fix youtube video importChocobozzz2018-11-211-2/+2
| | | | |
* | | | | Various improvements for docker-composeFelix Ableitner2018-11-214-4/+18
| | | | |
* | | | | make POST /users have integer role enumRigel Kent2018-11-212-7/+12
| | | | |
* | | | | Improve FreeBSD setup instructionsMateusz Piotrowski2018-11-211-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Use install(1) instead of cp(1) and chmod(1) to install the service file. Also, use sysrc(8) to enable the PeerTube service in rc.conf(5).
* | | | | enable email verification by admin (#1348)Josh Morel2018-11-2112-3/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* | | | | Delete invalid or deleted remote videosChocobozzz2018-11-2010-66/+212
| | | | |