aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
Commit message (Collapse)AuthorAgeFilesLines
* Reduce advanced search input debounce timeChocobozzz2021-05-031-1/+1
|
* Add ability to filter my videos by liveChocobozzz2021-05-033-69/+83
|
* Move to stylelintChocobozzz2021-04-281-4/+1
|
* Fix overview page with new thumbnail sizeChocobozzz2021-04-281-3/+3
|
* Add getAuthHeader client helperChocobozzz2021-04-221-0/+7
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-221-0/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-6/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add plugin placeholder elements supportChocobozzz2021-04-121-3/+2
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-0/+7
|
* Translate plugin optionsChocobozzz2021-04-091-1/+19
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+6
|
* Agnostic actor image storageChocobozzz2021-04-082-5/+4
|
* Refactor video miniatureChocobozzz2021-04-011-5/+4
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* 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
|