Chocobozzz
1647e4effd
Fix CPU usage on PostgreSQL
2020-02-25 16:30:09 +01:00
Kim
e962e1c3c5
Chore/docker-documentation-improvements ( #2494 )
...
* 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
2020-02-24 15:30:14 +01:00
Rigel Kent
f30736c891
Minor update to the OpenAPI: instance config recent additions
2020-02-21 21:25:55 +01:00
Rigel Kent
555fdc8c79
Provide z-index centralisation for lower components
2020-02-21 21:25:55 +01:00
Filip Bengtsson
97eae8382e
Mark additional strings as translatable ( #2507 )
2020-02-21 18:51:05 +01:00
Rigel Kent
14571f1995
Replace uppercase text-transform by capitalized text source
...
fixes #2085
2020-02-21 16:51:34 +01:00
Chocobozzz
49be0fd325
Fix CPU usage on PostgreSQL
2020-02-21 14:11:11 +01:00
Chocobozzz
4c1def5fd8
Merge branch 'release/2.1.0' into develop
2020-02-20 10:43:33 +01:00
Chocobozzz
c06be12950
Fix scroll menu on touch devices
2020-02-20 10:43:07 +01:00
Chocobozzz
dfab4fa9c6
Fix CSP for embeds
2020-02-20 10:11:17 +01:00
Rigel Kent
80adb0366f
Properly hide Watch Later when user logs out
2020-02-19 09:33:49 +01:00
Chocobozzz
99ae9d3a9e
Fix npm run dev
2020-02-19 09:14:28 +01:00
Chocobozzz
302cb3f92e
Use bash to run build scripts too
2020-02-19 08:57:32 +01:00
Chocobozzz
0e4338fd1d
Use bash to run scripts
2020-02-19 08:56:24 +01:00
Rigel Kent
d5edf22aad
Merge branch 'feature/better-openapi-readmes' into 'develop'
...
See merge request framasoft/peertube/PeerTube!29
2020-02-18 14:49:11 +01:00
Average Dude
170cd639a7
Create template dirs for openapi clients and provide README templates
...
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.
2020-02-18 14:49:11 +01:00
Rigel Kent
71e75ef27e
Fix search parameter initialisation for search-typeahead
2020-02-18 14:33:07 +01:00
Rigel Kent
757ffdfe90
Add notifications popover and tooltips to the z-index table
2020-02-18 12:01:08 +01:00
Chocobozzz
887e1a0376
Fix emailer
2020-02-18 08:29:23 +01:00
Chocobozzz
134cf2bce9
Merge branch 'release/2.1.0' into develop
2020-02-17 15:44:53 +01:00
Chocobozzz
2db48acc46
Correctly fix auto follows
2020-02-17 15:44:06 +01:00
Chocobozzz
2ad9dcda24
Merge branch 'release/2.1.0' into develop
2020-02-17 15:34:42 +01:00
Chocobozzz
1c5fbed209
Fix avatar update
2020-02-17 15:33:42 +01:00
Chocobozzz
7d233f1dd9
Manual approves followers only for the instance
...
And not for accounts or channels of the instance
2020-02-17 14:27:29 +01:00
Chocobozzz
017fbe1855
Fix instance get config
2020-02-17 11:56:28 +01:00
Chocobozzz
ec10e8ed5b
Fix playlist cache error
2020-02-17 11:47:47 +01:00
Chocobozzz
8d3fe90c3f
Add missing ca-certificates in docker image
2020-02-17 10:34:09 +01:00
Chocobozzz
55bc5f4813
Add missing ca-certificates in docker image
2020-02-17 10:33:36 +01:00
3risian
5003a1c9fd
Explain view calculation on short videos, rewording
...
FAQ previously did not explain how views are calculated for videos under 30 seconds. Minor rewording fixes based on feedback from non-technical person.
2020-02-17 10:32:17 +01:00
Chocobozzz
c2777c1dfe
Merge branch 'release/2.1.0' into develop
2020-02-17 10:28:58 +01:00
Chocobozzz
a6f2e1275c
Fix youtube-dl python
2020-02-17 10:28:42 +01:00
Chocobozzz
4c1c170934
Refactor email enabled function
2020-02-17 10:27:00 +01:00
John Livingston
45f1bd72a0
Creating a user with an empty password will send an email to let him set his 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
2020-02-17 10:16:52 +01:00
Kim
c5621bd23b
Fix missing python dependency in Dockerfile.buster ( #2495 )
...
* Fix missing youtube-dl dependency in buster docker image
* Fix missing python dependency in buster docker image
2020-02-17 10:01:22 +01:00
Rigel Kent
c9925e2d13
Add libraries section to the REST Quickstart
...
Document the new OpenAPI clients in the REST Quickstart, listing supported languages and their repositories.
2020-02-17 09:33:45 +01:00
Chocobozzz
1d17d86349
Merge branch 'open-api-clients' into develop
2020-02-17 09:03:49 +01:00
Chocobozzz
a30a136c98
Merge branch 'master' into develop
2020-02-17 08:10:10 +01:00
Moritz Warning
fa62543c31
fix markdown link ( #2504 )
...
(doc) fix markdown link in docker.md
2020-02-16 23:22:23 +01:00
Moritz Warning
e81871782d
fix markdown link ( #2504 )
...
(doc) fix markdown link in docker.md
2020-02-16 23:10:12 +01:00
Rigel Kent
45de2dfcb5
Make clients stage excute before build
2020-02-16 13:15:04 +01:00
Rigel Kent
97ffb66306
Make clients stage execute out-of-order
2020-02-16 13:11:03 +01:00
Rigel Kent
7b62b1d5f0
OpenAPI clients generation
...
See merge request framasoft/peertube/PeerTube!28, which continued https://github.com/Chocobozzz/PeerTube/pull/2060
2020-02-14 14:14:14 +01:00
Average Dude
002df3813d
OpenAPI clients generation
2020-02-14 14:14:14 +01:00
Rigel Kent
c4be50cd94
Fix search instructions for videos
2020-02-13 17:12:02 +01:00
DontUseGithub
ea99238780
(doc) update copyright to 2020
2020-02-13 16:56:52 +01:00
Rigel Kent
8a979d73c3
Simplify code for search-typeahead
2020-02-13 16:48:46 +01:00
Rigel Kent
9b8a7aa8ea
Improve search typeahead performance and use native events
2020-02-13 16:35:24 +01:00
Rigel Kent
ece3029bd9
Media queries to use variables when possible
2020-02-13 16:34:16 +01:00
Rigel Kent
9677fca772
Make the search helper change based on the server config
2020-02-13 16:32:58 +01:00
Rigel Kent
52cc0d5485
Gracefully downsize search bar for mobile devices
2020-02-13 16:32:58 +01:00