Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 1 | -1/+0 |
| | |||||
* | Fix various typos | luz paz | 2022-06-07 | 1 | -1/+1 |
| | | | 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` | ||||
* | Increase test timeout | Chocobozzz | 2022-05-20 | 1 | -1/+1 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 1 | -3/+73 |
| | |||||
* | Rename studio to editor | Chocobozzz | 2022-03-22 | 1 | -7/+7 |
| | |||||
* | Add video edition finished notification | Chocobozzz | 2022-03-22 | 1 | -1/+40 |
| | |||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 1 | -1/+2 |
| | | | | Since it requires an external dependency | ||||
* | Add version to generate types packages | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -7/+4 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -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 | ||||
* | Increase timeout | Chocobozzz | 2021-12-06 | 1 | -1/+1 |
| | |||||
* | Fix typo | Chocobozzz | 2021-11-19 | 1 | -3/+3 |
| | |||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 1 | -38/+56 |
| | |||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 1 | -8/+8 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -2/+2 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -20/+20 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -10/+9 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -14/+4 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -2/+5 |
| | |||||
* | Introduce import command | Chocobozzz | 2021-07-20 | 1 | -17/+13 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -23/+19 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -5/+5 |
| | |||||
* | Fix stats tests | Chocobozzz | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Fix user notification test | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -12/+12 |
| | |||||
* | Increase user notification test timeouts | Chocobozzz | 2020-08-19 | 1 | -12/+12 |
| | |||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 1 | -5/+5 |
| | | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test | ||||
* | Split notification tests | Chocobozzz | 2020-06-16 | 1 | -951/+38 |
| | |||||
* | Fix tests | Chocobozzz | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Fix tests correctly | Chocobozzz | 2020-04-20 | 1 | -9/+9 |
| | |||||
* | Fix tests | Chocobozzz | 2020-04-20 | 1 | -9/+10 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -44/+44 |
| | |||||
* | Add notification on auto follow index | Chocobozzz | 2019-09-04 | 1 | -5/+42 |
| | |||||
* | Add auto follow back support for instances | Chocobozzz | 2019-09-04 | 1 | -4/+36 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 1 | -2/+2 |
| | |||||
* | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 1 | -19/+22 |
| | |||||
* | Fix user notifications tests | Chocobozzz | 2019-04-25 | 1 | -9/+13 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -3/+1 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -11/+11 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+7 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -0/+1299 |