aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move uuid stuff in extra utilsChocobozzz2021-12-291-0/+1
| | | | Since it requires an external dependency
* Fix buildChocobozzz2021-12-171-0/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-0/+1
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-15/+1
|
* Introduce live commandChocobozzz2021-07-201-14/+2
|
* Introduce accounts commandChocobozzz2021-07-201-7/+1
|
* Introduce socket io commandChocobozzz2021-07-201-0/+1
|
* Introduce stats commandChocobozzz2021-07-201-4/+0
|
* Introduce plugins commandChocobozzz2021-07-201-1/+0
|
* Introduce jobs commandChocobozzz2021-07-201-1/+0
|
* Introduce follows commandChocobozzz2021-07-201-3/+2
|
* Introduce debug commandChocobozzz2021-07-201-1/+0
|
* Move AP request in requests fileChocobozzz2021-07-201-1/+0
|
* Introduce search commandChocobozzz2021-07-201-3/+1
|
* Introduce overviews commandChocobozzz2021-07-201-0/+1
|
* Move plugin blocklist mockChocobozzz2021-07-201-2/+0
|
* Introduce abuse commandChocobozzz2021-07-201-1/+1
|
* Correctly export misc filesChocobozzz2021-07-201-10/+1
|
* Rename mock server filesChocobozzz2021-07-201-1/+1
|
* Introduce logs commandChocobozzz2021-07-201-0/+2
|
* Rename command filesChocobozzz2021-07-201-1/+1
|
* Introduce CustomPage commandChocobozzz2021-07-201-1/+1
|
* Introduce CLI commandChocobozzz2021-07-201-2/+2
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+2
|
* CleanupChocobozzz2021-05-281-1/+0
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-1/+17
|\
| * Instance homepage support (#4007)Chocobozzz2021-05-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
| * Cleanup shared modelsChocobozzz2021-05-111-1/+15
| |
* | Add test for API actors routeKimsible2021-05-051-0/+1
|/
* Add new plugin/peertube version notifsChocobozzz2021-03-241-1/+1
|
* Try to speed up server testsChocobozzz2021-02-191-18/+19
|
* Remove deprecated abuse apiChocobozzz2020-11-101-1/+0
|
* Add check params live testsChocobozzz2020-11-091-1/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-0/+1
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-0/+1
|
* Add auto mute plugin testsChocobozzz2020-05-071-0/+1
|
* Add unit tests for captions via URL importkimsible2020-04-141-0/+1
|
* Add auto follow instances index supportChocobozzz2019-09-041-0/+1
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-0/+1
| | | | Install/uninstall/list plugins remotely
* Shared utils -> extra-utilsChocobozzz2019-04-241-0/+26
Because they need dev dependencies