aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Better AP route checkerChocobozzz2019-03-191-45/+67
|
* Does existChocobozzz2019-03-191-1/+1
|
* Add playlist updatedAt testsChocobozzz2019-03-181-4/+4
|
* Add videos playlist exist testsChocobozzz2019-03-182-2/+2
|
* Playlist reorder supportChocobozzz2019-03-181-3/+5
|
* Add to playlist dropdownChocobozzz2019-03-183-11/+72
|
* Add server migrationsChocobozzz2019-03-181-2/+8
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-182-4/+11
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-20/+4
|
* Add playlist rest testsChocobozzz2019-03-185-9/+39
|
* Add playlist check param testsChocobozzz2019-03-181-6/+10
|
* Playlist server APIChocobozzz2019-03-188-23/+547
|
* Upgrade server dependenciesChocobozzz2019-02-211-4/+2
|
* Improve channel and account SEOChocobozzz2019-02-211-0/+14
|
* 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-1114-207/+294
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1130-322/+1101
| |\
| | * Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-113-12/+9
| | |\
| | | * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-153-12/+9
| | | |
| | * | 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-115-24/+52
| | |/
| | * 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
| |
* | Fix socket.io websocket connectionChocobozzz2019-01-091-3/+14
| |
* | 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-098-6/+116
| |
* | Add history on server sideChocobozzz2018-12-183-0/+60
| | | | | | | | Add ability to disable, clear and list user videos history
* | Add video title/description when rendering htmlChocobozzz2018-12-171-10/+8
| |
* | add Content Security Policy (#1252)Rigel Kent2018-12-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Content Security Policy * remove reflect-metadata on production builds to get rid of unsafe-eval * fix baseCSP usage * add SRI to CSP * add blob: to media-src * remove SRI * CSP set to reportOnly * adding data: to connect-src CSP * remove block-all-mixed-content * add report-uri support
* | Use move instead renameChocobozzz2018-12-111-2/+2
| | | | | | | | To avoid EXDEV errors
* | Support additional video extensionsChocobozzz2018-12-116-23/+17
| |
* | (well-known url) add change-passwordRigel Kent2018-12-071-0/+6
| |
* | Fix thumbnail sitemap locationChocobozzz2018-12-061-1/+1
| |
* | Add sitemapChocobozzz2018-12-052-0/+102
| |
* | 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
| |