aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Expand)AuthorAgeFilesLines
* Add new follow, mention and user registered notifsChocobozzz2019-01-092-3/+10
* Add notification settings migrationChocobozzz2019-01-091-13/+9
* Add user notification base codeChocobozzz2019-01-094-8/+33
* Support additional video extensionsChocobozzz2018-12-112-8/+6
* Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube...Chocobozzz2018-12-071-1/+0
|\
| * Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut...buoyantair2018-11-205-16/+18
| |\
| * \ Merge branch 'develop' of https://github.com/Chocobozzz/PeerTube into move-ut...buoyantair2018-11-182-13/+6
| |\ \
| * | | Fix dependency errors between modulesbuoyantair2018-11-162-2/+2
* | | | Add tmp and redundancy directoriesChocobozzz2018-12-042-5/+2
* | | | Fix thumbnail processingChocobozzz2018-12-042-9/+14
* | | | Fix trending pageChocobozzz2018-12-031-2/+11
* | | | Don't import test tools in coreChocobozzz2018-11-222-5/+3
* | | | Delete invalid or deleted remote videosChocobozzz2018-11-202-57/+57
| |_|/ |/| |
* | | Fix checkbox marginsChocobozzz2018-11-195-12/+12
* | | Optimize image resizingChocobozzz2018-11-191-4/+6
| |/ |/|
* | Fix images size when downloading themChocobozzz2018-11-162-13/+6
|/
* Don't forward view, send updates insteadChocobozzz2018-11-151-12/+4
* Check activities hostChocobozzz2018-11-1415-46/+121
* AP mimeType -> mediaTypeChocobozzz2018-10-181-3/+6
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-1/+1
* Upsert cache file on create activityChocobozzz2018-10-023-11/+15
* Correctly forward comment deletionChocobozzz2018-10-021-2/+2
* Try to improve redundancy testsChocobozzz2018-10-021-0/+2
* Don't build redundancy urls with "-1" as fpsChocobozzz2018-10-011-1/+1
* Fix video fps validatorChocobozzz2018-10-011-3/+3
* Fix refreshing external video attributesChocobozzz2018-10-011-11/+11
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
* Ensure video existence before duplicating itChocobozzz2018-10-011-3/+7
* Fix federation with a comment replyChocobozzz2018-09-271-1/+1
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-1/+1
* Reduce video import TTLChocobozzz2018-09-251-1/+1
* Fix comment deletion with mastodonChocobozzz2018-09-241-1/+1
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-247-45/+76
* Remove unnecessary actor existance checkChocobozzz2018-09-211-3/+0
* Limit associations fetch when loading tokenChocobozzz2018-09-201-2/+2
* Put config redundancy strategies in "strategies" subkeyChocobozzz2018-09-191-0/+3
* Improve AP actor checksChocobozzz2018-09-195-21/+30
* Optimize activity actor load in AP processorsChocobozzz2018-09-1913-88/+73
* Optimize video view AP processingChocobozzz2018-09-193-51/+84
* Refractor videos AP functionsChocobozzz2018-09-197-219/+227
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-1/+1
* Refractor activities sendingChocobozzz2018-09-149-145/+133
* Basic video redundancy implementationChocobozzz2018-09-1316-136/+317
* Add federation to ownership changeChocobozzz2018-09-044-7/+20
* Bufferize videos views in redisChocobozzz2018-08-301-2/+2
* Fetch outbox when searching an actorChocobozzz2018-08-271-10/+21
* Search video channel handle/uriChocobozzz2018-08-271-11/+27
* Add ability to search video channelsChocobozzz2018-08-272-6/+6
* Refractor comment creation from federationChocobozzz2018-08-272-43/+17
* Add refresh video on searchChocobozzz2018-08-279-202/+244