aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-3/+3
|
* Fix angular build, againChocobozzz2023-02-201-1/+1
| | | | Maybe a bug in the sass loader
* Refactor row selection resetChocobozzz2023-01-201-1/+1
|
* Implement signup approval in clientChocobozzz2023-01-191-3/+3
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-3/+3
|
* Deleting an abuse is only for adminsChocobozzz2022-10-251-4/+3
|
* Refactor form reactiveChocobozzz2022-10-072-4/+4
|
* Add ability for client to create server logsChocobozzz2022-07-182-4/+6
|
* Reset table pagination on searchChocobozzz2022-07-121-2/+2
|
* fix(client/AbuseDetails): infinite update loop (#5109)kontrollanten2022-07-082-15/+15
| | | | | | | * fix(client/AbuseDetails): infinite update loop * Abuse may not have predefined reasons Co-authored-by: Chocobozzz <me@florianbigard.com>
* Refactor actor avatar componentChocobozzz2022-06-272-3/+3
|
* Increase global font sizeChocobozzz2022-06-161-5/+0
|
* Replace all glyphicon iconsChocobozzz2022-06-134-10/+19
|
* Migrate to bootstrap 5Chocobozzz2022-06-102-6/+6
|
* Some fixes for themesChocobozzz2022-03-151-5/+5
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix abuse crash on deleted reporter accountChocobozzz2022-01-201-0/+1
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-1/+1
|
* Add ability to bulk block videosChocobozzz2021-11-172-5/+1
|
* Improve advanced input filterChocobozzz2021-11-031-5/+5
|
* Always use my-table-expander-iconChocobozzz2021-10-291-1/+1
|
* Add videos list admin componentChocobozzz2021-10-295-50/+22
|
* Improve admin tables responsiveChocobozzz2021-10-201-16/+16
|
* Add channel filters for my videos/followersChocobozzz2021-10-201-18/+23
|
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Migrate client to eslintChocobozzz2021-08-183-7/+7
|
* Fix client lintChocobozzz2021-08-173-86/+87
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Refactor video links buildingChocobozzz2021-07-261-3/+3
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Move to sass moduleChocobozzz2021-06-284-9/+9
|
* Move to sass @useChocobozzz2021-06-283-7/+7
|
* Bidi supportChocobozzz2021-06-071-2/+6
|
* fix colspan for user view of reportsRigel Kent2021-06-071-2/+5
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* Refactor search filtersChocobozzz2021-05-032-15/+11
|
* Fix avatar in report pageChocobozzz2021-05-031-2/+2
|
* Add ability to filter my videos by liveChocobozzz2021-05-034-32/+32
|
* Refactor actor avatar displayChocobozzz2021-04-283-5/+5
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-155-27/+6
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-142-6/+3
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+2
| | | | | | | | | | | | | * 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
* Fix admin table filtersChocobozzz2020-12-171-1/+1
|
* Fix loading data twice in rest tablesChocobozzz2020-12-081-1/+1
|
* Add new default different avatar for channel and accountkimsible2020-11-252-3/+3
|
* refactor scoped token serviceRigel Kent2020-11-251-1/+1
|
* Refactor rest table search filterChocobozzz2020-11-162-35/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-9/+9
|
* Remove deprecated abuse apiChocobozzz2020-11-101-2/+2
|
* Fix video block in abuse tableChocobozzz2020-08-261-1/+1
|