aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-1125-272/+2151
|\
| * Use a single file instead of segments for HLSChocobozzz2019-02-111-0/+4
| |
| * Add hls support on serverChocobozzz2019-02-115-69/+470
| |
| * Add server host in notification account fieldChocobozzz2019-01-211-1/+14
| |
| * Refactor how we use iconsChocobozzz2019-01-171-38/+120
| | | | | | | | Inject them in an angular component so we can easily change their color
| * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-152-1/+21
| |
| * Increase abuse length to 3000Chocobozzz2019-01-141-16/+3
| | | | | | | | And correctly handle new lines
| * Refresh remote actors on GET enpointsChocobozzz2019-01-142-0/+8
| |
| * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-15/+6
| |
| * Add notifications in the clientChocobozzz2019-01-091-0/+6
| |
| * Add new follow, mention and user registered notifsChocobozzz2019-01-095-15/+228
| |
| * Add import finished and video published notifsChocobozzz2019-01-097-62/+165
| |
| * Add user notification base codeChocobozzz2019-01-099-29/+466
| |
| * Optimize index sizesChocobozzz2018-12-201-8/+36
| |
| * Optimize actor follow scores modificationsChocobozzz2018-12-201-34/+16
| |
| * Fix video sortChocobozzz2018-12-181-1/+5
| |
| * Add ability to disable and clear historyChocobozzz2018-12-181-0/+1
| |
| * Add history page on clientChocobozzz2018-12-181-0/+5
| |
| * Add history on server sideChocobozzz2018-12-184-6/+57
| | | | | | | | Add ability to disable, clear and list user videos history
| * Support additional video extensionsChocobozzz2018-12-113-7/+9
| |
| * Add sitemapChocobozzz2018-12-052-0/+42
| |
| * Remove inferred typeChocobozzz2018-12-051-10/+10
| |
| * Create redundancy endpointChocobozzz2018-12-042-4/+10
| |
| * Delete invalid or deleted remote videosChocobozzz2018-11-201-0/+6
| |
| * Cleanup tests importsChocobozzz2018-11-192-4/+4
| |
| * Fix AP collections paginationChocobozzz2018-11-161-2/+2
| |
| * Check follow constraints when getting a videoChocobozzz2018-11-161-0/+17
| |
| * Do not host remote AP objectsChocobozzz2018-11-161-2/+5
| |
| * Fix server redundancy testsChocobozzz2018-11-151-0/+5
| |
| * Check activities hostChocobozzz2018-11-143-5/+59
| |
| * AP mimeType -> mediaTypeChocobozzz2018-10-182-0/+5
| |
| * Fix testsChocobozzz2018-10-171-0/+1
| |
| * Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-171-1/+8
| |\
| | * move to boolean switchRigel Kent2018-10-131-7/+6
| | |
| | * add webtorrent opt-out settingsRigel Kent2018-10-131-2/+10
| | | | | | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
| * | Add ability to mute a user/instance by server in clientChocobozzz2018-10-162-4/+6
| | |
| * | Add ability to mute a user/instance by server in server apiChocobozzz2018-10-161-2/+0
| | |
| * | Add user/instance block by users in the clientChocobozzz2018-10-162-6/+6
| | |
| * | Add ability for users to block an account/instance on server sideChocobozzz2018-10-166-31/+360
| |/
| * Add ability to list all local videosChocobozzz2018-10-101-6/+20
| | | | | | | | Including private/unlisted for moderators/admins
| * Add ability to search on followers/followingChocobozzz2018-10-101-35/+55
| |
| * Change a little bit optimize-old-videos logicChocobozzz2018-10-081-0/+10
| |
| * Add users search filterChocobozzz2018-10-081-2/+21
| |
| * Fix avatar updateChocobozzz2018-10-081-1/+4
| |
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+6
|/
* Add user moderation in the account pageChocobozzz2018-10-053-3/+3
|
* Add user history and resume videosChocobozzz2018-10-053-17/+127
|
* Don't block when removing redundancy filesChocobozzz2018-10-031-2/+6
|
* Delete correctly redundancy filesChocobozzz2018-10-032-5/+20
|