| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 14 | -207/+294 |
|\ |
|
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 30 | -322/+1101 |
| |\ |
|
| | * | Merge branch 'feature/correctly-send-activities' into develop | Chocobozzz | 2019-02-11 | 3 | -12/+9 |
| | |\ |
|
| | | * | Correctly send Flag/Dislike/View activities | Chocobozzz | 2019-01-15 | 3 | -12/+9 |
| | * | | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 2 | -11/+11 |
| | * | | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+1 |
| | * | | Add hls support on server | Chocobozzz | 2019-02-11 | 5 | -24/+52 |
| | |/ |
|
| | * | Add totalLocalVideoFilesSize in stats | Chocobozzz | 2019-01-15 | 1 | -2/+5 |
| | * | Refresh remote actors on GET enpoints | Chocobozzz | 2019-01-14 | 3 | -1/+14 |
| | * | Move subscriptions controllers in its own file | Chocobozzz | 2019-01-14 | 3 | -154/+174 |
| | * | WIP : Indicate to users how "trending" works (#1458) | Aurélien Béranger | 2019-01-14 | 1 | -0/+5 |
| | * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 2 | -3/+20 |
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 2 | -3/+3 |
| * | | Fix some defaults values + indentation | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 2 | -0/+3 |
* | | | Enable video upload and edit | clementbrizard | 2019-01-12 | 1 | -1/+7 |
| |/
|/| |
|
* | | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
* | | Implement contact form on server side | Chocobozzz | 2019-01-10 | 3 | -27/+58 |
* | | Fix socket.io websocket connection | Chocobozzz | 2019-01-09 | 1 | -3/+14 |
* | | Add notifications in the client | Chocobozzz | 2019-01-09 | 1 | -1/+14 |
* | | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 2 | -5/+13 |
* | | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -3/+9 |
* | | Add notification settings migration | Chocobozzz | 2019-01-09 | 1 | -9/+10 |
* | | Add user notification base code | Chocobozzz | 2019-01-09 | 8 | -6/+116 |
* | | Add history on server side | Chocobozzz | 2018-12-18 | 3 | -0/+60 |
* | | Add video title/description when rendering html | Chocobozzz | 2018-12-17 | 1 | -10/+8 |
* | | add Content Security Policy (#1252) | Rigel Kent | 2018-12-13 | 1 | -1/+2 |
* | | Use move instead rename | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
* | | Support additional video extensions | Chocobozzz | 2018-12-11 | 6 | -23/+17 |
* | | (well-known url) add change-password | Rigel Kent | 2018-12-07 | 1 | -0/+6 |
* | | Fix thumbnail sitemap location | Chocobozzz | 2018-12-06 | 1 | -1/+1 |
* | | Add sitemap | Chocobozzz | 2018-12-05 | 2 | -0/+102 |
* | | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+4 |
* | | Remove inferred type | Chocobozzz | 2018-12-05 | 3 | -5/+5 |
* | | Create redundancy endpoint | Chocobozzz | 2018-12-04 | 1 | -3/+3 |
* | | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 5 | -13/+18 |
* | | Fix trending page | Chocobozzz | 2018-12-03 | 1 | -6/+1 |
* | | Fix AP redirection | Chocobozzz | 2018-11-30 | 1 | -14/+14 |
* | | Optimize config endpoint | Chocobozzz | 2018-11-23 | 1 | -4/+4 |
* | | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 1 | -0/+1 |
* | | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 1 | -1/+6 |
* | | Fix AP collections pagination | Chocobozzz | 2018-11-16 | 1 | -2/+2 |
* | | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 1 | -0/+2 |
* | | Do not host remote AP objects | Chocobozzz | 2018-11-16 | 1 | -1/+11 |
* | | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 1 | -1/+5 |
* | | Check activities host | Chocobozzz | 2018-11-14 | 3 | -13/+46 |
* | | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -0/+1 |
|\ \ |
|
| * | | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -1/+1 |
| * | | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -0/+1 |
* | | | Add ability to mute a user/instance by server in server api | Chocobozzz | 2018-10-16 | 3 | -4/+138 |