Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete each file on failed import | Chocobozzz | 2018-10-01 | 1 | -15/+19 |
| | |||||
* | Correctly delete files on failed import | Chocobozzz | 2018-10-01 | 1 | -2/+2 |
| | |||||
* | Ensure video existence before duplicating it | Chocobozzz | 2018-10-01 | 2 | -7/+28 |
| | |||||
* | Fix redundancy with videos already duplicated with another instance | Chocobozzz | 2018-10-01 | 3 | -3/+6 |
| | |||||
* | Increase timeout on upload endpoint | Chocobozzz | 2018-10-01 | 1 | -0/+7 |
| | |||||
* | Improve prune script | Chocobozzz | 2018-09-28 | 1 | -0/+32 |
| | |||||
* | Enable more angular options | Chocobozzz | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | Fix video description when importing by url | Chocobozzz | 2018-09-28 | 2 | -4/+4 |
| | |||||
* | Remove duplicated videos on unfollow/delete redundancy | Chocobozzz | 2018-09-28 | 5 | -16/+114 |
| | |||||
* | Correctly delete directories on import | Chocobozzz | 2018-09-28 | 1 | -8/+21 |
| | |||||
* | Fix federation with a comment reply | Chocobozzz | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 5 | -8/+84 |
| | |||||
* | Fix video import of some youtube videos | Chocobozzz | 2018-09-26 | 1 | -1/+5 |
| | |||||
* | Improve upliad script error handling for token | Chocobozzz | 2018-09-26 | 1 | -4/+12 |
| | |||||
* | Fix quota translations | Chocobozzz | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | Fix video files duplicated when fps is null | Chocobozzz | 2018-09-26 | 6 | -5/+38 |
| | | | | Null values are not considered equal in a UNIQUE index | ||||
* | Fix redundancy tests | Chocobozzz | 2018-09-26 | 1 | -9/+10 |
| | |||||
* | Fix avatar transaction retry | Chocobozzz | 2018-09-26 | 2 | -6/+9 |
| | |||||
* | Correctly fix the webtorrent redundancy bug | Chocobozzz | 2018-09-26 | 1 | -12/+25 |
| | |||||
* | Dirty webtorrent fix to wait FS sync | Chocobozzz | 2018-09-25 | 1 | -2/+4 |
| | |||||
* | Only duplicate public videos | Chocobozzz | 2018-09-25 | 2 | -2/+9 |
| | |||||
* | Fix redundancy bug with old peertube torrent | Chocobozzz | 2018-09-25 | 1 | -13/+2 |
| | |||||
* | Reduce video import TTL | Chocobozzz | 2018-09-25 | 2 | -2/+2 |
| | |||||
* | Fix redundancy totalVideos stats | Chocobozzz | 2018-09-25 | 4 | -13/+23 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Chocobozzz | 2018-09-25 | 1 | -1/+1 |
|\ | |||||
| * | Add dot into allowed actor username | lsde | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | One should have an oportunity to include a dot into the username. Currently, it breaks the flow if one has an SSO in front of PeeTube which creates users with "name.surname". | ||||
* | | Fix dnt route | Chocobozzz | 2018-09-25 | 1 | -2/+4 |
|/ | |||||
* | Fix comment deletion with mastodon | Chocobozzz | 2018-09-24 | 1 | -1/+1 |
| | | | | Will only act with new comments | ||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 21 | -268/+553 |
| | |||||
* | Fix videos list user NSFW policy | Chocobozzz | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | Remove unnecessary actor existance check | Chocobozzz | 2018-09-21 | 2 | -3/+2 |
| | | | | We already checked it in the signature checker | ||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 3 | -3/+3 |
| | |||||
* | Add warning if one of the storage directory is in the peertube | Chocobozzz | 2018-09-20 | 2 | -1/+19 |
| | | | | | | production directory Because admins could loose these directories on peertube upgrade | ||||
* | Merge branch 'develop' into cli-wrapper | Chocobozzz | 2018-09-20 | 78 | -1457/+1984 |
|\ | |||||
| * | Cache user token | Chocobozzz | 2018-09-20 | 7 | -19/+79 |
| | | |||||
| * | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 11 | -80/+75 |
| | | |||||
| * | rename manifest | BO41 | 2018-09-20 | 1 | -1/+1 |
| | | |||||
| * | Fix jobs tests | Chocobozzz | 2018-09-19 | 2 | -2/+4 |
| | | |||||
| * | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 9 | -48/+58 |
| | | |||||
| * | Move youtubeDL upgrader in helpers/ | Chocobozzz | 2018-09-19 | 2 | -59/+70 |
| | | |||||
| * | Add redundancy check interval in config | Chocobozzz | 2018-09-19 | 3 | -12/+15 |
| | | |||||
| * | Put config redundancy strategies in "strategies" subkey | Chocobozzz | 2018-09-19 | 6 | -10/+13 |
| | | |||||
| * | Improve AP actor checks | Chocobozzz | 2018-09-19 | 5 | -21/+30 |
| | | |||||
| * | Optimize activity actor load in AP processors | Chocobozzz | 2018-09-19 | 16 | -89/+110 |
| | | |||||
| * | Optimize video view AP processing | Chocobozzz | 2018-09-19 | 4 | -51/+96 |
| | | |||||
| * | Refractor videos AP functions | Chocobozzz | 2018-09-19 | 13 | -237/+272 |
| | | |||||
| * | Optimize SQL requests of videos AP endpoints | Chocobozzz | 2018-09-19 | 7 | -43/+55 |
| | | |||||
| * | Optimize SQL requests of watch page API endpoints | Chocobozzz | 2018-09-19 | 12 | -57/+65 |
| | | |||||
| * | Reduce video.ts file size by moving some methods in other files | Chocobozzz | 2018-09-19 | 6 | -402/+454 |
| | | |||||
| * | Improve webtorrent import error message when the torrent has multiple | Chocobozzz | 2018-09-17 | 1 | -1/+1 |
| | | | | | | | | files |