aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/constants.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+6
|
* Move config in its own fileChocobozzz2019-04-111-270/+51
|
* Add logs endpointChocobozzz2019-04-101-0/+3
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+5
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-0/+1
| | | | | | | | | | | | * 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 new instance follower notification in clientChocobozzz2019-04-091-1/+1
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-1/+2
|
* Add ability to forbid followersChocobozzz2019-04-081-0/+5
|
* Update P2P media loader peer versionChocobozzz2019-04-081-1/+4
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-1/+8
| | | | | | | | | | | | | | | | | | | | * 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-3/+7
|
* Better videos redundancy config error handlingChocobozzz2019-03-191-0/+2
|
* Limit user tokens cacheChocobozzz2019-03-191-3/+10
|
* Refresh playlistsChocobozzz2019-03-191-1/+3
|
* Increase refresh interval to 2 daysChocobozzz2019-03-191-2/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-1/+1
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Add server migrationsChocobozzz2019-03-181-1/+1
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-5/+5
|
* Add playlist rest testsChocobozzz2019-03-181-0/+7
|
* Playlist server APIChocobozzz2019-03-181-1/+22
|
* BREAKING: update CSP configurationChocobozzz2019-02-211-1/+5
| | | | Disable it by default and add ability to specify a custom report uri
* Improve channel and account SEOChocobozzz2019-02-211-1/+1
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-0/+1
|
* Increase thumbnails sizeChocobozzz2019-02-201-2/+2
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-4/+20
|\
| * Update migration version for download enabledChocobozzz2019-02-111-1/+1
| |
| * Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | | | | | And add some tests
| * Add hls support on serverChocobozzz2019-02-111-1/+13
| |
| * Try to fix Mac video uploadChocobozzz2019-01-241-1/+3
| |
| * Youtube DL update every 24 hoursChocobozzz2019-01-211-1/+1
| |
| * Fix testsChocobozzz2019-01-211-1/+1
| |
| * Increase abuse length to 3000Chocobozzz2019-01-141-3/+3
| | | | | | | | And correctly handle new lines
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-1/+1
|/
* Implement contact form on server sideChocobozzz2019-01-101-0/+11
|
* Add notification settings migrationChocobozzz2019-01-091-1/+1
|
* Add user notification base codeChocobozzz2019-01-091-1/+3
|
* Optimize index sizesChocobozzz2018-12-201-1/+1
|
* Optimize actor follow scores modificationsChocobozzz2018-12-201-2/+2
|
* Fix federation of some videosChocobozzz2018-12-191-1/+1
| | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* Add history on server sideChocobozzz2018-12-181-1/+1
| | | | Add ability to disable, clear and list user videos history
* Keep old channel/user name constraintsChocobozzz2018-12-131-2/+2
| | | | In order to avoid compatibility issues
* add Content Security Policy (#1252)Rigel Kent2018-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | * 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
* Support additional video extensionsChocobozzz2018-12-111-31/+65
|
* username/display_name/video_channel_name min length 1 and max length 50 (#1265)BRAINS YUM2018-12-071-3/+3
| | | | | | | | | | | | | * make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263); ! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine; allow for usernames to start with a number; fix test, since username can be 1 char now make test check empty; fix test, Should fail with a too long username; fix test, Should fail with a too small username; fix regular expression for username and videoChannel; change username, videoChannel to be lowercase and fix message; * change 1 characters to 1 character
* Add sitemapChocobozzz2018-12-051-0/+1
|
* Create redundancy endpointChocobozzz2018-12-041-0/+1
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-0/+2
|
* Update dependenciesChocobozzz2018-12-041-1/+1
|
* Delete invalid or deleted remote videosChocobozzz2018-11-201-5/+10
|