aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Remove ability to delete video importsChocobozzz2018-08-061-2/+4
* Correctly handle video import errorsChocobozzz2018-08-061-2/+4
* Add ability to list video importsChocobozzz2018-08-062-9/+81
* Add ability to import video with youtube-dlChocobozzz2018-08-063-2/+106
* Add index on sharedInboxUrlChocobozzz2018-07-311-0/+3
* Add audit logs in various modulesAurélien Bertron2018-07-311-0/+4
* Add more info loggingChocobozzz2018-07-305-7/+4
* Revert "Delete actor too when deleting account/video channel"Chocobozzz2018-07-303-42/+34
* Delete actor too when deleting account/video channelChocobozzz2018-07-303-34/+42
* Optimize videos list SQL query (another time)Chocobozzz2018-07-271-2/+10
* Optimize search SQL query (I hope :p)Chocobozzz2018-07-272-29/+17
* Revert SQL optimization in videos list :(Chocobozzz2018-07-271-3/+3
* Fix last commitChocobozzz2018-07-263-2/+6
* expliciting type checks and predicates (server only)Rigel Kent2018-07-254-9/+35
* adding initial support for nodeinfoRigel Kent2018-07-241-0/+117
* Add ability to only filter in the search endpointChocobozzz2018-07-241-4/+33
* Optimize SQL queriesChocobozzz2018-07-247-31/+66
* Add advanced search in clientChocobozzz2018-07-241-1/+16
* Add videos list filtersChocobozzz2018-07-242-28/+114
* Begin advanced searchChocobozzz2018-07-243-57/+93
* Handle .srt subtitlesChocobozzz2018-07-161-5/+9
* Implement captions/subtitlesChocobozzz2018-07-162-7/+206
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-292-9/+32
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-0/+4
* Filter by category (#720)PhieF2018-06-271-0/+7
* Update iso639 translations for french and deutchChocobozzz2018-06-191-2/+6
* Fix avatar image in channel pageChocobozzz2018-06-181-1/+8
* Fix removing scheduled updateChocobozzz2018-06-181-0/+11
* Add ability to schedule video publicationChocobozzz2018-06-152-11/+45
* Add ability for uploaders to schedule video updateChocobozzz2018-06-142-5/+103
* Use local object URLs for feedsChocobozzz2018-06-141-1/+1
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-133-8/+8
* Fix bad RSS descriptions when filtering videos by account or channelChocobozzz2018-06-131-1/+5
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-65/+67
* Fix import with when the imported file has the same extension than anChocobozzz2018-06-111-3/+3
* Add video comments RSSChocobozzz2018-06-081-0/+22
* Improve create import file jobChocobozzz2018-06-071-12/+15
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-1/+34
* Correctly forward video related activitiesChocobozzz2018-05-311-1/+1
* Improve torrent/video downloadChocobozzz2018-05-291-2/+16
* Fix actor outboxChocobozzz2018-05-281-2/+15
* Refractor and optimize AP collectionsChocobozzz2018-05-255-125/+62
* Reload my videos after deleteChocobozzz2018-05-251-2/+5
* Add owner in video channel pageChocobozzz2018-05-231-8/+3
* Fix insane SQL request when loading all video attributesChocobozzz2018-05-231-0/+3
* Fix updating video tags to empty fieldChocobozzz2018-05-161-0/+2
* Add ability to update a video channelChocobozzz2018-05-112-3/+43
* Fix video channel description/support max lengthChocobozzz2018-05-091-3/+4
* Add account link in videos listChocobozzz2018-04-251-2/+4
* Video channel API routes refractorChocobozzz2018-04-252-7/+21