aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Improve 4K video quality after transcodingChocobozzz2019-06-061-2/+3
|
* Add list of instance follows in about pageChocobozzz2019-06-067-103/+4
|
* Merge branch 'release/v1.3.0' into developChocobozzz2019-05-211-0/+1
|\
| * Fix pagination in my videos pageChocobozzz2019-05-211-0/+1
| |
* | Add audio support in uploadChocobozzz2019-05-162-0/+9
|/
* Add user adminFlagsChocobozzz2019-04-154-3/+24
|
* Fix privacy warning position on mobileChocobozzz2019-04-152-1/+2
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-1112-10/+130
|
* Add logs page in clientChocobozzz2019-04-1117-24/+344
|
* Add logs endpointChocobozzz2019-04-109-40/+0
|
* Add delete/manual approval instance followers in clientChocobozzz2019-04-086-12/+145
|
* Refactor videos selection componentsChocobozzz2019-04-053-129/+42
|
* Refactor video miniaturesChocobozzz2019-04-033-51/+26
|
* Update client depChocobozzz2019-04-022-2/+1
|
* Upgrade server depChocobozzz2019-04-021-1/+1
|
* Restore videos list componentsChocobozzz2019-04-022-50/+38
|
* add quarantine videos feature (#1637)Josh Morel2019-04-0212-7/+315
| | | | | | | | | | | | | | | | | | | | * 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
* Fix custom CSS helpChocobozzz2019-03-201-8/+8
|
* Add isNSFW instance configuration keyChocobozzz2019-02-202-0/+10
|
* Lazy import some modulesChocobozzz2019-02-154-13/+27
|
* Fix moderators that cannot access the muted servers tableChocobozzz2019-02-151-1/+1
|
* Cleanup reset user password by adminChocobozzz2019-02-117-49/+42
| | | | And add some tests
* cleanup and remove paramSubsRigel Kent2019-02-113-10/+9
|
* move user-password to Input decoratorRigel Kent2019-02-112-11/+3
|
* remove isAdministrationRigel Kent2019-02-114-17/+7
|
* allow administration to change/reset a user's passwordRigel Kent2019-02-119-4/+192
|
* Add hls support on serverChocobozzz2019-02-111-1/+5
|
* Refactor how we use iconsChocobozzz2019-01-174-7/+8
| | | | Inject them in an angular component so we can easily change their color
* Fix notification z-index on modalsChocobozzz2019-01-151-2/+2
|
* Increase abuse length to 3000Chocobozzz2019-01-145-4/+17
| | | | And correctly handle new lines
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-103-2/+13
|
* Add contact form checkbox in admin formChocobozzz2019-01-102-377/+321
|
* Fix notification with large messageChocobozzz2018-12-202-3/+3
|
* Refractor notification serviceChocobozzz2018-12-1914-116/+84
| | | | Shorter name and use primeng component
* Fix followers searchChocobozzz2018-12-131-1/+1
|
* Support additional video extensionsChocobozzz2018-12-112-0/+11
|
* enable email verification by admin (#1348)Josh Morel2018-11-212-2/+36
| | | | | | | | | | | | | * 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
* Fix checkbox marginsChocobozzz2018-11-191-29/+40
|
* Fix new Angular 7 issuesChocobozzz2018-11-153-3/+3
|
* Make abuse-delete confirmation box clearermike stedman2018-10-181-1/+1
|
* Change "delete" to "delete this report"Mike2018-10-181-1/+1
| | | Closes #1295.
* Better typingsChocobozzz2018-10-183-6/+6
|
* NoImplicitAny flag true (#1157)BO412018-10-183-5/+5
| | | | | | | | 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
* Fix code typosChocobozzz2018-10-164-7/+7
|
* Add ability to mute a user/instance by server in clientChocobozzz2018-10-1611-0/+218
|
* Add user/instance block by users in the clientChocobozzz2018-10-163-4/+6
|
* update tslint config and fix member ordering (#1279)BO412018-10-162-15/+14
|
* improve description of the HTTP video import featureRigel Kent2018-10-151-1/+1
|
* Add ability to list all local videos on clientChocobozzz2018-10-101-11/+0
|
* Add ability to search on followers/followingChocobozzz2018-10-107-6/+45
|