Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 5 | -126/+99 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 6 | -120/+74 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 7 | -77/+73 |
| | |||||
* | Introduce socket io command | Chocobozzz | 2021-07-20 | 1 | -6/+5 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 25 | -371/+381 |
| | |||||
* | Introduce stats command | Chocobozzz | 2021-07-20 | 2 | -51/+27 |
| | |||||
* | Introduce redundancy command | Chocobozzz | 2021-07-20 | 3 | -158/+84 |
| | |||||
* | Introduce plugins command | Chocobozzz | 2021-07-20 | 4 | -163/+64 |
| | |||||
* | Introduce jobs command | Chocobozzz | 2021-07-20 | 3 | -37/+28 |
| | |||||
* | Introduce follows command | Chocobozzz | 2021-07-20 | 15 | -281/+233 |
| | |||||
* | Introduce debug command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce contact form command | Chocobozzz | 2021-07-20 | 2 | -65/+27 |
| | |||||
* | Move AP request in requests file | Chocobozzz | 2021-07-20 | 3 | -3/+2 |
| | |||||
* | Introduce search command | Chocobozzz | 2021-07-20 | 10 | -341/+372 |
| | |||||
* | Introduce overviews command | Chocobozzz | 2021-07-20 | 3 | -63/+52 |
| | |||||
* | Introduce abuse command | Chocobozzz | 2021-07-20 | 5 | -481/+415 |
| | |||||
* | Correctly export misc files | Chocobozzz | 2021-07-20 | 9 | -18/+17 |
| | |||||
* | Rename mock server files | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Introduce logs command | Chocobozzz | 2021-07-20 | 1 | -23/+26 |
| | |||||
* | Introduce CustomPage command | Chocobozzz | 2021-07-20 | 1 | -13/+12 |
| | |||||
* | Introduce bulk command | Chocobozzz | 2021-07-20 | 1 | -6/+7 |
| | |||||
* | Fix overviews test timeout | Chocobozzz | 2021-07-12 | 1 | -1/+1 |
| | |||||
* | Fix subscribe hotkey | Chocobozzz | 2021-07-12 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-07-02 | 2 | -3/+3 |
| | |||||
* | Fix hooks definition | Chocobozzz | 2021-07-01 | 2 | -4/+18 |
| | |||||
* | Handle broken plugin install | Chocobozzz | 2021-06-30 | 1 | -0/+32 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 15 | -357/+494 |
| | |||||
* | Fix ownership change with a live video | Chocobozzz | 2021-06-28 | 1 | -22/+86 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 7 | -14/+468 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 4 | -225/+334 |
| | |||||
* | Faster ci using compiled ts files | Chocobozzz | 2021-06-15 | 19 | -527/+62 |
| | |||||
* | Fix live files include | Chocobozzz | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | Increase permanent live test timeout | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Add logs for refresh functions | Chocobozzz | 2021-06-08 | 2 | -3/+3 |
| | |||||
* | Don't count deleted comment for replies | Chocobozzz | 2021-06-08 | 2 | -3/+3 |
| | |||||
* | Refactor server errors handler | Chocobozzz | 2021-06-02 | 2 | -2/+92 |
| | |||||
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 1 | -9/+9 |
| | |||||
* | correct error codes and backward compat | Rigel Kent | 2021-06-02 | 1 | -8/+16 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 2 | -10/+11 |
| | |||||
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 2 | -2/+6 |
| | | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config | ||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -49/+55 |
| | | | | And use them as default in client | ||||
* | Cleanup | Chocobozzz | 2021-05-28 | 1 | -37/+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-accounts | Chocobozzz | 2021-05-27 | 26 | -945/+1353 |
|\ | |||||
| * | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 4 | -0/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Fix broadcast message log level | Chocobozzz | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Update README | Chocobozzz | 2021-05-11 | 1 | -4/+6 |
| | | |||||
| * | Reorganize plugin models | Chocobozzz | 2021-05-11 | 2 | -14/+8 |
| | | |||||
| * | Cleanup shared models | Chocobozzz | 2021-05-11 | 7 | -76/+80 |
| | | |||||
| * | Fix handle downs test | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| | | |||||
| * | Fix E2E tests | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| | |