aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to report comments in front endChocobozzz2020-07-1019-158/+480
|
* Add new abuses testsChocobozzz2020-07-104-5/+4
|
* Add migrationsChocobozzz2020-07-104-15/+17
|
* Use 3 tables to represent abusesChocobozzz2020-07-1027-276/+300
|
* Fix embed urlChocobozzz2020-07-102-3/+13
|
* Add ability to override client assets : logo - favicon - PWA icons - PWA ↵Kim2020-07-101-1/+1
| | | | | | | | | | | | | | | manifest name and description (#2897) * Add client-overrides storage to config * Add static-serve for client overrides * Move backgroun-image logo from bundle to css tag for runtime content hash * Add dynamic JSON manifest * Add content hash for manifest, favicon and logo Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix external user editionChocobozzz2020-07-061-11/+11
|
* Fix admin layoutChocobozzz2020-07-061-1/+1
|
* add check-params test for user listRigel Kent2020-07-036-7/+9
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-025-19/+106
| | | | fixes #2914
* align feed icons to the right for video listingsRigel Kent2020-07-024-28/+37
|
* rename rss 2.0 to media rss 2.0Rigel Kent2020-07-023-9/+3
|
* Fix player menu on mobileChocobozzz2020-07-021-2/+0
|
* Fix lintChocobozzz2020-07-023-27/+36
|
* Don't reload videos on muteChocobozzz2020-07-021-1/+0
|
* simplify navigation within most admin menusRigel Kent2020-07-0214-70/+76
|
* remove extraneous user-list table attributeRigel Kent2020-07-022-17/+5
|
* align danger colors for user-editRigel Kent2020-07-012-1/+6
|
* fix reactive file upload buttonRigel Kent2020-07-014-0/+5
|
* fix video update button, add color to danger zoneRigel Kent2020-07-0111-21/+36
|
* switch from softies to feathericonsRigel Kent2020-07-0119-80/+85
| | | | also organize icons in folders per origin
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-013-5/+14
|
* remove extra action for when the video block type is set to manualRigel Kent2020-06-281-4/+6
|
* slight improvement for column size in imports tableRigel Kent2020-06-281-6/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-287-33/+77
| | | | initial implementation with a listing refresh except on search results
* align ownership change video list table with moderation tablesRigel Kent2020-06-285-26/+135
|
* fix typo in blocked notice in loginRigel Kent2020-06-281-1/+1
|
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-283-3/+3
|
* fix quota representation in profile settingsRigel Kent2020-06-282-4/+5
|
* add user account-blocklist missing scss mixinRigel Kent2020-06-281-0/+4
|
* Fix query string parsingChocobozzz2020-06-262-4/+6
|
* Fix search filter in video reportsChocobozzz2020-06-261-3/+4
|
* Fix missing module for my-accountChocobozzz2020-06-241-0/+2
|
* Put empty module in app moduleChocobozzz2020-06-241-0/+2
|
* Fix upload pageChocobozzz2020-06-241-1/+4
|
* Use pointer for search suggestionsChocobozzz2020-06-241-0/+1
|
* Add P2P concept for HLS configChocobozzz2020-06-241-1/+1
|
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-1/+0
|
* Lazy load all routesChocobozzz2020-06-23113-56/+93
|
* Reorganize client shared modulesChocobozzz2020-06-23448-2059/+2045
|
* predefined report reasons & improved reporter UI (#2842)Rigel Kent2020-06-2211-54/+284
| | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
* soft border-radius for search typeahead suggestionsRigel Kent2020-06-181-2/+8
|
* Remove uneccessary details to link titlesCaroline Chuong2020-06-1811-19/+19
|
* Add videos count in channels listChocobozzz2020-06-164-2/+14
|
* Correctly fix client buildChocobozzz2020-06-162-4/+3
|
* Fix client compilationChocobozzz2020-06-161-1/+0
|
* Add channel information in my videosChocobozzz2020-06-165-4/+17
|
* Add video dropdown in discover pageChocobozzz2020-06-161-3/+3
|
* Fix anonymous nsfw policyChocobozzz2020-06-1623-160/+227
|
* Fix scrolling with hash in urlChocobozzz2020-06-164-3/+22
|