Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize join build | Chocobozzz | 2021-06-11 | 4 | -29/+39 |
| | |||||
* | Optimize rows parsing | Chocobozzz | 2021-06-11 | 7 | -131/+164 |
| | |||||
* | Fetch directly all video attributes for get API | Chocobozzz | 2021-06-11 | 7 | -15/+27 |
| | |||||
* | Use separate queries for video files | Chocobozzz | 2021-06-11 | 9 | -57/+232 |
| | |||||
* | Use raw SQL for video get request | Chocobozzz | 2021-06-10 | 10 | -388/+876 |
| | |||||
* | Refactor video query builder | Chocobozzz | 2021-06-10 | 8 | -778/+1050 |
| | |||||
* | Transaction is optional | Chocobozzz | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Optimize AP video captions update | Chocobozzz | 2021-06-09 | 2 | -9/+35 |
| | |||||
* | Cache refresh actor promise | Chocobozzz | 2021-06-09 | 6 | -15/+49 |
| | |||||
* | Fix run committed transation | Chocobozzz | 2021-06-09 | 1 | -1/+3 |
| | |||||
* | Add max rows to videos list | Chocobozzz | 2021-06-09 | 10 | -38/+76 |
| | |||||
* | Improve channel card custom markup | Chocobozzz | 2021-06-09 | 8 | -23/+166 |
| | |||||
* | Add more filters for video miniatures | Chocobozzz | 2021-06-09 | 4 | -21/+52 |
| | |||||
* | Create peertube-container html tag | Chocobozzz | 2021-06-09 | 8 | -27/+83 |
| | |||||
* | Increase permanent live test timeout | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Fix actor image update | Chocobozzz | 2021-06-08 | 1 | -4/+4 |
| | |||||
* | Improve plugin guide doc for plugin index | Chocobozzz | 2021-06-08 | 1 | -2/+1 |
| | |||||
* | Try to speed up AP update transaction | Chocobozzz | 2021-06-08 | 8 | -44/+55 |
| | |||||
* | Increase tests timeout for plugin helpers | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | |||||
* | Add logs for refresh functions | Chocobozzz | 2021-06-08 | 5 | -6/+14 |
| | |||||
* | Log rate AP fetch error as info | Chocobozzz | 2021-06-08 | 1 | -1/+1 |
| | | | | | It's not really a warning, we could have many invalid rates in the federation | ||||
* | Fix nodeinfo endpoint | Chocobozzz | 2021-06-08 | 1 | -120/+121 |
| | |||||
* | 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 |