Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove comment federation by video owner | Chocobozzz | 2019-08-07 | 1 | -13/+28 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 1 | -1/+1 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -2/+52 |
| | |||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 3 | -0/+264 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 4 | -637/+898 |
| | |||||
* | Moderators can only manage users | Chocobozzz | 2019-07-30 | 1 | -30/+136 |
| | |||||
* | Fix mocha commands | Chocobozzz | 2019-07-29 | 2 | -2/+2 |
| | |||||
* | Add gitlab ci support | Chocobozzz | 2019-07-29 | 10 | -11/+12 |
| | |||||
* | Add public settings endpoint | Chocobozzz | 2019-07-26 | 2 | -9/+20 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Change plugin models names | Chocobozzz | 2019-07-24 | 1 | -2/+2 |
| | |||||
* | Add hooks documentation | Chocobozzz | 2019-07-24 | 4 | -4/+4 |
| | |||||
* | Add retries to travis mocha | Chocobozzz | 2019-07-24 | 5 | -6/+6 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 2 | -52/+351 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 4 | -2/+161 |
| | |||||
* | Add plugins check params tests | Chocobozzz | 2019-07-24 | 2 | -0/+475 |
| | |||||
* | Fix lint | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 2 | -0/+6 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 1 | -2/+55 |
| | |||||
* | Fix/connection with email (#1917) | Nassim Bounouas | 2019-07-02 | 1 | -0/+11 |
| | | | | | | | | | | | | * #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 | ||||
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 2 | -3/+8 |
| | | | | | | | | * #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 | ||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 2 | -9/+67 |
| | |||||
* | Fix notification overflow | Chocobozzz | 2019-06-13 | 2 | -2/+6 |
| | |||||
* | Fix user tests | Chocobozzz | 2019-06-11 | 1 | -1/+2 |
| | |||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 2 | -3/+3 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 2 | -4/+57 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 3 | -5/+18 |
| | | | | | | | * 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 | ||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-06-07 | 1 | -6/+52 |
|\ | |||||
| * | Fix video import if autoblacklist is enabled | Chocobozzz | 2019-06-07 | 1 | -6/+52 |
| | | |||||
| * | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 1 | -1/+14 |
| | | |||||
* | | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 2 | -12/+34 |
| | | |||||
* | | Add ability to set to private a public/unlisted video | Chocobozzz | 2019-06-06 | 1 | -2/+24 |
| | | |||||
* | | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 2 | -8/+46 |
| | | |||||
* | | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 2 | -33/+11 |
| | | |||||
* | | Add pagination to account video channels endpoint | Chocobozzz | 2019-05-29 | 2 | -4/+84 |
| | | |||||
* | | Multi step registration | Chocobozzz | 2019-05-29 | 1 | -0/+7 |
| | | |||||
* | | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 2 | -4/+38 |
| | | |||||
* | | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 1 | -1/+14 |
| | | |||||
* | | Update travis ffmpeg patch version | Chocobozzz | 2019-05-17 | 3 | -4/+8 |
| | | |||||
* | | Add audio upload tests | Chocobozzz | 2019-05-17 | 5 | -14/+93 |
| | | |||||
* | | Add audio support in upload | Chocobozzz | 2019-05-16 | 2 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/pr/1785' into develop | Chocobozzz | 2019-05-16 | 1 | -2/+18 |
|\ \ | |||||
| * | | fixed formatting, added test case | Felix Ableitner | 2019-05-04 | 1 | -4/+19 |
| | | | |||||
* | | | Don't use parallel tests with test suite 1 and 3 | Chocobozzz | 2019-05-15 | 2 | -2/+2 |
| | | | |||||
* | | | Decrease max parallel tests for travis | Chocobozzz | 2019-05-15 | 4 | -4/+4 |
| | | | |||||
* | | | All API tests in parallel | Chocobozzz | 2019-05-15 | 29 | -197/+260 |
| | | | |||||
* | | | Redundancy and search tests in parallel too | Chocobozzz | 2019-05-14 | 22 | -216/+241 |
| | | | |||||
* | | | Try parallel check params tests | Chocobozzz | 2019-05-14 | 6 | -7/+14 |
| |/ |/| | |||||
* | | Fix thumbnail when listing my videos | Chocobozzz | 2019-05-13 | 1 | -2/+5 |
|/ |