aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add comments federation testsChocobozzz2017-12-2710-57/+136
|
* Fix comment replyChocobozzz2017-12-271-26/+14
|
* Add video comment componentsChocobozzz2017-12-2741-70/+666
|
* Send video comment comments to followers/originChocobozzz2017-12-275-51/+118
|
* Add check params testsChocobozzz2017-12-274-4/+218
|
* Begin unit testsChocobozzz2017-12-229-42/+252
|
* Add comments controllerChocobozzz2017-12-2211-99/+464
|
* Create comment on replied mastodon statutesChocobozzz2017-12-2213-11/+399
|
* Better admin tablesChocobozzz2017-12-2110-24/+48
|
* Add no result text if there are no resultsChocobozzz2017-12-214-7/+25
|
* Add tooltip to likes/dislikes barChocobozzz2017-12-215-18/+31
|
* Fix webfinger validatorChocobozzz2017-12-213-5/+2
|
* Sanitize url to not end with implicit portsChocobozzz2017-12-215-58/+122
|
* Add ability to remove a video on watch pageChocobozzz2017-12-202-0/+32
|
* Design modalsChocobozzz2017-12-2020-109/+246
|
* Improve video tag in edit formChocobozzz2017-12-203-2/+16
|
* Customize checkboxsChocobozzz2017-12-207-24/+81
|
* Customize selectChocobozzz2017-12-2013-82/+190
|
* Redirect to uuid video route after uploadChocobozzz2017-12-201-4/+8
|
* Add transition on play/loading playerChocobozzz2017-12-204-4/+52
|
* Fix nav in manage followsChocobozzz2017-12-203-1/+8
|
* Add poster for video watchChocobozzz2017-12-201-1/+7
|
* Improve player on small screenChocobozzz2017-12-202-40/+63
|
* Only import bootstrap component that we needChocobozzz2017-12-203-49/+43
|
* Add bootstrap analyzer and optimize buildChocobozzz2017-12-209-10/+123
|
* Fix embed faviconChocobozzz2017-12-201-1/+1
|
* Fix validators issueChocobozzz2017-12-202-3/+3
|
* Add Archlinux instructions for installation in README (#161)Simon Gilliot2017-12-191-0/+6
|
* Handle mastodon sharesChocobozzz2017-12-193-7/+18
|
* Fix player play exception on chromiumChocobozzz2017-12-194-11/+10
|
* Accept domain without port for webfingerChocobozzz2017-12-191-1/+1
|
* Fix lintChocobozzz2017-12-193-5/+3
|
* Set port if not specified in webfingerChocobozzz2017-12-193-19/+19
|
* Fix autoplay on non authenticated usersChocobozzz2017-12-191-2/+10
|
* Fix migrationChocobozzz2017-12-191-9/+1
|
* Try to fix travisChocobozzz2017-12-191-4/+3
|
* Fix migration scriptsChocobozzz2017-12-193-1/+3
|
* Upgrade travis g++Chocobozzz2017-12-191-2/+2
|
* Add foreign key migrationChocobozzz2017-12-191-17/+36
|
* Status are sent to mastodonChocobozzz2017-12-1920-111/+133
|
* 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
|