Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Fix email object/body configurations | Chocobozzz | 2019-06-11 | 2 | -2/+7 |
| | | |||||
* | | Remove magnetURI download support | Chocobozzz | 2019-06-11 | 2 | -9/+1 |
| | | | | | | | | Since most BitTorrent clients are not able to download files from it | ||||
* | | Fix upload script | Chocobozzz | 2019-06-11 | 2 | -3/+5 |
| | | |||||
* | | Add lint command | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | | |||||
* | | Improve video REST documentation | Chocobozzz | 2019-06-11 | 2 | -28/+171 |
| | | |||||
* | | Fix netrc tools | Chocobozzz | 2019-06-11 | 2 | -3/+6 |
| | | |||||
* | | PeerTube only supports nodejs 8 | Chocobozzz | 2019-06-11 | 2 | -4/+5 |
| | | |||||
* | | Improve registration | Chocobozzz | 2019-06-07 | 23 | -69/+246 |
| | | | | | | | | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | | Redirect to local route when getting peertube account | Chocobozzz | 2019-06-07 | 1 | -0/+4 |
| | | |||||
* | | Don't break video scheduled publication | Chocobozzz | 2019-06-07 | 3 | -8/+10 |
| | | |||||
* | | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-06-07 | 15 | -65/+122 |
|\| | |||||
| * | Fix video import if autoblacklist is enabled | Chocobozzz | 2019-06-07 | 3 | -13/+63 |
| | | |||||
| * | Fix black theme on some screens | Chocobozzz | 2019-06-07 | 3 | -6/+11 |
| | | |||||
| * | Fix error in form when scheduling video publication | Chocobozzz | 2019-06-07 | 2 | -2/+2 |
| | |