aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin
Commit message (Collapse)AuthorAgeFilesLines
* Add margin to plugin blocks in adminChocobozzz2019-07-301-0/+4
|
* Moderators can only manage usersChocobozzz2019-07-305-13/+35
|
* Add plugin translation systemChocobozzz2019-07-261-3/+22
|
* Add public settings endpointChocobozzz2019-07-262-3/+3
|
* Add setting helper to client pluginsChocobozzz2019-07-262-31/+23
|
* Update translations and support Greek languageChocobozzz2019-07-251-1/+1
|
* Update client dependenciesChocobozzz2019-07-255-5/+5
|
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-252-2/+2
|
* Update angularChocobozzz2019-07-254-4/+4
|
* Add sortable for videoQuotaUsed in user-list component.Axel Viala2019-07-251-1/+1
|
* Change plugin models namesChocobozzz2019-07-242-4/+4
|
* Fix lintChocobozzz2019-07-241-1/+1
|
* Add client helpers to pluginsChocobozzz2019-07-241-1/+6
|
* Add ability to install a plugin from the admin pageChocobozzz2019-07-243-1/+16
|
* Add ability to search available pluginsChocobozzz2019-07-249-50/+247
|
* WIP plugins: update pluginChocobozzz2019-07-244-4/+61
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-2410-14/+333
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-2419-2/+296
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-0/+1
|
* WIP plugins: add theme supportChocobozzz2019-07-242-0/+24
|
* Link to follower profile from administration (#1922)Nassim Bounouas2019-06-201-1/+1
| | | | | | * #1914 Link to follower profile from administration * #1914 Link to follower profile opens in new tab
* Add 4k conf in transcoding in admin panelChocobozzz2019-06-122-10/+29
|
* 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