aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
Commit message (Collapse)AuthorAgeFilesLines
* Move uuid stuff in extra utilsChocobozzz2021-12-292-2/+4
| | | | Since it requires an external dependency
* Add version to generate types packagesChocobozzz2021-12-281-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-175-29/+18
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-175-5/+5
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-162-2/+2
| | | | | | | | | | | 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
* No notification on moderator abuseChocobozzz2021-12-091-34/+50
|
* Increase timeoutChocobozzz2021-12-061-1/+1
|
* Fix typoChocobozzz2021-11-191-3/+3
|
* Increase some timeoutsChocobozzz2021-10-181-1/+1
|
* Add ability to search by host in serverChocobozzz2021-07-275-127/+153
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-2/+2
|
* Reorganize importsChocobozzz2021-07-204-4/+4
|
* Centralize test URLsChocobozzz2021-07-201-8/+8
|
* Use an object to represent a serverChocobozzz2021-07-205-10/+10
|
* Shorter server command namesChocobozzz2021-07-205-152/+152
|
* Introduce videos commandChocobozzz2021-07-204-79/+48
|
* Introduce user commandChocobozzz2021-07-204-48/+20
|
* Introduce server commandsChocobozzz2021-07-202-12/+12
|
* Introduce notifications commandChocobozzz2021-07-202-49/+48
|
* Introduce sql commandChocobozzz2021-07-201-6/+4
|
* Introduce comments commandChocobozzz2021-07-202-76/+67
|
* Introduce channels commandChocobozzz2021-07-201-2/+5
|
* Introduce import commandChocobozzz2021-07-201-17/+13
|
* Introduce blacklist commandChocobozzz2021-07-201-7/+5
|
* Introduce subscriptions commandChocobozzz2021-07-203-37/+34
|
* Introduce blocklist commandChocobozzz2021-07-201-6/+4
|
* Introduce accounts commandChocobozzz2021-07-201-3/+2
|
* Introduce config commandChocobozzz2021-07-201-11/+9
|
* Introduce plugins commandChocobozzz2021-07-201-19/+12
|
* Introduce follows commandChocobozzz2021-07-201-9/+7
|
* Move AP request in requests fileChocobozzz2021-07-201-1/+1
|
* Introduce abuse commandChocobozzz2021-07-201-47/+41
|
* Correctly export misc filesChocobozzz2021-07-204-4/+4
|
* Rename mock server filesChocobozzz2021-07-201-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-292-20/+20
|
* Cleanup shared modelsChocobozzz2021-05-111-10/+15
|
* More robust testsChocobozzz2021-04-152-24/+25
|
* Add new plugin/peertube version notifsChocobozzz2021-03-242-0/+166
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-0/+2
|
* Fix stats testsChocobozzz2021-02-191-1/+1
|
* Fix user notification testChocobozzz2021-01-191-1/+1
|
* Increase test timeoutChocobozzz2021-01-181-1/+1
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Increase test timeoutChocobozzz2021-01-121-1/+1
|
* Increase notifications comment test timeoutChocobozzz2020-12-301-8/+8
|
* Fix tests timeoutChocobozzz2020-12-142-15/+15
|
* Add joblog at the end of ciChocobozzz2020-12-141-2/+2
|
* Add html test for mentions tooChocobozzz2020-11-171-10/+24
|
* Add email markdown testsChocobozzz2020-11-171-0/+22
|
* Increase user notification test timeoutsChocobozzz2020-08-191-12/+12
|