Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Chocobozzz | 2018-11-22 | 36 | -1725/+7725 |
| | |||||
* | Reload user table when setting an email to verified | Chocobozzz | 2018-11-21 | 1 | -0/+2 |
| | |||||
* | Add separators in user moderation dropdown | Chocobozzz | 2018-11-21 | 4 | -14/+36 |
| | |||||
* | enable email verification by admin (#1348) | Josh Morel | 2018-11-21 | 5 | -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 title | Chocobozzz | 2018-11-20 | 1 | -1/+2 |
| | |||||
* | Fix checkbox margins | Chocobozzz | 2018-11-19 | 2 | -37/+52 |
| | |||||
* | Optimize image resizing | Chocobozzz | 2018-11-19 | 1 | -1/+0 |
| | |||||
* | Auto login user on signup | Chocobozzz | 2018-11-16 | 1 | -6/+16 |
| | |||||
* | Improve message visibility on signup | Chocobozzz | 2018-11-16 | 3 | -10/+14 |
| | |||||
* | Check follow constraints when getting a video | Chocobozzz | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Improve video upload error handling | Chocobozzz | 2018-11-16 | 13 | -18/+80 |
| | |||||
* | Fix player progress bar when changing resolution | Chocobozzz | 2018-11-16 | 3 | -2/+7 |
| | |||||
* | Fix video channel videos url when scrolling | Chocobozzz | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | Fix embed video id parsing | Chocobozzz | 2018-11-15 | 1 | -3/+2 |
| | |||||
* | Fix miniature with a long name | Chocobozzz | 2018-11-15 | 2 | -4/+4 |
| | |||||
* | Add background effect to active menu page | Chocobozzz | 2018-11-15 | 1 | -1/+5 |
| | |||||
* | Upgrade server dep | Chocobozzz | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-11-15 | 2 | -574/+733 |
| | |||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 15 | -440/+502 |
| | |||||
* | update ng-bootstrap | BO41 | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | update dependencies | BO41 | 2018-11-15 | 1 | -15/+15 |
| | |||||
* | update angular | BO41 | 2018-11-15 | 2 | -21/+15 |
| | |||||
* | Check activities host | Chocobozzz | 2018-11-14 | 2 | -4/+4 |
| | |||||
* | add noImplicitThis flag (#1324) | BO41 | 2018-10-24 | 5 | -5/+6 |
| | |||||
* | Bumped to version v1.1.0-alpha.2 | Chocobozzz | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Fix webtorrent disabled by default | Chocobozzz | 2018-10-19 | 1 | -1/+2 |
| | |||||
* | PeerTube is not in alpha anymore | Chocobozzz | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Update translations | Chocobozzz | 2018-10-19 | 1 | -17/+14 |
| | |||||
* | Feature/description support fields length 1000 (#1267) | BRAINS YUM | 2018-10-19 | 3 | -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 embed | Chocobozzz | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | adding minimum signup age conforming to ceiling GPDR age | Rigel Kent | 2018-10-18 | 1 | -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 anymore | Chocobozzz | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | Make abuse-delete confirmation box clearer | mike stedman | 2018-10-18 | 2 | -3/+10 |
| | |||||
* | Change "delete" to "delete this report" | Mike | 2018-10-18 | 1 | -1/+1 |
| | | | Closes #1295. | ||||
* | Fix lint | Chocobozzz | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 61 | -145/+1604 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 60 | -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 translations | Chocobozzz | 2018-10-17 | 41 | -2300/+4763 |
| | |||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 6 | -16/+56 |
|\ | |||||
| * | Fix webtorrent disabling | Chocobozzz | 2018-10-17 | 2 | -28/+30 |
| | | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 6 | -27/+26 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 6 | -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.1 | Chocobozzz | 2018-10-17 | 1 | -1/+1 |
| | | |||||
* | | Fix code typos | Chocobozzz | 2018-10-16 | 7 | -12/+12 |
| | | |||||
* | | Add ability to mute a user/instance by server in client | Chocobozzz | 2018-10-16 | 18 | -27/+410 |
| | | |||||
* | | Add user/instance block by users in the client | Chocobozzz | 2018-10-16 | 24 | -26/+477 |
| | | |||||
* | | update tslint config and fix member ordering (#1279) | BO41 | 2018-10-16 | 6 | -35/+41 |
| | | |||||
* | | improve description of the HTTP video import feature | Rigel Kent | 2018-10-15 | 1 | -1/+1 |
| | | |||||
* | | add alwaysStrict flag to client/tsconfig.json (#1280) | BO41 | 2018-10-15 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'release/v1.0.0' into develop | Chocobozzz | 2018-10-11 | 1 | -1/+1 |
|\ |