Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change manifest properties (#285) | Lucas Teixeira | 2018-02-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | * Change full screen to standalone This will make the notification bar visible * Added theme color Now the address bar will match the color of the search panel. * Remove orientation:"portrait" * Re-adding orientation property This time, with "any" value | ||||
* | Video previews take all the width on mobile | Chocobozzz | 2018-02-09 | 10 | -14/+49 |
| | |||||
* | Add service worker | Chocobozzz | 2018-02-08 | 5 | -4/+63 |
| | |||||
* | Better peertube icons | Chocobozzz | 2018-02-08 | 17 | -17/+22 |
| | |||||
* | Fix error with other videos displayed | Chocobozzz | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Include manifest in build | Chocobozzz | 2018-02-08 | 1 | -1/+2 |
| | |||||
* | Fix other videos not displayed in video watch | Chocobozzz | 2018-02-08 | 1 | -4/+12 |
| | |||||
* | Include Web Manifest (#273) | Lucas Teixeira | 2018-02-08 | 9 | -0/+43 |
| | | | | | | | | | | | | | | | | * Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo | ||||
* | Fix file downloading | Chocobozzz | 2018-02-07 | 1 | -1/+4 |
| | |||||
* | Fix title and action buttons in video watch | Chocobozzz | 2018-02-07 | 2 | -5/+8 |
| | |||||
* | Watch icon should be on the right | Chocobozzz | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Fix video play on google chrome | Chocobozzz | 2018-02-07 | 2 | -16/+10 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 15 | -7/+184 |
| | |||||
* | Add new name/terms/description config options | Chocobozzz | 2018-01-31 | 13 | -70/+156 |
| | |||||
* | Add follower name in admin list | Chocobozzz | 2018-01-31 | 1 | -0/+1 |
| | |||||
* | Fix responsive with modale and menu displayed | Chocobozzz | 2018-01-31 | 3 | -3/+11 |
| | |||||
* | Improve responsive on video watch | Chocobozzz | 2018-01-31 | 5 | -187/+227 |
| | |||||
* | Hide description previews on mobile view | Chocobozzz | 2018-01-31 | 7 | -7/+15 |
| | |||||
* | Fix human dates in result lists | Chocobozzz | 2018-01-31 | 6 | -37/+19 |
| | |||||
* | Add version in footer | Chocobozzz | 2018-01-31 | 3 | -1/+6 |
| | |||||
* | Mobile version: menu full width and autoclosed | Chocobozzz | 2018-01-31 | 3 | -59/+16 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -2/+0 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 13 | -29/+309 |
| | |||||
* | Add little effect on hover for the play button | Chocobozzz | 2018-01-29 | 2 | -1/+9 |
| | |||||
* | Add message on 413 http error code | Chocobozzz | 2018-01-29 | 1 | -0/+3 |
| | |||||
* | Add ability to login with email | Chocobozzz | 2018-01-29 | 1 | -2/+2 |
| | |||||
* | 25 items per page | Chocobozzz | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Fix search pagination | Chocobozzz | 2018-01-29 | 2 | -5/+13 |
| | |||||
* | Only accept public comments | Chocobozzz | 2018-01-26 | 1 | -0/+1 |
| | |||||
* | Improve video upload guard a little bit | Chocobozzz | 2018-01-25 | 4 | -13/+35 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 4 | -11/+33 |
| | | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. | ||||
* | Issue #195 : When uploading, warn when the user quits the page (#222) | Dimitri Gilbert | 2018-01-25 | 4 | -6/+38 |
| | | | | | | | | | | | | | | | | | | | | | | * issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style | ||||
* | Misc. typos (#245) | luzpaz | 2018-01-25 | 1 | -1/+1 |
| | | | Found via `codespell -q 3` | ||||
* | Avoid to linkify truncated links | Chocobozzz | 2018-01-23 | 1 | -1/+4 |
| | |||||
* | Add style to cancel button | Chocobozzz | 2018-01-23 | 3 | -33/+43 |
| | |||||
* | Don't play video if user paused it during loading | Chocobozzz | 2018-01-23 | 1 | -3/+7 |
| | |||||
* | Issue #196 : Allow to cancel an upload (#221) | Dimitri Gilbert | 2018-01-23 | 2 | -4/+23 |
| | | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload | ||||
* | Fix embed button outline | Chocobozzz | 2018-01-19 | 1 | -0/+5 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 16 | -11/+428 |
| | |||||
* | Fix loader videojs | Chocobozzz | 2018-01-17 | 1 | -2/+2 |
| | |||||
* | Show a message on client when JavaScript is disabled (#200) | Rigel Kent | 2018-01-15 | 1 | -0/+9 |
| | |||||
* | Fix changing video in watch page | Chocobozzz | 2018-01-12 | 3 | -15/+34 |
| | |||||
* | Fix http token interceptor | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | Reduce job payload size | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | Fix spinner | Chocobozzz | 2018-01-11 | 2 | -16/+21 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 4 | -4/+3 |
| | |||||
* | Run videojs outside angular | Chocobozzz | 2018-01-10 | 1 | -6/+9 |
| | |||||
* | Fetch remote AP objects | Chocobozzz | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | Fix aot build | Chocobozzz | 2018-01-09 | 2 | -2/+7 |
| | |||||
* | Update dependencies | Chocobozzz | 2018-01-09 | 5 | -3/+24 |
| |