aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
...
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+40
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-082-2/+3
|
* Add ability to forbid followersChocobozzz2019-04-082-1/+7
|
* Update P2P media loader peer versionChocobozzz2019-04-082-1/+45
|
* add quarantine videos feature (#1637)Josh Morel2019-04-023-2/+73
| | | | | | | | | | | | | | | | | | | | * 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
|
* Fix email notificationChocobozzz2019-03-191-1/+0
|
* Better videos redundancy config error handlingChocobozzz2019-03-193-2/+7
|
* Limit user tokens cacheChocobozzz2019-03-192-8/+15
|
* Refresh playlistsChocobozzz2019-03-191-1/+3
|
* Increase refresh interval to 2 daysChocobozzz2019-03-191-2/+2
|
* Cleanup tmp directory at startupChocobozzz2019-03-191-2/+4
|
* Add to playlist dropdownChocobozzz2019-03-181-1/+1
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Add server migrationsChocobozzz2019-03-182-1/+87
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-183-8/+8
|
* Add playlist rest testsChocobozzz2019-03-182-2/+9
|
* Playlist server APIChocobozzz2019-03-182-2/+27
|
* BREAKING: update CSP configurationChocobozzz2019-02-213-1/+12
| | | | Disable it by default and add ability to specify a custom report uri
* findById -> findByPkChocobozzz2019-02-211-1/+1
|
* Improve channel and account SEOChocobozzz2019-02-211-1/+1
|
* Add isNSFW instance configuration keyChocobozzz2019-02-202-1/+2
|
* Increase thumbnails sizeChocobozzz2019-02-201-2/+2
|
* Move original publication date in advanced settingsChocobozzz2019-02-111-11/+5
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-119-18/+170
|\
| * Update migration version for download enabledChocobozzz2019-02-112-1/+1
| |
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1123-99/+671
| |\
| | * Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
| | | | | | | | | | | | And add some tests
| | * Add hls support on serverChocobozzz2019-02-115-4/+72
| | |
| | * 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-142-3/+40
| | | | | | | | | | | | And correctly handle new lines
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-102-1/+28
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+27
| | |
* | | Add migration fileclementbrizard2019-01-121-0/+42
| |/ |/|
* | Implement contact form in the clientChocobozzz2019-01-102-2/+14
| |
* | Implement contact form on server sideChocobozzz2019-01-101-0/+11
| |
* | Add notifications in the clientChocobozzz2019-01-091-1/+1
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-091-2/+6
| |
* | Add import finished and video published notifsChocobozzz2019-01-091-2/+4
| |
* | Add notification settings migrationChocobozzz2019-01-092-1/+42
| |
* | Add user notification base codeChocobozzz2019-01-092-2/+8
| |
* | Optimize index sizesChocobozzz2018-12-202-1/+33
| |
* | Optimize actor follow scores modificationsChocobozzz2018-12-201-2/+2
| |
* | Fix federation of some videosChocobozzz2018-12-192-1/+53
| | | | | | | | | | If we don't transcode additional resolutions, and user decided to wait transcoding before publishing the video
* | Add history on server sideChocobozzz2018-12-182-1/+28
| | | | | | | | 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