aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-share.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor model utilsChocobozzz2023-01-101-1/+1
|
* Don't inject untrusted inputChocobozzz2022-11-151-2/+3
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Optimize broadcast job creationChocobozzz2022-06-171-14/+11
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-1/+12
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-10/+9
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Optimize sql requests on broadcastChocobozzz2020-03-191-53/+36
|
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-6/+8
|
* Automatically remove bad followingsChocobozzz2019-08-061-13/+5
|
* Fix multiple server testsChocobozzz2019-08-011-9/+20
|
* Upgrade sequelizeChocobozzz2019-04-241-5/+5
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Restore videos list componentsChocobozzz2019-04-021-2/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-0/+14
|
* Add playlist rest testsChocobozzz2019-03-181-1/+1
|
* Check activities hostChocobozzz2018-11-141-1/+1
|
* Fix offset/limit on some SQL queries :facepalm:Chocobozzz2018-06-131-2/+2
|
* Correctly forward video related activitiesChocobozzz2018-05-311-1/+1
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-0/+13
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Add ability to update a video channelChocobozzz2018-05-111-0/+9
|
* Implement support field in video and video channelChocobozzz2018-02-151-1/+27
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-1/+14
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+40
|
* Begin moving video channel to actorChocobozzz2017-12-191-16/+16
|
* Use sequelize scopesChocobozzz2017-12-141-6/+30
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-62/+56
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-4/+6
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-1/+15
|
* Federate video updateChocobozzz2017-11-271-2/+21
|
* Handle announces in inboxChocobozzz2017-11-271-0/+49