aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Add ru pl and it translationsChocobozzz2018-12-0517-1226/+959
|
* Upgrade client dependenciesChocobozzz2018-12-043-638/+775
|
* Bumped to version v1.1.0v1.1.0Chocobozzz2018-12-041-1/+1
|
* Bumped to version v1.1.0-rc.1v1.1.0-rc.1Chocobozzz2018-11-221-1/+1
|
* Fix some zanata translationsChocobozzz2018-11-229-170/+85
|
* Update translationsChocobozzz2018-11-2236-1725/+7725
|
* Reload user table when setting an email to verifiedChocobozzz2018-11-211-0/+2
|
* Add separators in user moderation dropdownChocobozzz2018-11-214-14/+36
|
* enable email verification by admin (#1348)Josh Morel2018-11-215-3/+71
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Fix search titleChocobozzz2018-11-201-1/+2
|
* Fix checkbox marginsChocobozzz2018-11-192-37/+52
|
* Optimize image resizingChocobozzz2018-11-191-1/+0
|
* Auto login user on signupChocobozzz2018-11-161-6/+16
|
* Improve message visibility on signupChocobozzz2018-11-163-10/+14
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-1/+1
|
* Improve video upload error handlingChocobozzz2018-11-1613-18/+80
|
* Fix player progress bar when changing resolutionChocobozzz2018-11-163-2/+7
|
* Fix video channel videos url when scrollingChocobozzz2018-11-151-2/+2
|
* Fix embed video id parsingChocobozzz2018-11-151-3/+2
|
* Fix miniature with a long nameChocobozzz2018-11-152-4/+4
|
* Add background effect to active menu pageChocobozzz2018-11-151-1/+5
|
* Upgrade server depChocobozzz2018-11-151-1/+1
|
* Upgrade client dependenciesChocobozzz2018-11-152-574/+733
|
* Fix new Angular 7 issuesChocobozzz2018-11-1515-440/+502
|
* update ng-bootstrapBO412018-11-151-1/+1
|
* update dependenciesBO412018-11-151-15/+15
|
* update angularBO412018-11-152-21/+15
|
* Check activities hostChocobozzz2018-11-142-4/+4
|
* add noImplicitThis flag (#1324)BO412018-10-245-5/+6
|
* Bumped to version v1.1.0-alpha.2Chocobozzz2018-10-191-1/+1
|
* Fix webtorrent disabled by defaultChocobozzz2018-10-191-1/+2
|
* PeerTube is not in alpha anymoreChocobozzz2018-10-191-1/+1
|
* Update translationsChocobozzz2018-10-191-17/+14
|
* Feature/description support fields length 1000 (#1267)BRAINS YUM2018-10-193-8/+8
| | | | | | | | | | | | | | | | | | * fix migrations to not use config constant values as it can introduce bugs later when they change; (fixes #1259) remove constant fields imports from migrations * add migrations to update description and support fields to 1000 (fixes #1258) * fix client/server account and video_channel description/support fields to be max len 1000 (fixes #1258); fix test Should fail with a too long description; fix test Should fail with a long description; fix test Should fail with a long description; Remove USER.SUPPORT from constants since that field no longer exists; null not false, in migrations/0280-description-support.ts; video support field 1000, oops; * rename migration 0280-description-support.ts -> 0285-description-support.ts; update video support maxlength text
* Fix embedChocobozzz2018-10-191-1/+1
|
* adding minimum signup age conforming to ceiling GPDR ageRigel Kent2018-10-181-1/+1
| | | | | It is not yet configurable and should be made so as GDPR (or other regulations for that matter) can specify other minimum age requirements.
* PeerTube is not in beta anymoreChocobozzz2018-10-181-2/+2
|
* Make abuse-delete confirmation box clearermike stedman2018-10-182-3/+10
|
* Change "delete" to "delete this report"Mike2018-10-181-1/+1
| | | Closes #1295.
* Fix lintChocobozzz2018-10-181-1/+1
|
* Better typingsChocobozzz2018-10-1861-145/+1604
|
* NoImplicitAny flag true (#1157)BO412018-10-1860-172/+176
| | | | | | | | 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
* Update translationsChocobozzz2018-10-1741-2300/+4763
|
* Merge branch 'feature/webtorrent-disabling' into developChocobozzz2018-10-176-16/+56
|\
| * Fix webtorrent disablingChocobozzz2018-10-172-28/+30
| |
| * move to boolean switchRigel Kent2018-10-136-27/+26
| |
| * add webtorrent opt-out settingsRigel Kent2018-10-136-1/+40
| | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting
* | Bumped to version v1.1.0-alpha.1v1.1.0-alpha.1Chocobozzz2018-10-171-1/+1
| |
* | Fix code typosChocobozzz2018-10-167-12/+12
| |
* | Add ability to mute a user/instance by server in clientChocobozzz2018-10-1618-27/+410
| |