aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/rest
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad date display for jobsChocobozzz2022-10-251-0/+2
|
* Implement two factor in clientChocobozzz2022-10-071-2/+4
|
* More precise date for jobsChocobozzz2022-08-101-8/+15
|
* Add ability for client to create server logsChocobozzz2022-07-183-10/+12
|
* Reset table pagination on searchChocobozzz2022-07-121-0/+5
|
* Support ICU in TS componentsChocobozzz2022-06-081-46/+65
|
* Improve admin users list tableChocobozzz2022-05-241-4/+4
| | | | | | * Fix last login sort with null values * Remember last selected columns * Display last login date by default
* Reduce videos sort complexityChocobozzz2022-04-151-9/+9
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Remove unnecessary functionChocobozzz2022-01-181-4/+0
|
* Remove unnecessary onPage event on admin tablesChocobozzz2021-12-241-16/+4
|
* Improve advanced input filterChocobozzz2021-11-031-4/+10
|
* Add ability to exclude muted accountsChocobozzz2021-11-021-2/+11
|
* Add ability to view my followersChocobozzz2021-10-201-7/+9
|
* Migrate client to eslintChocobozzz2021-08-181-11/+15
|
* Fix client lintChocobozzz2021-08-171-2/+2
|
* Fetch things in bulk for the homepageChocobozzz2021-08-021-1/+9
|
* Refactor requestsChocobozzz2021-07-201-2/+1
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-031-3/+9
|
* Refactor search filtersChocobozzz2021-05-031-9/+10
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-69/+3
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-2/+2
|
* Fix admin table filtersChocobozzz2020-12-171-2/+6
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-4/+5
| | | | | - 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
|
* Fix no history messageChocobozzz2020-11-191-1/+1
|
* Refactor rest table search filterChocobozzz2020-11-161-3/+36
|
* reword unclear sentences, check for grammarRigel Kent2020-11-121-2/+1
| | | | fixes #3222
* Migrate to $localizeChocobozzz2020-08-141-11/+6
| | | | | | | | | | | | * 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
* Fix tags in search filtersChocobozzz2020-08-111-1/+1
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+1
|
* Add ability to report accountChocobozzz2020-07-101-1/+13
|
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-1/+3
| | | | fixes #2914
* Fix query string parsingChocobozzz2020-06-261-2/+4
|
* Reorganize client shared modulesChocobozzz2020-06-236-0/+352