aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-062-4/+5
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-317-18/+118
| |
* | Remove old activities processorChocobozzz2019-05-312-19/+3
| |
* | More robust federationChocobozzz2019-05-315-11/+43
| | | | | | | | In particular when fetching pleroma outbox
* | Remove unused actor uuid fieldChocobozzz2019-05-3116-175/+105
| |
* | Add ability to subscribe from the channel account pageChocobozzz2019-05-291-1/+1
| |
* | Add pagination to account video channels endpointChocobozzz2019-05-294-9/+108
| |
* | Multi step registrationChocobozzz2019-05-292-0/+13
| |
* | Add ability to specify channel on registrationChocobozzz2019-05-286-20/+85
| |
* | 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
| |
* | Update config.tsLiPeK2019-05-281-1/+1
| | | | | | This should fix https://github.com/Chocobozzz/PeerTube/issues/1850
* | Remove summon installChocobozzz2019-05-273-2139/+1185
| |
* | Move CLI dependencies in their own package.jsonChocobozzz2019-05-274-0/+2929
| |
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-05-214-29/+79
|\|
| * Fix video viewsChocobozzz2019-05-213-4/+38
| |
| * 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
| |
* | Merge branch 'feature/audio-upload' into developChocobozzz2019-05-2127-169/+408
|\ \
| * | Fix OGG bug with firefoxChocobozzz2019-05-211-1/+12
| | |
| * | Update travis ffmpeg patch versionChocobozzz2019-05-175-4/+8
| | |