aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc
Commit message (Collapse)AuthorAgeFilesLines
* Add/update/delete/list my playlistsChocobozzz2019-03-181-1/+1
|
* Don't close help popover when clicking insideChocobozzz2019-02-211-1/+1
|
* Add user notification animationChocobozzz2019-02-205-4/+67
|
* Fix negative seconds by displaying 0 instead (#1445) (#1625)zacharystenger2019-02-121-1/+1
| | | | | | * Fix from-now.pipe.ts so it never displays negative seconds * Apply the fix only when returning seconds. Remove redundant Math.floor operation
* Fix invisible things in dark modeChocobozzz2019-01-171-4/+6
|
* Refactor how we use iconsChocobozzz2019-01-172-7/+16
| | | | Inject them in an angular component so we can easily change their color
* Increase abuse length to 3000Chocobozzz2019-01-142-4/+11
| | | | And correctly handle new lines
* Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
|
* Add notifications in the clientChocobozzz2019-01-092-10/+13
|
* Improve video upload error handlingChocobozzz2018-11-161-1/+6
|
* Fix new Angular 7 issuesChocobozzz2018-11-151-2/+3
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-183-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 objectRigel Kent2018-09-231-0/+1
|
* Fix watch page responsiveChocobozzz2018-09-051-1/+1
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+0
| | | | and a bonus dark color theme toggle
* Add start at checkbox in share modalChocobozzz2018-08-271-0/+13
|
* Add popover autocloseChocobozzz2018-08-271-0/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-2/+1
|
* Add reason when banning a userChocobozzz2018-08-085-73/+0
|
* Upgrade client dependenciesChocobozzz2018-07-311-2/+2
|
* Sort video captionsChocobozzz2018-07-251-0/+12
|
* Improve frontend accessibilityChocobozzz2018-07-172-0/+13
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Implement captions/subtitlesChocobozzz2018-07-161-2/+8
|
* Improve screen cache serviceChocobozzz2018-06-181-10/+24
|
* Add ability to schedule video publicationChocobozzz2018-06-152-14/+23
|
* Translate tab headsChocobozzz2018-06-051-7/+10
|
* Fix i18n in componentsChocobozzz2018-06-051-11/+11
|
* Add i18n attributesChocobozzz2018-06-053-12/+16
|
* Prepare i18n filesChocobozzz2018-06-051-1/+1
|
* Video support field inherits channel support fieldChocobozzz2018-05-251-2/+2
|
* Fix change detection in app componentChocobozzz2018-05-221-1/+1
|
* Fix peertube with google botChocobozzz2018-05-221-0/+10
|
* Fix updating video tags to empty fieldChocobozzz2018-05-161-0/+5
|
* Fix some components after Angular 6 upgradeChocobozzz2018-05-161-0/+1
|
* Avoid ... for delete/edit buttons in admin panelChocobozzz2018-05-093-4/+17
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-1/+1
|
* Add help concerning NSFW videos in uploadChocobozzz2018-04-192-1/+3
|
* Use popover for help componentChocobozzz2018-04-183-29/+14
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-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 formChocobozzz2018-03-281-2/+2
|
* Add initial video quota info in registration formChocobozzz2018-03-282-16/+19
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-0/+70
|
* More secure target blank linksChocobozzz2018-03-191-1/+2
|
* Improve admin tablesChocobozzz2018-02-232-2/+3
|
* Better help on markdown fieldsChocobozzz2018-02-233-17/+44
|
* Add help tooltipChocobozzz2018-02-223-0/+94
|
* Throttle infinite scrollerChocobozzz2018-02-221-8/+12
|
* Handle line feeds in commentsChocobozzz2018-02-201-1/+8
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-1/+23
|