aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Some plugins fixes and doc enhancementsChocobozzz2019-07-243-6/+17
|
* Use process.env.npm_package_versionChocobozzz2019-07-245-41/+43
|
* Fix lintChocobozzz2019-07-242-1/+3
|
* Check latest plugins version with config intervalChocobozzz2019-07-243-5/+5
|
* Check latest plugins versionChocobozzz2019-07-245-18/+49
|
* Add ability to search available pluginsChocobozzz2019-07-249-9/+210
|
* Add peertube plugin index website modelsChocobozzz2019-07-245-11/+12
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-243-4/+7
|
* WIP plugins: add storage managerChocobozzz2019-07-242-2/+48
|
* WIP plugins: update pluginChocobozzz2019-07-247-75/+202
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-2414-108/+268
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-245-31/+68
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-241-2/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-2410-54/+372
|
* WIP plugins: load theme on client sideChocobozzz2019-07-247-18/+30
|
* WIP plugins: add theme supportChocobozzz2019-07-2415-24/+148
|
* WIP plugins: hook on client sideChocobozzz2019-07-242-1/+39
|
* WIP plugins: static filesChocobozzz2019-07-243-11/+88
|
* WIP plugins: install/uninstallChocobozzz2019-07-247-9/+170
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-2414-3/+509
|
* Add rate limit to registration and API endpointsChocobozzz2019-07-045-21/+86
|
* peertube auth add wants a URL (and not a host)Chocobozzz2019-07-041-1/+2
|
* Log typoChocobozzz2019-07-031-1/+1
|
* Fix/connection with email (#1917)Nassim Bounouas2019-07-022-3/+14
| | | | | | | | | | | | * #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
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-214-6/+11
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix redundancy exceeded quotaChocobozzz2019-06-201-1/+4
|
* Add language filters in user preferencesChocobozzz2019-06-1910-101/+245
|
* Fix CLI default boolean valuesChocobozzz2019-06-172-3/+11
|
* Add ability to override CLI import attributesChocobozzz2019-06-134-72/+151
|
* Add more CLI testsChocobozzz2019-06-1311-144/+391
|
* Fix notification overflowChocobozzz2019-06-132-2/+6
|
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-122-2/+4
|
* Fix user testsChocobozzz2019-06-111-1/+2
|
* Add more embed parametersChocobozzz2019-06-112-3/+3
|
* Add ability to change email in clientChocobozzz2019-06-111-1/+1
|
* Handle email update on serverChocobozzz2019-06-119-28/+157
|
* Feature/logrotation (#1881)Nassim Bounouas2019-06-112-11/+19
| | | | | | | | | | | | | | * #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 configurationsChocobozzz2019-06-111-0/+1
|
* Fix upload scriptChocobozzz2019-06-111-2/+1
|
* Fix netrc toolsChocobozzz2019-06-112-3/+6
|
* Improve registrationChocobozzz2019-06-078-22/+73
| | | | | | | * 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
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-073-12/+75
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-073-13/+63
| |
| * Try to fix remote mastodon interactionsChocobozzz2019-06-071-0/+13
| |
| * Fix search with bad webfinger handlesChocobozzz2019-05-282-3/+13
| |
| * Fix playlist get for classic usersChocobozzz2019-05-282-2/+16
| |
| * Fix crash in files cacheChocobozzz2019-05-281-2/+2
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-064-20/+47
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-063-13/+34
| |
* | Upgrade server dependenciesChocobozzz2019-06-061-1/+4
| |