Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 63 | -188/+813 | |
| |\ | | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | |||||
| | * | Fix dependency issues | buoyantair | 2018-11-20 | 1 | -5/+15 | |
| | | | ||||||
| | * | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-20 | 6 | -13/+9 | |
| | |\ | | | | | | | | | | | | | move-utils-to-shared | |||||
| | * \ | Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into ↵ | buoyantair | 2018-11-18 | 4 | -2/+226 | |
| | |\ \ | | | | | | | | | | | | | | | | move-utils-to-shared | |||||
| | * | | | Fix dependency errors between modules | buoyantair | 2018-11-16 | 5 | -7/+16 | |
| | | | | | ||||||
| | * | | | Merge from upstream | buoyantair | 2018-11-16 | 20 | -23/+1024 | |
| | |\ \ \ | ||||||
| | * | | | | Move utils to /shared | buoyantair | 2018-10-29 | 56 | -169/+284 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | |||||
| * | | | | | username/display_name/video_channel_name min length 1 and max length 50 (#1265) | BRAINS YUM | 2018-12-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character | |||||
| * | | | | | Fix AP tests | Chocobozzz | 2018-12-07 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 1 | -12/+15 | |
| | | | | | | ||||||
| * | | | | | Fix AP redirection | Chocobozzz | 2018-11-30 | 1 | -6/+38 | |
| | | | | | | ||||||
| * | | | | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required | |||||
| * | | | | | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 2 | -0/+85 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Cleanup tests imports | Chocobozzz | 2018-11-19 | 6 | -11/+10 | |
| | |_|/ | |/| | | ||||||
| * | | | Fix images size when downloading them | Chocobozzz | 2018-11-16 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 2 | -0/+216 | |
| | | | | ||||||
| * | | | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
| * | | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -4/+4 | |
| | | | ||||||
| * | | Remove wrong redundancy test | Chocobozzz | 2018-11-15 | 2 | -499/+16 | |
| | | | ||||||
| * | | Fix server redundancy tests | Chocobozzz | 2018-11-15 | 1 | -9/+9 | |
| | | | ||||||
| * | | Add AP fetch tests | Chocobozzz | 2018-11-14 | 2 | -0/+87 | |
| | | | ||||||
| * | | Check activities host | Chocobozzz | 2018-11-14 | 1 | -8/+8 | |
| | | | ||||||
| * | | Add compatibility with other Linked Signature algorithms | Chocobozzz | 2018-11-14 | 15 | -0/+871 | |
| | | | ||||||
| * | | add cli option to run without client | Rigel Kent | 2018-11-14 | 2 | -0/+37 | |
| |/ | ||||||
| * | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 4 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text | |||||
| * | Fix optimize old videos script | Chocobozzz | 2018-10-18 | 1 | -20/+5 | |
| | | ||||||
| * | Fix transcoding | Chocobozzz | 2018-10-18 | 2 | -8/+8 | |
| | | ||||||
| * | Move redundancy in its own travis container | Chocobozzz | 2018-10-16 | 5 | -1/+486 | |
| | | ||||||
| * | Fix redundancy test | Chocobozzz | 2018-10-16 | 1 | -12/+8 | |
| | | ||||||
| * | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 1 | -10/+21 | |
| | | ||||||
| * | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 4 | -296/+755 | |
| | | ||||||
| * | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 2 | -7/+27 | |
| | | ||||||
| * | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 3 | -0/+517 | |
| | | ||||||
| * | rename News category into News & Politics (#1261) | Adnane Belmadiaf | 2018-10-14 | 2 | -2/+2 | |
| | | ||||||
| * | Add ability to list all local videos | Chocobozzz | 2018-10-10 | 4 | -0/+259 | |
| | | | | | | | | Including private/unlisted for moderators/admins | |||||
| * | Add ability to search on followers/following | Chocobozzz | 2018-10-10 | 1 | -1/+39 | |
| | | ||||||
| * | Try to cache video_high_bitrate_1080p in travis | Chocobozzz | 2018-10-08 | 1 | -38/+41 | |
| | | ||||||
| * | Set bitrate limits for transcoding (fixes #638) (#1135) | Felix Ableitner | 2018-10-08 | 1 | -4/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set bitrate limits for transcoding (fixes #638) * added optimization script and test, changed stuff * fix test, improve docs * re-add optimize-old-videos script * added documentation * Don't optimize videos without valid UUID, or redundancy videos * move getUUIDFromFilename * fix tests? * update torrent and file size, some more fixes/improvements * use higher bitrate for high fps video, adjust bitrates * add test video * don't throw error if resolution is undefined * generate test fixture on the fly * use random noise video for bitrate test, add promise * shorten test video to avoid timeout * use existing function to optimize video * various fixes * increase test timeout * limit test fixture size, add link * test fixes * add await * more test fixes, add -b:v parameter * replace ffmpeg wiki link * fix ffmpeg params * fix unit test * add test fixture to .gitgnore * add video transcoding fps model * add missing file | |||||
| * | Add users search filter | Chocobozzz | 2018-10-08 | 1 | -1/+35 | |
| | | ||||||
* | | Add federation tests on download enabled | Chocobozzz | 2019-02-11 | 1 | -2/+4 | |
| | | ||||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 6 | -14/+14 | |
| | | ||||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 6 | -0/+14 | |
|/ | ||||||
* | Add user moderation in the account page | Chocobozzz | 2018-10-05 | 1 | -0/+6 | |
| | ||||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 4 | -0/+209 | |
| | ||||||
* | Delete correctly redundancy files | Chocobozzz | 2018-10-03 | 1 | -1/+18 | |
| | ||||||
* | Try to fix travis redundancy tests | Chocobozzz | 2018-10-02 | 1 | -3/+10 | |
| | ||||||
* | Try to improve redundancy tests | Chocobozzz | 2018-10-02 | 1 | -9/+16 | |
| | ||||||
* | Check video channel name is unique on our instance | Chocobozzz | 2018-10-01 | 1 | -0/+10 | |
| | ||||||
* | Remove duplicated videos on unfollow/delete redundancy | Chocobozzz | 2018-09-28 | 1 | -16/+53 | |
| | ||||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 2 | -5/+62 | |
| |