Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invisible things in dark mode | Chocobozzz | 2019-01-17 | 1 | -4/+6 |
| | |||||
* | Refactor how we use icons | Chocobozzz | 2019-01-17 | 2 | -7/+16 |
| | | | | Inject them in an angular component so we can easily change their color | ||||
* | Increase abuse length to 3000 | Chocobozzz | 2019-01-14 | 2 | -4/+11 |
| | | | | And correctly handle new lines | ||||
* | Add contact form checkbox in admin form | Chocobozzz | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | Add notifications in the client | Chocobozzz | 2019-01-09 | 2 | -10/+13 |
| | |||||
* | Improve video upload error handling | Chocobozzz | 2018-11-16 | 1 | -1/+6 |
| | |||||
* | Fix new Angular 7 issues | Chocobozzz | 2018-11-15 | 1 | -2/+3 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 3 | -5/+5 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | append my-help popover to body instead of parent object | Rigel Kent | 2018-09-23 | 1 | -0/+1 |
| | |||||
* | Fix watch page responsive | Chocobozzz | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | add theming via css custom properties | Rigel Kent | 2018-09-04 | 1 | -1/+0 |
| | | | | and a bonus dark color theme toggle | ||||
* | Add start at checkbox in share modal | Chocobozzz | 2018-08-27 | 1 | -0/+13 |
| | |||||
* | Add popover autoclose | Chocobozzz | 2018-08-27 | 1 | -0/+1 |
| | |||||
* | Migrate to bootstrap 4 and ng-bootstrap | Chocobozzz | 2018-08-09 | 1 | -2/+1 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 5 | -73/+0 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Sort video captions | Chocobozzz | 2018-07-25 | 1 | -0/+12 |
| | |||||
* | Improve frontend accessibility | Chocobozzz | 2018-07-17 | 2 | -0/+13 |
| | | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons | ||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 1 | -2/+8 |
| | |||||
* | Improve screen cache service | Chocobozzz | 2018-06-18 | 1 | -10/+24 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 2 | -14/+23 |
| | |||||
* | Translate tab heads | Chocobozzz | 2018-06-05 | 1 | -7/+10 |
| | |||||
* | Fix i18n in components | Chocobozzz | 2018-06-05 | 1 | -11/+11 |
| | |||||
* | Add i18n attributes | Chocobozzz | 2018-06-05 | 3 | -12/+16 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Video support field inherits channel support field | Chocobozzz | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | Fix change detection in app component | Chocobozzz | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Fix peertube with google bot | Chocobozzz | 2018-05-22 | 1 | -0/+10 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -0/+5 |
| | |||||
* | Fix some components after Angular 6 upgrade | Chocobozzz | 2018-05-16 | 1 | -0/+1 |
| | |||||
* | Avoid ... for delete/edit buttons in admin panel | Chocobozzz | 2018-05-09 | 3 | -4/+17 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 2 | -1/+3 |
| | |||||
* | Use popover for help component | Chocobozzz | 2018-04-18 | 3 | -29/+14 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id. | ||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 1 | -2/+2 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 2 | -16/+19 |
| | |||||
* | Proxify local storage and handle if it is unavailable | Chocobozzz | 2018-03-23 | 1 | -0/+70 |
| | |||||
* | More secure target blank links | Chocobozzz | 2018-03-19 | 1 | -1/+2 |
| | |||||
* | Improve admin tables | Chocobozzz | 2018-02-23 | 2 | -2/+3 |
| | |||||
* | Better help on markdown fields | Chocobozzz | 2018-02-23 | 3 | -17/+44 |
| | |||||
* | Add help tooltip | Chocobozzz | 2018-02-22 | 3 | -0/+94 |
| | |||||
* | Throttle infinite scroller | Chocobozzz | 2018-02-22 | 1 | -8/+12 |
| | |||||
* | Handle line feeds in comments | Chocobozzz | 2018-02-20 | 1 | -1/+8 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 1 | -1/+23 |
| | |||||
* | Rewrite infinite scroll | Chocobozzz | 2018-02-13 | 1 | -1/+6 |
| | |||||
* | Video previews take all the width on mobile | Chocobozzz | 2018-02-09 | 1 | -1/+6 |
| | |||||
* | Fix human dates in result lists | Chocobozzz | 2018-01-31 | 1 | -1/+13 |
| | |||||
* | Add scores to follows and remove bad ones | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| |