Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notifications popover and tooltips to the z-index table | Rigel Kent | 2020-02-18 | 3 | -10/+18 |
| | |||||
* | Fix emailer | Chocobozzz | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-17 | 1 | -1/+3 |
|\ | |||||
| * | Correctly fix auto follows | Chocobozzz | 2020-02-17 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-17 | 4 | -5/+14 |
|\| | |||||
| * | Fix avatar update | Chocobozzz | 2020-02-17 | 1 | -2/+2 |
| | | |||||
| * | Manual approves followers only for the instance | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | | | | | | | | And not for accounts or channels of the instance | ||||
| * | Fix instance get config | Chocobozzz | 2020-02-17 | 1 | -2/+5 |
| | | |||||
| * | Fix playlist cache error | Chocobozzz | 2020-02-17 | 1 | -0/+6 |
| | | |||||
| * | Add missing ca-certificates in docker image | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | | |||||
* | | Add missing ca-certificates in docker image | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | | |||||
* | | Explain view calculation on short videos, rewording | 3risian | 2020-02-17 | 1 | -1/+1 |
| | | | | | | FAQ previously did not explain how views are calculated for videos under 30 seconds. Minor rewording fixes based on feedback from non-technical person. | ||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-17 | 0 | -0/+0 |
|\| | |||||
| * | Fix youtube-dl python | Chocobozzz | 2020-02-17 | 1 | -1/+1 |
| | | |||||
* | | Refactor email enabled function | Chocobozzz | 2020-02-17 | 11 | -47/+37 |
| | | |||||
* | | Creating a user with an empty password will send an email to let him set his ↵ | John Livingston | 2020-02-17 | 14 | -18/+201 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests | ||||
* | | Fix missing python dependency in Dockerfile.buster (#2495) | Kim | 2020-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image | ||||
* | | Add libraries section to the REST Quickstart | Rigel Kent | 2020-02-17 | 1 | -0/+10 |
| | | | | | | Document the new OpenAPI clients in the REST Quickstart, listing supported languages and their repositories. | ||||
* | | Merge branch 'open-api-clients' into develop | Chocobozzz | 2020-02-17 | 9 | -0/+126 |
|\ \ | |||||
| * | | Make clients stage excute before build | Rigel Kent | 2020-02-16 | 1 | -2/+1 |
| | | | |||||
| * | | Make clients stage execute out-of-order | Rigel Kent | 2020-02-16 | 1 | -0/+1 |
| | | | |||||
| * | | OpenAPI clients generation | Rigel Kent | 2020-02-14 | 9 | -0/+126 |
| |\ \ | | | | | | | | | See merge request framasoft/peertube/PeerTube!28, which continued https://github.com/Chocobozzz/PeerTube/pull/2060 | ||||
| | * | | OpenAPI clients generation | Average Dude | 2020-02-14 | 9 | -0/+126 |
| |/ / | |||||
* | | | Merge branch 'master' into develop | Chocobozzz | 2020-02-17 | 0 | -0/+0 |
|\ \ \ | |||||
| * | | | fix markdown link (#2504) | Moritz Warning | 2020-02-16 | 1 | -2/+1 |
| | |/ | |/| | | | | (doc) fix markdown link in docker.md | ||||
* | | | fix markdown link (#2504) | Moritz Warning | 2020-02-16 | 1 | -2/+1 |
| | | | | | | | | | (doc) fix markdown link in docker.md | ||||
* | | | Fix search instructions for videos | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | (doc) update copyright to 2020 | DontUseGithub | 2020-02-13 | 1 | -1/+1 |
| | | | |||||
* | | | Simplify code for search-typeahead | Rigel Kent | 2020-02-13 | 5 | -27/+29 |
| | | | |||||
* | | | Improve search typeahead performance and use native events | Rigel Kent | 2020-02-13 | 19 | -206/+189 |
| | | | |||||
* | | | Media queries to use variables when possible | Rigel Kent | 2020-02-13 | 7 | -7/+8 |
| | | | |||||
* | | | Make the search helper change based on the server config | Rigel Kent | 2020-02-13 | 8 | -12/+62 |
| | | | |||||
* | | | Gracefully downsize search bar for mobile devices | Rigel Kent | 2020-02-13 | 10 | -86/+93 |
| | | | |||||
* | | | Add keyboard navigation and hepler to typeahead | Rigel Kent | 2020-02-13 | 11 | -86/+234 |
| | | | |||||
* | | | Search typeahead initial design | Rigel Kent | 2020-02-13 | 11 | -27/+375 |
| | | | |||||
* | | | Manage z-indexes in variables | Rigel Kent | 2020-02-13 | 7 | -12/+34 |
| | | | |||||
* | | | Extend build commands | ICabaleiro | 2020-02-13 | 1 | -1/+45 |
| |/ |/| | |||||
* | | Fix list overflow when refreshing the page | Chocobozzz | 2020-02-13 | 1 | -9/+14 |
| | | |||||
* | | Fix menu z-index on mobile on watch page | Chocobozzz | 2020-02-13 | 1 | -1/+1 |
| | | |||||
* | | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 26 | -53/+283 |
| | | |||||
* | | Fix user dropdown menu with long texts | Rigel Kent | 2020-02-12 | 3 | -1/+14 |
| | | | | | | | | closes #2480 | ||||
* | | Keep our current build system for now | Chocobozzz | 2020-02-12 | 1 | -4/+9 |
| | | |||||
* | | Fix embed api doc link | Chocobozzz | 2020-02-12 | 1 | -2/+2 |
| | | |||||
* | | Only use basehref | Chocobozzz | 2020-02-12 | 3 | -27/+37 |
| | | | | | | | | Will allow us to use the localize option | ||||
* | | Update default user theme to instance-default | Jorge Silva | 2020-02-12 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit 72fa5cb1272b0b897f5a975615619e354055e5bd) | ||||
* | | peertube-import-videos passes remaining options down to youtube-dl | Raphaël Droz | 2020-02-12 | 1 | -3/+5 |
| | | |||||
* | | Update test contributing guide | Chocobozzz | 2020-02-12 | 1 | -1/+1 |
| | | |||||
* | | Correctly check remote extension | Chocobozzz | 2020-02-12 | 1 | -3/+9 |
| | | |||||
* | | Fix remote avatar without AP mediatype field | Chocobozzz | 2020-02-12 | 2 | -13/+18 |
| | | |||||
* | | Update code contributors | Chocobozzz | 2020-02-11 | 2 | -10/+17 |
| | |