aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2018-10-181-1/+1
|
* Better typingsChocobozzz2018-10-1842-90/+102
|
* NoImplicitAny flag true (#1157)BO412018-10-1839-65/+70
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-174-0/+16
|\
| * Fix webtorrent disablingChocobozzz2018-10-171-11/+0
| |
| * move to boolean switchRigel Kent2018-10-134-17/+19
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-134-0/+25
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Fix code typosChocobozzz2018-10-167-12/+12
| |
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-1617-26/+407
| |
* | Add user/instance block by users in the clientChocobozzz2018-10-1624-26/+477
| |
* | update tslint config and fix member ordering (#1279)BO412018-10-165-31/+29
| |
* | improve description of the HTTP video import featureRigel Kent2018-10-151-1/+1
|/
* Fix angular buildChocobozzz2018-10-101-2/+2
|
* Add ability to list all local videos on clientChocobozzz2018-10-1010-21/+73
|
* Add ability to search on followers/followingChocobozzz2018-10-108-9/+48
|
* Add explicit error message that changing video ownership only works with ↵Lucas Declercq2018-10-101-3/+12
| | | | | | | | | | | | local accounts (#1214) * Add explicit error message that changing video ownership only works with local accounts * Remove superfluous logger * Remove unneeded end() to error responses * Add a message on client side to prevent transfering ownership to a remote account
* Add checkbox to check every rowsChocobozzz2018-10-081-1/+2
|
* Add users search filterChocobozzz2018-10-0813-12/+41
|
* Add bulk actions in users tableChocobozzz2018-10-0812-44/+196
|
* remove confirm modal for asset injection in edit-custom-config (#1219)Micah Elizabeth Scott2018-10-071-24/+0
|
* Fix videos list when page is emptyChocobozzz2018-10-051-1/+1
|
* Add user moderation in the account pageChocobozzz2018-10-0513-45/+121
|
* Move user moderation tool in a separate componentChocobozzz2018-10-0517-207/+235
|
* Add user history and resume videosChocobozzz2018-10-056-6/+48
|
* add resize listener (#1182)BO412018-10-051-1/+12
| | | | | | | | | | * add resize listener * respect user decision * change listener to rxjs * review changes
* Remove unused variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-052-2/+1
|
* fix account URI in remote comment modalRigel Kent2018-10-042-1/+5
|
* Fix hotkey translationsChocobozzz2018-10-034-16/+20
|
* Fix Delete title buttonChocobozzz2018-10-033-2/+9
|
* Add comments feeds popover in watch pageChocobozzz2018-10-024-5/+38
|
* Don't throw an error on empty searchChocobozzz2018-10-011-5/+2
|
* add allow advancedSearch with empty searchRigel Kent2018-10-013-3/+25
| | | | | | a.k.a. filters on all videos also added a badge showing the rough number of active filters
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+8
|
* show last commit hash alongside server version in footerRigel Kent2018-10-012-1/+6
|
* Fix error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* Fix my account subtitlesChocobozzz2018-10-011-4/+4
|
* Update captions in sequence to avoid concurrence issuesChocobozzz2018-10-011-11/+5
|
* various display improvementsRigel Kent2018-09-294-3/+7
|
* fix message space on video upload cancelRigel Kent2018-09-292-2/+3
|
* Fix advanced options in upload formChocobozzz2018-09-282-4/+4
|
* Update translationsChocobozzz2018-09-281-1/+3
|
* Fix some i18n tagsChocobozzz2018-09-286-6/+14
|
* Fix no other videos displayed on some videosChocobozzz2018-09-283-25/+18
|
* Display other videos on xl screens on the rightChocobozzz2018-09-281-1/+9
|
* correct local subscribe in the subscription menuRigel Kent2018-09-283-5/+10
|
* Check current password on server sideChocobozzz2018-09-263-25/+21
|
* fix lint errorsBO412018-09-261-4/+4
|
* check old password before changeBO412018-09-263-3/+35
|