Chocobozzz
fde37dc99c
Add ability for video owners to delete comments
2020-05-05 17:22:11 +02:00
Chocobozzz
06827932a2
Fix textarea size
2020-05-05 13:54:30 +02:00
Chocobozzz
8bb71f2e33
Add auth plugin info in users list
2020-05-05 13:54:30 +02:00
Rigel Kent
97601690d6
Fix video-abuse-details avatar display and user-list dropdown placement
2020-05-05 12:02:57 +02:00
Chocobozzz
f66b8d1226
Re generate translations
2020-05-05 09:19:50 +02:00
Chocobozzz
bc90883f1a
Handle external login errors
2020-05-04 16:21:39 +02:00
Chocobozzz
a4995eb7ac
Add ability to unregister plugin auths
2020-05-04 16:21:39 +02:00
Chocobozzz
dadc90bca2
Client calls revoke-token endpoint on logout
2020-05-04 16:21:39 +02:00
Chocobozzz
ebefc902f5
Add external login buttons
2020-05-04 16:21:39 +02:00
Chocobozzz
4a8d113b9b
Begin support for external auths
2020-05-04 16:21:39 +02:00
Rigel Kent
8d41976378
Fix video-abuse-list init abuse duplication
2020-05-04 16:13:35 +02:00
Rigel Kent
25a42e293b
Fix rowsPerPage change, add filter clear button, update video-abuse-list search query param dynamically
2020-05-04 15:01:44 +02:00
Rigel Kent
801d957155
Move abuse-list details into its own component
2020-05-04 15:01:44 +02:00
Rigel Kent
0db536f1e0
Only show updatedAt date of abuse if different from createdAt
2020-05-04 15:01:44 +02:00
Rigel Kent
d405118360
Bind expanded rows to item ids instead of row number
2020-05-04 15:01:44 +02:00
Rigel Kent
9b1fa49b60
Support is:blacklisted as video-abuse-list filter
2020-05-04 15:01:44 +02:00
Rigel Kent
7f979fd8aa
Reduce createdAt column size by using short date format
2020-05-04 15:01:44 +02:00
Rigel Kent
0d3a2982a9
Switching to a named filters/single input on video-abuse
2020-05-04 15:01:44 +02:00
Rigel Kent
c2a89b70ce
Fix margin-content and miniature thumbnail width on mobile, fix media queries for tables above lg breakpoint
2020-05-01 23:24:05 +02:00
Kim
ca4b1594a7
Fix dropdown-user placement and menu-left scroll on touchscreens ( #2706 )
2020-05-01 20:05:19 +02:00
Rigel Kent
d1261d9a3c
Add links from user-edit
2020-05-01 16:41:02 +02:00
Rigel Kent
efa012edad
Add reportee stats for deleted videos
2020-05-01 16:41:02 +02:00
Rigel Kent
0251197e24
Factorize rest-table and fix/simplify SQL
2020-05-01 16:41:02 +02:00
Rigel Kent
b8cf27c0f8
Unify paginator disabling when no result is displayable, fix batch domain add for non-https
2020-05-01 16:41:02 +02:00
Rigel Kent
36004aa7b0
Support search param in URL for video abuses
2020-05-01 16:41:02 +02:00
Rigel Kent
042daa7072
Fixing circular dependency and table variable access
2020-05-01 16:41:02 +02:00
Rigel Kent
d384061366
Empty states for tables
2020-05-01 16:41:02 +02:00
Rigel Kent
e0a929179a
Add filter inputs for blacklisted videos and muted accounts/servers
2020-05-01 16:41:02 +02:00
Rigel Kent
aeb1bed983
Factorize video display in table for moderation components, apply it to blacklisted videos as well
2020-05-01 16:41:02 +02:00
Rigel Kent
5fd4ca0051
Add nth abuse count for a given video, add reporter/reportee reports stats
2020-05-01 16:41:02 +02:00
Rigel Kent
844db39ee5
Add search for video, reporter and channel name fields
2020-05-01 16:41:02 +02:00
Rigel Kent
36d0677ec9
Add tooltip on caption upload to specify which formats are supported
2020-05-01 16:41:02 +02:00
Rigel Kent
988af781ac
Rename duplicate to more universal mirror, add to miniature for quick access by admins
2020-05-01 16:41:02 +02:00
Rigel Kent
86521a67b2
Add video channel and video thumbnail, rework video appearance in row
2020-05-01 16:41:02 +02:00
Rigel Kent
9b4241e33b
Increase rows per page, add reporter muting for abuse list
2020-05-01 16:41:02 +02:00
Rigel Kent
68d19a0ace
Make sure a report doesn't get deleted upon the deletion of its video
2020-05-01 16:41:02 +02:00
Kim
165ee2929b
Fix tables width, paginators, button on mobile / touchscreens ( #2695 )
2020-05-01 10:45:07 +02:00
Kim
7a03209d28
Make admin sub-navs, selects, buttons responsive ( #2702 )
2020-05-01 00:51:09 +02:00
Kim
0ac458bffb
Remove border-bottom on header to prevent header redimensioning ( #2691 )
2020-04-30 22:33:27 +02:00
Kim
d363ef5360
Use modal instead of dropdown menu in small/mobile views ( #2674 )
...
Co-Authored-By: Rigel Kent <par@rigelk.eu>
2020-04-30 19:23:54 +02:00
kimsible
62365adc75
Fix buttons display on mobile history view
2020-04-28 18:30:42 +02:00
Kim
b15fe00f74
Add maximized mode to markdown-textarea + CSS improvements ( #2660 )
...
* Add arrows-angle-contract/expand bootstrap icons
* Add grey textarea-background-color
* Add maximized support to markdown-textarea + improve column display
* Refactor CSS + add ResizeObservable
* Replace bootstrap icons with softies
* Add ResizeObserver typing definition
* Add focus on textarea + Fix Observables
* Propage component changes on markdown plugins
* Ignore ResizeObserver not implemented in typescript yet
* Move observers from constructor to click event
* Add scss and css variables
* Replace textareaWidth with textareaMaxWidth to fix others textareas
* Clean unused css rules
* Fix ResizeObserver unknown by TypeScript compiler
* Set max-width: 100% for small and mobile views
* Fix textarea/preview height on maximized mode
* Add common padding textarea/preview side-by-side
* Hide scrollbar sub-menu on small-views
* Add maximized mode for mobile views
* Fix sass calculate syntax
* Revert custom CSS variable for inputBorderRadius and inputBorderColor
* Remove unsued methods
* Fix missing implement method
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-28 14:53:43 +02:00
Kim
4682468d4d
Fix broken views on mobile and small screens ( #2671 )
...
* Fix mobile CSS for my-account-settings
* Fix mobile CSS for my-account-videos
* Fix mobile CSS my-account-video-channels
* Fix mobile CSS for my-account-playlists
* Fix CSS mobile for user-subscriptions header
* Fix CSS mobile my-account-video-channel-edit
* Fix CSS mobile / small view for textarea
* Fix margin-right my-delete-button on inside span
* Fix CSS mobile on accounts page
* Fix indent
* Fix CSS mobile for my-account-notifications
* Fix CSS mobile / small view my-account-videos
* Fix search small-view channels
* Use miniature width for title of video on mobile
* Add dots to ellipsis multilines
* Fix controls and title video width small views
* Fix my-account-playlist small and mobile views
* Fix channels header + account header mobile
* Fix CSS mobile/small view for my-account/subscriptions
* Fix align followers channel item
* Center header elements user account page on mobile
* Fix margins on a element and img
* Fix margin img channel or video
Co-Authored-By: Rigel Kent <par@rigelk.eu>
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <par@rigelk.eu>
2020-04-27 14:57:50 +02:00
Kim
9181bc0c80
Make video-add-nav tabs scrollable on small devices ( #2677 )
...
* Make video-add-nav tabs scrollable on small devices
* Handle video-add-nav scroll with menu
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-27 08:59:19 +02:00
Kim
8c7725dc3c
Add markdown support to plugins ( #2654 )
...
* Add markdown renderer to plugins
* Chore: add doc for markdown plugins
* Fix typing markdown plugin helpers
* Add lines between components in template
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-20 14:51:24 +02:00
Kim
b1770a0af4
Add thumbnail / preview generation from url on the fly ( #2646 )
...
* Add thumbnails generation on the fly to URL import
* Display generated preview to import first edit
* Use ternary to get type inference
* Move preview/thumbnail test just after import
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-20 10:28:38 +02:00
Chocobozzz
bb3933ef37
Fix unknown video language label
2020-04-16 17:04:02 +02:00
Chocobozzz
891bc2ffad
Support rel="me" links in markdown
2020-04-16 16:13:28 +02:00
Kim
437e8e06eb
Add custom modal to plugin helpers ( #2631 )
...
* Add custom modal component
* Add custom modal to app and plugins helpers
* Fixes custom modal component
* Add doc for custom modal
* Fix newline end of file html and scss files
* Move my-custom-modal component outside component for UserLoggedIn modals
* Move initializeCustomModal to ngAfterViewInit()
* Wrap events and conditionnals
* Replace ng-show with ngIf*
* Add modalRef to open only one modal + onCloseClick
* Refacto + Fix access methods of custom modal
* Fix methods names custom-modal.component
* Fix implement AfterViewInit & no default boolean
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-15 15:35:41 +02:00
Chocobozzz
45c14ae1b2
Update translations
2020-04-15 14:39:59 +02:00
Chocobozzz
62068f4153
Merge branch 'pr/2629' into develop
2020-04-15 14:16:40 +02:00
Chocobozzz
f757be65b8
Better plugin notifier typings
2020-04-15 09:21:06 +02:00
Kim
74c2dece42
Add notifier to plugin helpers ( #2627 )
...
* Add notifier to client PeerTubeHelpers plugin
* Add doc for notifier PeerTubeHelpers
* Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin
* Add doc for getBaseClientScriptsRoute PeerTubeHelpers
* Remove unused helper
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
2020-04-15 09:08:59 +02:00
Rigel Kent
bb152476c8
Refactor follow/mute as modals in admin, add actions in abuse list
2020-04-14 15:53:37 +02:00
kimsible
50ad0a1c16
Add getSubs to YoutubeDL video import
2020-04-14 14:39:30 +02:00
Chocobozzz
e713698f3d
Fix cancel upload
2020-04-14 09:54:22 +02:00
Chocobozzz
8e4aff44b0
Fix lint
2020-04-14 09:46:42 +02:00
Rigel Kent
471ee39496
Fix lint
2020-04-14 01:38:41 +02:00
Rigel Kent
d6af81469b
Rich reporter field and video embed in moderation abuse list
2020-04-13 19:57:57 +02:00
Rigel Kent
2bc9bd08cd
Improving select displays, focus box-shadows for paginators, instructions for index url
2020-04-13 18:03:21 +02:00
Rigel Kent
92e4ca0d95
Fix my-video-imports display when a video gets deleted
2020-04-12 14:11:17 +02:00
Rigel Kent
66be521333
Revert 41a94d0
, keep the fix for years
2020-04-12 11:10:44 +02:00
Rigel Kent
1242fd55f9
Improve from-now pipe readability
2020-04-11 19:05:11 +02:00
Rigel Kent
41a94d07f0
Refactor from-now pipe to display the two most significant intervals
2020-04-11 16:05:50 +02:00
Rigel Kent
62eacb4209
Place private/unlisted labels in thumbnail instead of miniature
2020-04-11 16:05:50 +02:00
Rigel Kent
58e1765aff
Remove unused interface section for interface language
2020-04-11 16:05:50 +02:00
Rigel Kent
b7e2168115
Improve highlighted comment scrollTo, improve reply comment display
2020-04-10 16:51:02 +02:00
Chocobozzz
b1f3b635ed
Improve admin tables row expand
2020-04-08 14:05:55 +02:00
Chocobozzz
a911462d02
Increase debug font size
2020-04-08 10:54:39 +02:00
Chocobozzz
8e11a1b37c
Fix sort in admin tables
2020-04-08 10:49:26 +02:00
Chocobozzz
14f83c68f1
Cleanup menu footer links
2020-04-08 10:30:58 +02:00
Chocobozzz
9870329f69
Fix playlist autoplay
2020-04-08 09:41:43 +02:00
Rigel Kent
be6343d26e
Fix search after first type on input
2020-04-07 02:20:26 +02:00
Rigel Kent
b9177868b3
Fix lint relative to DragDropDirective
2020-04-03 16:56:22 +02:00
Chocobozzz
1fe654e096
Fix peertube interface i18n
2020-04-03 14:56:05 +02:00
Chocobozzz
a7d3671dc3
Fix privacy warning ok button placement
2020-04-03 14:56:05 +02:00
Rigel Kent
947d01023d
Improve channel and account display on medium devices
2020-04-03 14:13:28 +02:00
Rigel Kent
6a4c30de0e
Put box-shadow for input focus in variables, apply form-control to p-multiselect
2020-04-03 12:30:56 +02:00
Chocobozzz
23f1b9da15
Fix video add nave hiding
2020-04-03 11:46:43 +02:00
Rigel Kent
c9ff8a08a0
Support drag and drop for video upload and torrent file import
2020-04-03 00:22:06 +02:00
Rigel Kent
b515c98c6b
Refactor torrent-or-magnet divider in video import
2020-04-03 00:20:02 +02:00
Rigel Kent
22a59f33de
Fix help component border
2020-04-03 00:18:15 +02:00
Rigel Kent
6f02515e2a
Enlarge right column in video-edit on small screens
2020-04-02 17:55:03 +02:00
Rigel Kent
a6d5ff7604
Use form-control to display box-shadow on form inputs/selects upon focus
2020-04-02 11:39:14 +02:00
Chocobozzz
45c6bcf312
Remove deprecated NgbTabsetModule module
2020-04-01 16:52:59 +02:00
Chocobozzz
4adebd513e
Client dependencies upgrade
2020-04-01 14:06:46 +02:00
Rigel Kent
6541071b4a
Lazy-load video-channels
2020-03-31 10:29:24 +02:00
Rigel Kent
3d527ba173
Use inner join and document code for viewr stats for channels
2020-03-31 10:29:24 +02:00
Rigel Kent
747c562837
Put channel stats behind withStats flag
2020-03-31 10:29:24 +02:00
Rigel Kent
8165d00ac6
View stats for channels
2020-03-31 10:29:24 +02:00
Rigel Kent
628c155338
Align layout for create/edit video-playlists (my-account) on create/edit user (admin)
2020-03-28 23:54:40 +01:00
Rigel Kent
03a3ad9194
Align layout for create video-channel (my-account) on create user (admin)
2020-03-28 22:53:32 +01:00
Rigel Kent
76314386ae
Add overview of a user's actions in user-edit ( #2558 )
2020-03-27 15:19:03 +01:00
Rigel Kent
5411da31d1
Describe user video settings checkboxes, put emphasis on p2p
...
Also improve more info links about p2p and privacy in PeerTube,
present in the privacy concern notice and in the video settings.
2020-03-23 23:43:53 +01:00
Chocobozzz
677119c914
Remove unnecessary margin
2020-03-20 15:15:37 +01:00
Chocobozzz
6cb5564490
Fix add comment in threads with deleted comments
2020-03-20 14:43:12 +01:00
Chocobozzz
34450e1e55
Update manage labels
2020-03-19 10:29:43 +01:00
Chocobozzz
b06904bee1
Fix lint
2020-03-18 15:48:46 +01:00
Chocobozzz
03db5c3f97
Correctly format video duration
2020-03-18 15:46:48 +01:00
Chocobozzz
a31bec5155
Fix user role edition
2020-03-18 10:22:36 +01:00
Chocobozzz
fad0759cab
Add padding bottom to main container
2020-03-18 10:11:59 +01:00
Chocobozzz
d2cc8e797b
Fix P2P message
2020-03-18 10:04:14 +01:00
Rigel Kent
6dd873d6a9
Fix next video button to support playlist videos
...
fixes #2523
2020-03-17 15:05:30 +01:00
Rigel Kent
79671021e2
Fix video-ccomment-add cancellation
2020-03-15 16:05:37 +01:00
Rigel Kent
e61151b01c
Replace p-progressbar and bootstrap progressbar with pure CSS alt
2020-03-13 20:38:50 +01:00
Rigel Kent
c4741804bc
Fix margins/widths with top-menu and main-col on small screens
2020-03-13 15:30:27 +01:00
Rigel Kent
8c966daab3
Normalize create buttons
2020-03-13 01:43:52 +01:00
Rigel Kent
df8914c9a2
More modern avatar upload, quota represented with progress bars
2020-03-13 01:43:52 +01:00
Rigel Kent
8227643bce
hide RSS for comments, normalize video-channel edit with account edit
2020-03-12 00:46:48 +01:00
Rigel Kent
c9ad38f4cb
Declutter interface, hide RSS until hovering section title
2020-03-11 22:31:17 +01:00
Rigel Kent
45e0d6697c
Properly scroll to anchors in links, especially in admin config
2020-03-11 19:38:17 +01:00
Chocobozzz
111fdc267b
Handle overview pagination in client
2020-03-11 16:45:09 +01:00
Rigel Kent
310e95d857
Add descriptions and links to admin configuration sections
2020-03-11 13:52:02 +01:00
Rigel Kent
680b549692
Migrate palette to HSL
2020-03-11 13:51:24 +01:00
Rigel Kent
75264e371c
Fix toast close icon
2020-03-11 11:13:24 +01:00
BitTube
cf387740f2
Action hook: thread replies loaded ( #2550 )
...
* Add thread replies hook onLoaded
* Cleaning spaces
* Fixing travis CI lint errors (spaces)
* Fixing travis 'irregular whitespace not allowed'
* Changing action name for consistency
Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
2020-03-11 09:59:41 +01:00
Rigel Kent
03efb1419d
Better use of space and icons in plugins administration interface
2020-03-10 23:48:12 +01:00
Rigel Kent
9b3078581f
Replace helpers with descriptions in admin configuration
2020-03-10 21:46:19 +01:00
Chocobozzz
ac940348cd
Fix lint
2020-03-10 16:37:25 +01:00
Rigel Kent
482fa503e5
Use grid to organise settings in admin, my-account
2020-03-10 16:23:40 +01:00
Rigel Kent
3b20bdd6dc
Servicify menu, close menu on admin for small and medium screens
2020-03-10 16:22:52 +01:00
Rigel Kent
8319d6ae72
Add video file metadata to download modal, via ffprobe ( #2411 )
...
* Add video file metadata via ffprobe
* Federate video file metadata
* Add tests for file metadata generation
* Complete tests for videoFile metadata federation
* Lint migration and video-file for metadata
* Objectify metadata from getter in ffmpeg-utils
* Add metadataUrl to all videoFiles
* Simplify metadata API middleware
* Load playlist in videoFile when requesting metadata
2020-03-10 14:39:40 +01:00
Chocobozzz
edb868655e
Fix lint
2020-03-10 14:08:42 +01:00
Rigel Kent
937b7a6af8
Better display of accounts and channel pages on small screens
2020-03-09 10:22:11 +01:00
Rigel Kent
758f0d19f2
Improve nav in admin/configuration
2020-03-07 00:15:49 +01:00
Rigel Kent
54e7884775
Normalize modal close buttons, and cancel/submit button styles
2020-03-06 16:58:55 +01:00
Rigel Kent
de702865f4
Share modal light UI simplification
2020-03-06 15:05:19 +01:00
Rigel Kent
0503e975b1
Fix lint error introduced in #2539
2020-03-06 13:10:34 +01:00
Rigel Kent
25ae4f9572
Remove title attribute from thumbnail in video miniature
2020-03-06 11:50:20 +01:00
Rigel Kent
288c78eaae
Always copy full actor handle in video-channels view
2020-03-05 23:49:12 +01:00
Rigel Kent
5ed19b4b8b
Remove accounts from hinted potential search targets
2020-03-05 22:00:40 +01:00
Chocobozzz
0840ca76a2
Add action hook, comments loaded ( #2539 )
...
* Adding action hook for video watch comments loaded
* Adding requested changes for PR #2539
2020-03-05 13:14:26 +01:00
Rigel Kent
52e3beb90d
Switch back to original text in privacy-concerns warning
2020-03-05 10:01:57 +01:00
Chocobozzz
b0e769bbf6
Add ability to override search endpoint
2020-03-04 16:11:21 +01:00
BitTube
34102d19a1
Fixing load more comments on infinite scroll ( #2535 )
...
* Fixing load more comments on infinite scroll
* Requested changes for load more comments fix
* Removing extra space
2020-03-04 14:03:37 +01:00
Chocobozzz
340ce5c52f
Fix i18n generation
2020-02-28 14:09:18 +01:00
Chocobozzz
8ada87ac50
Fix lint
2020-02-28 13:54:31 +01:00
Rigel Kent
d3217560a6
Add visitor settings, rework logged-in dropdown ( #2514 )
...
* Add visitor settings, rework logged-in dropdown
* Make user dropdown P2P switch functional
* Fix lint
* Fix unnecessary notification when user logs out
* Simplify visitor settings code and remove unnecessary icons
* Catch parsing errors and reindent menu styles
2020-02-28 13:52:21 +01:00
Chocobozzz
818c449b3c
Merge branch 'release/2.1.0' into develop
2020-02-26 15:26:02 +01:00
Chocobozzz
c002261381
Correctly fix menu overflow on mobile
2020-02-26 15:25:09 +01:00
Rigel Kent
555fdc8c79
Provide z-index centralisation for lower components
2020-02-21 21:25:55 +01:00
Filip Bengtsson
97eae8382e
Mark additional strings as translatable ( #2507 )
2020-02-21 18:51:05 +01:00
Rigel Kent
14571f1995
Replace uppercase text-transform by capitalized text source
...
fixes #2085
2020-02-21 16:51:34 +01:00
Chocobozzz
4c1def5fd8
Merge branch 'release/2.1.0' into develop
2020-02-20 10:43:33 +01:00
Chocobozzz
c06be12950
Fix scroll menu on touch devices
2020-02-20 10:43:07 +01:00
Rigel Kent
80adb0366f
Properly hide Watch Later when user logs out
2020-02-19 09:33:49 +01:00
Rigel Kent
71e75ef27e
Fix search parameter initialisation for search-typeahead
2020-02-18 14:33:07 +01:00
Chocobozzz
2ad9dcda24
Merge branch 'release/2.1.0' into develop
2020-02-17 15:34:42 +01:00
Chocobozzz
017fbe1855
Fix instance get config
2020-02-17 11:56:28 +01:00
Chocobozzz
ec10e8ed5b
Fix playlist cache error
2020-02-17 11:47:47 +01:00
Chocobozzz
4c1c170934
Refactor email enabled function
2020-02-17 10:27:00 +01:00
John Livingston
45f1bd72a0
Creating a user with an empty password will send an email to let him set his password ( #2479 )
...
* Creating a user with an empty password will send an email to let him set his password
* Consideration of Chocobozzz's comments
* Tips for optional password
* API documentation
* Fix circular imports
* Tests
2020-02-17 10:16:52 +01:00
Rigel Kent
c4be50cd94
Fix search instructions for videos
2020-02-13 17:12:02 +01:00
Rigel Kent
8a979d73c3
Simplify code for search-typeahead
2020-02-13 16:48:46 +01:00
Rigel Kent
9b8a7aa8ea
Improve search typeahead performance and use native events
2020-02-13 16:35:24 +01:00
Rigel Kent
ece3029bd9
Media queries to use variables when possible
2020-02-13 16:34:16 +01:00
Rigel Kent
9677fca772
Make the search helper change based on the server config
2020-02-13 16:32:58 +01:00
Rigel Kent
52cc0d5485
Gracefully downsize search bar for mobile devices
2020-02-13 16:32:58 +01:00
Rigel Kent
6af662a596
Add keyboard navigation and hepler to typeahead
2020-02-13 16:32:21 +01:00
Rigel Kent
f409f0c3b9
Search typeahead initial design
2020-02-13 16:32:21 +01:00
Rigel Kent
36f2981f7d
Manage z-indexes in variables
2020-02-13 15:09:36 +01:00
Chocobozzz
68ca61941e
Fix list overflow when refreshing the page
2020-02-13 10:41:43 +01:00
Chocobozzz
72ab1bc82d
Fix menu z-index on mobile on watch page
2020-02-13 10:28:42 +01:00
Rigel Kent
24e7916c68
Add ListOverflow component to prevent sub-menu overflow
2020-02-13 10:25:22 +01:00
Rigel Kent
eb7c7a5179
Fix user dropdown menu with long texts
...
closes #2480
2020-02-12 16:58:03 +01:00
Chocobozzz
8cc56c7fdd
Only use basehref
...
Will allow us to use the localize option
2020-02-12 14:09:55 +01:00
Chocobozzz
5289137643
Remove resume parameter when sharing a video
2020-02-10 16:49:40 +01:00
Chocobozzz
3fa9efa0c7
Lint components
2020-02-10 16:39:28 +01:00
Chocobozzz
7811819b1a
Use angular 9 clipboard cdk
2020-02-10 16:39:28 +01:00
Chocobozzz
be27ef3b46
Strict templates enabled
2020-02-10 16:39:28 +01:00
Chocobozzz
361dcebc75
Support i18n build
2020-02-10 16:39:28 +01:00
Chocobozzz
f77eb73b5e
Fix angular 9 build
2020-02-10 16:39:28 +01:00
Chocobozzz
2f5d2ec5ea
Update to angular 9
2020-02-10 16:39:28 +01:00
Chocobozzz
338eb9d33a
Merge branch 'release/2.1.0' into develop
2020-02-07 09:10:59 +01:00
Chocobozzz
99d362de0c
Support wma and wav audio files
2020-02-07 09:02:04 +01:00
Chocobozzz
0b1de58658
Fix i18n
2020-02-04 17:16:09 +01:00
Rigel Kent
cbdbdae05e
Rephrase account/channel signup description
2020-02-03 18:14:31 +01:00
DontUseGithub
1bd4d4eb18
text rewording (2)
...
> The channel name is a unique identifier of your channel on this and all the other instances.
this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like:
> The channel name is a unique identifier of your channel on this instance. Together with the domain name - it becomes unique across all instances.
In any case, English native speakers I'm open to suggestions on how to improve this :)
2020-02-03 16:09:44 +01:00
DontUseGithub
ebd8ff6457
text rewording
...
> The username is a unique identifier of your account on this and all the other instances.
this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like:
> The username is a unique identifier of your account on this instances. Together with the domain name - it becomes unique across all instances.
In any case, English native speakers I'm open to suggestions on how to improve this :)
2020-02-03 15:47:36 +01:00
Chocobozzz
b42f9c400e
Use a resolver for the about page
2020-02-03 10:33:08 +01:00
Filip Bengtsson
a2e0046cc9
Clearer description of the options
...
This is a more clear description of what the options will do.
2020-02-02 12:10:35 +01:00
Rigel Kent
e40afb5bc4
Fix signup limit validator, and add warning message.
2020-01-31 08:56:20 +01:00
Chocobozzz
14aa85562c
Cleanup some client FIXME
2020-01-29 16:00:28 +01:00
Chocobozzz
c910f667d2
Add origin instance URL in watch page
2020-01-29 13:59:40 +01:00
Chocobozzz
b764380ac2
Add ability to list redundancies
2020-01-28 11:35:26 +01:00
Chocobozzz
44d4ee4fcb
Fix e2e tests
2020-01-23 14:59:44 +01:00
Chocobozzz
fef213cae1
Fix is managaeble for channels
2020-01-22 15:01:38 +01:00
Chocobozzz
496b02e38f
Fix is managaeble error
2020-01-22 14:14:14 +01:00
Chocobozzz
f0ad471007
Update a little bit user dropdown message
2020-01-21 14:05:22 +01:00
Chocobozzz
7c1f3e7366
Center search fields (my videos/playlists)
2020-01-21 13:58:33 +01:00
Rigel Kent
9b82d49da8
Add action dropdown descriptions
2020-01-21 11:59:41 +01:00
Chocobozzz
21e6dc811d
Cleanup login form
2020-01-21 11:03:46 +01:00
Chocobozzz
4ee6a8b13e
Fix admin config form for auto follow
2020-01-21 10:47:56 +01:00
Rigel Kent
7738273b80
Accessibility fixes for #2149
2020-01-21 10:08:10 +01:00
Rigel Kent
aa0f19635a
Add manage buttons for own channels and account, video counts ( #2421 )
...
* Add manage buttons for own channels and account, video counts
* Change manage button color and introduce secondary color
2020-01-21 09:35:23 +01:00
Rigel Kent
96a4a7c332
Add description for sensitive configuration options, reword others
2020-01-15 12:15:31 +01:00
Rigel Kent
f8b65c22a9
Fix OnInit for subscribe button
...
Fixing regression introduced in a004ff1726
that initialized component for accounts with no channels before changing
the input a second time.
2020-01-14 10:58:42 +01:00
Rigel Kent
2ba5ac3354
Add link to video in update view and smooth progress bar repositioning
2020-01-13 22:14:04 +01:00
Rigel Kent
a004ff1726
Add naive aggregation from channels to account display of subscribers
2020-01-10 16:23:55 +01:00
Rigel Kent
333952bc64
Reinstate routerLink property of upload button
2020-01-10 15:52:25 +01:00
Rigel Kent
f24c8b142d
Fix missing service initializer property
2020-01-10 15:46:26 +01:00
Rigel Kent
a6f01388c3
Reword/update PeerTube page about P2P & Privacy
2020-01-10 14:21:46 +01:00
Rigel Kent
000eb0e40d
Add informational message at login for visitors coming from upload button
...
resolves #1880
2020-01-10 14:01:23 +01:00
Chocobozzz
ab4d4db44a
Avoid follow SQL conflicts
2020-01-10 13:34:20 +01:00
Chocobozzz
db84cf89bc
Fix client build
2020-01-10 13:34:18 +01:00
Rigel Kent
2d0d88a0cb
Fix subscribe-button for logged-out users
2020-01-10 11:42:53 +01:00
Chocobozzz
62fca05de4
Fix default avatar URL
2020-01-10 10:30:39 +01:00
Rigel Kent
9270ccf6dc
Make subscribe buttons observe subscription statuses to synchronise
2020-01-10 10:12:09 +01:00
Rigel Kent
b061c8edb0
Add extra text to button when partially subscribed to all channels
2020-01-10 10:12:09 +01:00
Rigel Kent
41eb700fce
Refactor my-subscribe-button to support full account subscription
2020-01-10 10:12:09 +01:00
Rigel Kent
fc2df421a9
Better placement for help tooltip
2020-01-09 16:54:59 +01:00
Chocobozzz
f44a284a3e
Fix playlist observable cache
2020-01-09 14:06:29 +01:00
Chocobozzz
240458d0c9
Remove ElementEvent
2020-01-09 09:30:08 +01:00
Chocobozzz
6b0c3c7ca9
Optimize list my playlists SQL query
2020-01-09 09:27:21 +01:00
Rigel Kent
c511c3f010
Show default avatar on network error for comments
2020-01-09 09:25:32 +01:00
Chocobozzz
fb770ff9e6
Remove useless translation
2020-01-09 08:51:24 +01:00
Rigel Kent
ae689853d8
Display total of number of video comments via pagination
...
fixes #2391
2020-01-08 23:28:08 +01:00
Rigel Kent
5c7a411c45
Set a default background color for account avatar
...
fixes #2392
2020-01-08 22:57:46 +01:00
Chocobozzz
f332ffa2a2
Generate translations
2020-01-08 20:00:52 +01:00
Chocobozzz
e612209767
Try to fix subscriptions inconsistencies
2020-01-08 15:44:41 +01:00
Chocobozzz
440d39c52d
Skip videos count on client if we don't use it
2020-01-08 14:40:08 +01:00
Rigel Kent
8ba9c205ba
Add option to download subtitles in download modal
2020-01-07 17:09:21 +01:00
Rigel Kent
df8340b7b8
Add duration to video attributes in watch view
2020-01-07 14:47:50 +01:00
Rigel Kent
31174a272a
Improve miniature & buttons display in my-account-videos list
2020-01-07 13:19:42 +01:00
Rigel Kent
13adf228d0
Add button in subscriptions to go to subscriptions list
2020-01-07 12:12:43 +01:00
Chocobozzz
04cda1d7a5
Add warning if admin disables webtorrent
2020-01-06 17:10:02 +01:00
Chocobozzz
218b0874ed
Add get user cache for comments
2020-01-06 16:13:26 +01:00
Chocobozzz
bc6f886347
Fix mark all as read notifications
2020-01-06 15:59:17 +01:00
Chocobozzz
93d54cc769
Align search field with checkboxes in playlist add
2020-01-06 15:14:25 +01:00
Rigel Kent
6a07a05861
Fix misplaced i18n tag in admin system config
2020-01-06 15:13:59 +01:00
Rigel Kent
eb1c46e9a8
Enhance variable width column for id column in jobs list
2020-01-06 15:10:20 +01:00
Julien Maulny
4271212172
Enhance jobs list displaying on smaller screens
2020-01-06 15:10:19 +01:00
Chocobozzz
51b34a11b2
Share playlists state
2020-01-06 13:34:08 +01:00
Rigel Kent
46db9430af
Add checkbox focus shadows, and admin resolution descriptions
2020-01-06 12:41:14 +01:00
Chocobozzz
a6051ba746
Fix build
2020-01-05 09:09:43 +01:00
Chocobozzz
b7819090de
Move watch later logic in miniature
2020-01-03 15:01:17 +01:00
Chocobozzz
c469c05b0f
Hide warning if p2p is disabled
2020-01-03 10:08:50 +01:00
Rigel Kent
3fbba1d28a
Display all miniature actions on hover and focus
2020-01-02 16:26:18 +01:00
Rigel Kent
29128b2f5c
Add miniature quick actions to add video to Watch later playlist
2020-01-02 14:50:14 +01:00
DontUseGithub
6066b91525
small grammar fix
...
small grammar fix
2019-12-30 11:44:59 +01:00
Chocobozzz
1f3a605e10
Fix support modal title
2019-12-30 10:40:10 +01:00
Rigel Kent
9d45db2919
Fix my-account{videos,video-playlists} loading mecanism
2019-12-29 02:10:17 +01:00
Rigel Kent
c62a34d36b
Better spacing beetween comments
2019-12-28 12:41:04 +01:00
Rigel Kent
5b0413ddaa
Add author indicator to the comment replies loader
2019-12-28 11:48:53 +01:00
Rigel Kent
bf64ed4196
Add search bars for a user's videos and playlist library
2019-12-28 01:10:26 +01:00
Rigel Kent
1053480b25
Slightly more personal support modal
2019-12-27 17:03:48 +01:00
Rigel Kent
c1125bcadc
Add comment filtering by reply count
2019-12-27 17:02:44 +01:00
Chocobozzz
6f79be110d
Fix video support field update
2019-12-27 14:41:50 +01:00
Chocobozzz
f27a885a43
Better error message in videos list
2019-12-27 13:10:50 +01:00
Chocobozzz
0a9131f961
Remove peertube version of footer
2019-12-27 12:35:42 +01:00
Rigel Kent
0240da5c32
(css) transparent buttons in watch page
2019-12-27 12:12:42 +01:00
Rigel Kent
edf1a4e520
Add user moderation dropdown to comments
2019-12-27 10:11:10 +01:00
Rigel Kent
c06af5012e
Add playlist search option and search input for add-to-video-playlist dropdown
...
fixes #2138
2019-12-26 11:52:52 +01:00
Rigel Kent
5def76ebba
Add autoplay tooltip, use of flex-wrap in video-info and other-videos
2019-12-21 09:25:02 +01:00
Rigel Kent
3921166d78
(css) vertical-center modals, bullet as separator
2019-12-20 21:15:28 +01:00
Rigel Kent
223b24e618
Fix upnext, refactor avatar menu, add to playlist overflow
2019-12-20 17:49:57 +01:00
Rigel Kent
1dc240a948
Add next video button to the player
2019-12-19 21:34:45 +01:00
Rigel Kent
c5c09c1e50
fix deleted comment layout and its notification display
2019-12-19 18:08:21 +01:00
Rigel Kent
10475dea7d
improve notification popup interactivity: read all, layout, position
...
fixes #1730
2019-12-19 14:53:01 +01:00
Rigel Kent
96f6278f3e
respect video history on explicit playlist click
...
also correct font-weight for .title-page-single, and tooltip dynamic
text for playlist loop button.
fixes #1889
2019-12-18 23:39:11 +01:00
Rigel Kent
62ab565d1c
Add play/pause bezels to the video player
2019-12-18 20:20:11 +01:00
Chocobozzz
2a5518a667
Fix lint & tests
2019-12-18 16:47:54 +01:00
Chocobozzz
ba430d7516
Lazy load static objects
2019-12-18 15:40:59 +01:00
Rigel Kent
5dfb7c1dec
Add commentor name alongside fid for video comments
2019-12-18 13:28:29 +01:00
Chocobozzz
3f9c4955af
Speedup embed first paint
2019-12-18 10:14:22 +01:00
Nassim Bounouas
f88ee4a952
Feature/password reset link expiration ( #2305 )
...
* #1928 Add a sentence indicating the reset time limit on form and email
* #1928 Customizable password reset lifetime
* #1928 Add a route to verify reset link and call it on reset form init
* Revert "#1928 Customizable password reset lifetime"
This reverts commit 0ed97453f8
.
* #1928 Reset password lifetime hardcoded to one hour
* Remove useless modifications for #1928
2019-12-18 09:59:00 +01:00
Rigel Kent
ae05c99125
comment name emphasis for video author
2019-12-18 00:17:23 +01:00
Rigel Kent
c8277d7139
(css) optimize .other-videos width
2019-12-17 22:42:19 +01:00
Rigel Kent
ddefb8c9e5
(fix) upnext timeout set to 10s
2019-12-17 16:59:43 +01:00
Rigel Kent
3bcb4fd741
add 'up next' screen on autoplay
2019-12-17 16:49:33 +01:00
Chocobozzz
208c7e92e9
Fix support button style
2019-12-17 09:59:26 +01:00
Rigel Kent
b29bf61dbd
Provide native links for description timestamps, and re-clickability for these
2019-12-17 09:45:02 +01:00
Lesterpig
d68ebf0b4a
Add hyperlink video timestamps in description
...
Fix #1312 (duplicates: #1728 and #2007 )
The modification is also applied to comments and video editing.
2019-12-17 09:45:02 +01:00
Rigel Kent
a0dedc02ca
(consistency) channel nameWithHost copy button, comment avatar link
2019-12-16 22:13:07 +01:00
Rigel Kent
2de7f588eb
improve likes-dislikes bar usability
2019-12-16 00:13:31 +01:00
Rigel Kent
88adad2d0f
improve comment form: cancel button and full width
2019-12-15 22:44:31 +01:00
Rigel Kent
dd4f25eea8
add channel avatar to watch view
2019-12-15 21:58:11 +01:00
Rigel Kent
44efbebac4
Show number of comments under a video in watch view
...
resolves #2338
2019-12-13 22:23:26 +01:00
Chocobozzz
3adf3196c5
Fix support icon
2019-12-13 10:35:55 +01:00
Chocobozzz
dbdf2d51c6
Add peertube version in features table
2019-12-13 10:19:41 +01:00
Chocobozzz
ee83ad12ca
Hide hardware information if empty
2019-12-13 09:50:53 +01:00
Chocobozzz
8adc5ddbc0
Update translations
2019-12-13 09:36:24 +01:00
Chocobozzz
7c93905d14
Fix theme loading
2019-12-13 09:33:06 +01:00
Rigel Kent
94dfca3e35
video description/account alignment, watch view basic tooltips
2019-12-13 09:13:43 +01:00
Rigel Kent
706c5a4743
change repeat icon and factorize functions
2019-12-13 09:13:43 +01:00
Rigel Kent
1ae3f52a16
search bar shadow on focus
2019-12-13 09:13:43 +01:00
Rigel Kent
88a7f93f8e
add loop setting for playlists, and use sessionStorage
2019-12-13 09:13:43 +01:00
Rigel Kent
12f18b90ba
make playlists ignore user history
2019-12-13 09:13:43 +01:00
Rigel Kent
bee29df8a9
autoplay next video support for playlists
2019-12-13 09:13:43 +01:00
Rigel Kent
d816f3a063
autoplay next video switch for both user and visitors
2019-12-13 09:13:43 +01:00
Chocobozzz
22a73cb879
Add internal privacy mode
2019-12-12 16:51:59 +01:00
Chocobozzz
566c125d6e
Serve audit logs to client
2019-12-11 14:14:01 +01:00
Chocobozzz
fc641dedd6
Improve comment tree UI
2019-12-10 11:02:58 +01:00
Chocobozzz
cd3d847d63
Add a warning when uploading videos using root
2019-12-10 10:02:23 +01:00
Chocobozzz
1aa7543403
Support basic markdown in comments
2019-12-09 11:21:39 +01:00
Rigel Kent
7fc441cc4e
(css) improve video-watch title display on small screens
2019-12-09 10:23:16 +01:00
Rigel Kent
41f8f6207a
miniature duration visibility and overlay background opacity
2019-12-09 09:16:08 +01:00
Chocobozzz
39aad8cc85
Don't seed on cellular networks
2019-12-06 17:25:15 +01:00
Chocobozzz
349be1eaa9
Fix enable history label
2019-12-06 14:08:16 +01:00
Chocobozzz
3131c13e02
Don't support images in account descriptions
2019-12-06 14:01:28 +01:00
Chocobozzz
7e049ea467
Handle HTML in account descriptions
2019-12-06 13:57:57 +01:00
Chocobozzz
d8232bac6a
Add peertube applications links in about page
2019-12-06 11:40:35 +01:00
Chocobozzz
3d216ea0f7
Fix dropdown on video miniature for unlogged users
2019-12-06 11:07:30 +01:00
Chocobozzz
941c5eac17
Add missing hotkeys to the watch page
2019-12-06 10:05:49 +01:00
Chocobozzz
0912f1b4ca
Fix build
2019-12-06 08:45:51 +01:00
Chocobozzz
c2023a9f02
Add ability to update icons content
2019-12-05 17:26:58 +01:00
Chocobozzz
3d9a63d3d8
Add hook to alter player build options
2019-12-05 17:06:18 +01:00
Chocobozzz
0d3a9be9f1
Add likes/dislikes counts in the buttons
2019-12-05 16:28:05 +01:00
Chocobozzz
03aff3c6f6
Fix build
2019-12-05 10:40:09 +01:00
Chocobozzz
3a1fed11c5
Support playlists in share modal
2019-12-05 10:05:00 +01:00
Chocobozzz
689a4f6946
Pause the video when a modal is opened
2019-12-05 09:21:09 +01:00
Rigel Kent
2526690866
search filtering improvements per #1654
2019-12-05 09:06:01 +01:00
Chocobozzz
1061c73fde
Add ability to filter per job type
2019-12-04 14:49:59 +01:00
Chocobozzz
44df5c755c
Skip channel search on empty search
2019-12-04 13:29:40 +01:00
Chocobozzz
66fd15160e
Clearer video quota label in user settings
2019-12-04 13:20:02 +01:00
Julien Maulny
69222afac8
Soft delete video comments instead of detroy
2019-12-04 09:36:45 +01:00
Chocobozzz
2fcc229497
Test a color for the support button
2019-12-03 20:10:27 +01:00
Chocobozzz
64ff48cb8d
Change the support icon
2019-12-03 18:54:49 +01:00
bikepunk
47594fd702
Excplicit the tag limit #1815 related
2019-12-03 13:40:22 +01:00
Chocobozzz
eccf70f020
Fix private video download
2019-12-03 10:41:23 +01:00
Rigel Kent
eb8f702c83
(plugins) add helper to know if user is logged-in
2019-12-02 09:19:34 +01:00
Chocobozzz
1689176a7b
Fix channel playlist miniatures overflow
2019-11-29 16:20:23 +01:00
Chocobozzz
43c66a91df
Add ability to disable P2P in HLS player too
2019-11-29 14:14:47 +01:00
Chocobozzz
20f1ec8d9d
Improve video languages user settings label
2019-11-29 14:06:03 +01:00
Chocobozzz
cb5ce4cb13
Add more filters to admin follows table
2019-11-29 11:16:43 +01:00
Chocobozzz
97ecddae10
Filter on follows actor types in about page
2019-11-29 10:55:17 +01:00
Chocobozzz
f5b72c3937
Fix brackets truncation in video description
2019-11-29 10:18:40 +01:00
Chocobozzz
b8f4167fb6
Only display accepted followers/followings in about page
2019-11-28 11:37:32 +01:00
Chocobozzz
d275e75453
Focus player on video loading
2019-11-28 11:08:04 +01:00
Chocobozzz
24e0d90069
Fix overflow in menu
2019-11-27 14:19:49 +01:00
Chocobozzz
2a53942d9e
Fix overflow when creating a channel
2019-11-27 10:41:08 +01:00
Chocobozzz
414131338d
Fix welcome modal when saving config
2019-11-27 10:29:29 +01:00
Chocobozzz
2fa9c40e20
Fix tests
2019-11-27 10:29:27 +01:00
Rigel Kent
2dbbf86086
(plugins) adding checkbox and textarea as possible input types, add links in form label
2019-11-25 11:19:45 +01:00
Rigel Kent
ba7b7e572f
(plugins) adding signup scope and init hook, modifying ensureUserRegistrationAllowed allowedParams
2019-11-25 11:16:12 +01:00
Chocobozzz
efcd6f2e62
Fix fragmented download URL
2019-11-25 10:59:50 +01:00
frankdelange
5c7d650827
Add audio-only option to transcoders and player
...
This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide.
Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream.
This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
2019-11-25 10:59:47 +01:00
Chocobozzz
5a71acd254
Disable webtorrent support in client
2019-11-25 10:59:46 +01:00
Marco Zehe
14981d7331
Add missing button roles for the language chooser and keyboard shortcut menu items
2019-11-25 09:51:00 +01:00
Chocobozzz
ee2b7df045
Try to improve notification i18n translations
2019-11-18 17:38:01 +01:00
Rigel Kent
5f85f8aa1c
Video-watch hooks modifications for videojs
2019-11-18 10:12:23 +01:00
Chocobozzz
a42294c5ed
Merge branch 'weblate' into develop
2019-11-13 10:05:27 +01:00
Chocobozzz
350131cbaf
Make build works
2019-11-13 10:04:16 +01:00
Yorwba
f88e73f740
Fix link for account creation on another instance
2019-11-13 08:58:17 +01:00
Chocobozzz
f1d9b2d6bf
Fix start/stop of first element when loading a playlist
2019-11-06 09:14:18 +01:00
Chocobozzz
4ba8469c0e
Pull translations
2019-11-05 15:51:41 +01:00
Chocobozzz
5f697f3ddb
Add missing i18n tags
2019-11-05 15:19:04 +01:00
Chocobozzz
5d9e4eaabe
Add ability to enabled HLS in the admin panel
2019-11-05 10:13:37 +01:00
Chocobozzz
f0876a2c35
Add mascot in peertube about page
2019-11-04 14:43:16 +01:00
Chocobozzz
4618b6867a
Update translations
2019-10-30 11:38:58 +01:00
Chocobozzz
2377a7f3ce
Add mascot to configure warning modal
2019-10-30 11:15:55 +01:00
Chocobozzz
e81461950a
Increase 404 mascot size
2019-10-30 11:05:45 +01:00
Chocobozzz
006b83927b
Add mascot in welcome modal
2019-10-30 11:00:08 +01:00
Chocobozzz
767619f639
Add mascot to 404 page
2019-10-30 10:04:53 +01:00
Chocobozzz
f003ef1b54
Don't redirect on verify account page after login
2019-10-28 08:47:17 +01:00
Chocobozzz
4586328858
Fix other videos width to avoid layout movement
2019-10-25 11:31:52 +02:00
Chocobozzz
9ea6541488
Add class to views elements
2019-10-25 11:12:15 +02:00
Chocobozzz
a2ffd046d6
Speedup theme injection
2019-10-25 10:57:23 +02:00
Chocobozzz
ce78f1f6f0
More robust new instance follower notification
2019-10-25 09:45:38 +02:00
Julien Maulny
0c695c5c96
Add a drag&drop delay on playlist videos to allow user scroll on small screens ( #2154 )
...
* Add delay on playlist element reordering to fix user scroll on mobile
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Upgrade @angular/cdk to include bugfix about drag&drop
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* add delay on playlist drag&drop on all touch screens
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
2019-10-23 18:12:22 +02:00
Filip Bengtsson
34398be429
Some language fixes ( #2198 )
...
* Fix preposition
* Fix French colon spacing
* Some grammar fixes
* Preposition fix
* Update signup-success.component.html
After suggestion from @frankstrater.
2019-10-23 14:39:09 +02:00
Julien Maulny
e805020896
Allow to toggle video publication date to display absolute date
2019-10-23 10:47:34 +02:00
Chocobozzz
18c9772876
Fix checkbox themes
2019-10-22 11:14:58 +02:00
Chocobozzz
1cd4fe501d
Fix i18n generation script
2019-10-22 10:30:09 +02:00
Chocobozzz
e771dbe0aa
Update translations
2019-10-22 09:25:26 +02:00
Chocobozzz
baeb429d06
Fix search with account video languages
2019-10-21 13:31:58 +02:00
Autom
4386e66e55
Fix typo
...
Fixing a typo in the statistics section of the /about/instance/ page.
2019-10-21 08:55:12 +02:00
Knackie
b37a508283
Update user-edit.component.html
...
fixes #1943
2019-10-19 12:46:10 +02:00
Julien Maulny
3d05209c9a
Add statistics section in about page
2019-10-18 15:13:30 +02:00
Julien Maulny
235b055dc5
Allow to choose 'Most liked videos' page as default client route
2019-10-18 14:04:10 +02:00
Julien Maulny
c07eb94653
Add 'Most liked videos' page
2019-10-18 14:04:10 +02:00
Frank Sträter
405ec98b91
Change button with onclick to link with href
2019-10-18 10:30:28 +02:00
Chocobozzz
85c1df6ae8
Add auto play next video migration
2019-09-24 10:35:36 +02:00
LoveIsGrief
6aa5414813
Autoplay next recommended video ( #2137 )
...
* Start working on autoplay of next video
* Ignore changes made by gitpod
* Apply changes from PR#1370
* Correct the spelling of recommendations
* Fix linting errors
* Move boolean check to existing onEnded handler
* Pick a random video until the recommendations are improved
* Add simple tests for autoPlayNextVideo
* Fix lint
...again
2019-09-24 08:48:01 +02:00
Lukas Winkler
32d7f2b754
fix a few typos ( #2141 )
...
* fix a few typos
* apply changes to original files instead
* additional correction
2019-09-23 08:17:42 +02:00
Chocobozzz
2e0fdd27e0
Add missing translation tags
2019-09-18 15:52:54 +02:00
Chocobozzz
8d5e65349d
Merge branch 'release/1.4.0' into develop
2019-09-06 09:47:55 +02:00
Chocobozzz
606793b917
Fix menu x overflow
2019-09-06 09:47:33 +02:00
Chocobozzz
1eb23e12f7
Add contributors in about peertube page
2019-09-05 15:40:09 +02:00
Chocobozzz
5819e694ba
Better video publishing notification
2019-09-05 10:30:51 +02:00
Chocobozzz
b3879928b6
Clearer debug IP message
2019-09-05 10:23:12 +02:00
Chocobozzz
43d35494b5
Fix old auto blacklist notifications
2019-09-05 10:20:14 +02:00
Chocobozzz
00aab0666c
Merge branch 'release/1.4.0' into develop
2019-09-05 10:19:35 +02:00
Chocobozzz
be04c6fdab
Add hardware information in instance config
2019-09-05 10:17:02 +02:00
Chocobozzz
592c735c19
Better welcome modal
2019-09-05 10:17:02 +02:00
Chocobozzz
8ae03c3718
Add creation reason
2019-09-05 10:17:02 +02:00
Chocobozzz
589d9f55f6
Add config instance warning modal
2019-09-05 10:17:02 +02:00
Chocobozzz
43d0ea7f4b
Add welcome modal
2019-09-05 10:17:02 +02:00
Chocobozzz
bc20aaed46
Fix register checkbox
2019-09-05 10:17:02 +02:00
Chocobozzz
9fe1bc6855
Use badges for instance languages/categories
2019-09-05 10:17:02 +02:00
Chocobozzz
421d935d25
Add about information in registration page
2019-09-05 10:17:02 +02:00
Chocobozzz
4402b54dce
Add categories and languages to about page
2019-09-05 10:17:02 +02:00
Chocobozzz
a00045a218
Improve features table
2019-09-05 10:17:02 +02:00
Chocobozzz
ccc00cb2aa
Add more attributes to about page
2019-09-05 10:17:02 +02:00
Chocobozzz
e1b49ee534
Implement auto follow in client
2019-09-04 16:24:58 +02:00
Chocobozzz
8424c4026a
Add auto follow back support for instances
2019-09-04 16:24:58 +02:00
Chocobozzz
5eb9bde8aa
Rename signup steps
2019-09-04 15:08:56 +02:00
Chocobozzz
dedc7abb7b
Fix auto blacklist view
2019-09-04 15:03:50 +02:00
Chocobozzz
60c2bc80b8
Go back when cancel NSFW modal
...
Instead of redirecting on the homepage
2019-08-22 17:14:44 +02:00
Chocobozzz
4334445d04
Dismiss modals on pop state
2019-08-22 16:13:26 +02:00
Chocobozzz
f9e387ed05
Fix plugin card background color with dark theme
2019-08-22 16:01:06 +02:00
Chocobozzz
6eb62c3390
Fix video rows overflow
...
In discover and account channel videos pages
2019-08-22 13:59:54 +02:00
Chocobozzz
a3671f0709
Fix video playlist element removal
2019-08-22 11:33:18 +02:00
Chocobozzz
79a899410f
Cleanup SASS imports
2019-08-22 10:02:32 +02:00
Chocobozzz
6e44fb3763
Replace "overview" by "discover" in client titles
2019-08-22 09:49:22 +02:00
Chocobozzz
0c503f5c87
Fix bad import on FF ESR
2019-08-20 09:01:19 +02:00
Chocobozzz
c5407d7046
Fix playlist more button with long video names
2019-08-09 08:28:22 +02:00
Chocobozzz
f3628e694b
Fix video playlists list
2019-08-07 12:07:59 +02:00
Chocobozzz
466e3f20a5
Fix theater mode
2019-08-06 17:20:19 +02:00
Chocobozzz
ad453580b2
Fix infinite scroll on big screens
2019-08-02 14:49:25 +02:00
Chocobozzz
dd570a34ff
Fix search results on mobile
2019-08-02 11:40:29 +02:00
Chocobozzz
b63331ec38
Fix overflow in playlist list
2019-08-02 11:31:33 +02:00
Chocobozzz
58f3c3f109
Fix player width with playlist
2019-08-02 11:16:42 +02:00
Chocobozzz
44b88f180b
Fix broken follow notification
2019-08-02 09:46:48 +02:00
Chocobozzz
075942b212
Fix mute badge labels
2019-08-01 17:01:35 +02:00
Chocobozzz
65af03a241
Automatically update playlist thumbnails
2019-08-01 16:54:24 +02:00
Chocobozzz
16b5525950
Update Angular -> 8.2.0
2019-08-01 11:38:47 +02:00
Chocobozzz
bfbd912886
Fix broken playlist api
2019-08-01 09:11:04 +02:00
Chocobozzz
df9a1a1365
Add margin to plugin blocks in admin
2019-07-30 10:18:23 +02:00
Chocobozzz
a95a4cc891
Moderators can only manage users
2019-07-30 09:59:19 +02:00
Chocobozzz
dc89026348
Add show channel button in account page
2019-07-29 17:12:18 +02:00
Chocobozzz
8e8eb2614b
Fix help transcoding placement
2019-07-29 16:41:25 +02:00
Chocobozzz
34dd7cb4ca
Fix quota in instance features table
2019-07-29 16:30:01 +02:00
Chocobozzz
d75db01f14
Add plugin translation system
2019-07-26 15:18:30 +02:00
Chocobozzz
16d5469629
Run hooks and register plugins outside angular
2019-07-26 15:18:29 +02:00
Chocobozzz
ba211e7386
Add public settings endpoint
2019-07-26 15:18:29 +02:00
Chocobozzz
23bdacf8ec
Add setting helper to client plugins
2019-07-26 15:18:28 +02:00
Chocobozzz
c8861d5dc0
Fix express validator
2019-07-25 16:23:44 +02:00
Chocobozzz
ae8b8faf20
Update translations and support Greek language
2019-07-25 12:06:11 +02:00
Chocobozzz
41b15c8921
Update client dependencies
2019-07-25 11:00:45 +02:00
Chocobozzz
03652b3179
Use ::ng-deep instead of /deep/
2019-07-25 11:00:43 +02:00
Chocobozzz
f36da21e40
Update angular
2019-07-25 11:00:43 +02:00
Axel Viala
4511437e19
Add sortable for videoQuotaUsed in user-list component.
2019-07-25 11:00:09 +02:00
Chocobozzz
bfa1a32b34
Add client hook/register typings
2019-07-24 11:55:08 +02:00
Chocobozzz
9ae88819c2
Change plugin models names
2019-07-24 11:17:42 +02:00
Chocobozzz
c9e3eeedad
Lazy load client script scopes
2019-07-24 10:58:16 +02:00
Chocobozzz
7663e55a2c
Log error on unknown hook
2019-07-24 10:58:16 +02:00
Chocobozzz
e8f902c05c
Use search client scope
2019-07-24 10:58:16 +02:00
Chocobozzz
93cae47925
Add client hooks
2019-07-24 10:58:16 +02:00
Chocobozzz
9fa6ca160a
Some plugins fixes and doc enhancements
2019-07-24 10:58:16 +02:00
Chocobozzz
109d893ff5
Fix lint
2019-07-24 10:58:16 +02:00
Chocobozzz
f0c5e8b657
Add client helpers to plugins
2019-07-24 10:58:16 +02:00
Chocobozzz
89c344dba4
Add ability to install a plugin from the admin page
2019-07-24 10:58:16 +02:00
Chocobozzz
6702a1b2cc
Add ability to search available plugins
2019-07-24 10:58:16 +02:00
Chocobozzz
b5f919ac8e
WIP plugins: update plugin
2019-07-24 10:58:16 +02:00
Chocobozzz
dba85a1e9e
WIP plugins: add plugin settings/uninstall in client
2019-07-24 10:58:16 +02:00
Chocobozzz
d00dc28dd7
WIP plugins: list installed plugins in client
2019-07-24 10:58:16 +02:00
Chocobozzz
ffb321bedc
WIP plugins: load theme on client side
2019-07-24 10:58:16 +02:00
Chocobozzz
7cd4d2ba10
WIP plugins: add theme support
2019-07-24 10:58:16 +02:00
Chocobozzz
18a6f04c07
WIP plugins: hook on client side
2019-07-24 10:58:16 +02:00
Nassim Bounouas
50b4dcce56
Fix/connection with email ( #1917 )
...
* #1916 Load user by email - insensitive query
* Revert "Case insensitive login"
This reverts commit c1521ca3d7
.
* #1916 Load user - insensitive query for username and sensitive for email
* #1916 Unit test for insensitive username login && documentation
2019-07-02 11:16:33 +02:00
Nassim Bounouas
4e9fa5b7e9
Feature/subject in contact form ( #1926 )
...
* #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
2019-06-21 08:49:35 +02:00
Chocobozzz
d1ea2a988d
Fix signup email verification
2019-06-20 17:25:53 +02:00
Nassim Bounouas
e1a1f9c623
Link to follower profile from administration ( #1922 )
...
* #1914 Link to follower profile from administration
* #1914 Link to follower profile opens in new tab
2019-06-20 11:38:41 +02:00
Chocobozzz
ac84064a6c
Fix follows backend URL
...
And improve "no followers/followings" message position
2019-06-20 08:51:41 +02:00
Jessica Fairchild
7cf75374ca
Rearrange search filter options
...
Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long)
2019-06-20 08:44:02 +02:00
Chocobozzz
a5f8b0b49f
Add language filter in header search
2019-06-19 15:34:47 +02:00
Chocobozzz
ee1d0dfb6d
Improve account username copy button
2019-06-19 15:14:13 +02:00
Chocobozzz
ccfcdb6785
Fix lint
2019-06-19 15:05:37 +02:00
Chocobozzz
3caf77d3b1
Add language filters in user preferences
2019-06-19 15:05:36 +02:00
Nassim Bounouas
e379f813d4
Feature/completeUsernameCopy ( #1913 )
...
* #1843 Copy icon added to account page to copy Username
* #1843 Store an account name with the host forced and bind it to copy button
* #1843 tslint correction
* #1843 copy to clipboard replaced by ngx-clipboard
2019-06-19 14:57:39 +02:00
Chocobozzz
4913295f9d
Rename overview -> discover
2019-06-13 09:21:24 +02:00
Chocobozzz
db714ab48a
Fix notification overflow
2019-06-13 09:21:18 +02:00
Chocobozzz
00aa1f0d9b
Add 4k conf in transcoding in admin panel
2019-06-12 17:26:23 +02:00
Chocobozzz
a80e84f047
Add class to email change form
2019-06-12 17:06:28 +02:00
Chocobozzz
2f4c784a92
Add params to share modal
2019-06-12 16:44:15 +02:00
Chocobozzz
011e1e6b37
Speedup video watch layout build
2019-06-11 16:26:48 +02:00
Chocobozzz
5efab5467c
Add more embed parameters
2019-06-11 16:05:03 +02:00
Chocobozzz
0ba5f5baad
Add ability to change email in client
2019-06-11 14:31:12 +02:00
Chocobozzz
fff77ba231
Fix account channel overflow
2019-06-11 14:31:11 +02:00
Chocobozzz
7c51916a61
Remove magnetURI download support
...
Since most BitTorrent clients are not able to download files from it
2019-06-11 10:46:33 +02:00
Chocobozzz
1f20622f2b
Improve registration
...
* 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
2019-06-07 17:05:42 +02:00
Chocobozzz
1a03bea0c4
Redirect to local route when getting peertube account
2019-06-07 15:43:45 +02:00
Chocobozzz
12bec528aa
Don't break video scheduled publication
2019-06-07 15:37:36 +02:00
Chocobozzz
b91bc1d1f3
Merge branch 'release/v1.3.0' into develop
2019-06-07 15:04:41 +02:00
Chocobozzz
851f5daa1e
Add ability to set a public to private in client
2019-06-07 15:01:55 +02:00
Chocobozzz
e5b432e04e
Fix black theme on some screens
2019-06-07 11:44:43 +02:00
Chocobozzz
4adf26735f
Fix error in form when scheduling video publication
2019-06-07 11:35:06 +02:00
Chocobozzz
f238aec54f
Fix video action dropdown
2019-06-07 11:08:56 +02:00
Chocobozzz
3ddb1ec555
Try to fix remote mastodon interactions
2019-06-07 10:57:33 +02:00
Chocobozzz
ad3405d087
Improve 4K video quality after transcoding
2019-06-06 14:45:57 +02:00
Chocobozzz
a6dbbf0386
Add list of instance follows in about page
2019-06-06 11:43:01 +02:00
Chocobozzz
93aa85521a
Prefer using last week/last month
2019-06-06 11:43:00 +02:00
Chocobozzz
4e0c179365
Fix grouped videos by date
2019-06-06 11:43:00 +02:00
Chocobozzz
1e66b987cd
Add checkbox to bulk update videos support field
2019-05-31 16:57:01 +02:00
Chocobozzz
ee79b60e4e
More robust federation
...
In particular when fetching pleroma outbox
2019-05-31 15:17:04 +02:00
Chocobozzz
57cfff7885
Remove unused actor uuid field
2019-05-31 14:49:31 +02:00
Chocobozzz
4c72c1cd41
Move concurrently in dev package
2019-05-31 11:48:28 +02:00
Chocobozzz
34c7f429e4
Group videos on chronological order
2019-05-31 11:15:50 +02:00
Chocobozzz
bc01017be9
Add ability to subscribe from the channel account page
2019-05-29 17:00:40 +02:00
Chocobozzz
c8487f3f63
Improve account channel page
...
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.
2019-05-29 16:45:59 +02:00
Chocobozzz
b247a13270
Add success icon on registration
2019-05-29 14:39:49 +02:00
Chocobozzz
1d5342abc4
Multi step registration
2019-05-29 11:19:54 +02:00
Chocobozzz
53da063049
Merge branch 'release/v1.3.0' into develop
2019-05-24 14:31:10 +02:00
Chocobozzz
78d60e6384
Fix build
2019-05-24 14:28:10 +02:00
Chocobozzz
625a98bc4a
Fix method names
2019-05-24 14:25:12 +02:00
Chocobozzz
f5b37c3ec2
Fix method names
2019-05-24 14:24:00 +02:00
Chocobozzz
86aafd06f2
Merge branch 'release/v1.3.0' into develop
2019-05-24 12:02:45 +02:00
Chocobozzz
624bca15fb
Fix duplicates in playlist add component (release branch)
2019-05-24 12:02:34 +02:00
Chocobozzz
8d51015bd0
unload -> reload in playlist add component
2019-05-24 11:52:19 +02:00
Chocobozzz
b6e342d5c6
Fix duplicates in playlist add component
2019-05-24 11:49:53 +02:00
Chocobozzz
432ebe8bdd
Merge branch 'release/v1.3.0' into develop
2019-05-21 11:21:56 +02:00
Chocobozzz
8c6781e956
Fix pagination in my videos page
2019-05-21 10:54:38 +02:00
Chocobozzz
73b3aa6429
Merge branch 'feature/audio-upload' into develop
2019-05-21 10:05:12 +02:00
Chocobozzz
618750486e
Fix icon color on audio upload
2019-05-21 10:04:52 +02:00
Chocobozzz
fd822c1c69
Merge branch 'release/v1.3.0' into develop
2019-05-21 09:34:02 +02:00
Chocobozzz
b767c4a74a
Fix reordering playlist
2019-05-17 14:52:44 +02:00
Chocobozzz
1c8ddbfaa0
Reset playlist add component when video changes
2019-05-17 14:34:21 +02:00
Chocobozzz
67c687236f
Fix playlist block with theater player
2019-05-17 14:17:38 +02:00
Chocobozzz
b345a8047b
Add audio upload tests
2019-05-17 14:04:54 +02:00
Chocobozzz
7b992a86b1
Support audio upload in client
2019-05-17 10:45:53 +02:00
Chocobozzz
536598cfaf
Add audio support in upload
2019-05-16 17:16:47 +02:00
Leo Mouyna
11b3f14c75
fix: Close modal after clicking on download
...
Use the NgActiveModal method to close it on a click by adding a specific
modalActive object and use it on download function.
See issue: Chocobozzz#1436
2019-05-16 09:12:58 +02:00
Chocobozzz
ab5f9ed86e
Remove unnecessary CSS in menu
2019-05-15 15:42:18 +02:00
Chocobozzz
97567dd81f
Merge branch 'master' into develop
2019-05-15 15:32:25 +02:00
Chocobozzz
6565916605
Use HLS by default if enabled
2019-05-14 11:35:54 +02:00
Chocobozzz
4da22f64e7
Lazy load dropdown info on click
...
Instead of mouseenter
2019-05-13 15:18:11 +02:00
Chocobozzz
b59f12b095
Fix client build
2019-05-13 14:26:00 +02:00
Chocobozzz
187a00f085
Fix hotkeys div overflow
2019-05-13 11:33:18 +02:00
Chocobozzz
1acd784cf9
Fix playlists with unauthenticated users
2019-05-13 11:25:13 +02:00
Chocobozzz
72675ebe01
Move video watch playlist in its own component
2019-05-13 11:19:29 +02:00
Chocobozzz
722bca907b
Fix component reuse on channel/account videos
2019-05-13 10:37:55 +02:00
Chocobozzz
64545a834b
Fix top menu dropdown
2019-05-13 09:45:37 +02:00
Chocobozzz
743f023c53
Fix videos more dropdown position/loading
2019-05-13 09:45:37 +02:00
Chocobozzz
d0dba1fce6
Optimize video update page load
2019-04-25 10:52:11 +02:00
Chocobozzz
f3ae606caf
Wait config before loading login/signup
2019-04-25 10:40:01 +02:00
Chocobozzz
ad5718261d
Fix contact admin button overflow
2019-04-25 10:14:35 +02:00
Chocobozzz
c1521ca3d7
Case insensitive login
2019-04-25 10:03:30 +02:00
Chocobozzz
98000f10e7
Fix dropdown top menu on mobile
2019-04-25 10:02:02 +02:00
Chocobozzz
71d00bfd7f
Fix explained privacies on first upload screen
2019-04-25 09:52:07 +02:00
Chocobozzz
5fb6996b81
Add default playlist image
2019-04-24 16:26:23 +02:00
Chocobozzz
1eddc9a74f
Add user adminFlags
2019-04-15 14:39:52 +02:00
Chocobozzz
28e0e40d2b
Fix privacy warning position on mobile
2019-04-15 09:43:23 +02:00
Paul FLORENCE
f3d2e6d082
Fix keyboard icon transparency
2019-04-12 10:16:53 +02:00
Chocobozzz
2c3abc4fa7
Fix my account settings responsive
2019-04-11 11:18:19 +02:00
Chocobozzz
5d79474cc6
Add debug component to help admins to fix IP issues
2019-04-11 10:58:09 +02:00
Chocobozzz
2b3f1919fd
Fix videos list margin with hidden menu
2019-04-11 10:21:45 +02:00
Chocobozzz
2c22613c2f
Add logs page in client
2019-04-11 10:14:08 +02:00
Chocobozzz
fd8710b897
Add logs endpoint
2019-04-10 16:38:32 +02:00
Chocobozzz
31b6ddf866
Add ability to disable tracker
2019-04-10 09:23:18 +02:00
Chocobozzz
8ce1ba6e3e
Add new instance follower notification in client
2019-04-09 10:42:07 +02:00
Chocobozzz
846751c98b
Add newInstanceFollower in notification settings
2019-04-09 08:19:54 +02:00
Chocobozzz
0dc6477758
Add delete/manual approval instance followers in client
2019-04-08 15:47:44 +02:00
Chocobozzz
abf325b4f6
Fix privacy label display
2019-04-08 09:33:37 +02:00
Chocobozzz
0a57bbff21
Handle actions in other videos section
2019-04-08 09:30:07 +02:00
Chocobozzz
0f4905e120
2 rows per overview section
2019-04-05 17:00:09 +02:00
Chocobozzz
32157c0892
Add auto blacklist info in feature table
2019-04-05 15:45:50 +02:00
Chocobozzz
3143ae17a0
Improve playlist element style
2019-04-05 15:23:41 +02:00
Chocobozzz
8dfceec44a
video add to playlist component -> onpush strategy
2019-04-05 14:16:48 +02:00
Chocobozzz
3a0fb65c61
Add video miniature dropdown
2019-04-05 10:53:09 +02:00
Chocobozzz
693263e936
Refactor videos selection components
2019-04-05 10:53:08 +02:00
Chocobozzz
e2409062de
Refactor video miniatures
2019-04-03 16:17:41 +02:00
Chocobozzz
8fc02e4768
Set thumbnail height
2019-04-03 14:18:23 +02:00
Chocobozzz
11dd0c2e42
Improve abstract videos list
...
Better responsive and align miniatures to the left
2019-04-03 13:25:52 +02:00
Chocobozzz
df93a9bed8
Update translations
2019-04-03 11:12:22 +02:00
Chocobozzz
c47106315a
tslint update
2019-04-02 18:30:26 +02:00
Chocobozzz
f421fa06ad
Update client dep
2019-04-02 17:39:21 +02:00
Chocobozzz
a1a216d9cb
Upgrade server dep
2019-04-02 16:42:13 +02:00
Chocobozzz
489290b8b1
Restore videos list components
2019-04-02 11:45:02 +02:00
Josh Morel
7ccddd7b52
add quarantine videos feature ( #1637 )
...
* add quarantine videos feature
* increase Notification settings test timeout
to 20000ms. was completing 7000 locally but timing out
after 10000 on travis
* fix quarantine video test issues
-propagate misspelling
-remove skip from server/tests/client.ts
* WIP use blacklist for moderator video approval
instead of video.quarantine boolean
* finish auto-blacklist feature
2019-04-02 11:26:47 +02:00
Chocobozzz
7113b5cd32
Fix custom CSS help
2019-03-20 14:20:00 +01:00
Chocobozzz
d01b2fb9ab
Add icon to delete history button
2019-03-20 14:08:03 +01:00
Chocobozzz
a55052c9ba
Add my library section in menu
2019-03-20 13:53:51 +01:00
Chocobozzz
7e73f07131
Improve comment deletion message
2019-03-20 10:12:31 +01:00
Chocobozzz
9a18a62520
Handle theater mode for playlists
2019-03-18 11:17:59 +01:00
Chocobozzz
978c9d497b
Add playlist channel validator when playlist is public
2019-03-18 11:17:59 +01:00
Chocobozzz
bce47964f6
Add video channel view
2019-03-18 11:17:59 +01:00
Chocobozzz
d0e1e32589
Remove jest tests
...
I don't have time to maintain them
2019-03-18 11:17:59 +01:00
Chocobozzz
e2f01c47e0
Playlist support in watch page
2019-03-18 11:17:59 +01:00
Chocobozzz
15e9d5ca39
Playlist reorder support
2019-03-18 11:17:59 +01:00
Chocobozzz
c5a1ae500e
Playlist videos component
2019-03-18 11:17:59 +01:00
Chocobozzz
f0a3988066
Add to playlist dropdown
2019-03-18 11:17:59 +01:00
Chocobozzz
830b4faff1
Add/update/delete/list my playlists
2019-03-18 11:17:59 +01:00
Chocobozzz
9c6ca37fc1
Rename streaming playlists routes/directories
2019-03-18 11:17:59 +01:00
Chocobozzz
c8000975d3
Add NSFW info in about page
2019-02-21 15:51:28 +01:00
Chocobozzz
c0e04e4641
Move user registration info in features table
2019-02-21 15:00:26 +01:00
Chocobozzz
a975517c68
Don't close help popover when clicking inside
2019-02-21 14:08:21 +01:00
Chocobozzz
84c7cde6e8
Update E2E tests
2019-02-21 14:04:44 +01:00
Chocobozzz
1e17071bac
Video abuse notification is not only for local videos
2019-02-20 15:54:58 +01:00
Chocobozzz
ef80c66cea
Refactor ellipsis CSS
2019-02-20 15:52:03 +01:00
Chocobozzz
6d28a5056e
Correctly fix video import notification
...
If the imported video is deleted
2019-02-20 15:46:33 +01:00
Chocobozzz
f8802489bb
Add isNSFW instance configuration key
2019-02-20 15:36:43 +01:00
Chocobozzz
1aabcae7e3
Add hover effect on video miniature
2019-02-20 14:56:18 +01:00
Chocobozzz
e5fc7811ae
Increase thumbnails size
2019-02-20 13:59:31 +01:00
Chocobozzz
bbe697cac4
Increase player default size to 66vh
2019-02-20 11:42:30 +01:00
Chocobozzz
b28e4e5e08
Add user notification animation
2019-02-20 10:16:04 +01:00
Chocobozzz
41d713446c
Lazy import some modules
2019-02-15 15:52:18 +01:00
Chocobozzz
b7a7e801ac
Fix too long name in menu
2019-02-15 09:43:37 +01:00
Chocobozzz
72be63e56f
Fix moderators that cannot access the muted servers table
2019-02-15 09:43:36 +01:00
Chocobozzz
344d8be566
Don't crash on error in notification popup
2019-02-15 09:43:36 +01:00
Chocobozzz
d4804eead7
Fix too long name in menu
2019-02-14 11:32:18 +01:00
Chocobozzz
bf12db2497
Fix moderators that cannot access the muted servers table
2019-02-14 10:22:10 +01:00
Chocobozzz
9b69bfc076
Don't crash on error in notification popup
2019-02-14 10:07:25 +01:00
Andrés Maldonado
31d065cc50
Add search by original publication date
2019-02-12 11:14:37 +01:00
zacharystenger
ec24796ea8
Fix negative seconds by displaying 0 instead ( #1445 ) ( #1625 )
...
* Fix from-now.pipe.ts so it never displays negative seconds
* Apply the fix only when returning seconds. Remove redundant Math.floor operation
2019-02-12 09:16:15 +01:00
Chocobozzz
6913f69134
Move original publication date in advanced settings
2019-02-11 14:33:47 +01:00
Chocobozzz
b718fd2237
Merge branch 'develop' into pr/1285
2019-02-11 14:09:23 +01:00
Chocobozzz
501e961199
Move enabled download/comments in advanced tab
2019-02-11 12:00:19 +01:00
Chocobozzz
88108880bb
Merge branch 'develop' into pr/1217
2019-02-11 11:52:34 +01:00
Chocobozzz
b426edd485
Cleanup reset user password by admin
...
And add some tests
2019-02-11 10:37:27 +01:00
Rigel Kent
67b1d3fed7
cleanup and remove paramSubs
2019-02-11 09:26:40 +01:00
Rigel Kent
2c2baef6f3
move user-password to Input decorator
2019-02-11 09:26:39 +01:00
Rigel Kent
a3342ce250
remove isAdministration
2019-02-11 09:26:38 +01:00
Rigel Kent
328c78bc4a
allow administration to change/reset a user's password
2019-02-11 09:26:29 +01:00
Chocobozzz
c7ca4c8be7
Fix client with google bot
2019-02-11 09:13:02 +01:00
Chocobozzz
597a9266d4
Add player mode in watch/embed urls
2019-02-11 09:13:02 +01:00
Chocobozzz
6ec0b75beb
Fallback HLS to webtorrent
2019-02-11 09:13:02 +01:00
Chocobozzz
0920929696
Add hls support on server
2019-02-11 09:13:02 +01:00
Chocobozzz
2adfc7ea9a
Refractor videojs player
...
Add fake p2p-media-loader plugin
2019-02-11 09:13:02 +01:00
Josh Morel
2c0070c8f3
fix undefined change ownership icons
2019-01-28 13:48:42 +01:00
Chocobozzz
4afcdcfad8
Fix menu overflow on mobile screens
2019-01-28 09:56:14 +01:00
Chocobozzz
307902e2b3
Try to fix Mac video upload
2019-01-24 15:23:06 +01:00
Chocobozzz
572b8e02e2
Fix trending days display on first load
2019-01-21 17:11:21 +01:00
Chocobozzz
0f80cb03c6
Add link to the profile who commented in notif
2019-01-21 14:08:25 +01:00
Chocobozzz
fdebd9a3bd
Fix notification popover width
2019-01-21 14:03:04 +01:00
Chocobozzz
38967f7b73
Add server host in notification account field
2019-01-21 13:52:46 +01:00
Chocobozzz
aa87909287
Fix calendar in dark mode
2019-01-17 11:51:08 +01:00
Chocobozzz
f2fab901df
Fix invisible things in dark mode
2019-01-17 11:34:29 +01:00
Chocobozzz
17bb716bc4
Fix some styles
...
Video edit tags, dropdown actions font ...
2019-01-17 11:16:08 +01:00
Chocobozzz
457bb213b2
Refactor how we use icons
...
Inject them in an angular component so we can easily change their color
2019-01-17 10:38:18 +01:00
Chocobozzz
3195cd1c11
Fix notification z-index on modals
2019-01-15 09:25:26 +01:00
Chocobozzz
1506307f2f
Increase abuse length to 3000
...
And correctly handle new lines
2019-01-14 16:48:38 +01:00
Chocobozzz
9a39392a7e
Fix notification socket
...
Should be in core module to share the same subject to all the app
2019-01-14 15:32:09 +01:00
Chocobozzz
f57ad0d22c
Fix scroll in notifications page
2019-01-14 15:12:20 +01:00
Chocobozzz
674a66bbda
Add unload listener on video upload/update
2019-01-14 15:01:08 +01:00
Chocobozzz
b5487ff4a5
Add error message when trying to upload .ass subtitles
2019-01-14 11:52:15 +01:00
Chocobozzz
b4593cd7ff
Warn user when they want to delete a channel
...
Because they will not be able to create another channel with the same
actor name
2019-01-14 10:24:49 +01:00
Chocobozzz
7b95f31385
Help translators to translate trending title/tooltip
2019-01-14 09:11:28 +01:00
Chocobozzz
033bc0efc2
Fix NSFW blur on search
2019-01-14 09:07:08 +01:00
Chocobozzz
f242c2e01e
Improve "no notifications" message
2019-01-14 09:06:58 +01:00
Aurélien Béranger
9b4b15f91c
WIP : Indicate to users how "trending" works ( #1458 )
...
* Get the INTERVAL_DAYS const in the video-trending component
* Change Trending section title
* Add a tooltip to explain how trending section works
* Minor CSS fix for the my-feed popover next to the titlepage
2019-01-14 09:06:48 +01:00
clementbrizard
adb115f552
Enable video watch
2019-01-12 19:03:08 +00:00
clementbrizard
1e74f19a21
Enable video upload and edit
2019-01-12 13:45:23 +00:00
clementbrizard
c80341655f
Change models
2019-01-12 13:41:45 +00:00
Chocobozzz
5abb9fbbd1
Add ability to unfederate a local video (on blacklist)
2019-01-10 15:39:51 +01:00
Chocobozzz
26a008fe8d
Update translations
2019-01-10 11:51:25 +01:00
Chocobozzz
d3e56c0c4b
Implement contact form in the client
2019-01-10 11:32:38 +01:00
Chocobozzz
3866f1a02f
Add contact form checkbox in admin form
2019-01-10 11:32:38 +01:00
Chocobozzz
43483d1296
Correctly scroll to video comment
2019-01-09 11:15:15 +01:00
Chocobozzz
07a982363f
Correctly scroll in notification preferences
2019-01-09 11:15:15 +01:00
Chocobozzz
2f1548fda3
Add notifications in the client
2019-01-09 11:15:15 +01:00
Chocobozzz
6e7e63b83f
Fix notification icon position
2019-01-09 11:15:15 +01:00
Chocobozzz
4707f410ae
Fix notification with large message
2018-12-20 11:18:29 +01:00
Chocobozzz
f8b2c1b4f5
Refractor notification service
...
Shorter name and use primeng component
2018-12-19 17:26:52 +01:00
Chocobozzz
e0e665f0ef
Don't call watching endpoint if history is disabled
2018-12-19 13:45:43 +01:00
Chocobozzz
276d965295
Add ability to disable and clear history
2018-12-18 11:35:51 +01:00
Chocobozzz
80bfd33c0b
Add history page on client
2018-12-18 11:35:51 +01:00
Acid Chicken (硫酸鶏)
583cd0d212
Add WebFinger support ( #1498 )
...
* Add WebFinger support
* Fix TS7006
* Follow lint
* Fix TS7006
2018-12-18 10:42:39 +01:00
Chocobozzz
1b04f19c48
Add ability to set subtitle in URL in watch page
2018-12-17 14:22:59 +01:00
Chocobozzz
259dd796e6
Fix adding captions to a video
2018-12-17 14:15:29 +01:00
Chocobozzz
16c07398f2
Fix followers search
2018-12-13 15:00:42 +01:00
Chocobozzz
dae5ca24b1
Redirect to the last url on login
2018-12-11 15:27:46 +01:00
Chocobozzz
14e2014acc
Support additional video extensions
2018-12-11 15:11:09 +01:00
Chocobozzz
4523bf1132
dots are allowed in actor names
2018-12-10 10:26:00 +01:00
Josh Morel
851c5cddc1
rename ask-email link to ask-send-email
2018-12-08 14:46:34 +01:00
Micah Elizabeth Scott
4b49385892
Remove hard-coded 8GB upload limit in client ( #1293 )
...
* Remove hard-coded 8GB upload limit in client
Ideally we'd know what the specific server's configured upload limit
is before starting, but this 8GB limit is not useful if an administrator
has changed the nginx post limit on the server.
* Better docs for admins about client_max_body_size
Seems like some admins already tweak this value up or down to allow
for different maximum video upload sizes. The current codebase has no
other server-side limits that I'm aware of, and I've been routinely
uploading quite large videos to my instance.
This patch replaces the somewhat incorrect (or outdated?) 'hard limit'
comment with some advice about allocating enough space for nginx and
communicating the limit with your users.
Of course it would be better if this configuration could be unified with
PeerTube's config somehow. I'm not sure whether the best option there is
to turn off nginx's buffering here and let PeerTube handle the entire upload
(can we do this only for the video upload API endpoint?) or whether we want
PeerTube to generate nginx configs in a more automated way layer. In any case,
this patch is intended as an incremental improvement.
2018-12-07 14:58:17 +01:00
Chocobozzz
6ebfaf6764
Remove dashes from actor names
2018-12-07 14:56:56 +01:00
BRAINS YUM
d0ce42c1c1
username/display_name/video_channel_name min length 1 and max length 50 ( #1265 )
...
* make username, display_name and video_channel_name min length 1 and max length 50; (fixes #1263 );
! still some bug on the frontend complains but if you remove the disabled property it creates the account just fine;
allow for usernames to start with a number;
fix test, since username can be 1 char now make test check empty;
fix test, Should fail with a too long username;
fix test, Should fail with a too small username;
fix regular expression for username and videoChannel;
change username, videoChannel to be lowercase and fix message;
* change 1 characters to 1 character
2018-12-07 14:54:33 +01:00
Chocobozzz
3b3b18203f
Add error when email system is not configured and using the forgot
...
password system
2018-12-05 15:10:45 +01:00
Chocobozzz
56af5222c1
Put features table in about page
2018-12-05 14:53:13 +01:00
Chocobozzz
4e74e8032b
Remove inferred type
2018-12-05 14:36:05 +01:00
Chocobozzz
ddb83e49ec
My account menu -> open entries on hover
2018-12-05 14:21:31 +01:00
Chocobozzz
a1b2f87613
Add information in report modal
2018-12-05 11:05:54 +01:00
Chocobozzz
9c53ef67e3
Add button to help to translate peertube
2018-12-05 10:53:14 +01:00
Chocobozzz
06471769fc
Upgrade client dependencies
2018-12-04 10:29:28 +01:00
Chocobozzz
a99e2d9448
Reload user table when setting an email to verified
2018-11-21 17:11:56 +01:00
Chocobozzz
f97c91f7ec
Add separators in user moderation dropdown
2018-11-21 17:05:31 +01:00
Josh Morel
fc2ec87a8c
enable email verification by admin ( #1348 )
...
* enable email verification by admin
* rename/label to set email as verified
to be more explicit that admin is not sending
another email to confirm
* add update user emailVerified check-params test
* make user.model emailVerified property required
2018-11-21 08:48:29 +01:00
Chocobozzz
f107470e50
Fix search title
2018-11-20 10:44:48 +01:00
Chocobozzz
361805c48b
Fix checkbox margins
2018-11-19 14:34:36 +01:00
Chocobozzz
a8a6322778
Optimize image resizing
2018-11-19 14:34:36 +01:00
Chocobozzz
43e9d2af7d
Auto login user on signup
2018-11-16 17:06:19 +01:00
Chocobozzz
d8c9996ce2
Improve message visibility on signup
2018-11-16 17:02:21 +01:00
Chocobozzz
8d4273463f
Check follow constraints when getting a video
2018-11-16 15:49:16 +01:00
Chocobozzz
7373507fa8
Improve video upload error handling
2018-11-16 10:05:25 +01:00
Chocobozzz
8cf9987334
Fix video channel videos url when scrolling
2018-11-15 17:13:27 +01:00
Chocobozzz
650e3d5ce3
Fix miniature with a long name
2018-11-15 16:38:36 +01:00
Chocobozzz
e6d5a4f1ea
Add background effect to active menu page
2018-11-15 16:38:36 +01:00
Chocobozzz
f7454ca60a
Upgrade server dep
2018-11-15 10:54:37 +01:00
Chocobozzz
2fbe7f1933
Fix new Angular 7 issues
2018-11-15 09:25:32 +01:00
Chocobozzz
5c6d985fae
Check activities host
2018-11-14 16:32:27 +01:00
BO41
951ef8294e
add noImplicitThis flag ( #1324 )
2018-10-24 21:50:18 +02:00
BRAINS YUM
d23e6a1c97
Feature/description support fields length 1000 ( #1267 )
...
* fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259 )
remove constant fields imports from migrations
* add migrations to update description and support fields to 1000 (fixes #1258 )
* fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258 );
fix test Should fail with a too long description;
fix test Should fail with a long description;
fix test Should fail with a long description;
Remove USER.SUPPORT from constants since that field no longer exists;
null not false, in migrations/0280-description-support.ts;
video support field 1000, oops;
* rename migration 0280-description-support.ts -> 0285-description-support.ts;
update video support maxlength text
2018-10-19 08:54:01 +02:00
Rigel Kent
b8670e5336
adding minimum signup age conforming to ceiling GPDR age
...
It is not yet configurable and should be made so as GDPR (or other
regulations for that matter) can specify other minimum age requirements.
2018-10-18 17:15:12 +02:00
Chocobozzz
f65bcbb50f
PeerTube is not in beta anymore
2018-10-18 16:54:25 +02:00
mike stedman
198d764ff0
Make abuse-delete confirmation box clearer
2018-10-18 14:59:22 +02:00
Mike
5aa4a3dd05
Change "delete" to "delete this report"
...
Closes #1295 .
2018-10-18 14:59:22 +02:00
Chocobozzz
e9683f850d
Fix lint
2018-10-18 14:58:11 +02:00
Chocobozzz
c199c427d4
Better typings
2018-10-18 14:35:31 +02:00
BO41
244b4ae397
NoImplicitAny flag true ( #1157 )
...
this enables the `noImplicitAny` flag in the Typescript compiler
> When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time.
closes : #1131
replaces #1137
2018-10-18 09:08:59 +02:00
Chocobozzz
bb5d90e62f
Merge branch 'feature/webtorrent-disabling' into develop
2018-10-17 10:48:56 +02:00
Chocobozzz
a73115f31a
Fix webtorrent disabling
2018-10-17 10:47:15 +02:00
Chocobozzz
92ea70a782
Fix code typos
2018-10-16 16:41:36 +02:00
Chocobozzz
65b21c961c
Add ability to mute a user/instance by server in client
2018-10-16 16:41:36 +02:00
Chocobozzz
af5767ffae
Add user/instance block by users in the client
2018-10-16 16:41:36 +02:00
BO41
dffd5d127f
update tslint config and fix member ordering ( #1279 )
2018-10-16 01:04:50 +02:00
Rigel Kent
6ca76832fd
improve description of the HTTP video import feature
2018-10-15 18:53:06 +02:00
Rigel Kent
ed638e5325
move to boolean switch
2018-10-13 11:53:48 +02:00
Rigel Kent
64cc5e8575
add webtorrent opt-out settings
...
- add a key in localstorage to remember the opt-out
- add a user setting
2018-10-13 11:53:42 +02:00
Chocobozzz
cc1903ad2a
Fix angular build
2018-10-10 15:09:16 +02:00
Chocobozzz
017c3dcadf
Add ability to list all local videos on client
2018-10-10 14:35:55 +02:00
Chocobozzz
b014b6b9c7
Add ability to search on followers/following
2018-10-10 09:43:53 +02:00
Lucas Declercq
9ccff23877
Add explicit error message that changing video ownership only works with local accounts ( #1214 )
...
* Add explicit error message that changing video ownership only works with local accounts
* Remove superfluous logger
* Remove unneeded end() to error responses
* Add a message on client side to prevent transfering ownership to a remote account
2018-10-10 08:57:00 +02:00
Lucas Declercq
8ea1597fdb
Fix too big line length
2018-10-08 16:33:02 +02:00
Chocobozzz
2cae5f1307
Add checkbox to check every rows
2018-10-08 16:15:10 +02:00
Chocobozzz
24b9417cec
Add users search filter
2018-10-08 15:55:32 +02:00
Chocobozzz
791645e620
Add bulk actions in users table
2018-10-08 15:55:32 +02:00
Lucas Declercq
7f2cfe3a79
Rename downloadingEnabled property to downloadEnabled
2018-10-08 14:45:22 +02:00
Lucas Declercq
4ffdcfc63b
Fix some defaults values + indentation
2018-10-08 14:42:55 +02:00
Micah Elizabeth Scott
211239ed94
remove confirm modal for asset injection in edit-custom-config ( #1219 )
2018-10-07 22:07:14 +02:00
Lucas Declercq
e0d827e29a
Only show download button if downloadingEnabled is set to true
2018-10-06 19:18:00 +02:00
Lucas Declercq
156c50af30
Add downloadingEnabled property to video model
2018-10-06 19:17:39 +02:00
Chocobozzz
35d50b7dd2
Fix videos list when page is empty
2018-10-05 17:07:13 +02:00
Chocobozzz
79bd2632d6
Add user moderation in the account page
2018-10-05 17:02:10 +02:00
Chocobozzz
e724fa93c7
Move user moderation tool in a separate component
2018-10-05 17:02:09 +02:00
Chocobozzz
6e46de095d
Add user history and resume videos
2018-10-05 11:22:38 +02:00
BO41
a585824160
add resize listener ( #1182 )
...
* add resize listener
* respect user decision
* change listener to rxjs
* review changes
2018-10-05 11:22:24 +02:00
Chocobozzz
4232d092bb
Remove unused variable
2018-10-05 11:20:08 +02:00
Rigel Kent
6fbae8788f
fix account URI in remote comment modal (partial rollback)
2018-10-05 10:48:21 +02:00
Rigel Kent
040a506bcf
fix account URI in remote comment modal (cleanup)
2018-10-05 10:20:26 +02:00
Rigel Kent
6d5973fa0e
fix account URI in remote comment modal
2018-10-04 14:13:17 +02:00
Chocobozzz
e33f888b86
Fix hotkey translations
2018-10-03 10:11:26 +02:00
Chocobozzz
60709df536
Fix Delete title button
2018-10-03 10:02:55 +02:00
Chocobozzz
53877968a6
Add comments feeds popover in watch page
2018-10-02 11:19:12 +02:00
Chocobozzz
4787966900
Don't throw an error on empty search
2018-10-01 17:39:09 +02:00
Rigel Kent
c5d04b4f35
add allow advancedSearch with empty search
...
a.k.a. filters on all videos
also added a badge showing the rough number of active filters
2018-10-01 17:23:06 +02:00
Chocobozzz
601527d795
Check video channel name is unique on our instance
2018-10-01 15:20:14 +02:00
Rigel Kent
abb2c7927c
show last commit hash alongside server version in footer
2018-10-01 14:31:01 +02:00
Chocobozzz
59c9c5d9bb
Fix error when clicking on the disabled publish button
2018-10-01 09:04:43 +02:00
Chocobozzz
75f1d36218
Fix my account subtitles
2018-10-01 09:02:27 +02:00
Chocobozzz
ed4c3c0910
Update captions in sequence to avoid concurrence issues
2018-10-01 08:54:58 +02:00
Rigel Kent
f5d9558f66
various display improvements
2018-09-29 13:42:17 +02:00
Rigel Kent
8c2b9756f9
fix message space on video upload cancel
2018-09-29 02:42:45 +02:00
Chocobozzz
8eaa6d62c6
Fix advanced options in upload form
2018-09-28 16:17:10 +02:00
Chocobozzz
e182430ac7
Update translations
2018-09-28 16:07:27 +02:00
Chocobozzz
baf0a8c98e
Fix some i18n tags
2018-09-28 15:13:01 +02:00
Chocobozzz
01fe5bd721
Fix no other videos displayed on some videos
2018-09-28 14:51:30 +02:00
Chocobozzz
19f2205516
Display other videos on xl screens on the right
2018-09-28 14:37:04 +02:00
Rigel Kent
8be9f43aed
correct local subscribe in the subscription menu
2018-09-28 13:42:33 +02:00
Chocobozzz
a890d1e0d3
Check current password on server side
2018-09-26 16:28:27 +02:00
BO41
be1206bb93
fix lint errors
2018-09-26 16:28:26 +02:00
BO41
3805ce3f43
check old password before change
2018-09-26 16:28:25 +02:00
Chocobozzz
cc68049424
Fix video import of some youtube videos
2018-09-26 15:55:45 +02:00
Chocobozzz
9ffdd52a95
Improve overview section titles
2018-09-26 15:03:04 +02:00
Chocobozzz
28da43cf66
Regenerate translations
2018-09-26 14:55:20 +02:00
Chocobozzz
3827c3b348
Fix quota translations
2018-09-26 14:50:39 +02:00
Rigel Kent
4a216666e7
add shortcuts icon in menu
2018-09-26 14:23:19 +02:00
Chocobozzz
39ba2e8e3a
Add RSS feed to subscribe button
2018-09-26 09:39:41 +02:00
Rigel Kent
7bdd917a6a
fix link to the list of open instances due to joinpeertube.org update
2018-09-25 21:43:14 +02:00
Rigel Kent
660d11e91e
refactor subscribe button and comment-add for visitor-interact UX ( #1100 )
...
* refactor subscribe button for visitor-subscribe UX
* refactor comment-add for visitor-interact UX
2018-09-25 15:42:58 +02:00
Chocobozzz
a7f9fae9ab
Improve download modal input style
2018-09-24 17:48:34 +02:00
Chocobozzz
d1a63fc7ac
Fix videos list user NSFW policy
2018-09-24 13:38:38 +02:00
Chocobozzz
0b4e5fe327
Merge branch 'develop' into unused-imports
2018-09-24 10:40:27 +02:00
Rigel Kent
0144862299
revert f845c683
partial: "fix SEO tags and attributes"
2018-09-24 09:50:38 +02:00
Rigel Kent
9ca1e3a02c
fix link to the list of open instances
2018-09-24 00:55:12 +02:00
Rigel Kent
bb5d74289b
add url field to download modal
2018-09-23 19:43:41 +02:00
Rigel Kent
bc144e16ce
append my-help popover to body instead of parent object
2018-09-23 18:33:53 +02:00
BO41
ec769c89fd
add redirect after login ( #1110 )
2018-09-23 16:37:48 +02:00
BO41
23db998f07
remove unused imports
2018-09-22 20:11:16 +02:00
Rigel Kent
9fe4406794
autofocus first field on login
2018-09-22 14:14:32 +02:00
Rigel Kent
cc3d1dce1f
i18n in video-edit
2018-09-21 16:48:42 +02:00
Chocobozzz
ae04a0ce12
Upgrade client dependencies
2018-09-21 09:26:52 +02:00
Rigel Kent
1fd3ef3fb4
fix nav tab and tag color in dark theme
2018-09-20 20:57:18 +02:00
Rigel Kent
f845c68305
fix SEO tags and attributes
2018-09-20 16:48:21 +02:00
Chocobozzz
a893681058
Add a message if the user don't have any subscriptions
2018-09-20 16:24:59 +02:00
Chocobozzz
0491173a61
Merge branch 'develop' into cli-wrapper
2018-09-20 16:24:31 +02:00
Chocobozzz
93ea9c47d9
Improve responsive on small screens
2018-09-20 14:59:19 +02:00
Chocobozzz
89724816ae
Improve videos list client performance
2018-09-20 14:21:57 +02:00
Chocobozzz
d466dece0a
Improve message when removing a user
2018-09-20 11:55:00 +02:00
Chocobozzz
ad76628b17
Fix admin access to moderators
2018-09-19 09:54:38 +02:00
Chocobozzz
e972e046db
Don't get recommended videos twice
2018-09-19 09:54:36 +02:00
Chocobozzz
d5931e6233
Fix client build
2018-09-18 08:21:04 +02:00
Chocobozzz
a8ecc6f670
Try to improve infinite pagination
2018-09-17 17:45:55 +02:00
Rigel Kent
8c72543a4a
adding missing i18n for schedule option
2018-09-17 16:44:41 +02:00
Chocobozzz
e452d2e2b8
Fix description/comments max width
2018-09-17 15:28:32 +02:00
Chocobozzz
860cfb31e3
Fix "no results" on overview page
2018-09-17 10:28:38 +02:00
Chocobozzz
cfc16a6db8
Fix tag search on overview page
2018-09-14 14:36:12 +02:00
Rigel Kent
1d9d9cfdcf
add css custom properties for the left menu
2018-09-13 14:33:17 +02:00
Chocobozzz
c48e82b5e0
Basic video redundancy implementation
2018-09-13 14:05:49 +02:00
Chocobozzz
9431cabf8a
Fix video views increment
2018-09-13 10:13:25 +02:00
Chocobozzz
4035d2b6e9
Fix video channel deletion
2018-09-13 09:31:04 +02:00
Chocobozzz
bcb0c8958f
Fix client build
2018-09-12 09:52:08 +02:00
Rigel Kent
c13e2bf340
update hotkeys to include user-specific routes
...
also fix left-menu width
2018-09-11 22:02:58 +02:00
Rigel Kent
7aba23d13f
wrap the hotkeys component to allow templating 🎨
2018-09-11 21:33:22 +02:00
Rigel Kent
a157b3a322
specify shift in keyboard shortcuts cheatsheet
2018-09-11 14:18:59 +02:00
Rigel Kent
e3f7f600e8
remember theme in localStorage
2018-09-11 11:41:18 +02:00
Rigel Kent
e78980ebd1
use focus-visible polyfill to improve keyboard navigation
...
Only the homepage is concerned, but it should have decent keyboard
navigation support now.
2018-09-11 10:58:48 +02:00
Rigel Kent
ed19bb9a32
use css class for loading bar color
2018-09-07 22:46:11 +02:00
Chocobozzz
d972dc7f66
Update translations
2018-09-07 17:40:45 +02:00
Rigel Kent
35c2930776
move theme toggle icon to the right
2018-09-06 13:47:48 +02:00
Chocobozzz
21131ac172
Fix video channel url in watch page
2018-09-06 13:42:00 +02:00
Rigel Kent
1a00c5619f
refactor theme toggle into a service
2018-09-06 12:00:53 +02:00
Chocobozzz
1c66c35c55
Align other videos block on small screens
2018-09-06 09:00:59 +02:00
Chocobozzz
d7639f66af
Unsubscribe from the router
2018-09-06 09:00:58 +02:00
Chocobozzz
432e7ddcc8
Fix video player theatre mode
2018-09-06 09:00:58 +02:00
Rigel Kent
66467298e6
fix comment and top-menu placement regressions
2018-09-05 20:00:47 +02:00
Chocobozzz
1d6587aa42
Dislike bar in the same color as the button
2018-09-05 15:40:45 +02:00
Chocobozzz
dcbc29d5c8
Put "start at" at the top of the modal
2018-09-05 15:32:15 +02:00
Chocobozzz
b0ee41df7d
Clean up change password validation
2018-09-05 15:00:25 +02:00
Chocobozzz
4c8e4e04d1
Use dropdown in my account -> "my library"
2018-09-05 14:42:59 +02:00
Chocobozzz
c182527a6c
Fix channels search on mobile
2018-09-05 11:42:13 +02:00
Chocobozzz
d77433a8a6
Fix video add background color
2018-09-05 11:24:43 +02:00
Chocobozzz
8ff3f88347
Fix watch page responsive
2018-09-05 11:20:44 +02:00
Chocobozzz
46ae6f6724
Fix menu on mobile
2018-09-05 10:19:45 +02:00
Rigel Kent
8c985ef5ce
hotkey to toggle dark theme
2018-09-04 23:24:34 +02:00
Rigel Kent
9a0fc8409c
add theming via css custom properties
...
and a bonus dark color theme toggle
2018-09-04 23:24:34 +02:00
Rigel Kent
3b766e181c
fixing grid readjustment with expand and screens < 1150px
2018-09-04 18:35:39 +02:00
Chocobozzz
6aff854c0e
Fix overview page on mobile
2018-09-04 17:31:30 +02:00
Chocobozzz
b1ee8526d3
Fix search results on mobile
2018-09-04 17:31:28 +02:00
Chocobozzz
8cd7faaa33
Better label for video privacies
2018-09-04 17:31:28 +02:00
Jorropo
a94419a604
Making password change erroring more friendly
...
If you leave the form but the 2 password is different a big red
boxappears to warn you (no need to click on the button).The submit
buttonis desactivated if the 2 password isn't the same.
2018-09-04 17:11:48 +02:00
Chocobozzz
f19982a9e4
Add overview videos to homepage options
2018-09-04 15:28:50 +02:00
Jorropo
b0c36821d1
Add video recomandation by tags ( #1001 )
...
* Recommendation by tags (thx bradsk88)
Thx bradsk88 for the help.
* Prefer jest-preset-angular to skip need for babel config
* Fix jest
2018-09-04 11:01:54 +02:00
Chocobozzz
5cf84858d4
Add federation to ownership change
2018-09-04 10:49:53 +02:00
Gaëtan Rizio
74d6346935
Users can change ownership of their video [ #510 ] ( #888 )
...
* [#510 ] Create a new route to get the list of user names
To be able to transfer ownership to a user,
we need to be able to select him from the list of users.
Because the list could be too big, we add a autocomplete feature.
This commit does the following:
* Add a API endpoint to get a list of user names by searching its name
* [#510 ] The user can choose the next owner of the video
To be able to transfer ownership to a user,
we need the owner to be able to select the user.
The server can autocomplete the name of the user to give the ownership.
We add a dialog for the user to actually select it.
This commit does the following:
* Create a modal for the owner to select the next one
* Opens this modal with a button into the menu *more*
* Make the dependency injection
* [#510 ] When the user choose the next owner, create a request in database
For the change of ownership to happen, we need to store the temporary requests.
When the user make the request, save it to database.
This commit does the following:
* Create the model to persist change ownership requests
* Add an API to manage ownership operations
* Add a route to persist an ownership request
* [#510 ] A user can fetch its ownership requests sent to him
To be able to accept or refuse a change of ownership,
the user must be able to fetch them.
This commit does the following:
* Add an API to list ownership for a user
* Add the query to database model
* [#510 ] A user can validate an ownership requests sent to him - server
The user can accept or refuse any ownership request that was sent to him.
This commit focus only on the server part.
This commit does the following:
* Add an API for the user to accept or refuse a video ownership
* Add validators to ensure security access
* Add a query to load a specific video change ownership request
* [#510 ] A user can validate an ownership requests sent to him - web
The user can accept or refuse any ownership request that was sent to him.
This commit focus only on the web part.
This commit does the following:
* Add a page to list user ownership changes
* Add actions to accept or refuse them
* When accepting, show a modal requiring the channel to send the video
* Correct lint - to squash
* [#510 ] PR reviews - to squash
This commit does the following:
* Search parameter for user autocompletion is required from middleware directly
* [#510 ] PR reviews - to squash with creation in database commit
This commit does the following:
* Add the status attribute in model
* Set this attribute on instance creation
* Use AccountModel method `loadLocalByName`
* [#510 ] PR reviews - to squash with fetch ownership
This commit does the following:
* Add the scope `FULL` for database queries with includes
* Add classic pagination middlewares
* [#510 ] PR reviews - to squash with ownership validation - server
This commit does the following:
* Add a middleware to validate whether a user can validate an ownership
* Change the ownership status instead of deleting the row
* [#510 ] PR reviews - to squash with ownership validation - client
This commit does the following:
* Correct indentation of html files with two-spaces indentation
* Use event emitter instead of function for accept event
* Update the sort of ownership change table for a decreasing order by creation date
* Add the status in ownership change table
* Use classic method syntax
* code style - to squash
* Add new user right - to squash
* Move the change to my-account instead of video-watch - to squash
As requested in pull-request, move the action to change ownership into my videos page.
The rest of the logic was not really changed.
This commit does the following:
- Move the modal into my video page
- Create the generic component `button` to keep some styles and logic
* [#510 ] Add tests for the new feature
To avoid regression, we add tests for all api of ownership change.
This commit does the following:
- Create an end-to-end test for ownership change
- Divide it to one test per request
* [#510 ] Do not send twice the same request to avoid spam
We can send several time the same request to change ownership.
However, it will spam the user.
To avoid this, we do not save a request already existing in database.
This commit does the following:
- Check whether the request exist in database
- Add tests to verify this new condition
* [#510 ] Change icons
Change icons so they remains logic with the rest of the application.
This commit does the following:
- Add svg for missing icons
- Add icons in `my-button` component
- Use these new icons
* [#510 ] Add control about the user quota
The user should be able to accept a new video only if his quota allows it.
This commit does the following:
- Update the middleware to control the quota
- Add tests verifying the control
* Correct merge
- Use new modal system
- Move button to new directory `buttons`
* PR reviews - to squash
2018-09-04 08:57:13 +02:00
Rigel Kent
2303a803aa
fix likes bar, grid adjustment and menu width
2018-09-03 15:10:55 +02:00
Chocobozzz
348106f20c
Don't get quota twice
2018-09-03 09:30:13 +02:00
Rigel Kent
769ac6c11f
add title ellipsis over two lines to miniatures
2018-09-03 08:49:29 +02:00
Rigel Kent
8542dc33e3
add a hotkey for menu toggling and a secondary hotkey to search
2018-09-03 08:49:29 +02:00
Rigel Kent
61318dd63f
add daily quota to the features table information
2018-09-03 08:49:29 +02:00
Rigel Kent
20d2119904
add like, dislike and subscribe button hotkeys
2018-09-03 08:49:29 +02:00
Rigel Kent
9a2f7ea799
fix other video margin-top
2018-09-03 08:49:29 +02:00
Rigel Kent
a54991da42
make left menu show the scrollbar on hover/focus
...
add hotkey to the overview page
2018-09-03 08:49:29 +02:00
Rigel Kent
c28beaea83
restore video-bottom margins
2018-09-03 08:49:29 +02:00
Chocobozzz
4b54f1360e
Fix videos overview tags section
2018-08-31 17:43:39 +02:00
Chocobozzz
9a629c6efb
Trending by interval
2018-08-31 17:22:01 +02:00
Brad Johnson
7f5f4152a4
Refactor: Separated "Other Videos" section into a dedicated component/service ( #969 )
...
* Separated "Other Videos" section into a dedicated component/service
I'm currently working on some proof-of-concepts for recommendation
providers that could work with PeerTube to provide useful video
suggestions to the user.
As a first step, I want to have great clarity about how PeerTube,
itself, will surface these videos to the user.
With this branch, I'm refactoring the "recommendations" to make it
easier to swap out different recommender implementations quickly.
Stop recommender from including the video that's being watched.
Ensure always 5 recommendations
* Treat recommendations as a stream of values, rather than a single async value.
* Prioritize readability over HTTP response size early-optimization.
* Simplify pipe
2018-08-31 17:19:21 +02:00
Chocobozzz
1a47109144
Add channel avatar to overviews
2018-08-31 14:32:37 +02:00
Chocobozzz
73dc4da09e
Delete highlighted comment too if needed
2018-08-31 13:46:56 +02:00
Chocobozzz
d6ca951b3c
Fix user create daily quota component
2018-08-31 10:05:54 +02:00
Chocobozzz
2d3741d6d9
Videos overview page: first version
2018-08-31 09:19:58 +02:00
Josh Morel
d9eaee3939
add user account email verificiation ( #977 )
...
* add user account email verificiation
includes server and client code to:
* enable verificationRequired via custom config
* send verification email with registration
* ask for verification email
* verify via email
* prevent login if not verified and required
* conditional client links to ask for new verification email
* allow login for verified=null
these are users created when verification not required
should still be able to login when verification is enabled
* refactor email verifcation pr
* change naming from verified to emailVerified
* change naming from askVerifyEmail to askSendVerifyEmail
* undo unrelated automatic prettier formatting on api/config
* use redirectService for home
* remove redundant success notification on email verified
* revert test.yaml smpt host
2018-08-31 09:18:19 +02:00
Rigel Kent
2d9fea161f
watch view visual tweaks and search/comment placeholder dismiss on focus ( #983 )
...
- make the placeholder disappear on focus in the search bar
- make the placeholder disappear on focus in the comment textarea
- make the texarea resize automagically
- refactor the watch view to use bootstrap 4's flexgrid
- move action buttons of the watch view to the right of the video info
- responsive tweaks and margin adjustments in the watch view
2018-08-30 11:15:22 +02:00
Rigel Kent
07872fdf74
replacing placeholder and feature table display improvement
2018-08-29 13:58:35 +02:00
Chocobozzz
41a676db39
Add features table on signup
2018-08-28 17:39:29 +02:00
Chocobozzz
f0d4e7eb24
Move abuse state column at the end
2018-08-28 16:05:38 +02:00
Chocobozzz
26fabbd6d4
Fix search results
2018-08-28 16:02:02 +02:00
Rigel Kent
ee1fc23a87
keyboard shortcuts and key map view ( #974 )
2018-08-28 09:32:03 +02:00
Felix Ableitner
83b5fe9c55
Display report reason in multiple lines ( #957 )
...
* Display report reason in multiple lines
* more adjustments:
- move report reason into dropdown
- allow line wrap in dropdown (also in video blacklist)
- fix colspan in blacklist dropdown
- merge css rules into moderation.component.scss
* use min-width for labels
2018-08-28 09:06:00 +02:00
Felix Ableitner
bee0abffff
Implement daily upload limit ( #956 )
...
* Implement daily upload limit (ref #652 )
* remove duplicate code
* review fixes
* fix tests?
* whitespace fixes, finish leftover todo
* fix tests
* added some new tests
* use different config value for tests
* remove todo
2018-08-28 09:01:35 +02:00
Chocobozzz
84b6dbcc6e
Underline links in feed popover when hovering
2018-08-27 16:04:06 +02:00
Chocobozzz
11b8762f9c
Add start at checkbox in share modal
2018-08-27 16:04:06 +02:00
Chocobozzz
d77ad72663
Fix deprecated ng-bootstrap methods
2018-08-27 15:09:04 +02:00
Chocobozzz
0bd84f8bde
Add popover autoclose
2018-08-27 11:52:14 +02:00
Chocobozzz
a9155ee6dc
Add portuguese and swedish languages
2018-08-27 11:20:06 +02:00
Chocobozzz
687d638c2b
Fetch outbox when searching an actor
2018-08-27 09:41:54 +02:00
Chocobozzz
f5b0af50c8
Search video channel handle/uri
2018-08-27 09:41:54 +02:00
Chocobozzz
aa55a4da42
Infinite scroll to list our subscriptions
2018-08-27 09:41:54 +02:00
Chocobozzz
f37dc0dd14
Add ability to search video channels
2018-08-27 09:41:54 +02:00
Chocobozzz
f6eebcb336
Add ability to search a video with an URL
2018-08-27 09:41:54 +02:00
Chocobozzz
22a16e36f6
Add local user subscriptions
2018-08-27 09:41:54 +02:00
Chocobozzz
8a19bee1a1
Add ability to set a name to a channel
2018-08-27 09:41:54 +02:00
Chocobozzz
4bda2e47bb
Correctly cache server translations
2018-08-27 09:41:54 +02:00
Chocobozzz
c0ffdd0958
Fix dev locale
2018-08-27 09:41:54 +02:00
potedeo
ef65dcf5ea
[Issue 641] Add shortcut my videos link in menu-wrapper
2018-08-27 09:41:20 +02:00
Jorropo
9e91237655
Fix AutoThread
2018-08-21 14:42:52 +02:00
Josh Morel
970df082c0
correct password reset disabled binding
2018-08-20 10:35:06 +02:00
Chocobozzz
95d5113575
Translate player according to the interface lang
2018-08-16 11:11:20 +02:00
Chocobozzz
3dfa849402
Translate subtitle langs in player
2018-08-16 10:48:35 +02:00
Chocobozzz
8569a870e4
Fix client build
2018-08-14 19:24:56 +02:00
Chocobozzz
a76138ff56
Add quota used in users list
2018-08-14 18:01:23 +02:00
Chocobozzz
614d1ae928
Regroup abuse and blacklisted videos inside "moderation"
2018-08-14 18:01:22 +02:00
Chocobozzz
65b247ddc7
Improve follow component routing
2018-08-14 18:01:22 +02:00
Chocobozzz
e63dbd426e
Update client according to new model paths
2018-08-14 15:47:56 +02:00
Chocobozzz
191764f30b
Improve blacklist management
2018-08-14 09:27:18 +02:00
Chocobozzz
26b7305a23
Add blacklist reason field
2018-08-14 09:27:18 +02:00
Chocobozzz
efc9e8450a
Add ability to delete and update abuse on client
2018-08-14 09:27:17 +02:00
Chocobozzz
b04eabb2b0
Fix videos add tabs style
2018-08-09 19:08:54 +02:00
Chocobozzz
141b177db0
Add ability to ban/unban users
2018-08-09 17:55:05 +02:00
Chocobozzz
63347a0ff9
Migrate to bootstrap 4 and ng-bootstrap
2018-08-09 14:55:06 +02:00
Chocobozzz
b34a444e29
Upgrade to bootstrap 4 first step
2018-08-09 09:22:10 +02:00
Chocobozzz
eacb25c436
Add reason when banning a user
2018-08-08 17:44:22 +02:00
Chocobozzz
e69219184b
Implement user blocking on server side
2018-08-08 15:22:58 +02:00
Chocobozzz
92b9d60c00
Add ability to delete our account
2018-08-08 10:55:27 +02:00
Chocobozzz
541006e355
Correct webtorrent download cleanup
2018-08-08 09:30:31 +02:00
Chocobozzz
a84b8fa5cf
Add import.video.torrent configuration
2018-08-08 09:30:31 +02:00
Chocobozzz
990b6a0b0c
Import torrents with webtorrent
2018-08-08 09:30:31 +02:00
Chocobozzz
ce33919c24
Import magnets with webtorrent
2018-08-08 09:30:31 +02:00
Chocobozzz
788487140c
Move send video components inside a dedicated directory
2018-08-08 09:30:31 +02:00
Chocobozzz
047559af6e
video-import -> video-import-url
2018-08-08 09:30:31 +02:00
Chocobozzz
43620009d5
Refractor video upload/import
2018-08-08 09:30:31 +02:00
Chocobozzz
60979b076d
Fix tests
2018-08-06 11:19:16 +02:00
Chocobozzz
b2977eecb8
Fix fps federation
2018-08-06 11:19:16 +02:00
Chocobozzz
5d08a6a74e
Add import http enabled configuration
2018-08-06 11:19:16 +02:00
Chocobozzz
516df59b3b
Remove ability to delete video imports
...
Users should remove the linked video instead
2018-08-06 11:19:16 +02:00
Chocobozzz
d7f83948a1
Correctly handle video import errors
2018-08-06 11:19:16 +02:00
Chocobozzz
ed31c05985
Add ability to list video imports
2018-08-06 11:19:16 +02:00
Chocobozzz
299474e827
Add ability to remove a video import
2018-08-06 11:19:16 +02:00
Chocobozzz
fbad87b047
Add ability to import video with youtube-dl
2018-08-06 11:19:16 +02:00
Rigel Kent
7160878c4a
adding tests for audio conversions
2018-08-01 10:57:13 +02:00
Jorropo
991feec9a3
ffmpeg auto thread
...
Set thread count to 0 and ffmpeg will chose automaticaly
2018-08-01 10:57:13 +02:00
Chocobozzz
e80687c458
Upgrade client dependencies
2018-07-31 19:47:14 +02:00
Chocobozzz
040467f5c8
Try to handle truncated markdown links
2018-07-31 15:26:48 +02:00
Chocobozzz
c487d3033c
Add aria-labelledby to video thumbnails
2018-07-31 14:25:02 +02:00
Chocobozzz
0933bb4a8a
Fix responsive on videos search
2018-07-31 09:45:57 +02:00
Chocobozzz
b7f5b52475
Move subscription helper in the account line
2018-07-30 11:55:58 +02:00
Chocobozzz
c6c357ac35
Fix attribute label width in video watch page
2018-07-27 12:03:26 +02:00
Chocobozzz
d59cba295b
category parma -> categoryOneOf (videos list)
2018-07-25 17:18:46 +02:00
Chocobozzz
ad77475251
Sort video captions
2018-07-25 15:11:25 +02:00
Chocobozzz
b4a929accf
Add "agree to the terms" checkbox in registration form
2018-07-25 11:01:53 +02:00
Chocobozzz
b2c60abe6e
Disable animation on confirm modal
2018-07-25 10:33:57 +02:00
Chocobozzz
772d5642ba
Improve captions UX (at least I've tried)
2018-07-25 10:28:43 +02:00
Chocobozzz
a8981e0b24
Fix UI regressions
2018-07-24 18:03:39 +02:00
Chocobozzz
2c24b9d3cd
Update translations
2018-07-24 18:03:37 +02:00
Chocobozzz
6d8c70aa2d
Fix pagination on rest table
2018-07-24 15:33:18 +02:00
Chocobozzz
4278710d5b
Add ability to click on category/licence/language/tags in watch page
2018-07-24 14:04:05 +02:00
Chocobozzz
cddf450353
Add ability to sort the search
2018-07-24 14:04:05 +02:00
Chocobozzz
8cd72bd377
Optimize SQL queries
2018-07-24 14:04:05 +02:00
Chocobozzz
6e930af9f8
Responsive advanced search
2018-07-24 14:04:05 +02:00
Chocobozzz
7afea880e5
Handle back/forward page in advanced search
2018-07-24 14:04:05 +02:00
Chocobozzz
0b18f4aa80
Add advanced search in client
2018-07-24 14:04:05 +02:00
Chocobozzz
57c36b277e
Begin advanced search
2018-07-24 14:04:05 +02:00
Chocobozzz
e032aec9b9
Render CSS/title/description tags on server side
2018-07-18 10:00:37 +02:00
Chocobozzz
3b492bff49
Fix regression in theater mode
2018-07-17 17:06:34 +02:00
Chocobozzz
0f7fedc398
Improve frontend accessibility
...
In particular checkboxes, likes/dislikes, share button, video thumbnails
and help buttons
2018-07-17 14:56:15 +02:00
Chocobozzz
a7dbc7dfc7
Reset confirm component
2018-07-17 11:06:04 +02:00
Chocobozzz
6d88de7253
Correctly handle error when remote instance is down
2018-07-16 19:15:20 +02:00
Chocobozzz
308c427551
Use a resolver when updating the video
2018-07-16 18:09:31 +02:00
Chocobozzz
ef4c78da4f
Improve video edit/update/add typings
2018-07-16 17:36:42 +02:00
Chocobozzz
329d908660
Do not display private privacy if the video is not private
2018-07-16 15:24:50 +02:00
Chocobozzz
025c979467
Display username instead of email in menu
2018-07-16 15:20:22 +02:00
Chocobozzz
51d4bcada9
Fix forgot password message regarding email
2018-07-16 15:19:39 +02:00
Chocobozzz
f2bbd1e1b1
Fix responsive in my channel/my videos pages
2018-07-16 15:17:50 +02:00
Chocobozzz
ac862a8c20
Fix other videos info left margin
2018-07-16 15:05:06 +02:00
Chocobozzz
0d16506cce
Disable comment submit button when sending the comment
2018-07-16 15:01:32 +02:00
Chocobozzz
337ba64efc
Parse log script parse the last updated log
2018-07-16 14:38:11 +02:00
Chocobozzz
f4001cf408
Handle .srt subtitles
2018-07-16 14:31:40 +02:00
Chocobozzz
16f7022b06
Handle subtitles in player
2018-07-16 11:50:08 +02:00
Chocobozzz
40e87e9ecc
Implement captions/subtitles
2018-07-16 11:50:08 +02:00
DeeJayBro
4503cb2a89
QR Code ( #802 )
...
Adding QR-Code to the Share modal.
fixes #683
2018-07-12 19:43:42 +02:00
Chocobozzz
b63e428e8b
i18n "More" in menu and regenerate translations
2018-07-11 14:32:21 +02:00
Chocobozzz
18187cb9c4
Update P2P & Privacy paragraph
2018-07-11 14:00:26 +02:00
Chocobozzz
94831479f5
Migrate to bull
2018-07-11 14:00:17 +02:00
Rigel Kent
1062bc0bb0
rewording download option and reorder options
...
".torrent" is a common name for users familiar with BitTorrent, and less impressive than "metainfo" or no information as opposed to the magnet option, less commonly known but rather just clicked on most sites.
2018-07-11 13:59:40 +02:00
Chocobozzz
c7b514157b
Fix account videos URL when scrolling
2018-07-11 10:29:29 +02:00
Chocobozzz
a7c9cbb56f
Change friendly reminder about privacy.
2018-07-10 18:36:07 +02:00
Chocobozzz
78e6df5d9c
Fix language modale z-index
2018-07-09 16:36:09 +02:00
Chocobozzz
e86e53eaf5
Use uuid for channel link in watch page
2018-07-09 16:31:58 +02:00
Chocobozzz
e4f0e92e75
Fix client error logging
2018-07-09 15:56:02 +02:00
Eric Brehault
b5c4bfd6ac
remove scroll to top, and keep menu fixed on small devices
2018-06-30 09:58:07 +02:00
Chocobozzz
6e1bd7056c
Fix typo in privacy text
2018-06-30 09:56:15 +02:00
Chocobozzz
34b1919290
Increase upload limit to 8GB (test)
2018-06-29 17:10:53 +02:00
Chocobozzz
e1807a942f
Fix build
2018-06-29 17:10:52 +02:00
Chocobozzz
84455f2b94
Extract extensions from the button
2018-06-29 17:10:50 +02:00
Chocobozzz
52d9f792b3
Client: Add ability to update video channel avatar
2018-06-29 14:34:04 +02:00
Rigel Kent
fc0941cbec
clarifying what extensions are accepted for upload
2018-06-29 09:44:14 +02:00
Chocobozzz
b889cdb2c6
Avoid 404 title on the first page load
2018-06-28 17:16:22 +02:00
Chocobozzz
d3662c1cb2
Update i18n source
2018-06-28 15:53:12 +02:00
Chocobozzz
8afc19a612
Add ability to choose the language
2018-06-28 15:53:12 +02:00
Simounet
9e01e51099
Fix #576 - show 'Others videos' on a <1300px viewport
2018-06-28 14:29:01 +02:00
Chocobozzz
78f912ed57
Improve P2P & Privacy section
2018-06-27 14:59:09 +02:00
PhieF
61b909b9bf
Filter by category ( #720 )
...
* get videos with specific category (api)
* update api doc with category
* add url parameter to filter by category
* fix lint issues
2018-06-27 14:24:49 +02:00
Rigel Kent
6b684b616e
specify Tor Browser instead of just Tor
2018-06-25 08:59:38 +02:00
Rigel Kent
5511da6289
Fix #639 providing magnet URI in player and download modal
2018-06-24 17:42:05 +02:00
Chocobozzz
0c237b19fd
Fix images size limit
2018-06-22 15:42:55 +02:00
Chocobozzz
ff644b3066
Reset search on page change
2018-06-22 15:11:03 +02:00
Chocobozzz
575712a5c9
Fix HTTP fallback when having videostream issues on firefox
2018-06-20 08:57:52 +02:00
Chocobozzz
9c2e0dbfa9
Update iso639 translations for french and deutch
2018-06-19 14:02:57 +02:00
Chocobozzz
53055a1124
Handle markdown in account/video channel pages
2018-06-18 11:19:10 +02:00
Chocobozzz
4d089429fe
Remove uneeded rxjs-compat
2018-06-18 11:02:24 +02:00
Chocobozzz
a2788c698e
Fix quota precision in users list
2018-06-18 10:50:56 +02:00
Chocobozzz
6304df89d6
Blue links color in comments
2018-06-18 10:46:47 +02:00
Chocobozzz
ff33642709
Prevent commenting twice
2018-06-18 10:29:17 +02:00
Chocobozzz
e94fc29706
Fix removing scheduled update
2018-06-18 10:26:20 +02:00
Chocobozzz
fc11a44ec9
Improve screen cache service
2018-06-18 10:26:20 +02:00
Chocobozzz
f5a2dc48eb
Don't send view on private video
2018-06-18 10:26:18 +02:00
Chocobozzz
b7f1747dc7
Create webtorrent client on player load
...
So we don't run Angular change detection every 250ms on webtorrent
import, when https://github.com/mafintosh/speedometer/pull/7 will be
merged
2018-06-18 10:26:18 +02:00
Sankar
77af3a9701
Fixes #574 account link width on video view ( #665 )
...
Changed a tag from `flex` to `inline` to avoid misclicks.
2018-06-15 23:34:50 +02:00
Chocobozzz
bbe0f0645c
Add ability to schedule video publication
2018-06-15 18:20:56 +02:00
Chocobozzz
2baea0c77c
Add ability for uploaders to schedule video update
2018-06-14 18:06:56 +02:00
Chocobozzz
bf079b7bfd
Automatically jump to the highlighted thread
2018-06-14 11:43:19 +02:00
Chocobozzz
91219e66c4
Redirect comment links to the watch page
2018-06-14 10:40:34 +02:00
Chocobozzz
9e9afa455b
Add more space between icons and "load more/less"
2018-06-13 15:59:40 +02:00
Chocobozzz
2186386cca
Add concept of video state, and add ability to wait transcoding before
...
publishing a video
2018-06-12 20:37:51 +02:00
Chocobozzz
054a103b28
Add theatre mode
2018-06-11 16:49:56 +02:00
Chocobozzz
86bed4a6aa
Fix dislikes number in video watch page
2018-06-11 15:27:34 +02:00
Chocobozzz
d879e48b21
Fix autoplay setting in my account
2018-06-11 10:53:58 +02:00
Chocobozzz
695237b258
Fix add icon path
2018-06-11 10:05:42 +02:00
Chocobozzz
4a7591e1a8
Remove video not found
2018-06-08 15:35:18 +02:00
spf
696fa4c06b
Enable default link behavior and accessibility for login page ( #636 )
...
* enable default link behavior and accessibility for login page
* alt for link: great idea, but the world is not ready
2018-06-08 15:18:39 +02:00
Chocobozzz
7cf26f433f
Fix e2e tests
2018-06-08 11:25:12 +02:00
Chocobozzz
54d9d09bb1
Fix the player size on mobile
2018-06-07 17:26:14 +02:00
Chocobozzz
379acb21bc
Rename "my settings" to "my account" in menu
2018-06-07 17:05:57 +02:00
Chocobozzz
09f35e2a6f
Add warning regarding transcoding
2018-06-07 16:44:22 +02:00
Rigel Kent
9e32b99c20
fixing #595 by using the account name instead of the displayName
2018-06-07 15:07:06 +02:00
Chocobozzz
3baf9be283
Fix player resolution change that plays even if the video was paused
2018-06-07 14:58:41 +02:00
Chocobozzz
734a5ceb3d
Fix account/channel pages route subscription
2018-06-07 11:19:26 +02:00
Chocobozzz
cc69c8db39
Fix markdown links truncating
2018-06-07 10:32:50 +02:00
Chocobozzz
5b7c47a781
Add help if the config is invalid
2018-06-07 10:20:59 +02:00
Chocobozzz
74b7c6d48e
Little i18n refractoring
2018-06-06 17:37:13 +02:00
Chocobozzz
7ce44a74a3
Add server localization
2018-06-06 16:48:41 +02:00
Chocobozzz
f07d6385b4
Rename messages locale to angular
2018-06-06 16:48:41 +02:00
Chocobozzz
e945b184a0
Localize player
2018-06-06 16:48:40 +02:00
Chocobozzz
8c40b7dc28
Add missing translations
2018-06-05 16:52:25 +02:00
Chocobozzz
0975cd5cf2
Translate tab heads
2018-06-05 16:31:52 +02:00
Chocobozzz
7a9fd8b54d
Handle singular/plurial in signup
2018-06-05 16:09:32 +02:00
Chocobozzz
e309822b93
Add form validator translations
2018-06-05 15:02:27 +02:00
Chocobozzz
d18d64787b
Form validators refractoring
2018-06-05 10:58:45 +02:00
Chocobozzz
25acef90a8
Fix i18n in components
2018-06-05 09:13:26 +02:00
Chocobozzz
510fefb194
Add french
2018-06-05 08:43:02 +02:00