Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add test regarding tmp directory | Chocobozzz | 2018-12-11 | 1 | -0/+9 | |
* | Don't quit on queue error | Chocobozzz | 2018-12-11 | 1 | -1/+0 | |
* | Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube... | Chocobozzz | 2018-12-07 | 114 | -3211/+837 | |
|\ | ||||||
| * | Fix dependency issues | buoyantair | 2018-11-20 | 1 | -5/+15 | |
| * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut... | buoyantair | 2018-11-20 | 19 | -65/+94 | |
| |\ | ||||||
| * \ | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut... | buoyantair | 2018-11-18 | 17 | -46/+360 | |
| |\ \ | ||||||
| * | | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 7 | -9/+18 | |
| * | | | Merge from upstream | buoyantair | 2018-11-16 | 67 | -227/+1622 | |
| |\ \ \ | ||||||
| * | | | | Move utils to /shared | buoyantair | 2018-10-29 | 104 | -3095/+316 | |
* | | | | | username/display_name/video_channel_name min length 1 and max length 50 (#1265) | BRAINS YUM | 2018-12-07 | 2 | -7/+7 | |
* | | | | | Fix AP tests | Chocobozzz | 2018-12-07 | 1 | -4/+4 | |
* | | | | | (well-known url) add change-password | Rigel Kent | 2018-12-07 | 2 | -0/+16 | |
* | | | | | Fix thumbnail sitemap location | Chocobozzz | 2018-12-06 | 1 | -1/+1 | |
* | | | | | Add sitemap | Chocobozzz | 2018-12-05 | 7 | -3/+218 | |
* | | | | | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 2 | -0/+11 | |
* | | | | | Remove inferred type | Chocobozzz | 2018-12-05 | 4 | -15/+15 | |
* | | | | | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 6 | -21/+31 | |
* | | | | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 16 | -39/+49 | |
* | | | | | Fix thumbnail processing | Chocobozzz | 2018-12-04 | 6 | -20/+25 | |
* | | | | | Update dependencies | Chocobozzz | 2018-12-04 | 2 | -3/+3 | |
* | | | | | Fix trending page | Chocobozzz | 2018-12-03 | 3 | -12/+21 | |
* | | | | | Fix AP redirection | Chocobozzz | 2018-11-30 | 3 | -23/+54 | |
* | | | | | Optimize config endpoint | Chocobozzz | 2018-11-23 | 3 | -12/+9 | |
* | | | | | Don't import test tools in core | Chocobozzz | 2018-11-22 | 2 | -5/+3 | |
* | | | | | Fix youtube video import | Chocobozzz | 2018-11-21 | 1 | -2/+2 | |
* | | | | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 5 | -0/+15 | |
* | | | | | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 9 | -65/+210 | |
* | | | | | Fix search title | Chocobozzz | 2018-11-20 | 1 | -2/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Cleanup tests imports | Chocobozzz | 2018-11-19 | 26 | -38/+35 | |
* | | | | Speedup peertube startup | Chocobozzz | 2018-11-19 | 3 | -25/+43 | |
* | | | | Fix checkbox margins | Chocobozzz | 2018-11-19 | 6 | -17/+17 | |
* | | | | Optimize image resizing | Chocobozzz | 2018-11-19 | 2 | -6/+23 | |
| |_|/ |/| | | ||||||
* | | | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 5 | -21/+25 | |
* | | | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 3 | -11/+11 | |
* | | | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 6 | -11/+292 | |
* | | | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 4 | -3/+28 | |
* | | | Improve video upload error handling | Chocobozzz | 2018-11-16 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -4/+4 | |
* | | Fix embed video id parsing | Chocobozzz | 2018-11-15 | 1 | -1/+1 | |
* | | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 4 | -17/+17 | |
* | | Remove wrong redundancy test | Chocobozzz | 2018-11-15 | 2 | -499/+16 | |
* | | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 3 | -11/+17 | |
* | | Add AP fetch tests | Chocobozzz | 2018-11-14 | 3 | -0/+96 | |
* | | Clean up peertube auth | Chocobozzz | 2018-11-14 | 3 | -60/+57 | |
* | | Check activities host | Chocobozzz | 2018-11-14 | 32 | -119/+394 | |
* | | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 25 | -18/+1004 | |
* | | add cli option to run without client | Rigel Kent | 2018-11-14 | 3 | -2/+39 | |
* | | Revert change og video type | Chocobozzz | 2018-11-14 | 1 | -1/+1 | |
* | | Merge branch 'master' into develop | Chocobozzz | 2018-11-13 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Rename context stats to state | Thomas Citharel | 2018-11-13 | 1 | -1/+1 |