aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to change email in clientChocobozzz2019-06-1113-17/+189
|
* Handle email update on serverChocobozzz2019-06-1112-30/+164
|
* Fix account channel overflowChocobozzz2019-06-113-2/+17
|
* Feature/logrotation (#1881)Nassim Bounouas2019-06-114-11/+23
| | | | | | | | | | | | | | * #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-112-2/+7
|
* Remove magnetURI download supportChocobozzz2019-06-112-9/+1
| | | | Since most BitTorrent clients are not able to download files from it
* Fix upload scriptChocobozzz2019-06-112-3/+5
|
* Add lint commandChocobozzz2019-06-111-0/+1
|
* Improve video REST documentationChocobozzz2019-06-112-28/+171
|
* Fix netrc toolsChocobozzz2019-06-112-3/+6
|
* PeerTube only supports nodejs 8Chocobozzz2019-06-112-4/+5
|
* Improve registrationChocobozzz2019-06-0723-69/+246
| | | | | | | * 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
* Redirect to local route when getting peertube accountChocobozzz2019-06-071-0/+4
|
* Don't break video scheduled publicationChocobozzz2019-06-073-8/+10
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-0715-65/+122
|\
| * Fix video import if autoblacklist is enabledChocobozzz2019-06-073-13/+63
| |
| * Fix black theme on some screensChocobozzz2019-06-073-6/+11
| |
| * Fix error in form when scheduling video publicationChocobozzz2019-06-072-2/+2
| |
| * Fix video action dropdownChocobozzz2019-06-072-24/+14
| |
| * Try to fix remote mastodon interactionsChocobozzz2019-06-076-21/+33
| |
* | Add ability to set a public to private in clientChocobozzz2019-06-0712-54/+32
| |
* | Add ability to unpublish video/playlistChocobozzz2019-06-065-22/+49
| |
* | Add ability to set to private a public/unlisted videoChocobozzz2019-06-063-13/+34
| |
* | Upgrade server dependenciesChocobozzz2019-06-066-704/+756
| |
* | Improve 4K video quality after transcodingChocobozzz2019-06-069-10/+22
| |
* | Add list of instance follows in about pageChocobozzz2019-06-0615-13/+165
| |
* | Fix checkbox outlineChocobozzz2019-06-061-2/+2
| |
* | Prefer using last week/last monthChocobozzz2019-06-062-12/+30
| |
* | Fix grouped videos by dateChocobozzz2019-06-061-5/+15
| |
* | fix-contributing-documentation-client-side-typoNicolas Fortin2019-06-041-1/+1
| | | | | | | | Fixing a small typo in the contributing documentation. The project seems really promising, love it :)
* | Merge branch 'release/v1.3.0' into developChocobozzz2019-06-034-3/+112
|\|
| * Bumped to version v1.3.0v1.3.0Chocobozzz2019-06-033-3/+3
| |
| * Update changelogChocobozzz2019-06-031-0/+109
| |
| * 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 checkbox to bulk update videos support fieldChocobozzz2019-05-313-2/+25
| |
* | Server: Bulk update videos support fieldChocobozzz2019-05-3111-32/+154
| |
* | Remove old activities processorChocobozzz2019-05-312-19/+3
| |
* | More robust federationChocobozzz2019-05-318-15/+48
| | | | | | | | In particular when fetching pleroma outbox
* | Remove unused actor uuid fieldChocobozzz2019-05-3126-186/+116
| |
* | Move concurrently in dev packageChocobozzz2019-05-313-39/+34
| |
* | Group videos on chronological orderChocobozzz2019-05-3112-13/+155
| |
* | tell the user to fork the repo (#1856)buoyantair2019-05-301-2/+3
| | | | | | | | | | | | | | | | * tell the user to fork the repo very small doc bug :) * fix link
* | Add ability to subscribe from the channel account pageChocobozzz2019-05-293-1/+5
| |
* | Improve account channel pageChocobozzz2019-05-2913-142/+207
| | | | | | | | | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* | Add pagination to account video channels endpointChocobozzz2019-05-295-16/+129
| |
* | Add success icon on registrationChocobozzz2019-05-2933-125/+178
| |
* | Multi step registrationChocobozzz2019-05-2919-93/+502
| |
* | Add ability to specify channel on registrationChocobozzz2019-05-288-22/+120
| |