aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Remove banner/avatar fields from channel/accountChocobozzz2023-07-282-4/+1
| | | | Deprecated since 4.2
* Add an option to sign federated fetches for mastodon compatibility (#5898)mira.bat2023-07-2713-51/+74
| | | | | | | | | | | | | | | | | | * Fix player error modal Not hidden when we change the video * Correctly dispose player components * Sign cross-server fetch requests for mastodon AUTHORIZED_FETCH compatibilty * Add a remote fetch sign configuration knob * Federated fetches refactoring --------- Co-authored-by: Chocobozzz <me@florianbigard.com> Co-authored-by: ira <ira@foxgirl.space>
* Remove unused paramChocobozzz2023-07-255-7/+10
|
* Implement replace file in server sideChocobozzz2023-07-214-0/+12
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-113-3/+3
|
* Use promise cache to load remote thumbnailsChocobozzz2023-06-291-2/+2
|
* Fix playlist thumbnail generationChocobozzz2023-06-292-6/+6
|
* Support lazy download of remote video miniaturesChocobozzz2023-06-293-67/+50
|
* Support lazy download thumbnailsChocobozzz2023-06-291-4/+4
|
* Handle correctly formatted AP attributedToChocobozzz2023-06-293-19/+34
|
* Fetch remote AP objects if only id is specifiedChocobozzz2023-06-2911-92/+141
|
* Add storyboard supportChocobozzz2023-06-297-21/+63
|
* Update server dependenciesChocobozzz2023-05-221-2/+2
|
* Fix reset sequelize instanceChocobozzz2023-05-112-5/+5
|
* Add video AP hooksChocobozzz2023-03-162-0/+6
|
* Add test on AP hooksChocobozzz2023-03-101-1/+1
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-104-10/+14
|
* Update server dependenciesChocobozzz2023-02-161-1/+1
|
* Fix retrying update on sql serialization conflictChocobozzz2023-02-142-17/+6
|
* Filter out invalid images from peertubeChocobozzz2022-11-231-19/+21
|
* Fix server lintChocobozzz2022-11-151-1/+1
|
* Don't inject untrusted inputChocobozzz2022-11-151-1/+2
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Merge branch 'release/4.3.0' into developChocobozzz2022-10-111-2/+2
|\
| * Fix channel follow with manually approved followerChocobozzz2022-10-111-2/+2
| |
* | Support refusing remote commentsChocobozzz2022-09-232-1/+36
|/
* Cleanup actor image without widthChocobozzz2022-09-161-5/+16
|
* Try playlist rebuild transaction if neededChocobozzz2022-09-091-2/+3
|
* Fix contextChocobozzz2022-09-091-1/+8
|
* Update server dependenciesChocobozzz2022-09-091-0/+1
|
* Prefer using our pick functionChocobozzz2022-08-171-1/+1
|
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-4/+4
|
* Use bullmq job dependencyChocobozzz2022-08-097-11/+11
|
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-1/+1
|
* Remove uneeded asyncChocobozzz2022-08-021-23/+14
|
* Add ability to delete a specific video fileChocobozzz2022-08-011-8/+17
|
* Fix process followChocobozzz2022-07-271-5/+5
|
* Handle rejected follows in clientChocobozzz2022-07-271-30/+78
| | | | Also add quick filters so it's easier to find pending follows
* Add rejected state to followsChocobozzz2022-07-272-1/+7
| | | | Prevent reprocessing already rejected follows
* Reduce joins need to generate AP urlChocobozzz2022-07-271-2/+2
|
* Use unique AP id for accept/rejectChocobozzz2022-07-252-7/+4
|
* Fix incorrect error logsChocobozzz2022-07-181-1/+1
|
* Correctly handle actors without follow countersChocobozzz2022-07-151-2/+5
|
* Fix lintChocobozzz2022-07-131-2/+2
|
* Reduce unknown undo logging levelChocobozzz2022-07-131-4/+16
|
* Add more error logsChocobozzz2022-07-131-0/+3
|
* Relax log levelChocobozzz2022-07-132-3/+3
| | | | | 401 is expected when the token has expired federation issues are not very important
* Introduce experimental telemetryChocobozzz2022-07-061-0/+20
|
* Rename video full loadingChocobozzz2022-06-285-6/+6
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-174-12/+25
|\
| * Send views in a dedicated queueChocobozzz2022-06-172-5/+16
| |