aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+12
| | | | | | | | | | | * 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>
* Support rel="me" links in markdownChocobozzz2020-04-161-1/+2
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Better plugin notifier typingsChocobozzz2020-04-151-1/+5
|
* Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+4
| | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Handle overview pagination in clientChocobozzz2020-03-111-11/+13
|
* Fix lintChocobozzz2020-03-101-1/+1
|
* Servicify menu, close menu on admin for small and medium screensRigel Kent2020-03-106-1/+84
|
* Add visitor settings, rework logged-in dropdown (#2514)Rigel Kent2020-02-282-28/+18
| | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-2/+5
|\
| * Fix instance get configChocobozzz2020-02-171-2/+5
| |
* | Media queries to use variables when possibleRigel Kent2020-02-131-1/+2
| |
* | Make the search helper change based on the server configRigel Kent2020-02-131-0/+6
| |
* | Manage z-indexes in variablesRigel Kent2020-02-131-1/+3
| |
* | Lint componentsChocobozzz2020-02-102-4/+4
| |
* | Update to angular 9Chocobozzz2020-02-102-0/+4
| |
* | Add ability to list redundanciesChocobozzz2020-01-281-0/+7
|/
* Fix missing service initializer propertyRigel Kent2020-01-101-0/+7
|
* Fix buildChocobozzz2020-01-051-2/+2
|
* Move watch later logic in miniatureChocobozzz2020-01-031-6/+7
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-022-1/+3
|
* Lazy load static objectsChocobozzz2019-12-185-119/+131
|
* Add peertube version in features tableChocobozzz2019-12-131-0/+10
|
* Fix theme loadingChocobozzz2019-12-131-0/+2
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-134-4/+4
|
* Fix buildChocobozzz2019-12-061-7/+11
|
* Add ability to update icons contentChocobozzz2019-12-051-8/+15
|
* Change the support iconChocobozzz2019-12-031-1/+1
|
* (plugins) add helper to know if user is logged-inRigel Kent2019-12-021-0/+6
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* Disable webtorrent support in clientChocobozzz2019-11-251-0/+3
|
* Don't redirect on verify account page after loginChocobozzz2019-10-281-1/+2
|
* Speedup theme injectionChocobozzz2019-10-251-11/+80
|
* Go back when cancel NSFW modalChocobozzz2019-08-221-2/+6
| | | | Instead of redirecting on the homepage
* Fix bad import on FF ESRChocobozzz2019-08-201-1/+2
|
* Moderators can only manage usersChocobozzz2019-07-301-0/+9
|
* Add plugin translation systemChocobozzz2019-07-261-8/+34
|
* Run hooks and register plugins outside angularChocobozzz2019-07-261-16/+20
|
* Add public settings endpointChocobozzz2019-07-261-3/+4
|
* Add setting helper to client pluginsChocobozzz2019-07-262-3/+40
|
* Add client hook/register typingsChocobozzz2019-07-241-1/+2
|
* Change plugin models namesChocobozzz2019-07-241-3/+3
|
* Lazy load client script scopesChocobozzz2019-07-242-3/+14
|
* Log error on unknown hookChocobozzz2019-07-241-1/+6
|
* Use search client scopeChocobozzz2019-07-241-1/+6
|
* Add client hooksChocobozzz2019-07-243-28/+78
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-2/+9
|
* Add client helpers to pluginsChocobozzz2019-07-242-11/+42
|
* WIP plugins: update pluginChocobozzz2019-07-241-2/+4
|
* WIP plugins: list installed plugins in clientChocobozzz2019-07-242-1/+6
|