Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | email object -> email subject | Chocobozzz | 2019-08-22 | 2 | -3/+3 |
| | |||||
* | Lazy load avatars | Chocobozzz | 2019-08-09 | 2 | -4/+78 |
| | |||||
* | Deprecate Node 8 | Chocobozzz | 2019-08-07 | 1 | -1/+15 |
| | | | | The support ends on December 2019: https://github.com/nodejs/Release#release-schedule | ||||
* | Automatically update playlist thumbnails | Chocobozzz | 2019-08-01 | 2 | -1/+36 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 2 | -1/+40 |
| | |||||
* | Improve static files cache | Chocobozzz | 2019-07-29 | 1 | -2/+5 |
| | |||||
* | Sort on videoQuotaUsed in backend | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add plugin table migration table | Chocobozzz | 2019-07-24 | 2 | -1/+41 |
| | |||||
* | Some plugins fixes and doc enhancements | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Use process.env.npm_package_version | Chocobozzz | 2019-07-24 | 1 | -1/+2 |
| | |||||
* | Check latest plugins version with config interval | Chocobozzz | 2019-07-24 | 2 | -4/+4 |
| | |||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 2 | -1/+10 |
| | |||||
* | Add peertube plugin index website models | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | WIP plugins: plugin settings on server side | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | |||||
* | WIP plugins: load theme on client side | Chocobozzz | 2019-07-24 | 2 | -3/+5 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 4 | -2/+34 |
| | |||||
* | WIP plugins: install/uninstall | Chocobozzz | 2019-07-24 | 1 | -1/+3 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 3 | -2/+14 |
| | |||||
* | Add rate limit to registration and API endpoints | Chocobozzz | 2019-07-04 | 2 | -14/+8 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 2 | -1/+27 |
| | |||||
* | Add 4k conf in transcoding in admin panel | Chocobozzz | 2019-06-12 | 1 | -1/+2 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 2 | -1/+26 |
| | |||||
* | Feature/logrotation (#1881) | Nassim Bounouas | 2019-06-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | * #1775 Configure the activation or deactivation of winston log rotation * Winston log rotation enabled by default #1775 * #1775 tslint correction * #1775 FileTransportOptions typed and configuration files * #1775 tslint correction * #1775 log.rotation.enabled configuration binding | ||||
* | Fix email object/body configurations | Chocobozzz | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 2 | -3/+8 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 2 | -1/+20 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/v1.3.0' into develop | Chocobozzz | 2019-05-21 | 2 | -1/+30 |
|\ | |||||
| * | Fix video views | Chocobozzz | 2019-05-21 | 2 | -1/+30 |
| | | |||||
* | | Merge branch 'feature/audio-upload' into develop | Chocobozzz | 2019-05-21 | 2 | -22/+47 |
|\ \ | |||||
| * | | Add audio upload tests | Chocobozzz | 2019-05-17 | 1 | -2/+2 |
| | | | |||||
| * | | Add audio support in upload | Chocobozzz | 2019-05-16 | 2 | -20/+45 |
| | | | |||||
* | | | Allow to control emails prefix and signature with config (#1789) | Yohan Boniface | 2019-05-17 | 1 | -0/+8 |
|/ / | | | | | | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* / | Add way to set root password by environment. | Axel Viala | 2019-05-16 | 1 | -0/+2 |
|/ | | | | | Add a condition test to pass by environment a predetermined root password for setting up. | ||||
* | Fix account description error | Chocobozzz | 2019-05-13 | 2 | -1/+26 |
| | |||||
* | Fix greek label | Chocobozzz | 2019-05-13 | 1 | -0/+1 |
| | |||||
* | Allow to control RATES_LIMIT from configuration (#1787) | Yohan Boniface | 2019-04-26 | 3 | -5/+16 |
| | | | | | | * Allow to control RATES_LIMIT from configuration * @Chocobozzz review (squash me) | ||||
* | Add migrations | Chocobozzz | 2019-04-24 | 2 | -1/+51 |
| | |||||
* | Fix ownership changes | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -3/+3 |
| | |||||
* | Update sequelize | Chocobozzz | 2019-04-24 | 6 | -13/+27 |
| | |||||
* | Create a dedicated table to track video thumbnails | Chocobozzz | 2019-04-24 | 1 | -1/+3 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 2 | -1/+41 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 3 | -1/+11 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 2 | -7/+13 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 5 | -6/+8 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 10 | -289/+319 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 1 | -0/+3 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 2 | -1/+7 |
| |