aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Add auth user client hook actionsChocobozzz2021-03-242-1/+23
|
* Try to reduce CSS sizeChocobozzz2021-03-241-4/+3
|
* Fix updating boolean anonymous settingsChocobozzz2021-02-261-1/+1
|
* Fix anonymous user settingsChocobozzz2021-02-251-10/+30
|
* Fix lintChocobozzz2021-02-181-1/+1
|
* Remember last log typeChocobozzz2021-02-181-2/+2
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+1
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Support transcoding profile in client adminChocobozzz2021-01-281-0/+4
|
* move from trending routes to alg paramRigel Kent2021-01-285-47/+17
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-285-5/+48
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-2/+2
|
* Implement remote interactionChocobozzz2021-01-151-2/+2
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-131-10/+1
|
* Add title to left menu toggleChocobozzz2021-01-131-0/+4
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-2/+13
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Add more hints regarding live portChocobozzz2021-01-111-0/+3
|
* Fix admin table filtersChocobozzz2020-12-171-2/+6
|
* Fix socket io with angularChocobozzz2020-12-101-2/+7
|
* Live views updateChocobozzz2020-12-091-2/+5
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-082-5/+7
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Fix loading data twice in rest tablesChocobozzz2020-12-081-1/+1
|
* refactor 404 pageRigel Kent2020-12-031-5/+31
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-8/+12
|
* Fix socket io messages angular changesChocobozzz2020-12-011-5/+7
|
* Various front optimizationsChocobozzz2020-11-271-0/+9
|
* refactor scoped token serviceRigel Kent2020-11-255-45/+37
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+45
|
* Provide express request to onLogout callChocobozzz2020-11-201-2/+6
| | | | + pluginInfo related changes
* Fix no history messageChocobozzz2020-11-191-1/+1
|
* Lazy load emojiChocobozzz2020-11-191-3/+7
|
* Lazy load linkifierChocobozzz2020-11-192-17/+26
|
* Upgrade client dependenciesChocobozzz2020-11-191-4/+5
| | | | Migrate removed primeng theme to custom CSS
* Refactor markdown/sanitize html codeChocobozzz2020-11-172-41/+14
|
* Refactor rest table search filterChocobozzz2020-11-161-3/+36
|
* Reorganize left menu and account menuChocobozzz2020-11-131-3/+3
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* reword unclear sentences, check for grammarRigel Kent2020-11-121-2/+1
| | | | fixes #3222
* 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
|