aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Fix redundancy exceeded quotaChocobozzz2019-06-201-1/+4
|
* Fix follows backend URLChocobozzz2019-06-202-1/+5
| | | | And improve "no followers/followings" message position
* Rearrange search filter optionsJessica Fairchild2019-06-201-4/+4
| | | Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long)
* Add language filter in header searchChocobozzz2019-06-191-5/+24
|
* Improve account username copy buttonChocobozzz2019-06-193-3/+19
|
* Fix lintChocobozzz2019-06-191-4/+11
|
* Add language filters in user preferencesChocobozzz2019-06-1924-150/+443
|
* Fix e2e tests in parallelChocobozzz2019-06-194-58/+64
|
* Feature/completeUsernameCopy (#1913)Nassim Bounouas2019-06-193-4/+9
| | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-174-3/+14
|\
| * Bumped to version v1.3.1v1.3.1Chocobozzz2019-06-173-3/+3
| |
| * Update changelogChocobozzz2019-06-171-0/+11
| |
* | Add more e2e testsChocobozzz2019-06-174-30/+264
| |
* | Fix CLI default boolean valuesChocobozzz2019-06-172-3/+11
| |
* | Update contributing to use multiple remote. (#1902)Jorropo2019-06-141-1/+8
| | | | | | Using multiple remote simplify a lot updating and pulling.
* | Add ability to override CLI import attributesChocobozzz2019-06-134-72/+151
| |
* | Add more CLI testsChocobozzz2019-06-1316-180/+400
| |