aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/moderation-notifications.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Move test functions outside extra-utilsChocobozzz2021-12-171-7/+4
|
* 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
* No notification on moderator abuseChocobozzz2021-12-091-34/+50
|
* Increase some timeoutsChocobozzz2021-10-181-1/+1
|
* Add ability to search by host in serverChocobozzz2021-07-271-44/+48
|
* Add ability for instances to follow any actorChocobozzz2021-07-211-2/+2
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-2/+2
|
* Shorter server command namesChocobozzz2021-07-201-59/+59
|
* Introduce videos commandChocobozzz2021-07-201-32/+19
|
* Introduce user commandChocobozzz2021-07-201-7/+4
|
* Introduce server commandsChocobozzz2021-07-201-6/+7
|
* Introduce comments commandChocobozzz2021-07-201-7/+13
|
* Introduce blacklist commandChocobozzz2021-07-201-7/+5
|
* Introduce subscriptions commandChocobozzz2021-07-201-6/+4
|
* Introduce accounts commandChocobozzz2021-07-201-3/+2
|
* Introduce config commandChocobozzz2021-07-201-11/+9
|
* 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-201-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-15/+15
|
* More robust testsChocobozzz2021-04-151-19/+20
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-0/+2
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Fix tests timeoutChocobozzz2020-12-141-3/+3
|
* Add joblog at the end of ciChocobozzz2020-12-141-2/+2
|
* Fix testsChocobozzz2020-07-311-2/+2
|
* Add abuse messages/states notificationsChocobozzz2020-07-311-3/+125
|
* Increase timeout for moderation notificationsChocobozzz2020-07-311-6/+6
|
* Add new abuses testsChocobozzz2020-07-101-1/+72
|
* Add migrationsChocobozzz2020-07-101-7/+7
|
* Split notification testsChocobozzz2020-06-161-0/+439