aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Add public settings endpointChocobozzz2019-07-261-1/+14
|
* Sort on videoQuotaUsed in backendChocobozzz2019-07-251-0/+2
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-0/+4
|
* Add hook filters testsChocobozzz2019-07-241-1/+6
|
* Add server hooksChocobozzz2019-07-241-2/+16
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-0/+9
|
* Fix lintChocobozzz2019-07-241-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-241-4/+15
|
* Add peertube plugin index website modelsChocobozzz2019-07-241-2/+2
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-1/+2
|
* WIP plugins: add storage managerChocobozzz2019-07-241-1/+35
|
* WIP plugins: update pluginChocobozzz2019-07-241-9/+23
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-2/+4
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-4/+24
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-4/+74
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-3/+3
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+10
|
* WIP plugins: static filesChocobozzz2019-07-241-0/+10
|
* WIP plugins: install/uninstallChocobozzz2019-07-241-1/+10
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+79
|
* Fix/connection with email (#1917)Nassim Bounouas2019-07-021-3/+3
| | | | | | | | | | | | * #1916 Load user by email - insensitive query * Revert "Case insensitive login" This reverts commit c1521ca3d757bee91f7dfbb15b3717162bf4997d. * #1916 Load user - insensitive query for username and sensitive for email * #1916 Unit test for insensitive username login && documentation
* Add language filters in user preferencesChocobozzz2019-06-193-89/+140
|
* Handle email update on serverChocobozzz2019-06-111-0/+6
|
* Server: Bulk update videos support fieldChocobozzz2019-05-311-0/+23
|
* Remove unused actor uuid fieldChocobozzz2019-05-313-52/+2
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-3/+10
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-25/+41
|\
| * Fix blacklist sortChocobozzz2019-05-211-25/+41
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-2/+2
|\|
| * Fix thumbnails in video blacklist list endpointChocobozzz2019-05-211-2/+2
| |
* | Add audio support in uploadChocobozzz2019-05-162-3/+10
|/
* Fix account description errorChocobozzz2019-05-131-3/+3
|
* Fix thumbnail when listing my videosChocobozzz2019-05-131-10/+6
|
* Fix createdAt/updatedAt issuesChocobozzz2019-04-262-1/+3
|
* Fix overview endpointChocobozzz2019-04-241-2/+7
|
* Fix scheduled updateChocobozzz2019-04-241-1/+2
|
* Add migrationsChocobozzz2019-04-242-4/+4
|
* Relax videos list thumbnail api joinChocobozzz2019-04-241-1/+6
|
* Fix ownership changesChocobozzz2019-04-241-16/+20
|
* Upgrade sequelizeChocobozzz2019-04-2424-324/+322
|
* Update sequelizeChocobozzz2019-04-2425-277/+272
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-244-98/+266
|
* Add user adminFlagsChocobozzz2019-04-151-1/+17
|
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+14
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+13
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-1119-19/+18
|
* Move config in its own fileChocobozzz2019-04-1110-28/+35
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+42
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* Add new instance follower notification in clientChocobozzz2019-04-091-1/+1
|