Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 8 | -5/+53 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Fix little typo in variable. | Armando Lüscher | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Add precision on upgrade script (#433) | Luc Didry | 2018-03-29 | 1 | -0/+2 |
| | |||||
* | Bumped to version v1.0.0-beta.3v1.0.0-beta.3 | Chocobozzz | 2018-03-29 | 2 | -2/+2 |
| | |||||
* | Fix changelog | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Upgrade changelog | Chocobozzz | 2018-03-29 | 2 | -2/+16 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 4 | -3/+5 |
| | |||||
* | add .editorconfig to maintain consistent coding styles (#429) | Rigel Kent | 2018-03-29 | 1 | -0/+21 |
| | | | Signed-off-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 16 | -24/+191 |
| | |||||
* | Disply other videos if screen >= 1300px | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 4 | -25/+53 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 5 | -27/+93 |
| | |||||
* | Fix views system behind a proxy | Chocobozzz | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Remove alpine image | Chocobozzz | 2018-03-28 | 3 | -33/+3 |
| | |||||
* | Add a hover effect on left menu links (#418) (#425) | Charles de Lacombe | 2018-03-28 | 1 | -4/+9 |
| | | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright? | ||||
* | Truncate correctly video descriptions | Chocobozzz | 2018-03-28 | 4 | -17/+36 |
| | |||||
* | Bumped to version v1.0.0-beta.2v1.0.0-beta.2 | Chocobozzz | 2018-03-28 | 2 | -2/+2 |
| | |||||
* | Update FreeBSD doc (fix typo in markdow syntax) | Chocobozzz | 2018-03-28 | 1 | -14/+5 |
|\ | |||||
| * | Update dependencies.md | Gérald Niel | 2018-03-27 | 1 | -9/+0 |
| | | |||||
| * | Fix typo in markdown syntax | Gérald Niel | 2018-03-27 | 1 | -5/+5 |
| | | |||||
* | | Documentation update for FreeBSD | Chocobozzz | 2018-03-27 | 2 | -2/+83 |
|\| | |||||
| * | Mise à jour documentation pour FreeBSD | Gérald Niel | 2018-03-27 | 2 | -2/+83 |
|/ | |||||
* | Reduce title/button size for embed | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2018-03-27 | 2 | -2/+2 |
| | |||||
* | Fix my videos pagination | Chocobozzz | 2018-03-27 | 2 | -2/+11 |
| | |||||
* | Fix videos list params | Chocobozzz | 2018-03-27 | 2 | -2/+3 |
| | |||||
* | Add root class if user is logged in | Chocobozzz | 2018-03-27 | 3 | -3/+7 |
| | |||||
* | Add privacy setting to upload.js cli (#422) | Olivier Jolly | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | Update changelog | Chocobozzz | 2018-03-27 | 1 | -0/+37 |
| | |||||
* | Fix custom server configuration numbers | Chocobozzz | 2018-03-27 | 4 | -12/+31 |
| | |||||
* | Redirect to homepage on empty search | Chocobozzz | 2018-03-27 | 2 | -4/+6 |
| | |||||
* | Add ability to search on domain and username too | Chocobozzz | 2018-03-27 | 1 | -3/+17 |
| | |||||
* | Decrease player button size on very small screens | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix content type response for ActivityPub | Chocobozzz | 2018-03-27 | 1 | -16/+21 |
| | |||||
* | Improve SQL request for video AP request | Chocobozzz | 2018-03-27 | 1 | -5/+15 |
| | |||||
* | show quota in stats, display quota on the about page, fixes #405 (#421) | Rigel Kent | 2018-03-27 | 5 | -1/+24 |
| | | | move videoQuota under a user object, use byte PipeTransform | ||||
* | Put Person first in AP attributedTo | Chocobozzz | 2018-03-27 | 1 | -4/+4 |
| | |||||
* | Try to refractor activities sending | Chocobozzz | 2018-03-27 | 11 | -168/+99 |
| | | | | There is still a need for work on this part though | ||||
* | Add autoplay parameter in embed | Chocobozzz | 2018-03-27 | 1 | -1/+10 |
| | |||||
* | Fix delete comment federation | Chocobozzz | 2018-03-27 | 8 | -26/+80 |
| | |||||
* | Fix my videos list page | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | 4 lines per page instead of 3 for videos list | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Add sign language to the index of languages (#420) | Rigel Kent | 2018-03-27 | 1 | -1/+16 |
| | |||||
* | Clean shell scripts (#398) | Léo Andrès | 2018-03-27 | 22 | -59/+97 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 24 | -41/+57 |
| | |||||
* | Fix player error when the media is not supported | Chocobozzz | 2018-03-26 | 2 | -9/+8 |
| | |||||
* | Fix videos import script | Chocobozzz | 2018-03-26 | 1 | -1/+4 |
| | |||||
* | truncating long video names in import-videos.js (fixes #392) (#415) | Rigel Kent | 2018-03-26 | 1 | -1/+6 |
| | |||||
* | Reduce innactivity timeout on embed | Chocobozzz | 2018-03-26 | 1 | -0/+1 |
| | |||||
* | Improve embed video player responsive | Chocobozzz | 2018-03-26 | 1 | -5/+9 |
| |