aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api
Commit message (Collapse)AuthorAgeFilesLines
* Refactor video playlist middlewaresChocobozzz2019-03-181-20/+4
|
* Add playlist rest testsChocobozzz2019-03-184-8/+35
|
* Add playlist check param testsChocobozzz2019-03-181-6/+10
|
* Playlist server APIChocobozzz2019-03-185-15/+490
|
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-4/+6
|
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+2
| | | | Import original publication date when importing a video from YouTube in the web UI
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1111-183/+254
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1122-267/+859
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-112-3/+3
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-152-3/+3
| | | |
| | * | Cleanup reset user password by adminChocobozzz2019-02-112-11/+11
| | | | | | | | | | | | | | | | And add some tests
| | * | allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+1
| | | |
| | * | Add hls support on serverChocobozzz2019-02-112-9/+18
| | |/
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-2/+5
| | |
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-143-1/+14
| | |
| | * Move subscriptions controllers in its own fileChocobozzz2019-01-143-154/+174
| | |
| | * WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-3/+20
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
| | |
* | | Enable video upload and editclementbrizard2019-01-121-1/+7
| |/ |/|
* | Implement contact form in the clientChocobozzz2019-01-101-1/+1
| |
* | Implement contact form on server sideChocobozzz2019-01-103-27/+58
| |
* | Add notifications in the clientChocobozzz2019-01-091-1/+14
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-092-5/+13
| |
* | Add import finished and video published notifsChocobozzz2019-01-091-3/+9
| |
* | Add notification settings migrationChocobozzz2019-01-091-9/+10
| |
* | Add user notification base codeChocobozzz2019-01-096-3/+113
| |
* | Add history on server sideChocobozzz2018-12-183-0/+60
| | | | | | | | Add ability to disable, clear and list user videos history
* | Use move instead renameChocobozzz2018-12-111-2/+2
| | | | | | | | To avoid EXDEV errors
* | Support additional video extensionsChocobozzz2018-12-116-23/+17
| |
* | Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+4
| | | | | | | | password system
* | Remove inferred typeChocobozzz2018-12-053-5/+5
| |
* | Add tmp and redundancy directoriesChocobozzz2018-12-044-11/+11
| |
* | Fix trending pageChocobozzz2018-12-031-6/+1
| |
* | Optimize config endpointChocobozzz2018-11-231-4/+4
| |
* | enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* | Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+6
| |
* | Check follow constraints when getting a videoChocobozzz2018-11-161-0/+2
| |
* | Don't forward view, send updates insteadChocobozzz2018-11-151-1/+5
| | | | | | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views
* | Check activities hostChocobozzz2018-11-141-7/+10
| |
* | Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-0/+1
|\ \
| * | move to boolean switchRigel Kent2018-10-131-1/+1
| | |
| * | add webtorrent opt-out settingsRigel Kent2018-10-131-0/+1
| | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-163-4/+138
| | |
* | | Add user/instance block by users in the clientChocobozzz2018-10-161-2/+2
| | |
* | | Add ability for users to block an account/instance on server sideChocobozzz2018-10-168-9/+144
|/ /
* | Add ability to list all local videosChocobozzz2018-10-103-2/+7
| | | | | | | | Including private/unlisted for moderators/admins