aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with websocket trackerChocobozzz2018-02-091-2/+2
* Fix timestamp loggingChocobozzz2018-02-091-1/+1
* Add service workerChocobozzz2018-02-081-2/+2
* Server the manifest tooChocobozzz2018-02-081-0/+2
* Fix job count apiChocobozzz2018-02-081-1/+1
* Fix job queue apiChocobozzz2018-02-071-1/+1
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
* Only list unlisted/public videos in outboxChocobozzz2018-02-041-1/+5
* Fix announces when fetching the actor outboxChocobozzz2018-02-041-1/+1
* Send an email on video abuse reportChocobozzz2018-02-015-6/+84
* Add about pageChocobozzz2018-01-313-8/+50
* Add new name/terms/description config optionsChocobozzz2018-01-316-3/+29
* Don't leak unlisted videosChocobozzz2018-01-311-3/+12
* Add version in footerChocobozzz2018-01-311-0/+2
* Fix job queue backoffChocobozzz2018-01-301-1/+1
* Add tests for emailsChocobozzz2018-01-308-12/+198
* Add ability to reset our passwordChocobozzz2018-01-3010-23/+364
* Add ability to login with emailChocobozzz2018-01-293-16/+7
* Fix migrationsChocobozzz2018-01-292-1/+24
* Add missing context fieldsChocobozzz2018-01-291-0/+18
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-294-18/+128
* Fix video announces processingChocobozzz2018-01-261-2/+5
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-264-4/+4
* Don't rehost announced video activitiesChocobozzz2018-01-269-53/+124
* Add unique index on video comment urlChocobozzz2018-01-261-0/+4
* Don't leak passwords in logChocobozzz2018-01-261-4/+5
* Fix announce activitiesChocobozzz2018-01-266-92/+66
* Add context on activitypub responsesChocobozzz2018-01-262-11/+17
* Only accept public commentsChocobozzz2018-01-261-2/+5
* Move job queue to redisChocobozzz2018-01-2544-654/+540
* Accept actors with url objects instead of stringChocobozzz2018-01-251-1/+8
* Misc. typos (#245)luzpaz2018-01-251-1/+1
* 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
* 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
* 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