Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move config in its own file | Chocobozzz | 2019-04-11 | 79 | -458/+523 |
| | |||||
* | Fix my account settings responsive | Chocobozzz | 2019-04-11 | 4 | -2/+20 |
| | |||||
* | Add debug component to help admins to fix IP issues | Chocobozzz | 2019-04-11 | 19 | -10/+242 |
| | |||||
* | Fix videos list margin with hidden menu | Chocobozzz | 2019-04-11 | 4 | -22/+23 |
| | |||||
* | Add logs page in client | Chocobozzz | 2019-04-11 | 20 | -49/+386 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 24 | -77/+435 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 16 | -29/+123 |
| | |||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 6 | -26/+56 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 13 | -8/+214 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | Add new instance follower notification in client | Chocobozzz | 2019-04-09 | 8 | -21/+33 |
| | |||||
* | Add newInstanceFollower in notification settings | Chocobozzz | 2019-04-09 | 2 | -3/+6 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 19 | -21/+212 |
| | |||||
* | Add delete/manual approval instance followers in client | Chocobozzz | 2019-04-08 | 7 | -21/+149 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 16 | -30/+261 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 19 | -55/+196 |
| | |||||
* | Fix HLS federation | Chocobozzz | 2019-04-08 | 3 | -3/+13 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 8 | -11/+202 |
| | |||||
* | Update P2P media loader peer version | Chocobozzz | 2019-04-08 | 9 | -24/+121 |
| | |||||
* | Copy video/audio codec for HLS | Chocobozzz | 2019-04-08 | 1 | -37/+59 |
| | |||||
* | Fix context types | Chocobozzz | 2019-04-08 | 1 | -11/+11 |
| | |||||
* | Fix privacy label display | Chocobozzz | 2019-04-08 | 2 | -2/+12 |
| | |||||
* | Handle actions in other videos section | Chocobozzz | 2019-04-08 | 3 | -2/+4 |
| | |||||
* | Fix jsonld context | Chocobozzz | 2019-04-08 | 1 | -12/+45 |
| | |||||
* | 2 rows per overview section | Chocobozzz | 2019-04-05 | 3 | -75/+91 |
| | |||||
* | Add auto blacklist info in feature table | Chocobozzz | 2019-04-05 | 1 | -0/+4 |
| | |||||
* | Improve playlist element style | Chocobozzz | 2019-04-05 | 6 | -43/+49 |
| | |||||
* | video add to playlist component -> onpush strategy | Chocobozzz | 2019-04-05 | 11 | -13/+46 |
| | |||||
* | Add video miniature dropdown | Chocobozzz | 2019-04-05 | 36 | -301/+643 |
| | |||||
* | Refactor videos selection components | Chocobozzz | 2019-04-05 | 15 | -288/+323 |
| | |||||
* | Update CONTRIBUTING.md | Chocobozzz | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Refactor video miniatures | Chocobozzz | 2019-04-03 | 18 | -244/+199 |
| | |||||
* | Set thumbnail height | Chocobozzz | 2019-04-03 | 4 | -12/+12 |
| | |||||
* | Try to fix multiline ellipsis | Chocobozzz | 2019-04-03 | 2 | -16/+7 |
| | | | | some characters like "g" were cut out | ||||
* | Improve abstract videos list | Chocobozzz | 2019-04-03 | 5 | -16/+36 |
| | | | | Better responsive and align miniatures to the left | ||||
* | Add Nederlands and Português (Portugal) | Chocobozzz | 2019-04-03 | 9 | -1364/+31 |
| | |||||
* | Update translations | Chocobozzz | 2019-04-03 | 49 | -7370/+11946 |
| | |||||
* | Fix notification tests | Chocobozzz | 2019-04-03 | 1 | -13/+39 |
| | |||||
* | Use custom ffmpeg path in youtube dl | Chocobozzz | 2019-04-03 | 1 | -0/+5 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 26 | -141/+102 |
| | |||||
* | Update client dep | Chocobozzz | 2019-04-02 | 7 | -2585/+1193 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2019-04-02 | 3 | -288/+300 |
| | |||||
* | Restore videos list components | Chocobozzz | 2019-04-02 | 25 | -459/+395 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 58 | -99/+1047 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Add the video tags restrictions to the API docs | Mathieu Agopian | 2019-03-29 | 1 | -1/+1 |
| | | | | Fixes #1744 | ||||
* | (doc) rephrase yarn version to latest (#1719) | Quentin Dupont | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Reduce player big button border width | Chocobozzz | 2019-03-20 | 1 | -5/+5 |
| | |||||
* | Fix custom CSS help | Chocobozzz | 2019-03-20 | 1 | -8/+8 |
| | |||||
* | Add icon to delete history button | Chocobozzz | 2019-03-20 | 2 | -8/+8 |
| | |||||
* | Add my library section in menu | Chocobozzz | 2019-03-20 | 26 | -124/+266 |
| | |||||
* | Improve comment deletion message | Chocobozzz | 2019-03-20 | 2 | -0/+14 |
| |