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
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
7a03209d28
Make admin sub-navs, selects, buttons responsive ( #2702 )
2020-05-01 00:51:09 +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
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
Chocobozzz
891bc2ffad
Support rel="me" links in markdown
2020-04-16 16:13:28 +02:00
Chocobozzz
45c14ae1b2
Update translations
2020-04-15 14:39: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
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
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
Rigel Kent
947d01023d
Improve channel and account display on medium devices
2020-04-03 14:13:28 +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
Rigel Kent
76314386ae
Add overview of a user's actions in user-edit ( #2558 )
2020-03-27 15:19:03 +01:00
Chocobozzz
a31bec5155
Fix user role edition
2020-03-18 10:22:36 +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
45e0d6697c
Properly scroll to anchors in links, especially in admin config
2020-03-11 19:38:17 +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
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
Rigel Kent
482fa503e5
Use grid to organise settings in admin, my-account
2020-03-10 16:23:40 +01:00
Rigel Kent
758f0d19f2
Improve nav in admin/configuration
2020-03-07 00:15:49 +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
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
24e7916c68
Add ListOverflow component to prevent sub-menu overflow
2020-02-13 10:25:22 +01:00
Chocobozzz
be27ef3b46
Strict templates enabled
2020-02-10 16:39:28 +01:00
Chocobozzz
f77eb73b5e
Fix angular 9 build
2020-02-10 16:39:28 +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
b764380ac2
Add ability to list redundancies
2020-01-28 11:35:26 +01:00
Chocobozzz
f0ad471007
Update a little bit user dropdown message
2020-01-21 14:05:22 +01:00
Rigel Kent
9b82d49da8
Add action dropdown descriptions
2020-01-21 11:59:41 +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
96a4a7c332
Add description for sensitive configuration options, reword others
2020-01-15 12:15:31 +01:00
Chocobozzz
440d39c52d
Skip videos count on client if we don't use it
2020-01-08 14:40:08 +01:00
Chocobozzz
04cda1d7a5
Add warning if admin disables webtorrent
2020-01-06 17:10:02 +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
Rigel Kent
46db9430af
Add checkbox focus shadows, and admin resolution descriptions
2020-01-06 12:41:14 +01:00
Chocobozzz
ba430d7516
Lazy load static objects
2019-12-18 15:40:59 +01:00
Rigel Kent
88a7f93f8e
add loop setting for playlists, and use sessionStorage
2019-12-13 09:13:43 +01:00
Chocobozzz
566c125d6e
Serve audit logs to client
2019-12-11 14:14:01 +01:00
Chocobozzz
1061c73fde
Add ability to filter per job type
2019-12-04 14:49:59 +01:00
Chocobozzz
cb5ce4cb13
Add more filters to admin follows table
2019-11-29 11:16:43 +01:00
Chocobozzz
b8f4167fb6
Only display accepted followers/followings in about page
2019-11-28 11:37:32 +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
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
Chocobozzz
5d9e4eaabe
Add ability to enabled HLS in the admin panel
2019-11-05 10:13:37 +01: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
Chocobozzz
e771dbe0aa
Update translations
2019-10-22 09:25:26 +02:00
Knackie
b37a508283
Update user-edit.component.html
...
fixes #1943
2019-10-19 12:46:10 +02:00
Julien Maulny
235b055dc5
Allow to choose 'Most liked videos' page as default client route
2019-10-18 14:04:10 +02:00
Chocobozzz
b3879928b6
Clearer debug IP message
2019-09-05 10:23:12 +02:00
Chocobozzz
be04c6fdab
Add hardware information in instance config
2019-09-05 10:17:02 +02:00
Chocobozzz
8ae03c3718
Add creation reason
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
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
f9e387ed05
Fix plugin card background color with dark theme
2019-08-22 16:01:06 +02:00
Chocobozzz
ad453580b2
Fix infinite scroll on big screens
2019-08-02 14:49:25 +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
d75db01f14
Add plugin translation system
2019-07-26 15:18:30 +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
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
9ae88819c2
Change plugin models names
2019-07-24 11:17:42 +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
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
00aa1f0d9b
Add 4k conf in transcoding in admin panel
2019-06-12 17:26:23 +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
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
536598cfaf
Add audio support in upload
2019-05-16 17:16:47 +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
Chocobozzz
5d79474cc6
Add debug component to help admins to fix IP issues
2019-04-11 10:58:09 +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
0dc6477758
Add delete/manual approval instance followers in client
2019-04-08 15:47:44 +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
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
f8802489bb
Add isNSFW instance configuration key
2019-02-20 15:36:43 +01:00
Chocobozzz
41d713446c
Lazy import some modules
2019-02-15 15:52:18 +01:00
Chocobozzz
72be63e56f
Fix moderators that cannot access the muted servers table
2019-02-15 09:43:36 +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
0920929696
Add hls support on server
2019-02-11 09:13:02 +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
5abb9fbbd1
Add ability to unfederate a local video (on blacklist)
2019-01-10 15:39:51 +01:00
Chocobozzz
3866f1a02f
Add contact form checkbox in admin form
2019-01-10 11:32:38 +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
16c07398f2
Fix followers search
2018-12-13 15:00:42 +01:00
Chocobozzz
14e2014acc
Support additional video extensions
2018-12-11 15:11:09 +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
361805c48b
Fix checkbox margins
2018-11-19 14:34:36 +01:00
Chocobozzz
2fbe7f1933
Fix new Angular 7 issues
2018-11-15 09:25:32 +01: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
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
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
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
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