Don't send view on private video
[oweals/peertube.git] / CHANGELOG.md
1 # Changelog
2
3 ## v1.0.0-beta.8
4
5 ### Features
6
7  * Docker:
8    * Add disable_starttls and transcoding configuration variables
9    * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
10    * Some improvements that should make the upgrades less painful
11  * Add ability to manually run transcoding jobs (admin with CLI)
12  * Add ability to import a video file (admin with CLI)
13  * Add context menu to the player
14  * Add number of videos published by an account/video channel
15  * Improve player progress bar
16  * Improve Twitter configuration help tooltips
17  * Pick average video file instead of max quality in "Auto" resolution mode
18  * Increase access token lifetime to 1 day
19  * Add video comments RSS
20
21 ### Bug fixes
22
23  * Clicking on "Download" correctly opens a popup to download the video
24  (instead of opening the video in a new tab)
25  * Fix frequent logout
26  * Fix `publishedAt` video attribute when following a new instance
27  * Correctly resumes the video on "PeerTube" link click in embed
28  * Fix markdown links truncation
29  * Fix account/channel pages not updated if we only change the account/channel
30  * Fix player resolution change that plays even if the video was paused
31  * Fix posting view in embed that contains search params
32  * Fix video watch tooltips regarding subscriptions by using the account name
33  instead of the display name
34  * Rename "my settings" to "my account" in menu
35
36
37 ## v1.0.0-beta.7
38
39 ### BREAKING CHANGES
40
41  * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
42
43 ### Documentation
44
45  * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
46
47 ### Features
48
49  * Add short description in about page
50  * Add owner account name in video channel page
51  * Improve performance in ActivityPub controllers
52  * Video **support** field inherits video channel **support** field when uploading/updating a video
53  * Resume video when clicking on "PeerTube" link in embed
54
55 ### Bug fixes
56
57  * Fix player on Android
58  * Fix player when Firefox has cookies disabled
59  * Reload "my videos" after a delete
60  * Fix missing key configuration when upgrading with Docker
61  * Fix CC audience in Activity Pub objects/activities
62
63
64 ## v1.0.0-beta.6
65
66 ### Features
67
68  * Handle concurrent requests in cache middleware
69  * Add ability to enable registration by IP
70
71 ### Bug fixes
72
73  * Fix insane SQL request when loading all video attributes
74
75
76 ## v1.0.0-beta.5
77
78 ### BREAKING CHANGES
79
80  * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
81  * Rename client routes:
82    * `/admin/users/add` to `/admin/users/create`
83    * `/videos/edit/:uuid` to `/videos/update/:uuid`
84    * `/admin/users/:id/update` to `/admin/users/update/:id`
85
86
87 ### Features
88
89  * Adding basic helpers to guide users for comments/subscribe to accounts
90  * Add ability to move a video in another channel
91  * Improve web browser RAM consumption when watching (long) videos
92  * Support robots.txt in configuration
93  * Add ability to select the Redis database in configuration
94
95
96 ### Bug fixes
97
98  * Fix error message on token expiration
99  * Increase menu icon size
100  * Add timeout and TTL to request jobs to fix stuck job
101  * Fix responsive account about page
102  * Fix updating description account
103  * Account/video channel descriptions are not required anymore
104  * Fix video channel description and support max length (500 characters now)
105  * Fix "..." for buttons (delete/edit) in admin tables
106  * Fix overflow in markdown textarea preview
107  * Add ability to embed videos in a Twitter card
108  * Use `publishedAt` attribute when sorting videos
109  * Fix concurrent requests in videos list
110  * Fix player on iOS
111
112
113 ## v1.0.0-beta.4
114
115 ### BREAKING CHANGES
116
117  * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
118  * Move video channels routes:
119    * `/videos/channels` routes to `/video-channels`
120    * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
121  * PeerTube now listen on 127.0.0.1 by default
122  * Use ISO 639 for language (*en*, *es*, *fr*...)
123    * Tools (`import-videos`...) need the language ISO639 code instead of a number
124    * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
125
126 ### Features
127
128  * Add `publishedAt` attribute to videos
129  * Improve player:
130    * Smooth progress bar
131    * Settings menu
132    * Automatic resolution (depending on the user bandwidth)
133    * Some animations/effects
134    * More reactive when clicking on play
135    * Handle autoplay blocking by some web browsers
136    * Better responsive
137    * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
138  * Add an id to the body to override current CSS (for custom CSS)
139  * Add privacy argument to `upload.ts` script
140  * RSS/Atom/JSON-feed for videos recently-added/trending/account
141  * Support hostname binding in the configuration
142  * Add ability to click on an account in the video watch page (link to a search)
143  * Better responsive on many comment replies
144  * Move follows in the job queue
145  * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
146  * Add video privacy information in *my videos page*
147  * Use the video name for the torrent file name instead of the UUID
148  * Handle errors in embed (video not found, server error...)
149  * Account view (videos uploaded by this account + video channel owned by this account + about pages)
150  * Video channel view (videos uploaded in this channel + about pages)
151  * Video channel management (avatar update is still missing)
152
153 ### Bug fixes
154
155  * Fix "show more" description on video change
156  * Accept unlisted comments
157  * Don't start application until all components were initialized
158  * Fix word-break in video description and video comments
159  * Don't add a `.` after the URL in the "forgot password" email
160
161
162
163 ## v1.0.0-beta.3
164
165 ### Features
166
167  * Add hover background color in menu
168  * Add info about the initial user quota in the registration form
169  * Add link to register in the login form
170  * Prevent brute force login attack
171
172 ### Bug fixes
173
174  * Fix bad federation with videos with special utf characters in description (again)
175  * Fix views system behind a reverse proxy
176
177
178 ## v1.0.0-beta.2
179
180 ### Features
181
182  * More logging in SMTP module
183  * Add option to disable starttls in SMTP module
184  * Update STUN servers (using framasoft.org and stunprotocol.org now)
185  * Min comment length is 1 now (useful for emoji...)
186  * Better embed video player in small screens
187  * Reduce display time of title/description/control bar in embed on inactivity
188  * Add sign languages for videos attribute
189  * Add autoplay parameter for embed
190  * Videos search on account username and host too
191  * Redirect to homepage on empty search
192
193 ### Bug fixes
194
195  * Fix mentions in comment replies
196  * Logo/Title redirects to the default route
197  * Fix bad federation with videos with special utf characters in description
198  * Fix pagination on mobile
199  * Use instance name for page titles
200  * Fix bad id for Create activities (ActivityPub)
201  * Handle inner actors instead of just handling actor ids (ActivityPub)
202  * Fallback to torrent file if infohash is incorrect
203  * Fix admin config errors display/validation
204  * Add public to Announces (ActivityPub)
205  * Fix inability to run client when cookies are disabled
206  * Fix words breaking in videos description
207  * Graceful exit when import videos script fails
208  * Fix import videos with long names
209  * Fix login with a password containing special characters
210  * Fix player error flickering with an unsupported video format
211  * Fix comment delete federation
212  * Fix communication of a PeerTube instance and Mastodon
213  * Fix custom configuration with number values
214
215
216 ## v1.0.0-beta.1
217
218 Nothing new here, but PeerTube is stable enough for being in beta now. 
219
220
221 ## v1.0.0-alpha.9
222
223 ### BREAKING CHANGES
224
225  * Update videos list/search/get API response:
226    * Removed `resolution` field
227    * Removed `resolutionLabel` field
228    * Removed `category` field
229    * Removed `categoryLabel` field
230    * Removed `licence` field
231    * Removed `licenceLabel` field
232    * Removed `language` field
233    * Removed `languageLabel` field
234    * Removed `privacy` field
235    * Removed `privacyLabel` field
236    * Added `resolution.id` field
237    * Added `resolution.label` field
238    * Added `category.id` field
239    * Added `category.label` field
240    * Added `licence.id` field
241    * Added `licence.label` field
242    * Added `language.id` field
243    * Added `language.label` field
244    * Added `privacy.id` field
245    * Added `privacy.label` field
246
247 ### Bug fixes
248
249  * Fix video_share_url duplicate key on failed transcoding job
250
251
252 ## v1.0.0-alpha.8
253
254 ### Features
255
256  * Add ability to set a short instance description 
257
258
259 ## v1.0.0-alpha.7
260
261 ### BREAKING CHANGES
262
263  * Update videos list/search API response:
264    * Removed `accountName` field
265    * Removed `serverHost` field
266    * Added `account.name` field
267    * Added `account.displayName` field
268    * Added `account.host` field
269    * Added `account.url` field
270    * Added `account.avatar` field
271  * Update video abuses API response:
272    * Removed `reporterUsername` field
273    * Removed `reporterServerHost` field
274    * Removed `videoId` field
275    * Removed `videoUUID` field
276    * Removed `videoName` field
277    * Added `reporterAccount` field
278    * Added `video.id` field
279    * Added `video.name` field
280    * Added `video.uuid` field
281    * Added `video.url` field
282
283 ### Features
284
285  * Add "Local" in menu that lists only local videos
286
287
288 ## v1.0.0-alpha.4
289
290 ### Features
291
292  * Add iOS support
293
294
295 ## v1.0.0-alpha.1
296
297 ### Features
298
299  * Add messages about privacy and P2P
300  * Add stats route
301  * Add playback setting
302
303
304 ## v0.0.29-alpha
305
306 ### BREAKING CHANGES
307
308  * Use only 1 thread for transcoding by default
309
310 ### Features
311
312  * Add help to JS/CSS custom configuration inputs
313  * Keep ratio in video thumbnail generation
314  * Handle video in portrait mode
315
316 ### Bug fixes
317
318  * Fix complete description on some videos
319  * Fix job sorting in administration
320
321
322 ## v0.0.28-alpha
323
324 ### BREAKING CHANGES
325
326  * Enable original file transcoding by default in configuration
327  * Disable transcoding in other definitions in configuration
328
329 ### Features
330
331  * Fallback to HTTP if video cannot be loaded
332  * Limit to 30 FPS in transcoding
333
334
335 ## v0.0.27-alpha
336
337 ### Features
338
339  * Add ability for admin to inject custom JavaScript/CSS
340  * Add help tooltip on some fields
341
342 ### Bug fixes
343
344  * Fix comment reply highlighting
345
346
347 ## v0.0.26-alpha
348
349 ### BREAKING CHANGES
350
351  * Renamed script `import-youtube.js` to `import-videos.js`
352  * Renamed `import-video.js` argument `youtube-url` to `target-url`
353
354 ### Features
355
356  * Add "Support" attribute/button on videos
357  * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
358
359 ### Bug fixes
360
361  * Fix custom instance name overflow
362
363
364 ## v0.0.25-alpha
365
366 ### Features
367
368  * Add ability to link a specific comment 
369
370 ### Bug fixes
371
372  * Fix avatars on video watch page
373
374
375 ## v0.0.24-alpha
376
377 ### Features
378
379 * Publish comments with *ctrl + enter*
380
381 ### Bug fixes
382
383 * Don't stuck on active jobs
384 * Fix deleting a video with comments
385 * Fix infinite scroll (videos list)