Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bumped to version v1.0.0-beta.14v1.0.0-beta.14 | Chocobozzz | 2018-09-25 | 2 | -2/+2 | |
| | ||||||
* | Fix bullets in changelog | Chocobozzz | 2018-09-25 | 1 | -5/+5 | |
| | ||||||
* | Update changelog | Chocobozzz | 2018-09-25 | 1 | -0/+35 | |
| | ||||||
* | Update CREDITS | Chocobozzz | 2018-09-25 | 1 | -3/+19 | |
| | ||||||
* | Update translations | Chocobozzz | 2018-09-24 | 35 | -420/+20611 | |
| | ||||||
* | Fix weird CSS bug with production build and CSS var | Chocobozzz | 2018-09-24 | 1 | -4/+7 | |
| | ||||||
* | Improve download modal input style | Chocobozzz | 2018-09-24 | 3 | -6/+8 | |
| | ||||||
* | Fix playback rate hotkey | Chocobozzz | 2018-09-24 | 2 | -9/+11 | |
| | ||||||
* | Fix comment deletion with mastodon | Chocobozzz | 2018-09-24 | 1 | -1/+1 | |
| | | | | Will only act with new comments | |||||
* | Improve redundancy: add 'min_lifetime' configuration | Chocobozzz | 2018-09-24 | 27 | -278/+627 | |
| | ||||||
* | Fix videos list user NSFW policy | Chocobozzz | 2018-09-24 | 3 | -6/+7 | |
| | ||||||
* | Merge pull request #1105 from BO41/unused-imports | Chocobozzz | 2018-09-24 | 25 | -75/+13 | |
|\ | | | | | remove unused imports | |||||
| * | Merge branch 'develop' into unused-imports | Chocobozzz | 2018-09-24 | 12 | -13/+182 | |
| |\ | |/ |/| | ||||||
* | | revert f845c683 partial: "fix SEO tags and attributes" | Rigel Kent | 2018-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | fix link to the list of open instances | Rigel Kent | 2018-09-24 | 1 | -1/+1 | |
| | | ||||||
* | | add url field to download modal | Rigel Kent | 2018-09-23 | 3 | -9/+38 | |
| | | ||||||
* | | append my-help popover to body instead of parent object | Rigel Kent | 2018-09-23 | 1 | -0/+1 | |
| | | ||||||
* | | add redirect after login (#1110) | BO41 | 2018-09-23 | 3 | -1/+17 | |
| | | ||||||
* | | add TOC to dependencies guide | Rigel Kent | 2018-09-23 | 1 | -0/+15 | |
| | | ||||||
* | | add dependencies for Fedora (#1111) | am97 | 2018-09-23 | 1 | -0/+68 | |
| | | ||||||
* | | add warning about RAM to contributing guide (#1112) | am97 | 2018-09-23 | 1 | -2/+4 | |
| | | ||||||
* | | add chevron hotkeys to change playback rate | Rigel Kent | 2018-09-22 | 1 | -1/+21 | |
| | | ||||||
* | | specify to run services before running PeerTube | Rigel Kent | 2018-09-22 | 1 | -0/+16 | |
| | | ||||||
| * | remove unused imports | BO41 | 2018-09-22 | 26 | -78/+14 | |
|/ | ||||||
* | autofocus first field on login | Rigel Kent | 2018-09-22 | 2 | -1/+4 | |
| | ||||||
* | i18n in video-edit | Rigel Kent | 2018-09-21 | 1 | -4/+4 | |
| | ||||||
* | Remove unnecessary actor existance check | Chocobozzz | 2018-09-21 | 4 | -12/+2 | |
| | | | | We already checked it in the signature checker | |||||
* | Upgrade tslint rules | Chocobozzz | 2018-09-21 | 6 | -12/+12 | |
| | ||||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 10 | -1425/+1265 | |
| | ||||||
* | Upgrade server dependencies | Chocobozzz | 2018-09-21 | 2 | -439/+1506 | |
| | ||||||
* | fix nav tab and tag color in dark theme | Rigel Kent | 2018-09-20 | 4 | -11/+26 | |
| | ||||||
* | fix SEO tags and attributes | Rigel Kent | 2018-09-20 | 2 | -3/+3 | |
| | ||||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 3 | -3/+3 | |
| | ||||||
* | Add warning if one of the storage directory is in the peertube | Chocobozzz | 2018-09-20 | 2 | -1/+19 | |
| | | | | | | production directory Because admins could loose these directories on peertube upgrade | |||||
* | Add a message if the user don't have any subscriptions | Chocobozzz | 2018-09-20 | 2 | -0/+4 | |
| | ||||||
* | Fix my account width on mobile | Chocobozzz | 2018-09-20 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #941 from rigelk/cli-wrapper | Chocobozzz | 2018-09-20 | 16 | -83/+625 | |
|\ | | | | | adding cli wrapper | |||||
| * | Merge branch 'develop' into cli-wrapper | Chocobozzz | 2018-09-20 | 125 | -1644/+2387 | |
| |\ | |/ |/| | ||||||
* | | Fix client e2e tests | Chocobozzz | 2018-09-20 | 3 | -6/+9 | |
| | | ||||||
* | | Improve responsive on small screens | Chocobozzz | 2018-09-20 | 5 | -4/+45 | |
| | | ||||||
* | | Improve videos list client performance | Chocobozzz | 2018-09-20 | 5 | -11/+29 | |
| | | ||||||
* | | Improve message when removing a user | Chocobozzz | 2018-09-20 | 1 | -1/+2 | |
| | | ||||||
* | | Cache user token | Chocobozzz | 2018-09-20 | 7 | -19/+79 | |
| | | ||||||
* | | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 11 | -80/+75 | |
| | | ||||||
* | | rename manifest | BO41 | 2018-09-20 | 4 | -5/+5 | |
| | | ||||||
* | | Fix jobs tests | Chocobozzz | 2018-09-19 | 2 | -2/+4 | |
| | | ||||||
* | | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 9 | -48/+58 | |
| | | ||||||
* | | Move youtubeDL upgrader in helpers/ | Chocobozzz | 2018-09-19 | 2 | -59/+70 | |
| | | ||||||
* | | Add redundancy check interval in config | Chocobozzz | 2018-09-19 | 6 | -12/+18 | |
| | | ||||||
* | | Put config redundancy strategies in "strategies" subkey | Chocobozzz | 2018-09-19 | 9 | -40/+46 | |
| | |