Chocobozzz
035db86dd8
Fix angular build, again
...
Maybe a bug in the sass loader
2023-02-20 14:51:29 +01:00
Chocobozzz
44f01f032f
Fix angular build
2023-02-20 13:52:22 +01:00
Wicklow
5995a28f2b
Remove empty sass files
2023-02-20 13:52:22 +01:00
Chocobozzz
27aba6e9ea
Add description to "remove" registration request
2023-02-17 09:27:38 +01:00
Chocobozzz
4115f20084
Add ability to not send an email for registration
2023-01-20 15:34:01 +01:00
Chocobozzz
e854d57bed
Refactor row selection reset
2023-01-20 15:06:08 +01:00
Chocobozzz
cd940f40cb
Support bulk registration request removal
2023-01-20 14:58:20 +01:00
Chocobozzz
9589907c89
Implement signup approval in client
2023-01-19 13:53:40 +01:00
Chocobozzz
0e45e336f6
Fix HTML in account/channel description
2022-11-14 10:47:39 +01:00
Chocobozzz
3fc43fa0b0
Reload data when deleting a blocked video
2022-10-25 14:50:54 +02:00
Chocobozzz
de61544582
Add plugin hooks/placeholder to share modal
2022-08-11 15:28:11 +02:00
Chocobozzz
0667dbaf26
Reset table pagination on search
2022-07-12 10:19:33 +02:00
Chocobozzz
4c8749cb9e
Migrate to bootstrap 5
2022-06-10 09:21:00 +02:00
Chocobozzz
57d6503286
Reorganize player files
2022-03-14 14:36:35 +01:00
Chocobozzz
5a51ecc217
Move admin comments list in overviews menu
2022-02-28 16:27:25 +01:00
kontrollanten
d0800f7661
Implement avatar miniatures ( #4639 )
...
* client: remove unused file
* refactor(client/my-actor-avatar): size from input
Read size from component input instead of scss, to make it possible to
use smaller avatar images when implemented.
* implement avatar miniatures
close #4560
* fix(test): max file size
* fix(search-index): normalize res acc to avatarMini
* refactor avatars to an array
* client/search: resize channel avatar to 120
* refactor(client/videos): remove unused function
* client(actor-avatar): set default size
* fix tests and avatars full result
When findOne is used only an array containting one avatar is returned.
* update migration version and version notations
* server/search: harmonize normalizing
* Cleanup avatar miniature PR
Co-authored-by: Chocobozzz <me@florianbigard.com>
2022-02-28 08:34:43 +01:00
Chocobozzz
e6492b2de6
Remove unnecessary onPage event on admin tables
2021-12-24 15:42:55 +01:00
Chocobozzz
807a228071
Fix table all page selection
2021-12-24 15:17:58 +01:00
Chocobozzz
3cfa817672
Add ability to bulk block videos
2021-11-17 11:18:49 +01:00
Chocobozzz
dd6d2a7ce5
Improve advanced input filter
2021-11-03 14:23:55 +01:00
Chocobozzz
eeae81428e
Remove useless components
2021-10-29 11:52:58 +02:00
Chocobozzz
e4611b5491
Always use my-table-expander-icon
2021-10-29 11:48:21 +02:00
Chocobozzz
33f6dce136
Add videos list admin component
2021-10-29 11:48:21 +02:00
Chocobozzz
d94b8ecf7d
Improve admin tables responsive
2021-10-20 11:35:09 +02:00
Chocobozzz
978c87e7f5
Add channel filters for my videos/followers
2021-10-20 09:25:44 +02:00
Chocobozzz
98ab5dc810
Remove useless async
2021-08-26 10:01:42 +02:00
Chocobozzz
9df52d660f
Migrate client to eslint
2021-08-18 08:35:06 +02:00
Chocobozzz
1378c0d343
Fix client lint
2021-08-17 14:01:45 +02:00
Chocobozzz
15a7eafb89
Refactor video links builders
2021-07-26 15:04:37 +02:00
Chocobozzz
9162fdd363
Refactor video links building
2021-07-26 14:12:50 +02:00
Chocobozzz
d4a8e7a65f
Support short uuid for GET video/playlist
2021-06-29 14:56:35 +02:00
Chocobozzz
8cbc40b2fe
Move to sass module
2021-06-28 10:54:02 +02:00
Chocobozzz
fa12eacc01
Move to sass @use
2021-06-28 09:36:35 +02:00
Chocobozzz
27bc958674
Bidi support
2021-06-07 18:14:05 +02:00
Chocobozzz
2989628b79
Use HTML config when possible
2021-06-04 15:45:44 +02:00
Chocobozzz
2e46eb9715
Refactor search filters
2021-05-03 16:42:15 +02:00
Chocobozzz
1fd61899ea
Add ability to filter my videos by live
2021-05-03 16:42:15 +02:00
Chocobozzz
931d343018
Move to stylelint
2021-04-28 17:53:57 +02:00
Chocobozzz
746018f6b8
Refactor actor avatar display
2021-04-28 11:49:34 +02:00
Chocobozzz
205e4f56f3
Refactor feed component
2021-04-15 15:31:03 +02:00
kontrollanten
fbdcd4ec9f
Add AccountAvatarComponent ( #3965 )
...
* refactor(client): create account-avatar component
* continue implement account-avatar
* fix review comments
2021-04-15 10:01:27 +02:00
Marcin Mikołajczak
e043674139
Add `i18n` prop where it is missing ( #3946 )
...
* Add `i18n` prop
* Update video-comment-list.component.html
* Update account-blocklist.component.html
* Update server-blocklist.component.html
* Update video-redundancies-list.component.html
* Update following-list.component.html
* Update followers-list.component.html
2021-04-12 08:43:40 +02:00
Thavarasa Prasanth
4097c6d66c
fix missing title attribute on <iframe> tag suggested for embedding ( #3901 )
...
* title attribute is missing on <iframe> tag suggested for embedding #3861
* fix #3901
* fix: escapeHTML #3901
* fix: playlist title instead of video title #3901
* fix #3901
* assign title directly #3901
2021-03-31 08:32:05 +02:00
Chocobozzz
1916c9663a
Fix some accessibility issues
2020-12-22 12:05:32 +01:00
Chocobozzz
3f6441e09a
Fix admin table filters
2020-12-17 15:48:54 +01:00
Rigel Kent
5beb89f223
refactor scoped token service
2020-11-25 11:07:56 +01:00
Rigel Kent
c5dcdab330
add explicit numbers in configuration number inputs
...
fixes #1346
2020-11-21 12:44:05 +01:00
Chocobozzz
939917705f
Add ability to bulk delete comments
2020-11-20 13:59:21 +01:00
Chocobozzz
c195975c54
Use badge in video block list
2020-11-16 15:41:15 +01:00
Chocobozzz
5ed46c1bce
Refactor rest table search filter
2020-11-16 14:47:05 +01:00