aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/activitypub/security.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-8/+0
| | | | Default timeout is 30s
* Fix testsChocobozzz2023-05-101-1/+1
|
* Add runner server testsChocobozzz2023-05-091-26/+32
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-9/+35
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-16/+16
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Handle HTTP signature draft 11Chocobozzz2022-05-061-0/+11
|
* Refactor AP context builderChocobozzz2022-03-241-12/+11
|
* Remove activitypub helperChocobozzz2022-03-231-1/+2
| | | | Put functions in lib/activitypub instead
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+1
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Refactor requestsChocobozzz2021-07-201-13/+6
|
* Use an object to represent a serverChocobozzz2021-07-201-9/+8
|
* Shorter server command namesChocobozzz2021-07-201-4/+4
|
* Introduce sql commandChocobozzz2021-07-201-9/+5
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-3/+4
|
* Fix AP security testsChocobozzz2021-03-241-9/+26
|
* Fix 404 AP status codesChocobozzz2021-03-241-25/+48
|
* Use got instead of requestChocobozzz2021-03-241-20/+20
|
* Add a test for refreshing remote keysChocobozzz2021-02-261-7/+58
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-8/+9
|
* Force signed headers in http signaturesChocobozzz2020-11-121-1/+20
| | | | Thanks Roger
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+2
|
* Move to eslintcontainChocobozzz2020-02-031-10/+3
|
* All API tests in parallelChocobozzz2019-05-151-48/+58
|
* Cleanup testsChocobozzz2019-04-241-5/+0
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-2/+2
| | | | Because they need dev dependencies
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add NSFW info in about pageChocobozzz2019-02-211-0/+3
|
* Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-071-3/+9
|\ | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵buoyantair2018-11-201-4/+1
| |\ | |/ |/| | | move-utils-to-shared
| * Fix dependency errors between modulesbuoyantair2018-11-161-1/+10
| |
* | Cleanup tests importsChocobozzz2018-11-191-1/+2
|/
* Check activities hostChocobozzz2018-11-141-8/+8
|
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-0/+180