aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/server
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* Use HTML config when possibleChocobozzz2021-06-041-20/+7
|
* Load server config on app initChocobozzz2021-06-041-160/+20
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-1/+2
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* Instance homepage support (#4007)Chocobozzz2021-05-271-3/+4
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Inject server config in HTMLChocobozzz2021-05-141-17/+8
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+6
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+1
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Support transcoding profile in client adminChocobozzz2021-01-281-0/+4
|
* move from trending routes to alg paramRigel Kent2021-01-281-7/+5
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-1/+7
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+3
|
* Add max lives limitChocobozzz2020-11-091-0/+2
|
* Check live duration and sizeChocobozzz2020-11-091-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+7
|
* Reorganize shared modelsChocobozzz2020-08-071-9/+2
|
* deal with refresh token in embedRigel Kent2020-08-061-1/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-8/+10
|
* First implem global searchChocobozzz2020-06-101-12/+33
|
* Support broadcast messagesChocobozzz2020-05-291-3/+14
|
* Begin support for external authsChocobozzz2020-05-041-1/+3
|
* Handle overview pagination in clientChocobozzz2020-03-111-11/+13
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-2/+5
|\
| * Fix instance get configChocobozzz2020-02-171-2/+5
| |
* | Make the search helper change based on the server configRigel Kent2020-02-131-0/+6
| |
* | Add ability to list redundanciesChocobozzz2020-01-281-0/+7
|/
* Fix missing service initializer propertyRigel Kent2020-01-101-0/+7
|
* Lazy load static objectsChocobozzz2019-12-181-97/+108
|
* Add peertube version in features tableChocobozzz2019-12-131-0/+10
|
* add loop setting for playlists, and use sessionStorageRigel Kent2019-12-131-1/+1
|
* Disable webtorrent support in clientChocobozzz2019-11-251-0/+3
|
* WIP plugins: add theme supportChocobozzz2019-07-241-1/+7
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+1
|
* Don't break video scheduled publicationChocobozzz2019-06-071-6/+7
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+3
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+7
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Add/update/delete/list my playlistsChocobozzz2019-03-181-6/+24
|
* Add isNSFW instance configuration keyChocobozzz2019-02-201-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-1/+4
|
* WIP : Indicate to users how "trending" works (#1458)Aurélien Béranger2019-01-141-0/+5
| | | | | | | | | | * Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
* Implement contact form in the clientChocobozzz2019-01-101-4/+1
|
* Add contact form checkbox in admin formChocobozzz2019-01-101-0/+3
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+3
| | | | password system
* Better typingsChocobozzz2018-10-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | 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
* Better label for video privaciesChocobozzz2018-09-041-6/+6
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Correctly cache server translationsChocobozzz2018-08-271-3/+3
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+2
|