Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 27 | -16/+202 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 25 | -91/+86 |
| | |||||
* | Add tests for open graph tags | Chocobozzz | 2017-07-11 | 2 | -0/+97 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 58 | -176/+450 |
| | |||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 5 | -18/+20 |
| | |||||
* | Type webtorrent | Chocobozzz | 2017-07-11 | 7 | -29/+88 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 59 | -166/+400 |
| | |||||
* | Fix upgrade peertube script (bad semver comparison) | Chocobozzz | 2017-07-10 | 1 | -3/+10 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 21 | -49/+49 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 10 | -54/+40 |
| | |||||
* | Video search -> case insensitive | Chocobozzz | 2017-07-06 | 2 | -10/+6 |
| | |||||
* | Fix page titles | Chocobozzz | 2017-07-06 | 10 | -18/+33 |
| | |||||
* | Clean up bottom video bar | Chocobozzz | 2017-07-06 | 2 | -9/+20 |
| | |||||
* | Better skin for videojs | Chocobozzz | 2017-07-06 | 5 | -3/+318 |
| | |||||
* | Update videojs -> 6 | Chocobozzz | 2017-07-06 | 7 | -133/+221 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 88 | -2520/+1995 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Fix test (#71) | Green-Star | 2017-07-02 | 12 | -17/+22 |
| | | | | | | | | | | | | * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments. | ||||
* | Move ensureRegistrationEnabled to middlewares | Chocobozzz | 2017-06-25 | 3 | -11/+23 |
| | |||||
* | ClientLocal -> OAuthClientLocal | Chocobozzz | 2017-06-25 | 5 | -12/+12 |
| | |||||
* | Remove ng2-completer | Chocobozzz | 2017-06-25 | 2 | -2/+1 |
| | |||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 25 | -67/+62 |
| | |||||
* | Rename 'npm run upgrade' to 'npm run upgrade-peertube' | Chocobozzz | 2017-06-25 | 3 | -2/+3 |
| | | | | It was confusing with the command 'npm run update' | ||||
* | Oup's, forgot to increate timeout test | Chocobozzz | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Fix travis tests | Chocobozzz | 2017-06-25 | 1 | -1/+2 |
| | |||||
* | Fix issue with node-sass and yarn | Chocobozzz | 2017-06-25 | 1 | -1/+2 |
| | |||||
* | Return to sequelize@4.0.0-2 (makes tests fail) | Chocobozzz | 2017-06-25 | 3 | -40/+37 |
| | |||||
* | Fix play script | Chocobozzz | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Fix client admin | Chocobozzz | 2017-06-25 | 3 | -31/+34 |
| | |||||
* | Fix client build | Chocobozzz | 2017-06-25 | 3 | -31/+606 |
| | | | | | | | A node dep is in ES2015, but uglify is not compatible. Temporary quick fix -> use babel on this module (awaiting an official support of uglify and webpack for ES2015) | ||||
* | Update dependencies | Chocobozzz | 2017-06-25 | 3 | -269/+429 |
| | |||||
* | Update sequelize | Chocobozzz | 2017-06-25 | 2 | -35/+40 |
| | |||||
* | Stop mocha tests after a failure | Chocobozzz | 2017-06-24 | 1 | -1/+1 |
| | |||||
* | Excluse .js.map when scanning models/ directory | Chocobozzz | 2017-06-24 | 1 | -1/+2 |
| | |||||
* | Don't generate yarn lockfile on upgrade | Chocobozzz | 2017-06-24 | 2 | -4/+2 |
| | |||||
* | Update systemd service template | Chocobozzz | 2017-06-20 | 2 | -2/+2 |
| | |||||
* | Fix client compilation | Chocobozzz | 2017-06-20 | 5 | -6/+3 |
| | |||||
* | Update README schemas | Chocobozzz | 2017-06-20 | 1 | -6/+6 |
| | |||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 30 | -61/+89 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 143 | -1955/+2022 |
| | |||||
* | Fix client compilation | Chocobozzz | 2017-06-16 | 2 | -5/+6 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 21 | -29/+89 |
| | |||||
* | Add this context to instance model functions | Chocobozzz | 2017-06-16 | 11 | -33/+39 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 43 | -83/+128 |
| | |||||
* | BaseRequestScheduler -> AbstractRequestScheduler | Chocobozzz | 2017-06-16 | 6 | -11/+11 |
| | |||||
* | Update readme/doc with new client port for dev | Chocobozzz | 2017-06-14 | 3 | -4/+9 |
| | |||||
* | Fix video update test | Chocobozzz | 2017-06-12 | 2 | -19/+16 |
| | |||||
* | Convert scripts to typescript | Chocobozzz | 2017-06-12 | 7 | -70/+65 |
| | |||||
* | Fix prod clean script | Chocobozzz | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Fix prod build | Chocobozzz | 2017-06-11 | 4 | -9/+17 |
| | |||||
* | Better models define typing | Chocobozzz | 2017-06-11 | 17 | -31/+31 |
| |