Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't count deleted comment for replies | Chocobozzz | 2021-06-08 | 3 | -9/+5 |
| | |||||
* | Fix build | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Fix toEven | Chocobozzz | 2021-06-08 | 2 | -5/+3 |
| | |||||
* | (doc) add note in config that tmp is also used while processing | Rigel Kent | 2021-06-08 | 3 | -3/+3 |
| | |||||
* | Fix "height not divisible by 2" ffmpeg error | Chocobozzz | 2021-06-08 | 3 | -8/+31 |
| | |||||
* | Fix console error when rewriting a comment | Chocobozzz | 2021-06-08 | 1 | -0/+3 |
| | |||||
* | ACCOUNT instead of PEERTUBE ACCOUNT | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | | | | Since we can also have mastodon/pleroma etc accounts | ||||
* | Fix lint | Chocobozzz | 2021-06-08 | 2 | -2/+0 |
| | |||||
* | Load embed api resolutions on init | Chocobozzz | 2021-06-08 | 2 | -2/+8 |
| | |||||
* | Increase max image/caption/torrent upload size | Chocobozzz | 2021-06-08 | 2 | -6/+6 |
| | |||||
* | Fix video upload with a capitalized ext | Chocobozzz | 2021-06-08 | 10 | -48/+81 |
| | |||||
* | allow public video privacy to be deleted in the web client | Rigel Kent | 2021-06-08 | 7 | -17/+15 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 99 | -368/+634 |
| | |||||
* | Add ability to filter menu links | Chocobozzz | 2021-06-07 | 7 | -100/+135 |
| | |||||
* | Fix process delete promise return | Chocobozzz | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | fix colspan for user view of reports | Rigel Kent | 2021-06-07 | 1 | -2/+5 |
| | |||||
* | add video upload types, add doc middleware to more routes | Rigel Kent | 2021-06-06 | 6 | -21/+88 |
| | |||||
* | Speed up plugins loading | Chocobozzz | 2021-06-04 | 16 | -95/+63 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 47 | -351/+265 |
| | |||||
* | Load server config on app init | Chocobozzz | 2021-06-04 | 3 | -164/+34 |
| | |||||
* | Add debug logs to plugin service | Chocobozzz | 2021-06-04 | 1 | -0/+12 |
| | |||||
* | createThumbnail -> updateThumbnail | Chocobozzz | 2021-06-04 | 7 | -34/+34 |
| | |||||
* | add operationId doc middleware to so API endpoints | Rigel Kent | 2021-06-04 | 8 | -5/+32 |
| | |||||
* | refactor docMiddleware to support operationId-only form | Rigel Kent | 2021-06-04 | 4 | -12/+15 |
| | |||||
* | Fix CLI build | Chocobozzz | 2021-06-04 | 1 | -2/+0 |
| | |||||
* | add invalid_token error to openapi spec | Rigel Kent | 2021-06-04 | 1 | -0/+6 |
| | |||||
* | fetch -> load | Chocobozzz | 2021-06-03 | 9 | -45/+47 |
| | | | | avoid confusion with AP fetch functions | ||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 68 | -336/+339 |
| | | | | helpers modules should not import models | ||||
* | Add tags to AP rate logger | Chocobozzz | 2021-06-03 | 1 | -2/+4 |
| | |||||
* | Refactor AP video logger tags | Chocobozzz | 2021-06-03 | 5 | -18/+22 |
| | |||||
* | Refactor AP actors | Chocobozzz | 2021-06-03 | 32 | -685/+753 |
| | |||||
* | Refactor AP playlists | Chocobozzz | 2021-06-03 | 17 | -315/+407 |
| | |||||
* | Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153) | John Livingston | 2021-06-03 | 4 | -0/+31 |
| | | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc. | ||||
* | Use random port for mock servers in tests | Chocobozzz | 2021-06-03 | 3 | -6/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2021-06-03 | 1 | -1/+0 |
| | |||||
* | Refactor server errors handler | Chocobozzz | 2021-06-02 | 20 | -60/+236 |
| | |||||
* | Add tags to logs in AP videos | Chocobozzz | 2021-06-02 | 7 | -25/+46 |
| | |||||
* | Refactor sync attributes | Chocobozzz | 2021-06-02 | 1 | -37/+50 |
| | |||||
* | Refactor getOrCreateAPVideo | Chocobozzz | 2021-06-02 | 19 | -209/+243 |
| | |||||
* | Move AP video channel creation | Chocobozzz | 2021-06-02 | 5 | -83/+47 |
| | |||||
* | Refactor AP video create/update | Chocobozzz | 2021-06-02 | 10 | -490/+457 |
| | |||||
* | Refactor AP video update | Chocobozzz | 2021-06-02 | 12 | -937/+1062 |
| | |||||
* | refactor error code values for URI compatibility | Rigel Kent | 2021-06-02 | 4 | -23/+93 |
| | |||||
* | correct error codes and backward compat | Rigel Kent | 2021-06-02 | 7 | -29/+35 |
| | |||||
* | refactor deprecated body-parser usage | Rigel Kent | 2021-06-02 | 5 | -21/+25 |
| | |||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 75 | -547/+785 |
| | |||||
* | Remove annoying superfluous slash | frankstrater | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | move dependencies link to engines.yaml | Rigel Kent | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | Allow setting log level using PEERTUBE_LOG_LEVEL envvar | Johan Fleury | 2021-06-02 | 1 | -0/+1 |
| | |||||
* | Bumped to version v3.2.1 | Chocobozzz | 2021-06-01 | 3 | -3/+3 |
| |