aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-4/+15
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-0/+7
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-2/+70
| | | | publishing a video
* Increase access_token lifetimeChocobozzz2018-06-081-1/+1
|
* Improve create import file jobChocobozzz2018-06-071-0/+3
| | | | Fix federation of .ogv videos
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+2
|
* Add server localizationChocobozzz2018-06-061-1/+2
|
* Improve torrent/video downloadChocobozzz2018-05-291-0/+5
|
* feature: IP filtering on signup pageRigel Kent2018-05-222-2/+10
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* feature: db selection in redisRigel Kent2018-05-212-2/+3
| | | | resolves #579
* robots.txt config and routeRigel Kent2018-05-162-2/+3
|
* Use publishedAt by default in videos sortChocobozzz2018-05-151-1/+1
|
* Decrease AP video cacheChocobozzz2018-05-111-1/+1
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-2/+9
|
* Add ability to embed a video in TwitterChocobozzz2018-05-112-1/+8
| | | | The instance should be whitelisted first
* Fix video channel description/support max lengthChocobozzz2018-05-092-4/+48
|
* Add timeout and TTL to request jobsChocobozzz2018-05-091-3/+6
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+2
|
* Use ISO 639 for languagesChocobozzz2018-04-232-33/+199
|
* Better file name for torrentChocobozzz2018-04-191-1/+1
|
* Add information concerning video privacy in my videos listChocobozzz2018-04-191-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-194-6/+63
| | | | There is a global instance setting and a per user setting
* Process broadcast requests in parallelChocobozzz2018-04-181-0/+2
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+2
| | | | It helps to track follow errors
* Add redis cache to feed routeChocobozzz2018-04-171-0/+8
|
* Support hostname binding in configPierre-Alain TORET2018-04-172-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add basic support for hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make production example a bit more secure Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Make example config files compatible with hostname binding modification Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Fix typo Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Bind on 127.0.0.1 by default Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com> * Update Docker configuration with hostname binding Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
* Fix migration 200Chocobozzz2018-03-301-1/+11
|
* Add publishedAt field for video model.Julien Le Bras2018-03-302-1/+33
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Upgrade changelogChocobozzz2018-03-291-2/+0
|
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+1
|
* Prevent brute force login attackChocobozzz2018-03-293-1/+11
|
* Add sign language to the index of languages (#420)Rigel Kent2018-03-271-1/+16
|
* Fix error loggingChocobozzz2018-03-262-2/+2
|
* Limit comment length to 1 character, fixes #394 (#399)Aurélien Bertron2018-03-241-1/+1
|
* Fix error display on edit config in adminChocobozzz2018-03-231-3/+6
|
* Don't search migration version in old Applications table anymoreChocobozzz2018-03-231-11/+3
|
* Add option to disable starttlsChocobozzz2018-03-221-0/+1
|
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-2/+5
|
* Add short description in configChocobozzz2018-03-151-0/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+1
|
* Fix resolution for portrait videosChocobozzz2018-02-271-2/+2
|
* Add 30 fps limit in transcodingChocobozzz2018-02-261-0/+2
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-1/+5
|
* Add ability to add custom css/javascriptChocobozzz2018-02-221-1/+5
|
* Implement support field in video and video channelChocobozzz2018-02-152-2/+58
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+8
|
* Add new name/terms/description config optionsChocobozzz2018-01-312-1/+7
|
* Add ability to reset our passwordChocobozzz2018-01-302-4/+19
|
* Fix migrationsChocobozzz2018-01-292-1/+24
|
* Don't rehost announced video activitiesChocobozzz2018-01-262-1/+42
|