Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Type isPromise | Chocobozzz | 2023-01-24 | 1 | -2/+2 |
| | |||||
* | Support mailto for custom markup | Chocobozzz | 2023-01-19 | 1 | -1/+5 |
| | |||||
* | Fix semver comparison | Chocobozzz | 2023-01-19 | 1 | -13/+4 |
| | |||||
* | Implement signup approval in server | Chocobozzz | 2023-01-19 | 1 | -1/+2 |
| | |||||
* | Redirect to default login url on 401 | Chocobozzz | 2023-01-04 | 1 | -1/+7 |
| | | | | Can be an external URL | ||||
* | Support reinjecting token in private m3u8 playlist | Chocobozzz | 2022-12-02 | 1 | -0/+9 |
| | |||||
* | Fix server lint | Chocobozzz | 2022-11-15 | 1 | -1/+1 |
| | |||||
* | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 2 | -0/+8 |
| | | | | | Even if it's already checked in middlewares It's better to have safe modals too | ||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 3 | -8/+29 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 1 | -0/+12 |
| | |||||
* | Don't display remove file icon in some cases | Chocobozzz | 2022-09-13 | 1 | -1/+13 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 1 | -0/+6 |
| | |||||
* | Reimplement a typed omit function | Chocobozzz | 2022-08-17 | 1 | -0/+14 |
| | |||||
* | Move to bullmq | Chocobozzz | 2022-08-09 | 1 | -1/+14 |
| | |||||
* | Add job queue hooks | Chocobozzz | 2022-08-02 | 1 | -4/+13 |
| | |||||
* | Add bulk action on following/followers | Chocobozzz | 2022-07-27 | 1 | -1/+9 |
| | |||||
* | Support hr locale | Chocobozzz | 2022-07-11 | 1 | -0/+1 |
| | |||||
* | Support tok in client | Chocobozzz | 2022-06-24 | 1 | -0/+1 |
| | |||||
* | Add control bar option for peertube player | Chocobozzz | 2022-05-20 | 1 | -0/+6 |
| | |||||
* | Support HTML entities in markdown fields | Chocobozzz | 2022-05-02 | 1 | -0/+1 |
| | |||||
* | Add ability to set start/end date to timeserie | Chocobozzz | 2022-04-15 | 1 | -0/+2 |
| | |||||
* | Update translations and support fa | Chocobozzz | 2022-03-03 | 1 | -0/+2 |
| | |||||
* | Fix plaintext markdown converter | Chocobozzz | 2022-02-04 | 1 | -2/+8 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -0/+2 |
| | | | | Prefer to replace paths at compile time | ||||
* | Move uuid stuff in extra utils | Chocobozzz | 2021-12-29 | 4 | -34/+6 |
| | | | | Since it requires an external dependency | ||||
* | Fix build | Chocobozzz | 2021-12-17 | 3 | -21/+9 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 13 | -43/+94 |
| | |||||
* | Move typescript utils in its own directory | Chocobozzz | 2021-12-16 | 2 | -46/+0 |
| | |||||
* | Add ability to disable p2p in embed with URL | Chocobozzz | 2021-12-16 | 1 | -0/+2 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 4 | -0/+82 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | Support nn and nb locales | Chocobozzz | 2021-12-13 | 1 | -0/+3 |
| | |||||
* | Give moderators access to edit channels (#4608) | kontrollanten | 2021-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * give admins access to edit all channels closes #4598 * test(channels): +admin update another users channel * Fix tests * fix(server): delete another users channel Since the channel owner isn't necessary the auth user we need to check the right account whether it's the last video or not. * REMOVE_ANY_VIDEO_CHANNEL > MANAGE_ANY_VIDEO_CHANNEL Merge REMOVE_ANY_VIDEO_CHANNEL and MANY_VIDEO_CHANNELS to MANAGE_ANY_VIDEO_CHANNEL. * user-right: moderator can't manage admins channel * client: MyVideoChannelCreateComponent > VideoChannelCreateComponent * client: MyVideoChannelEdit > VideoChannelEdit * Revert "user-right: moderator can't manage admins channel" This reverts commit 2c627c154e2bfe6af2e0f45efb27faf4117572f3. * server: clean dupl validator functionality * fix ensureUserCanManageChannel usage It's not async anymore. * server: merge channel validator middleares ensureAuthUserOwnsChannelValidator & ensureUserCanManageChannel gets merged into one middleware. * client(VideoChannelEdit): redirect to prev route * fix(VideoChannels): handle anon users * client: new routes for create/update channel * Refactor channel validators Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 2 | -0/+10 |
| | |||||
* | Add minimum bitrate limit | Chocobozzz | 2021-11-10 | 1 | -1/+25 |
| | |||||
* | Added 144p encoding (#4492) | Florian CUNY | 2021-11-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Improve advanced input filter | Chocobozzz | 2021-11-03 | 2 | -0/+14 |
| | |||||
* | Merge branch 'release/3.4.0' into develop | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix bitrate tests | Chocobozzz | 2021-10-12 | 1 | -1/+1 |
| | | |||||
* | | Safer iframe creation | Chocobozzz | 2021-10-11 | 1 | -11/+2 |
|/ | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 3 | -0/+88 |
| | |||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 1 | -2/+2 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 3 | -0/+17 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 9 | -40/+191 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 7 | -2/+3 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -0/+4 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 2 | -0/+2 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 3 | -387/+0 |
| | |||||
* | Fix image injection for custom markup | Chocobozzz | 2021-06-25 | 1 | -1/+3 |
| | |||||
* | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 2 | -17/+52 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -0/+4 |
| |