diff options
| author | 2021-04-19 19:42:19 +0200 | |
|---|---|---|
| committer | 2021-04-19 19:42:19 +0200 | |
| commit | 32c5fd987a06e11b14a4247d13187657c14adedd (patch) | |
| tree | f5b787ca0f020bea5fd020925e52d3592a77a6ad /testrig/media | |
| parent | Api/v1/accounts (#8) (diff) | |
| download | gotosocial-32c5fd987a06e11b14a4247d13187657c14adedd.tar.xz | |
Api/v1/statuses (#11)
This PR adds:
Statuses
New status creation.
View existing status
Delete a status
Fave a status
Unfave a status
See who's faved a status
Media
Upload media attachment and store/retrieve it
Upload custom emoji and store/retrieve it
Fileserver
Serve files from storage
Testing
Test models, testrig -- run a GTS test instance and play around with it.
Diffstat (limited to 'testrig/media')
| -rwxr-xr-x | testrig/media/ohyou-original.jpeg | bin | 0 -> 27759 bytes |
| -rwxr-xr-x | testrig/media/ohyou-small.jpeg | bin | 0 -> 6177 bytes |
| -rwxr-xr-x | testrig/media/rainbow-original.png | bin | 0 -> 36702 bytes |
| -rwxr-xr-x | testrig/media/rainbow-static.png | bin | 0 -> 10413 bytes |
| -rwxr-xr-x | testrig/media/trent-original.gif | bin | 0 -> 1109138 bytes |
| -rwxr-xr-x | testrig/media/trent-small.jpeg | bin | 0 -> 8803 bytes |
| -rwxr-xr-x | testrig/media/welcome-original.jpeg | bin | 0 -> 62529 bytes |
| -rwxr-xr-x | testrig/media/welcome-small.jpeg | bin | 0 -> 6872 bytes |
| -rw-r--r-- | testrig/media/zork-original.jpeg | bin | 0 -> 457680 bytes |
| -rw-r--r-- | testrig/media/zork-small.jpeg | bin | 0 -> 15374 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/testrig/media/ohyou-original.jpeg b/testrig/media/ohyou-original.jpeg Binary files differnew file mode 100755 index 000000000..349965160 --- /dev/null +++ b/testrig/media/ohyou-original.jpeg diff --git a/testrig/media/ohyou-small.jpeg b/testrig/media/ohyou-small.jpeg Binary files differnew file mode 100755 index 000000000..f561884d1 --- /dev/null +++ b/testrig/media/ohyou-small.jpeg diff --git a/testrig/media/rainbow-original.png b/testrig/media/rainbow-original.png Binary files differnew file mode 100755 index 000000000..fdbfaeec3 --- /dev/null +++ b/testrig/media/rainbow-original.png diff --git a/testrig/media/rainbow-static.png b/testrig/media/rainbow-static.png Binary files differnew file mode 100755 index 000000000..79ed5c03a --- /dev/null +++ b/testrig/media/rainbow-static.png diff --git a/testrig/media/trent-original.gif b/testrig/media/trent-original.gif Binary files differnew file mode 100755 index 000000000..2ba145c1a --- /dev/null +++ b/testrig/media/trent-original.gif diff --git a/testrig/media/trent-small.jpeg b/testrig/media/trent-small.jpeg Binary files differnew file mode 100755 index 000000000..726c1aed0 --- /dev/null +++ b/testrig/media/trent-small.jpeg diff --git a/testrig/media/welcome-original.jpeg b/testrig/media/welcome-original.jpeg Binary files differnew file mode 100755 index 000000000..1a54437ea --- /dev/null +++ b/testrig/media/welcome-original.jpeg diff --git a/testrig/media/welcome-small.jpeg b/testrig/media/welcome-small.jpeg Binary files differnew file mode 100755 index 000000000..b1a585169 --- /dev/null +++ b/testrig/media/welcome-small.jpeg diff --git a/testrig/media/zork-original.jpeg b/testrig/media/zork-original.jpeg Binary files differnew file mode 100644 index 000000000..7d8bc1fc7 --- /dev/null +++ b/testrig/media/zork-original.jpeg diff --git a/testrig/media/zork-small.jpeg b/testrig/media/zork-small.jpeg Binary files differnew file mode 100644 index 000000000..60be12564 --- /dev/null +++ b/testrig/media/zork-small.jpeg |
