aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc testsChocobozzz2019-10-221-1/+1
|
* Add tsconfig-paths registration to mochaChocobozzz2019-10-214-6/+8
|
* Fix caption validators testChocobozzz2019-10-181-16/+17
|
* Try to fix testsChocobozzz2019-09-241-2/+6
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-242-0/+21
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Fix testsChocobozzz2019-09-181-1/+1
|
* Add hardware information in instance configChocobozzz2019-09-052-0/+15
|
* Add creation reasonChocobozzz2019-09-052-0/+4
|
* Add welcome modalChocobozzz2019-09-052-3/+38
|
* Add more attributes to about pageChocobozzz2019-09-052-0/+40
|
* Fix testsChocobozzz2019-09-041-0/+4
|
* Add notification on auto follow indexChocobozzz2019-09-041-5/+42
|
* Add auto follow instances index supportChocobozzz2019-09-041-12/+71
|
* Add auto follow back support for instancesChocobozzz2019-09-046-7/+227
|
* Lowercase video tags searchChocobozzz2019-08-291-4/+4
|
* Remove old JSON LD signature implementationChocobozzz2019-08-291-13/+0
| | | | | | | | | Only PeerTube was compatible with it, and the library has moved on RsaSignature2018 and removed RsaSignature2017 support. We had to create a dirty fork of the RsaSignature2017 branch, which is not ideal. Now we use the Mastodon implementation, that most other AP implementations that support JSONLD signatures use.
* Hide video abuses from muted accountsChocobozzz2019-08-291-4/+73
|
* Fix ownership changeChocobozzz2019-08-211-1/+1
|
* Fix redundancy testsChocobozzz2019-08-131-4/+4
|
* Fix redundancy exceeding the limitChocobozzz2019-08-121-4/+2
|
* Remove comment federation by video ownerChocobozzz2019-08-071-13/+28
|
* Deprecate Node 8Chocobozzz2019-08-071-1/+1
| | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule
* Automatically remove bad followingsChocobozzz2019-08-061-2/+52
|
* Automatically update playlist thumbnailsChocobozzz2019-08-013-0/+264
|
* Fix broken playlist apiChocobozzz2019-08-014-637/+898
|
* Moderators can only manage usersChocobozzz2019-07-301-30/+136
|
* Fix mocha commandsChocobozzz2019-07-292-2/+2
|
* Add gitlab ci supportChocobozzz2019-07-2910-11/+12
|
* Add public settings endpointChocobozzz2019-07-262-9/+20
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Change plugin models namesChocobozzz2019-07-241-2/+2
|
* Add hooks documentationChocobozzz2019-07-244-4/+4
|
* Add retries to travis mochaChocobozzz2019-07-245-6/+6
|
* Add plugin API testsChocobozzz2019-07-242-52/+351
|
* Add CLI plugins testsChocobozzz2019-07-244-2/+161
|
* Add plugins check params testsChocobozzz2019-07-242-0/+475
|
* Fix lintChocobozzz2019-07-241-0/+2
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-0/+2
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add theme supportChocobozzz2019-07-242-0/+6
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-041-2/+55
|
* Fix/connection with email (#1917)Nassim Bounouas2019-07-021-0/+11
| | | | | | | | | | | | * #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
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-212-3/+8
| | | | | | | | * #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
* Add language filters in user preferencesChocobozzz2019-06-192-9/+67
|
* Fix notification overflowChocobozzz2019-06-132-2/+6
|
* Fix user testsChocobozzz2019-06-111-1/+2
|
* Add more embed parametersChocobozzz2019-06-112-3/+3
|
* Handle email update on serverChocobozzz2019-06-112-4/+57
|
* Improve registrationChocobozzz2019-06-073-5/+18
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-6/+52
|\