aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Add filter hooks testsChocobozzz2019-07-2410-41/+260
|
* Add hook filters testsChocobozzz2019-07-2418-80/+306
|
* Add plugin API testsChocobozzz2019-07-2419-79/+481
|
* Add CLI plugins testsChocobozzz2019-07-2422-148/+589
|
* Provide logger to pluginsChocobozzz2019-07-245-53/+72
|
* Add plugins check params testsChocobozzz2019-07-244-6/+478
|
* Add server hooksChocobozzz2019-07-2417-114/+424
|
* Add ability to disable plugins/themes from CLIChocobozzz2019-07-241-1/+2
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-246-19/+45
|
* Add plugin quickstart documentationChocobozzz2019-07-241-0/+229
|
* Use process.env.npm_package_versionChocobozzz2019-07-245-41/+43
|
* Fix lintChocobozzz2019-07-244-5/+13
|
* Add client helpers to pluginsChocobozzz2019-07-245-15/+52
|
* Check latest plugins version with config intervalChocobozzz2019-07-245-7/+9
|
* Check latest plugins versionChocobozzz2019-07-246-18/+51
|
* Add ability to install a plugin from the admin pageChocobozzz2019-07-243-1/+16
|
* Add ability to search available pluginsChocobozzz2019-07-2427-80/+512
|
* Add peertube plugin index website modelsChocobozzz2019-07-248-11/+38
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-244-5/+10
|
* WIP plugins: add storage managerChocobozzz2019-07-244-2/+58
|
* WIP plugins: update pluginChocobozzz2019-07-2424-88/+387
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-2426-191/+452
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-2417-47/+404
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-2422-5/+304
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-2420-61/+419
|
* WIP plugins: load theme on client sideChocobozzz2019-07-2419-94/+197
|
* WIP plugins: add theme supportChocobozzz2019-07-2434-39/+312
|
* WIP plugins: working hook on server sideChocobozzz2019-07-241-0/+2
|
* WIP plugins: hook on client sideChocobozzz2019-07-2411-3/+215
|
* WIP plugins: static filesChocobozzz2019-07-246-15/+124
|
* WIP plugins: install/uninstallChocobozzz2019-07-2411-9/+216
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-2423-3/+553
|
* yarn -> npm in dockerfileChocobozzz2019-07-081-2/+2
|
* replace npm and apt-get by yarn and apt in dockerfile.stretch (#1952)Jacen2019-07-081-8/+8
| | | | | | * replace npm and apt-get by yarn and apt in dockerfile.stretch * keep consistancy
* Updated openapi.html ExternalDocs urlDirk Kelly2019-07-081-1/+1
|
* Update creditsChocobozzz2019-07-051-2/+25
|
* Update translationsChocobozzz2019-07-0558-7432/+17072
|
* Fix travis testsChocobozzz2019-07-041-0/+3
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-049-23/+112
|
* peertube auth add wants a URL (and not a host)Chocobozzz2019-07-041-1/+2
|
* Fix openapi schemaChocobozzz2019-07-031-32/+44
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Check pg_dump before backup (#1950)tomamplius2019-07-021-8/+12
| | | | | | | | * Check pg_dump before backup When the database is not on the same host pg_dump can't be not present * Update upgrade.sh
* For Gentoo : set testing keyword for yarnWirebrass2019-07-021-0/+9
| | | | Gentoo has not "stable" keyword for yarn (cf source, next line), you need to add "testing" keyword for yarn. Source : https://packages.gentoo.org/packages/sys-apps/yarn
* For Gentoo : update @peertube set (delete vips)Wirebrass2019-07-021-1/+0
| | | The media-libs/vips package does not exist on Gentoo (and all works fine on my PeerTube POC without vips).
* Fix/connection with email (#1917)Nassim Bounouas2019-07-024-6/+17
| | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation
* Update postgresql version for Gentoo (#1935)Wirebrass2019-06-221-2/+2
| | | Update postgresql version for Gentoo example
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-2110-8/+42
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix signup email verificationChocobozzz2019-06-201-3/+3
|
* Link to follower profile from administration (#1922)Nassim Bounouas2019-06-201-1/+1
| | | | | | * #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tab