Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update hotkeys to include user-specific routes | Rigel Kent | 2018-09-11 | 4 | -7/+32 | |
| | | | | also fix left-menu width | |||||
* | wrap the hotkeys component to allow templating :art: | Rigel Kent | 2018-09-11 | 9 | -4/+198 | |
| | ||||||
* | Don't include `preload` flag in sample HSTS header | Felix Ableitner | 2018-09-11 | 1 | -1/+1 | |
| | | | | | This goes against the recommendations (preloading should be opt-in). Putting it in the example makes it likely that people enable it without knowing what it means. https://hstspreload.org/?domain=peertube.social#opt-in | |||||
* | specify shift in keyboard shortcuts cheatsheet | Rigel Kent | 2018-09-11 | 2 | -4/+4 | |
| | ||||||
* | remember theme in localStorage | Rigel Kent | 2018-09-11 | 1 | -1/+12 | |
| | ||||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 12 | -80/+32 | |
| | | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now. | |||||
* | further enhance tools install explanation | Josh Morel | 2018-09-11 | 1 | -2/+2 | |
| | ||||||
* | Bumped to version v1.0.0-beta.12v1.0.0-beta.12 | Chocobozzz | 2018-09-11 | 2 | -2/+2 | |
| | ||||||
* | Add beta 12 changelog | Chocobozzz | 2018-09-10 | 1 | -0/+68 | |
| | ||||||
* | Update CREDITS | Chocobozzz | 2018-09-10 | 1 | -3/+23 | |
| | ||||||
* | Upgrade translations | Chocobozzz | 2018-09-10 | 4 | -2/+2881 | |
| | ||||||
* | make HSTS opt-in and leave it to the reverse-proxy | Rigel Kent | 2018-09-09 | 2 | -2/+7 | |
| | ||||||
* | add input color to cope with browser themes | Rigel Kent | 2018-09-09 | 1 | -1/+2 | |
| | ||||||
* | use css class for loading bar color | Rigel Kent | 2018-09-07 | 2 | -3/+3 | |
| | ||||||
* | Update translations | Chocobozzz | 2018-09-07 | 37 | -8021/+5853 | |
| | ||||||
* | move .sass-lint.yml to client/ | Rigel Kent | 2018-09-07 | 2 | -1/+2 | |
| | ||||||
* | add vulnerability disclosure policy | Rigel Kent | 2018-09-06 | 3 | -2/+52 | |
| | ||||||
* | draft "security.txt" spec integration (#1020) | Austin Heap | 2018-09-06 | 5 | -2/+26 | |
| | ||||||
* | move theme toggle icon to the right | Rigel Kent | 2018-09-06 | 3 | -4/+5 | |
| | ||||||
* | Fix video channel url in watch page | Chocobozzz | 2018-09-06 | 1 | -1/+1 | |
| | ||||||
* | refactor theme toggle into a service | Rigel Kent | 2018-09-06 | 6 | -36/+46 | |
| | ||||||
* | Align other videos block on small screens | Chocobozzz | 2018-09-06 | 1 | -5/+1 | |
| | ||||||
* | Unsubscribe from the router | Chocobozzz | 2018-09-06 | 1 | -3/+10 | |
| | ||||||
* | Fix video player theatre mode | Chocobozzz | 2018-09-06 | 2 | -4/+3 | |
| | ||||||
* | fix comment and top-menu placement regressions | Rigel Kent | 2018-09-05 | 3 | -2/+7 | |
| | ||||||
* | Fix occitan label | Chocobozzz | 2018-09-05 | 3 | -2/+5 | |
| | ||||||
* | Dislike bar in the same color as the button | Chocobozzz | 2018-09-05 | 1 | -2/+7 | |
| | ||||||
* | Put "start at" at the top of the modal | Chocobozzz | 2018-09-05 | 4 | -27/+25 | |
| | ||||||
* | Clean up change password validation | Chocobozzz | 2018-09-05 | 4 | -29/+27 | |
| | ||||||
* | Use dropdown in my account -> "my library" | Chocobozzz | 2018-09-05 | 3 | -8/+64 | |
| | ||||||
* | Fix channels search on mobile | Chocobozzz | 2018-09-05 | 1 | -21/+43 | |
| | ||||||
* | Fix video add background color | Chocobozzz | 2018-09-05 | 1 | -2/+2 | |
| | ||||||
* | Fix watch page responsive | Chocobozzz | 2018-09-05 | 7 | -48/+26 | |
| | ||||||
* | Fix menu on mobile | Chocobozzz | 2018-09-05 | 2 | -21/+13 | |
| | ||||||
* | hotkey to toggle dark theme | Rigel Kent | 2018-09-04 | 1 | -1/+12 | |
| | ||||||
* | add theming via css custom properties | Rigel Kent | 2018-09-04 | 25 | -55/+140 | |
| | | | | and a bonus dark color theme toggle | |||||
* | fixing grid readjustment with expand and screens < 1150px | Rigel Kent | 2018-09-04 | 5 | -8/+27 | |
| | ||||||
* | Fix overview page on mobile | Chocobozzz | 2018-09-04 | 4 | -35/+43 | |
| | ||||||
* | Try to improve remote tools explanation | Chocobozzz | 2018-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fix search results on mobile | Chocobozzz | 2018-09-04 | 3 | -4/+9 | |
| | ||||||
* | Better label for video privacies | Chocobozzz | 2018-09-04 | 9 | -17/+52 | |
| | ||||||
* | Making password change erroring more friendly | Jorropo | 2018-09-04 | 2 | -9/+24 | |
| | | | | | | If you leave the form but the 2 password is different a big red boxappears to warn you (no need to click on the button).The submit buttonis desactivated if the 2 password isn't the same. | |||||
* | Move nodeinfo model in shared/ | Chocobozzz | 2018-09-04 | 3 | -2/+2 | |
| | ||||||
* | check 'trending.videos.interval_days' config key | Chocobozzz | 2018-09-04 | 1 | -0/+1 | |
| | ||||||
* | Add overview videos to homepage options | Chocobozzz | 2018-09-04 | 1 | -0/+1 | |
| | ||||||
* | Add index to startDate in video view table | Chocobozzz | 2018-09-04 | 1 | -0/+3 | |
| | ||||||
* | Do not import live streaming | Chocobozzz | 2018-09-04 | 1 | -0/+1 | |
| | ||||||
* | Fix video import with URL with small titles | Chocobozzz | 2018-09-04 | 1 | -2/+3 | |
| | ||||||
* | Fix import videos duplicate detection | Chocobozzz | 2018-09-04 | 1 | -2/+2 | |
| | ||||||
* | Fix nsfw filter | Chocobozzz | 2018-09-04 | 3 | -2/+9 | |
| |