aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use RsaSignature2017Chocobozzz2017-12-1910-156/+176
|
* Add public/private keys generation in migrationsChocobozzz2017-12-191-0/+13
|
* Unfollow with hostChocobozzz2017-12-194-45/+5
|
* Add dirty migration :/Chocobozzz2017-12-195-10/+259
|
* Begin moving video channel to actorChocobozzz2017-12-19100-2036/+1756
|
* SaveChocobozzz2017-12-1915-351/+426
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-1918-12/+105
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Fix database connection (host + port)Chocobozzz2017-12-151-1/+4
|
* Fix testsChocobozzz2017-12-143-13/+11
|
* Use sequelize scopesChocobozzz2017-12-1413-311/+263
|
* Fix upgrade scriptChocobozzz2017-12-131-1/+1
|
* Add migrationChocobozzz2017-12-138-19/+71
|
* Fix job modelChocobozzz2017-12-131-2/+2
|
* Remove node 6 supportChocobozzz2017-12-131-6/+5
| | | | Please don't insult me
* Move models to typescript-sequelizeChocobozzz2017-12-13150-4864/+3466
|
* Add beautiful loading barChocobozzz2017-12-126-1/+116
|
* Add hmrChocobozzz2017-12-127-3/+38
|
* Small style fixesChocobozzz2017-12-1212-13/+49
|
* Improve lintChocobozzz2017-12-122-4/+9
|
* Upgrade to angular 5Chocobozzz2017-12-129-374/+281
|
* Upgrade scripts and embed webpack configChocobozzz2017-12-1215-1986/+81
|
* Move to angular cliChocobozzz2017-12-1274-1712/+1028
|
* Update readme screenshot with new designChocobozzz2017-12-111-1/+1
|
* Use input-group-sm instead of paddingChocobozzz2017-12-112-5/+2
|
* Copy to clipboard (#142)Julien Lemaire2017-12-117-5/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy buttons on share view Ugly but working buttons to copy video url and video iframe code. Add ngx-clipboard dependency to allow easy copy to clipboard directive. * Designed copy buttons Using some css (scss) rules to make buttons look better. * First version on copy feedback Little success alert message on copy. Fix lint errors Move dependencies to dev dependencies * Update button design * Use of notifications service Provides feedback of copy action to the user through the angular2-notifications module.
* Fix changing video we are watchingChocobozzz2017-12-112-19/+34
|
* Fix player height on chromeChocobozzz2017-12-111-1/+1
|
* Merge branch 'feature/design' into developChocobozzz2017-12-11244-3244/+4713
|\
| * Background orange on sorted columnsChocobozzz2017-12-111-2/+8
| |
| * Fix selection buttons in my videosChocobozzz2017-12-112-15/+25
| |
| * Embed player responsiveChocobozzz2017-12-113-11/+24
| |
| * Fix loading spinner in playerChocobozzz2017-12-115-160/+152
| |
| * Responsive my accountChocobozzz2017-12-115-14/+94
| |
| * Responsive playerChocobozzz2017-12-112-2/+17
| |
| * Videos watch responsiveChocobozzz2017-12-112-1/+32
| |
| * Responsive homepageChocobozzz2017-12-117-12/+47
| |
| * Fix lintChocobozzz2017-12-083-3/+1
| |
| * Finish admin designChocobozzz2017-12-0819-115/+164
| |
| * Design follow admin pageChocobozzz2017-12-0814-114/+73
| |
| * Design admin data tablesChocobozzz2017-12-0818-87/+214
| |
| * Begin admin designChocobozzz2017-12-0821-295/+290
| |
| * Fix testChocobozzz2017-12-081-3/+3
| |
| * Optimise transaction for video uploadChocobozzz2017-12-083-53/+49
| |
| * Design second video upload stepChocobozzz2017-12-0824-98/+173
| |
| * Add progress bar for video uploadChocobozzz2017-12-076-13/+37
| |
| * First upload step is okChocobozzz2017-12-076-67/+69
| |
| * Make some fields optional when uploading a videoChocobozzz2017-12-075-57/+117
| |
| * First step upload with new designChocobozzz2017-12-076-235/+145
| |
| * Design video updateChocobozzz2017-12-079-109/+236
| |
| * Move video form inside a componentChocobozzz2017-12-077-135/+190
| |