Commit Graph

90 Commits

Author SHA1 Message Date
Chocobozzz
bbae45c32e
Fix live tests 2022-10-11 16:00:11 +02:00
Chocobozzz
b7faa8372e
Decrease plugin version check for tests 2022-10-04 11:00:30 +02:00
Chocobozzz
ca68986083
Merge branch 'release/4.3.0' into develop 2022-09-27 16:23:04 +02:00
Chocobozzz
2b32c5b37e
Fix InvalidVideoTitle console warning 2022-09-27 16:19:36 +02:00
Chocobozzz
3097acc7c2
Increase test timeout 2022-09-27 08:26:55 +02:00
Chocobozzz
638949c67a
Increase test timeout 2022-09-14 13:39:36 +02:00
Chocobozzz
aac7f4304d
Increase test timeout 2022-09-13 08:42:39 +02:00
Chocobozzz
863477173e
Cleanup tests imports 2022-08-17 15:47:54 +02:00
Chocobozzz
e0faa8ad6e
We don't need to import mocha 2022-08-17 15:40:57 +02:00
Chocobozzz
ba2684cedd
Fix lint 2022-07-13 12:14:26 +02:00
luz paz
7a4fd56ccd Fix various typos
Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
2022-06-07 16:41:21 +02:00
Chocobozzz
10178c47d0
Increase test timeout 2022-05-20 17:12:00 +02:00
Chocobozzz
26e3e98ff0
Support live session in server 2022-05-03 14:49:15 +02:00
Chocobozzz
92e66e04f7
Rename studio to editor 2022-03-22 17:24:32 +01:00
Chocobozzz
1808a1f8e4
Add video edition finished notification 2022-03-22 16:25:14 +01:00
kontrollanten
d0800f7661
Implement avatar miniatures (#4639)
* client: remove unused file

* refactor(client/my-actor-avatar): size from input

Read size from component input instead of scss, to make it possible to
use smaller avatar images when implemented.

* implement avatar miniatures

close #4560

* fix(test): max file size

* fix(search-index): normalize res acc to avatarMini

* refactor avatars to an array

* client/search: resize channel avatar to 120

* refactor(client/videos): remove unused function

* client(actor-avatar): set default size

* fix tests and avatars full result

When findOne is used only an array containting one avatar is returned.

* update migration version and version notations

* server/search: harmonize normalizing

* Cleanup avatar miniature PR

Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-02-28 08:34:43 +01:00
Chocobozzz
0628157fe9
Move uuid stuff in extra utils
Since it requires an external dependency
2021-12-29 14:44:58 +01:00
Chocobozzz
21d68e6803
Add version to generate types packages 2021-12-28 10:27:06 +01:00
Chocobozzz
c55e3d7227
Move test functions outside extra-utils 2021-12-17 12:24:03 +01:00
Chocobozzz
bf54587a3e
shared/ typescript types dir server-commands 2021-12-17 09:29:23 +01:00
lutangar
06aad80165 chore(refactor): remove shared folder dependencies to the server
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
2021-12-16 10:08:43 +01:00
Chocobozzz
9e847c17f9
No notification on moderator abuse 2021-12-09 14:27:32 +01:00
Chocobozzz
33675a4775
Increase timeout 2021-12-06 10:05:05 +01:00
Chocobozzz
5d3c5f2797
Fix typo 2021-11-19 08:26:22 +01:00
Chocobozzz
27c3c9456d
Increase some timeouts 2021-10-18 10:23:45 +02:00
Chocobozzz
29837f8885
Add ability to search by host in server 2021-07-27 17:10:52 +02:00
Chocobozzz
4d029ef8ec
Add ability for instances to follow any actor 2021-07-21 13:35:31 +02:00
Chocobozzz
4c7e60bc17
Reorganize imports 2021-07-20 15:27:19 +02:00
Chocobozzz
59bbcced37
Centralize test URLs 2021-07-20 15:27:18 +02:00
Chocobozzz
254d3579f5
Use an object to represent a server 2021-07-20 15:27:18 +02:00
Chocobozzz
89d241a79c
Shorter server command names 2021-07-20 15:27:18 +02:00
Chocobozzz
d23dd9fbfc
Introduce videos command 2021-07-20 15:27:18 +02:00
Chocobozzz
7926c5f9b3
Introduce user command 2021-07-20 15:27:18 +02:00
Chocobozzz
6c5065a011
Introduce server commands 2021-07-20 15:27:18 +02:00
Chocobozzz
dd0ebb7151
Introduce notifications command 2021-07-20 15:27:18 +02:00
Chocobozzz
9293139fde
Introduce sql command 2021-07-20 15:27:18 +02:00
Chocobozzz
12edc1495a
Introduce comments command 2021-07-20 15:27:18 +02:00
Chocobozzz
a54618880c
Introduce channels command 2021-07-20 15:27:18 +02:00
Chocobozzz
6910f20f11
Introduce import command 2021-07-20 15:27:18 +02:00
Chocobozzz
e3d15a6a9a
Introduce blacklist command 2021-07-20 15:27:17 +02:00
Chocobozzz
2c27e70471
Introduce subscriptions command 2021-07-20 15:27:17 +02:00
Chocobozzz
5f8bd4cbb1
Introduce blocklist command 2021-07-20 15:27:17 +02:00
Chocobozzz
9fff08cf83
Introduce accounts command 2021-07-20 15:27:17 +02:00
Chocobozzz
65e6e2602c
Introduce config command 2021-07-20 15:27:17 +02:00
Chocobozzz
ae2abfd3ae
Introduce plugins command 2021-07-20 15:27:17 +02:00
Chocobozzz
c3d29f694b
Introduce follows command 2021-07-20 15:27:17 +02:00
Chocobozzz
2d1ad5b960
Move AP request in requests file 2021-07-20 15:27:17 +02:00
Chocobozzz
0c1a77e9cc
Introduce abuse command 2021-07-20 15:27:17 +02:00
Chocobozzz
8ef9457fde
Correctly export misc files 2021-07-20 15:27:17 +02:00
Chocobozzz
c8fc9b4718
Rename mock server files 2021-07-20 15:27:16 +02:00