aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove libxmljs in favour of pure JS implemChocobozzz2021-04-061-7/+10
| |
* | add sort select to my videos, change default sort to -publishedAtRigel Kent2021-04-061-0/+8
| | | | | | | | fixes #3779
* | Fix import testsChocobozzz2021-04-061-0/+0
| |
* | Fix testsChocobozzz2021-04-058-2/+2
| |
* | Increase thumbnail size on serverChocobozzz2021-04-051-2/+2
| |
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-314-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* | Add client action hooks for pubish pagesChocobozzz2021-03-241-2/+1
| |
* | Add server hooks for search endpointChocobozzz2021-03-243-12/+111
| |
* | Add filter hook to forbid embed accessChocobozzz2021-03-245-4/+102
| |
* | Add hooks support for video downloadChocobozzz2021-03-244-13/+174
| |
* | Fix external on logout hookChocobozzz2021-03-242-3/+9
| |
* | Add regenrate thumbnails scriptsChocobozzz2021-03-242-0/+111
| |
* | Refactor auth flowChocobozzz2021-03-2419-238/+471
| | | | | | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* | Stricter email options typingsChocobozzz2021-03-241-29/+24
| |
* | Add new plugin/peertube version notifsChocobozzz2021-03-2426-21/+598
| |
* | Reduce bundle size using a const enumChocobozzz2021-03-241-3/+2
| |
* | Check ffmepg version on startupChocobozzz2021-03-244-13/+54
| |
* | Fix AP security testsChocobozzz2021-03-244-15/+34
| |
* | Don't skip all threads on AP fetcher errorChocobozzz2021-03-241-2/+6
| |
* | Fix index searchChocobozzz2021-03-241-2/+2
| |
* | Fix AP flag validatorChocobozzz2021-03-241-1/+1
| |
* | Bigger video thumbnails for feedsChocobozzz2021-03-241-5/+5
| |
* | Fix 404 AP status codesChocobozzz2021-03-247-85/+118
| |
* | Fix request body limitChocobozzz2021-03-242-5/+16
| |
* | Add jobs tag to loggerChocobozzz2021-03-245-21/+28
| |
* | Use got instead of requestChocobozzz2021-03-2428-297/+308
| |
* | Refactor a little bit AP validatorsChocobozzz2021-03-246-109/+68
| |
* | Introduce tags to the loggerChocobozzz2021-03-246-22/+40
|/ | | | | That could help to filter unneeded logs and/or select particular components
* Fix mention notification with deleted commentChocobozzz2021-03-221-1/+1
|
* Fix abuse testsChocobozzz2021-03-092-15/+16
|
* Fix moderation notificationChocobozzz2021-03-041-4/+7
|
* Increase timeoutsChocobozzz2021-03-041-2/+2
|
* Upgrade server dependenciesChocobozzz2021-03-033-65/+66
|
* Fix broken hot algorithmChocobozzz2021-03-031-6/+7
|
* Optimize views sort sql queryChocobozzz2021-03-033-2/+27
|
* Fix emptying video tagsChocobozzz2021-03-033-18/+15
|
* Don't create another uneeded preview placeholderChocobozzz2021-03-031-10/+19
|
* Remove unnecessary transcoding job errorChocobozzz2021-03-031-5/+12
|
* Rename request timeoutChocobozzz2021-03-034-13/+13
|
* Increase broadcast concurrencyChocobozzz2021-03-031-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-0317-48/+600
|
* Add a test for refreshing remote keysChocobozzz2021-02-261-7/+58
|
* Fix broken local actorsChocobozzz2021-02-268-23/+80
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* More robust channel change federationChocobozzz2021-02-262-5/+18
|
* Increase jobs request timeoutChocobozzz2021-02-261-1/+1
|
* Add more AP stats to stats endpointChocobozzz2021-02-264-18/+108
| | | | It will help to understand if the federation correctly works or not
* Fix abuse crash on deleted videoChocobozzz2021-02-261-3/+3
|
* Fix preview upload with capitalized extChocobozzz2021-02-261-1/+1
|
* Fix process abuse transactionsChocobozzz2021-02-252-14/+13
|
* Add refresh_token_expires_in to oauth resChocobozzz2021-02-252-2/+11
|