Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve check videos parameters tests | Chocobozzz | 2017-12-28 | 11 | -577/+332 | |
| | ||||||
* | Improve check users parameters tests | Chocobozzz | 2017-12-28 | 5 | -341/+172 | |
| | ||||||
* | Improve check services parameters tests | Chocobozzz | 2017-12-28 | 2 | -90/+39 | |
| | ||||||
* | Improve check jobs parameters tests | Chocobozzz | 2017-12-28 | 3 | -40/+30 | |
| | ||||||
* | Improve check follow params tests | Chocobozzz | 2017-12-28 | 21 | -153/+235 | |
| | ||||||
* | Tests directories refractor | Chocobozzz | 2017-12-28 | 38 | -95/+98 | |
| | ||||||
* | Add get old comment on follow tests | Chocobozzz | 2017-12-28 | 2 | -11/+67 | |
| | ||||||
* | Propagate old comment on new follow | Chocobozzz | 2017-12-28 | 75 | -304/+380 | |
| | ||||||
* | Fix preview 404 | Chocobozzz | 2017-12-28 | 2 | -2/+3 | |
| | ||||||
* | Add comments federation tests | Chocobozzz | 2017-12-27 | 9 | -56/+135 | |
| | ||||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 5 | -20/+68 | |
| | ||||||
* | Send video comment comments to followers/origin | Chocobozzz | 2017-12-27 | 5 | -51/+118 | |
| | ||||||
* | Add check params tests | Chocobozzz | 2017-12-27 | 4 | -4/+218 | |
| | ||||||
* | Begin unit tests | Chocobozzz | 2017-12-22 | 8 | -40/+247 | |
| | ||||||
* | Add comments controller | Chocobozzz | 2017-12-22 | 10 | -99/+445 | |
| | ||||||
* | Create comment on replied mastodon statutes | Chocobozzz | 2017-12-22 | 8 | -4/+295 | |
| | ||||||
* | Fix webfinger validator | Chocobozzz | 2017-12-21 | 3 | -5/+2 | |
| | ||||||
* | Sanitize url to not end with implicit ports | Chocobozzz | 2017-12-21 | 5 | -58/+122 | |
| | ||||||
* | Design modals | Chocobozzz | 2017-12-20 | 1 | -1/+1 | |
| | ||||||
* | Improve video tag in edit form | Chocobozzz | 2017-12-20 | 1 | -1/+1 | |
| | ||||||
* | Add transition on play/loading player | Chocobozzz | 2017-12-20 | 2 | -3/+20 | |
| | ||||||
* | Only import bootstrap component that we need | Chocobozzz | 2017-12-20 | 1 | -2/+2 | |
| | ||||||
* | Fix validators issue | Chocobozzz | 2017-12-20 | 2 | -3/+3 | |
| | ||||||
* | Handle mastodon shares | Chocobozzz | 2017-12-19 | 2 | -6/+17 | |
| | ||||||
* | Fix player play exception on chromium | Chocobozzz | 2017-12-19 | 3 | -4/+1 | |
| | ||||||
* | Accept domain without port for webfinger | Chocobozzz | 2017-12-19 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2017-12-19 | 3 | -5/+3 | |
| | ||||||
* | Set port if not specified in webfinger | Chocobozzz | 2017-12-19 | 3 | -19/+19 | |
| | ||||||
* | Fix migration | Chocobozzz | 2017-12-19 | 1 | -9/+1 | |
| | ||||||
* | Fix migration scripts | Chocobozzz | 2017-12-19 | 2 | -1/+2 | |
| | ||||||
* | Add foreign key migration | Chocobozzz | 2017-12-19 | 1 | -17/+36 | |
| | ||||||
* | Status are sent to mastodon | Chocobozzz | 2017-12-19 | 18 | -109/+130 | |
| | ||||||
* | Use RsaSignature2017 | Chocobozzz | 2017-12-19 | 7 | -11/+21 | |
| | ||||||
* | Add public/private keys generation in migrations | Chocobozzz | 2017-12-19 | 1 | -0/+13 | |
| | ||||||
* | Unfollow with host | Chocobozzz | 2017-12-19 | 3 | -44/+4 | |
| | ||||||
* | Add dirty migration :/ | Chocobozzz | 2017-12-19 | 5 | -10/+259 | |
| | ||||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 80 | -1992/+1721 | |
| | ||||||
* | Save | Chocobozzz | 2017-12-19 | 14 | -350/+425 | |
| | ||||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 9 | -5/+73 | |
| | | | | | | | | | 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) | Chocobozzz | 2017-12-15 | 1 | -1/+4 | |
| | ||||||
* | Fix tests | Chocobozzz | 2017-12-14 | 1 | -7/+6 | |
| | ||||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 10 | -308/+261 | |
| | ||||||
* | Add migration | Chocobozzz | 2017-12-13 | 4 | -7/+56 | |
| | ||||||
* | Fix job model | Chocobozzz | 2017-12-13 | 1 | -2/+2 | |
| | ||||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 142 | -4842/+3412 | |
| | ||||||
* | Upgrade to angular 5 | Chocobozzz | 2017-12-12 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2017-12-08 | 3 | -3/+1 | |
| | ||||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 7 | -59/+94 | |
| | ||||||
* | Begin admin design | Chocobozzz | 2017-12-08 | 1 | -2/+2 | |
| | ||||||
* | Fix test | Chocobozzz | 2017-12-08 | 1 | -3/+3 | |
| |