Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP plugins: static files | Chocobozzz | 2019-07-24 | 6 | -15/+124 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 11 | -9/+216 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 23 | -3/+553 |
| | |||||
* | yarn -> npm in dockerfile | Chocobozzz | 2019-07-08 | 1 | -2/+2 |
| | |||||
* | replace npm and apt-get by yarn and apt in dockerfile.stretch (#1952) | Jacen | 2019-07-08 | 1 | -8/+8 |
| | | | | | | * replace npm and apt-get by yarn and apt in dockerfile.stretch * keep consistancy | ||||
* | Updated openapi.html ExternalDocs url | Dirk Kelly | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | Update credits | Chocobozzz | 2019-07-05 | 1 | -2/+25 |
| | |||||
* | Update translations | Chocobozzz | 2019-07-05 | 58 | -7432/+17072 |
| | |||||
* | Fix travis tests | Chocobozzz | 2019-07-04 | 1 | -0/+3 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 9 | -23/+112 |
| | |||||
* | peertube auth add wants a URL (and not a host) | Chocobozzz | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | Fix openapi schema | Chocobozzz | 2019-07-03 | 1 | -32/+44 |
| | |||||
* | Log typo | Chocobozzz | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Check pg_dump before backup (#1950) | tomamplius | 2019-07-02 | 1 | -8/+12 |
| | | | | | | | | * Check pg_dump before backup When the database is not on the same host pg_dump can't be not present * Update upgrade.sh | ||||
* | For Gentoo : set testing keyword for yarn | Wirebrass | 2019-07-02 | 1 | -0/+9 |
| | | | | Gentoo has not "stable" keyword for yarn (cf source, next line), you need to add "testing" keyword for yarn. Source : https://packages.gentoo.org/packages/sys-apps/yarn | ||||
* | For Gentoo : update @peertube set (delete vips) | Wirebrass | 2019-07-02 | 1 | -1/+0 |
| | | | The media-libs/vips package does not exist on Gentoo (and all works fine on my PeerTube POC without vips). | ||||
* | Fix/connection with email (#1917) | Nassim Bounouas | 2019-07-02 | 4 | -6/+17 |
| | | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation | ||||
* | Update postgresql version for Gentoo (#1935) | Wirebrass | 2019-06-22 | 1 | -2/+2 |
| | | | Update postgresql version for Gentoo example | ||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 10 | -8/+42 |
| | | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction | ||||
* | Fix signup email verification | Chocobozzz | 2019-06-20 | 1 | -3/+3 |
| | |||||
* | Link to follower profile from administration (#1922) | Nassim Bounouas | 2019-06-20 | 1 | -1/+1 |
| | | | | | | * #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tab | ||||
* | Fix redundancy exceeded quota | Chocobozzz | 2019-06-20 | 1 | -1/+4 |
| | |||||
* | Fix follows backend URL | Chocobozzz | 2019-06-20 | 2 | -1/+5 |
| | | | | And improve "no followers/followings" message position | ||||
* | Rearrange search filter options | Jessica Fairchild | 2019-06-20 | 1 | -4/+4 |
| | | | Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long) | ||||
* | Add language filter in header search | Chocobozzz | 2019-06-19 | 1 | -5/+24 |
| | |||||
* | Improve account username copy button | Chocobozzz | 2019-06-19 | 3 | -3/+19 |
| | |||||
* | Fix lint | Chocobozzz | 2019-06-19 | 1 | -4/+11 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 24 | -150/+443 |
| | |||||
* | Fix e2e tests in parallel | Chocobozzz | 2019-06-19 | 4 | -58/+64 |
| | |||||
* | Feature/completeUsernameCopy (#1913) | Nassim Bounouas | 2019-06-19 | 3 | -4/+9 |
| | | | | | | | | | | * #1843 Copy icon added to account page to copy Username * #1843 Store an account name with the host forced and bind it to copy button * #1843 tslint correction * #1843 copy to clipboard replaced by ngx-clipboard | ||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-06-17 | 4 | -3/+14 |
|\ | |||||
| * | Bumped to version v1.3.1v1.3.1 | Chocobozzz | 2019-06-17 | 3 | -3/+3 |
| | | |||||
| * | Update changelog | Chocobozzz | 2019-06-17 | 1 | -0/+11 |
| | | |||||
* | | Add more e2e tests | Chocobozzz | 2019-06-17 | 4 | -30/+264 |
| | | |||||
* | | Fix CLI default boolean values | Chocobozzz | 2019-06-17 | 2 | -3/+11 |
| | | |||||
* | | Update contributing to use multiple remote. (#1902) | Jorropo | 2019-06-14 | 1 | -1/+8 |
| | | | | | | Using multiple remote simplify a lot updating and pulling. | ||||
* | | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 4 | -72/+151 |
| | | |||||
* | | Add more CLI tests | Chocobozzz | 2019-06-13 | 16 | -180/+400 |
| | | |||||
* | | Rename overview -> discover | Chocobozzz | 2019-06-13 | 1 | -1/+1 |
| | | |||||
* | | Fix notification overflow | Chocobozzz | 2019-06-13 | 4 | -3/+9 |
| | | |||||
* | | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 5 | -12/+34 |
| | | |||||
* | | Add class to email change form | Chocobozzz | 2019-06-12 | 2 | -2/+2 |
| | | |||||
* | | Add params to share modal | Chocobozzz | 2019-06-12 | 15 | -211/+506 |
| | | |||||
* | | Speedup video watch layout build | Chocobozzz | 2019-06-11 | 3 | -2/+5 |
| | | |||||
* | | Fix user tests | Chocobozzz | 2019-06-11 | 1 | -1/+2 |
| | | |||||
* | | Add more embed parameters | Chocobozzz | 2019-06-11 | 12 | -178/+240 |
| | | |||||
* | | Add ability to change email in client | Chocobozzz | 2019-06-11 | 13 | -17/+189 |
| | | |||||
* | | Handle email update on server | Chocobozzz | 2019-06-11 | 12 | -30/+164 |
| | | |||||
* | | Fix account channel overflow | Chocobozzz | 2019-06-11 | 3 | -2/+17 |
| | | |||||
* | | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 4 | -11/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding |