aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-1/+1
| | | | | | | | * #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 preferencesChocobozzz2019-06-191-0/+1
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-121-1/+2
|
* Handle email update on serverChocobozzz2019-06-112-11/+23
|
* Improve registrationChocobozzz2019-06-071-2/+6
| | | | | | | * 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 developChocobozzz2019-06-071-6/+10
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-071-6/+10
| |
| * Fix search with bad webfinger handlesChocobozzz2019-05-281-2/+12
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-061-0/+6
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-061-3/+10
| |
* | Upgrade server dependenciesChocobozzz2019-06-061-1/+4
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-061-3/+3
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-311-5/+21
| |
* | Remove unused actor uuid fieldChocobozzz2019-05-312-8/+6
| |
* | Add ability to subscribe from the channel account pageChocobozzz2019-05-291-1/+1
| |
* | Add pagination to account video channels endpointChocobozzz2019-05-291-2/+14
| |
* | Add ability to specify channel on registrationChocobozzz2019-05-281-2/+3
| |
* | Fix search with bad webfinger handlesChocobozzz2019-05-281-2/+12
| |
* | Update config.tsLiPeK2019-05-281-1/+1
| | | | | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850
* | Add audio upload testsChocobozzz2019-05-171-2/+9
| |
* | Add audio support in uploadChocobozzz2019-05-162-12/+27
|/
* Fix optional privacy in upload endpointChocobozzz2019-04-251-1/+1
|
* Add default playlist imageChocobozzz2019-04-241-1/+1
|
* Fix ownership changesChocobozzz2019-04-241-4/+8
|
* Upgrade sequelizeChocobozzz2019-04-243-44/+23
|
* Update sequelizeChocobozzz2019-04-242-5/+4
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-244-76/+104
|
* Add user adminFlagsChocobozzz2019-04-152-9/+12
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-1/+1
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1113-14/+23
|
* Move config in its own fileChocobozzz2019-04-1112-16/+25
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-112-0/+27
|
* Add logs page in clientChocobozzz2019-04-111-24/+28
|
* Add logs endpointChocobozzz2019-04-102-0/+92
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+3
|
* Add check params account ratings testsChocobozzz2019-04-091-5/+5
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-2/+36
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+2
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-6/+35
|
* Add ability to forbid followersChocobozzz2019-04-082-1/+6
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-5/+27
|
* 2 rows per overview sectionChocobozzz2019-04-051-1/+1
|
* add quarantine videos feature (#1637)Josh Morel2019-04-025-12/+56
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-192-4/+1
|
* Refresh playlistsChocobozzz2019-03-191-0/+6
|
* Cleanup express locals typingsChocobozzz2019-03-1923-141/+122
|
* Does existChocobozzz2019-03-191-1/+1
|
* Add playlist updatedAt testsChocobozzz2019-03-181-4/+4
|