aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix custom server configuration numbersChocobozzz2018-03-271-5/+8
* Add ability to search on domain and username tooChocobozzz2018-03-271-3/+17
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
* Improve SQL request for video AP requestChocobozzz2018-03-271-5/+15
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-271-0/+3
* Put Person first in AP attributedToChocobozzz2018-03-271-4/+4
* Try to refractor activities sendingChocobozzz2018-03-2711-168/+99
* Fix delete comment federationChocobozzz2018-03-278-26/+80
* Add sign language to the index of languages (#420)Rigel Kent2018-03-271-1/+16
* Fix error loggingChocobozzz2018-03-2623-37/+47
* Fix videos import scriptChocobozzz2018-03-261-1/+4
* truncating long video names in import-videos.js (fixes #392) (#415)Rigel Kent2018-03-261-1/+6
* per missing field error in upload.js (fixes #414) (#416)Rigel Kent2018-03-261-1/+5
* Fix check comments params unit testsChocobozzz2018-03-261-2/+2
* Removing unnecessary semicolonsOkhin2018-03-241-4/+4
* Replacing the err being thrown by a gracefull exit.process(1)Okhin2018-03-241-2/+6
* Limit comment length to 1 character, fixes #394 (#399)Aurélien Bertron2018-03-241-1/+1
* Add public to activitypub announcesChocobozzz2018-03-231-1/+1
* Fix error display on edit config in adminChocobozzz2018-03-231-3/+6
* Don't search migration version in old Applications table anymoreChocobozzz2018-03-231-11/+3
* Improve logging when cannot fetch remote videosChocobozzz2018-03-231-5/+10
* Improve activity pub actors implementationChocobozzz2018-03-228-11/+31
* Add activity route to video and video comment objectsChocobozzz2018-03-221-0/+19
* Add option to disable starttlsChocobozzz2018-03-222-1/+2
* Add /activity to activity create idsChocobozzz2018-03-221-1/+1
* Disable starttls for emails on localhostChocobozzz2018-03-221-1/+1
* Add logging for emailsChocobozzz2018-03-222-2/+32
* Fix issues with truncated description and utf charactersChocobozzz2018-03-214-5/+12
* Fix mentions in commentsChocobozzz2018-03-211-7/+7
* Display ffmpeg output errorsChocobozzz2018-03-201-3/+7
* Fix resolution orderChocobozzz2018-03-191-2/+2
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-195-43/+59
* Update the api documentationChocobozzz2018-03-196-17/+13
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-192-11/+11
* Update videos response apiChocobozzz2018-03-192-36/+51
* Sanitize invalid actor descriptionChocobozzz2018-03-192-10/+29
* Add short description in configChocobozzz2018-03-157-4/+23
* Upgrade server depencenciesChocobozzz2018-03-132-3/+2
* Move sort middleware utils in utils fileChocobozzz2018-03-132-28/+25
* Add "local" videos in menuChocobozzz2018-03-134-5/+59
* Change video abuse API responseChocobozzz2018-03-123-32/+27
* Update videos api list for accountChocobozzz2018-03-129-80/+107
* Fix typo in "already exist" error messageCale2018-03-111-1/+1
* Fix logging timestampChocobozzz2018-03-081-2/+2
* Do not destroy the video if transcoding failsChocobozzz2018-03-081-3/+3
* Add documentation for upload scriptChocobozzz2018-03-051-1/+2
* Fix import videos toolChocobozzz2018-03-011-0/+1
* Add ability to change the homepageChocobozzz2018-03-015-0/+17
* Improve playback speed styleChocobozzz2018-03-011-4/+21
* Add stats routeChocobozzz2018-02-2815-36/+250