aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+2
|
* Add watch messages if live has not startedChocobozzz2020-11-094-47/+89
|
* Live streaming implementation first stepChocobozzz2020-11-092-1/+9
|
* Fix tokens loadingChocobozzz2020-08-211-2/+4
|
* Add ability to set custom field to video formChocobozzz2020-08-211-2/+15
|
* Support plugin hooks in embedChocobozzz2020-08-201-70/+9
|
* Some code style fixesChocobozzz2020-08-172-11/+10
|
* On touchscreens add content overlay for opened menu (#3088)Kim2020-08-173-8/+89
| | | | | | | | | | | | | * Overflow:hidden on touchscreen when modal-open * Do not display menu by default on touchscreens * Add content overlay on touchscreens when menu is opened * Fix zIndex overlay for search infos * On touchscreens close menu on swipe left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix circular dependenciesChocobozzz2020-08-141-8/+6
|
* Use commonjs instead of esm typescript for light emojiskimsible2020-08-141-2/+3
|
* Add unicode emoji to markdownkimsible2020-08-141-8/+13
|
* Migrate to $localizeChocobozzz2020-08-146-55/+35
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Remove angular pipes moduleChocobozzz2020-08-111-1/+1
|
* Fix tags in search filtersChocobozzz2020-08-111-1/+1
|
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-111-0/+2
| | | | broadcast-message
* Cleanup tokens logic in embedChocobozzz2020-08-074-74/+54
|
* Fix lintChocobozzz2020-08-071-2/+2
|
* Reorganize shared modelsChocobozzz2020-08-074-15/+6
|
* deal with refresh token in embedRigel Kent2020-08-066-80/+9
|
* Fix anonymous user themeChocobozzz2020-07-312-5/+6
|
* Add migrations for abuse messagesChocobozzz2020-07-311-3/+18
|
* harmonize search for librariesRigel Kent2020-07-291-5/+5
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-2/+18
| | | | statuses
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-282-1/+32
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to report accountChocobozzz2020-07-101-1/+13
|
* Add migrationsChocobozzz2020-07-101-6/+8
|
* add blocked filter in users list to filter banned usersRigel Kent2020-07-022-3/+26
| | | | fixes #2914
* Fix query string parsingChocobozzz2020-06-261-2/+4
|
* Reorganize client shared modulesChocobozzz2020-06-2335-91/+1433
|
* First implem global searchChocobozzz2020-06-101-12/+33
|
* Support broadcast messagesChocobozzz2020-05-291-3/+14
|
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-111-0/+1
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add ability to override login signup messageChocobozzz2020-05-062-8/+5
|
* Add ability to unregister plugin authsChocobozzz2020-05-041-1/+0
|
* Client calls revoke-token endpoint on logoutChocobozzz2020-05-041-1/+12
|
* Begin support for external authsChocobozzz2020-05-042-2/+6
|
* 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
| |