aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account
Commit message (Expand)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-7/+5
* Set actor preferred name case insensitiveChocobozzz2023-05-112-9/+7
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-2/+2
* Refactor model utilsChocobozzz2023-01-103-4/+4
* Refactor table attributesChocobozzz2023-01-091-1/+13
* Prefer using Object.valuesChocobozzz2022-08-171-2/+1
* Fix searching in blocklistChocobozzz2022-06-171-0/+14
* Don't store remote rates of remote videosChocobozzz2022-03-181-23/+1
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-95/+103
* Fix shared importsChocobozzz2021-12-241-3/+2
* Move typescript utils in its own directoryChocobozzz2021-12-163-3/+3
* Add mute status in account and channel pagesChocobozzz2021-12-071-3/+37
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+1
* Deprecate filter video queryChocobozzz2021-10-291-3/+3
* Filter host for channels and playlists searchChocobozzz2021-07-281-4/+4
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+69
* Refactor a little bit controllersChocobozzz2021-05-121-1/+1
* Stricter models typingChocobozzz2021-05-123-3/+6
* Cleanup models directory organizationChocobozzz2021-05-118-2059/+6
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-0/+1
* Fix remote actor creation dateChocobozzz2021-05-071-2/+0
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-0/+4
* Add size info in db for actor imagesChocobozzz2021-04-081-6/+11
* Update data in DB when regenerate thumbnailsChocobozzz2021-04-081-0/+5
* Add ability to update the bannerChocobozzz2021-04-082-2/+20
* Agnostic actor image storageChocobozzz2021-04-083-5/+94
* Refactor auth flowChocobozzz2021-03-242-4/+4
* Add new plugin/peertube version notifsChocobozzz2021-03-242-11/+101
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-16/+14
* Use named chunk for embed on analyzeChocobozzz2021-02-251-1/+0
* Fix separate SQL query for video getChocobozzz2021-02-251-2/+3
* Update server dependenciesChocobozzz2021-02-031-42/+52
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+2
* Retrieve user by id instead of usernameChocobozzz2021-01-111-3/+3
* Support activeMonth and activeHalfyear in nodeinfoChocobozzz2020-12-301-1/+3
* Upgrade sequelize to v6Chocobozzz2020-12-097-78/+83
* Refactor a little bit client canonical URLChocobozzz2020-12-081-10/+22
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+8
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-1/+2
* Remove notifications of muted accounts/serversChocobozzz2020-11-181-1/+54
* Cleanup follows of orphean actorsChocobozzz2020-11-101-0/+1
* Add check constraints live testsChocobozzz2020-11-091-2/+1
* Fix replay savingChocobozzz2020-11-091-2/+2
* Check live duration and sizeChocobozzz2020-11-091-77/+82
* Reorganize shared modelsChocobozzz2020-08-071-22/+23
* Add abuse messages/states notificationsChocobozzz2020-07-312-6/+27
* Add new abuses testsChocobozzz2020-07-101-1/+3
* Add migrationsChocobozzz2020-07-103-25/+24
* Use 3 tables to represent abusesChocobozzz2020-07-104-31/+87
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-4/+17