aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Collapse)AuthorAgeFilesLines
* feature: IP filtering on signup pageRigel Kent2018-05-221-0/+36
| | | | | | disable registration form on IP not in range checking the CIDR list before filtering with it placing the cidr filters as an attribute object in the config
* Fix video channel update with an admin accountChocobozzz2018-05-171-3/+18
|
* Fix updating video tags to empty fieldChocobozzz2018-05-162-5/+7
|
* Move normalize functions in helpersChocobozzz2018-05-112-2/+21
|
* Improve AP validation for NotesChocobozzz2018-05-112-8/+22
|
* Add ability to update a video channelChocobozzz2018-05-111-0/+16
|
* Improve video torrent AP object validatorChocobozzz2018-05-112-16/+17
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-1/+15
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-0/+5
|
* Add account viewChocobozzz2018-04-242-60/+79
|
* Use ISO 639 for languagesChocobozzz2018-04-233-9/+15
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-4/+6
| | | | There is a global instance setting and a per user setting
* feature: initial syndication feeds supportRigel Kent2018-04-171-0/+23
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Accept unlisted comments tooChocobozzz2018-04-041-1/+4
|
* Remove alpine imageChocobozzz2018-03-281-2/+2
|
* Truncate correctly video descriptionsChocobozzz2018-03-282-1/+29
|
* Fix error loggingChocobozzz2018-03-265-8/+18
|
* Improve activity pub actors implementationChocobozzz2018-03-223-3/+10
|
* Add logging for emailsChocobozzz2018-03-221-1/+29
|
* Fix issues with truncated description and utf charactersChocobozzz2018-03-211-1/+0
|
* Display ffmpeg output errorsChocobozzz2018-03-201-3/+7
|
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-2/+4
|
* Update the api documentationChocobozzz2018-03-191-6/+1
|
* Update videos response apiChocobozzz2018-03-191-1/+6
|
* Sanitize invalid actor descriptionChocobozzz2018-03-191-0/+4
|
* Upgrade server depencenciesChocobozzz2018-03-131-1/+1
|
* Fix logging timestampChocobozzz2018-03-081-2/+2
|
* Fix resolution for portrait videosChocobozzz2018-02-271-4/+10
|
* Don't fail on upload if we cannot generate thumbnailChocobozzz2018-02-271-10/+23
|
* Keep ratio for thumbnailsChocobozzz2018-02-271-7/+11
|
* Add 30 fps limit in transcodingChocobozzz2018-02-261-11/+42
|
* Add links to comment mentionsChocobozzz2018-02-212-1/+12
|
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-5/+11
|
* Fix remote image fetchingChocobozzz2018-02-152-4/+6
|
* Implement support field in video and video channelChocobozzz2018-02-155-3/+24
|
* Handle thumbnail updateChocobozzz2018-02-141-1/+1
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-145-36/+85
|
* Fix crash with websocket trackerChocobozzz2018-02-091-2/+2
|
* Fix timestamp loggingChocobozzz2018-02-091-1/+1
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+1
|
* Add missing context fieldsChocobozzz2018-01-291-0/+18
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-1/+2
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-262-2/+2
|
* Fix announce activitiesChocobozzz2018-01-261-3/+2
|
* Only accept public commentsChocobozzz2018-01-261-2/+5
|
* Move job queue to redisChocobozzz2018-01-252-0/+15
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Fix testsChocobozzz2018-01-191-1/+2
|
* Add ability to configure log levelChocobozzz2018-01-192-12/+50
|
* Add ability to update some configuration keysChocobozzz2018-01-171-1/+1
|
* Fix config storage pathsChocobozzz2018-01-161-1/+8
|