Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 3 | -17/+46 |
| | |||||
* | Use height instead of width to represent the video resolution | Chocobozzz | 2018-08-27 | 1 | -3/+3 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 3 | -33/+132 |
| | |||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 1 | -3/+27 |
| | |||||
* | Cleanup utils helper | Chocobozzz | 2018-08-14 | 2 | -3/+6 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Filter tracker based on infohash | Chocobozzz | 2018-08-14 | 1 | -0/+15 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 3 | -8/+35 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 2 | -20/+69 |
| | |||||
* | Add state and moderationComment for abuses on server side | Chocobozzz | 2018-08-10 | 2 | -2/+53 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 2 | -1/+10 |
| | |||||
* | Implement user blocking on server side | Chocobozzz | 2018-08-08 | 2 | -3/+12 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 2 | -50/+35 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 1 | -0/+4 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -1/+14 |
| | |||||
* | Fix fps federation | Chocobozzz | 2018-08-06 | 1 | -1/+2 |
| | |||||
* | Add tests regarding video import | Chocobozzz | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | Remove ability to delete video imports | Chocobozzz | 2018-08-06 | 1 | -2/+4 |
| | | | | Users should remove the linked video instead | ||||
* | Correctly handle video import errors | Chocobozzz | 2018-08-06 | 1 | -2/+4 |
| | |||||
* | Add ability to list video imports | Chocobozzz | 2018-08-06 | 2 | -9/+81 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 3 | -2/+106 |
| | |||||
* | Add index on sharedInboxUrl | Chocobozzz | 2018-07-31 | 1 | -0/+3 |
| | |||||
* | Add audit logs in various modules | Aurélien Bertron | 2018-07-31 | 1 | -0/+4 |
| | | | | | | | | | - Videos - Videos comments - Users - Videos channels - Videos abuses - Custom config | ||||
* | Add more info logging | Chocobozzz | 2018-07-30 | 5 | -7/+4 |
| | |||||
* | Revert "Delete actor too when deleting account/video channel" | Chocobozzz | 2018-07-30 | 3 | -42/+34 |
| | | | | | | This reverts commit e04551d796adf69703a41af123207b2624237292. See https://github.com/Chocobozzz/PeerTube/issues/870#issuecomment-408814420 | ||||
* | Delete actor too when deleting account/video channel | Chocobozzz | 2018-07-30 | 3 | -34/+42 |
| | |||||
* | Optimize videos list SQL query (another time) | Chocobozzz | 2018-07-27 | 1 | -2/+10 |
| | |||||
* | Optimize search SQL query (I hope :p) | Chocobozzz | 2018-07-27 | 2 | -29/+17 |
| | |||||
* | Revert SQL optimization in videos list :( | Chocobozzz | 2018-07-27 | 1 | -3/+3 |
| | |||||
* | Fix last commit | Chocobozzz | 2018-07-26 | 3 | -2/+6 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 4 | -9/+35 |
| | |||||
* | adding initial support for nodeinfo | Rigel Kent | 2018-07-24 | 1 | -0/+117 |
| | |||||
* | Add ability to only filter in the search endpoint | Chocobozzz | 2018-07-24 | 1 | -4/+33 |
| | |||||
* | Optimize SQL queries | Chocobozzz | 2018-07-24 | 7 | -31/+66 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 1 | -1/+16 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 2 | -28/+114 |
| | |||||
* | Begin advanced search | Chocobozzz | 2018-07-24 | 3 | -57/+93 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 1 | -5/+9 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 2 | -7/+206 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 2 | -9/+32 |
| | |||||
* | Client: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | Filter by category (#720) | PhieF | 2018-06-27 | 1 | -0/+7 |
| | | | | | | | | | | * get videos with specific category (api) * update api doc with category * add url parameter to filter by category * fix lint issues | ||||
* | Update iso639 translations for french and deutch | Chocobozzz | 2018-06-19 | 1 | -2/+6 |
| | |||||
* | Fix avatar image in channel page | Chocobozzz | 2018-06-18 | 1 | -1/+8 |
| | |||||
* | Fix removing scheduled update | Chocobozzz | 2018-06-18 | 1 | -0/+11 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 2 | -11/+45 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 2 | -5/+103 |
| | |||||
* | Use local object URLs for feeds | Chocobozzz | 2018-06-14 | 1 | -1/+1 |
| | |||||
* | Fix offset/limit on some SQL queries :facepalm: | Chocobozzz | 2018-06-13 | 3 | -8/+8 |
| | |||||
* | Fix bad RSS descriptions when filtering videos by account or channel | Chocobozzz | 2018-06-13 | 1 | -1/+5 |
| |