Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Correctly fix menu overflow on mobile | Chocobozzz | 2020-02-26 | 1 | -8/+4 | |
| | | ||||||
| * | Fix IOS embed player | Chocobozzz | 2020-02-26 | 1 | -0/+3 | |
| | | ||||||
| * | Fix CPU usage on PostgreSQL | Chocobozzz | 2020-02-21 | 1 | -32/+20 | |
| | | ||||||
* | | Fix WS tracker | Chocobozzz | 2020-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix CPU usage on PostgreSQL | Chocobozzz | 2020-02-25 | 1 | -30/+19 | |
| | | ||||||
* | | Chore/docker-documentation-improvements (#2494) | Kim | 2020-02-24 | 4 | -39/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unify env_var names to replace * detail more and improve docker doc * fix title * move acme email and domains to traefik command * add details about TRAEFIK_ACME_* variables * Fix preview links from /develop to /master | |||||
* | | Minor update to the OpenAPI: instance config recent additions | Rigel Kent | 2020-02-21 | 1 | -0/+26 | |
| | | ||||||
* | | Provide z-index centralisation for lower components | Rigel Kent | 2020-02-21 | 5 | -5/+7 | |
| | | ||||||
* | | Mark additional strings as translatable (#2507) | Filip Bengtsson | 2020-02-21 | 8 | -11/+11 | |
| | | ||||||
* | | Replace uppercase text-transform by capitalized text source | Rigel Kent | 2020-02-21 | 12 | -43/+43 | |
| | | | | | | | | fixes #2085 | |||||
* | | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-20 | 2 | -1/+15 | |
|\| | ||||||
| * | Fix scroll menu on touch devices | Chocobozzz | 2020-02-20 | 1 | -0/+8 | |
| | | ||||||
| * | Fix CSP for embeds | Chocobozzz | 2020-02-20 | 1 | -1/+7 | |
| | | ||||||
* | | Properly hide Watch Later when user logs out | Rigel Kent | 2020-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Fix npm run dev | Chocobozzz | 2020-02-19 | 3 | -4/+6 | |
| | | ||||||
* | | Use bash to run build scripts too | Chocobozzz | 2020-02-19 | 3 | -3/+3 | |
| | | ||||||
* | | Use bash to run scripts | Chocobozzz | 2020-02-19 | 5 | -5/+5 | |
| | | ||||||
* | | Merge branch 'feature/better-openapi-readmes' into 'develop' | Rigel Kent | 2020-02-18 | 7 | -1/+269 | |
|\ \ | | | | | | | See merge request framasoft/peertube/PeerTube!29 | |||||
| * | | Create template dirs for openapi clients and provide README templates | Average Dude | 2020-02-18 | 7 | -1/+269 | |
|/ / | | | | | | | | | The definitions are now also in the template dirs because they will be ignored by the generator. Generators only use overrides and don't do anything with new files. | |||||
* | | Fix search parameter initialisation for search-typeahead | Rigel Kent | 2020-02-18 | 2 | -4/+4 | |
| | | ||||||
* | | 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 | |
| | | |