aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add api doc in htmlChocobozzz2018-01-242-2/+1
|
* Fix testsChocobozzz2018-01-242-19/+28
|
* Basic api documentation #7 (#220)Dimitri Gilbert2018-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | * Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
* Fix lintChocobozzz2018-01-242-2/+0
|
* Upgrade server dependenciesChocobozzz2018-01-244-4/+6
|
* Use json for schema.org instead of tagsChocobozzz2018-01-241-9/+7
|
* Add schema.org tags to videosChocobozzz2018-01-232-2/+26
|
* Destroy user token when changing its roleChocobozzz2018-01-236-23/+59
|
* Peertube home in /var/www instead of /homeChocobozzz2018-01-231-1/+0
|
* Fix testsChocobozzz2018-01-192-1/+3
|
* Add ability to configure log levelChocobozzz2018-01-196-14/+59
|
* Fix embed button outlineChocobozzz2018-01-191-1/+8
|
* Add http tracker in torrent tooChocobozzz2018-01-191-1/+2
|
* Fix videos list sql requestChocobozzz2018-01-181-30/+16
| | | | Sequelize my love <3
* Increase tests timeoutChocobozzz2018-01-1818-18/+18
|
* Video get SQL optimizationChocobozzz2018-01-181-5/+13
|
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-184-27/+77
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-186-20/+72
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-1834-205/+383
|
* Set sort refractoringChocobozzz2018-01-189-81/+25
|
* Add ability to update some configuration keysChocobozzz2018-01-1711-51/+496
|
* Update README badge pathsChocobozzz2018-01-161-1/+1
|
* Fix config storage pathsChocobozzz2018-01-162-9/+16
|
* Remove storage.certs from checkerChocobozzz2018-01-151-1/+1
|
* Prepare production workflowChocobozzz2018-01-151-4/+3
|
* Fix lintChocobozzz2018-01-151-2/+1
|
* Fix actor followers/following countsChocobozzz2018-01-154-26/+54
|
* Add commentsEnabled field to AS contextChocobozzz2018-01-121-1/+2
|
* Fix communication with mastodonChocobozzz2018-01-123-10/+10
|
* Fix lintChocobozzz2018-01-123-8/+6
|
* Fix tree comment renderingChocobozzz2018-01-121-1/+1
| | | | Sort by updatedAt too
* Update follower/following countsChocobozzz2018-01-128-1/+108
|
* Avoid making retried requests to dead followersChocobozzz2018-01-127-3/+44
|
* Activity Pub improvementsChocobozzz2018-01-114-6/+10
|
* Add maximum to actor follow scoresChocobozzz2018-01-111-1/+1
|
* Add reject processing for activitypubChocobozzz2018-01-114-1/+48
|
* Little SQL optimizationChocobozzz2018-01-111-17/+11
|
* Fix actor refreshChocobozzz2018-01-111-0/+2
|
* Add tests to handle down serverChocobozzz2018-01-1112-34/+161
|
* Add scores to follows and remove bad onesChocobozzz2018-01-1112-108/+188
|
* Run videojs outside angularChocobozzz2018-01-101-1/+0
|
* Fetch remote AP objectsChocobozzz2018-01-1020-385/+673
|
* Fix sharedInboxUrl listChocobozzz2018-01-091-10/+19
|
* Fix aot buildChocobozzz2018-01-091-2/+9
|
* Fix comment creationChocobozzz2018-01-082-1/+5
|
* Support video quota on clientChocobozzz2018-01-084-4/+40
|
* Fix overflow in select inputsChocobozzz2018-01-081-1/+1
|
* Disable job scheduler SQL queries loggingChocobozzz2018-01-081-1/+2
|
* Fix lintChocobozzz2018-01-081-1/+0
|
* Send comment to followers and parentsChocobozzz2018-01-084-44/+90
|