aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Collapse)AuthorAgeFilesLines
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+0
|
* Account/channel descriptions are not required anymoreChocobozzz2018-05-091-21/+74
|
* Fix video channel update/create on empty fieldsChocobozzz2018-05-071-3/+4
|
* Add video channel managementChocobozzz2018-04-261-2/+2
|
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+2
|
* Implement video channel feedsChocobozzz2018-04-251-6/+4
|
* Update video-channel routes (again)Chocobozzz2018-04-251-25/+0
| | | | Use /video-channels now, it's more simple for clients
* Video channel API routes refractorChocobozzz2018-04-251-0/+18
|
* Update video channel routesChocobozzz2018-04-242-1/+9
|
* Add account viewChocobozzz2018-04-241-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-192-3/+4
| | | | There is a global instance setting and a per user setting
* feature: initial syndication feeds supportRigel Kent2018-04-172-0/+36
| | | | | | | | | | | | | | | | | | 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.
* Upgrade server dependenciesChocobozzz2018-04-061-15/+14
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Move sort middleware utils in utils fileChocobozzz2018-03-132-28/+25
|
* Fix typo in "already exist" error messageCale2018-03-111-1/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-0/+6
|
* Fix lintChocobozzz2018-02-231-1/+1
|
* Detect posting request in our own inboxChocobozzz2018-02-231-1/+10
|
* Add ability to update another user videoChocobozzz2018-02-221-15/+5
|
* Add links to comment mentionsChocobozzz2018-02-211-2/+21
|
* Handle line feeds in commentsChocobozzz2018-02-201-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-153-3/+9
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+49
|
* Don't leak unlisted videosChocobozzz2018-01-311-3/+12
|
* Add tests for emailsChocobozzz2018-01-301-1/+1
|
* Add ability to reset our passwordChocobozzz2018-01-301-15/+78
|
* Don't leak passwords in logChocobozzz2018-01-261-4/+5
|
* Move job queue to redisChocobozzz2018-01-251-0/+23
| | | | | | | 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.
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+7
|
* Add ability to update some configuration keysChocobozzz2018-01-171-0/+32
|
* Add ability to delete commentsChocobozzz2018-01-042-2/+35
|
* Send account activitypub update eventsChocobozzz2018-01-032-2/+20
|
* Automatically resize avatarsChocobozzz2018-01-031-2/+1
|
* Add avatar max size limitChocobozzz2018-01-031-1/+10
|
* Add ability to disable video commentsChocobozzz2018-01-033-7/+22
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+20
|
* Improve check follow params testsChocobozzz2017-12-281-1/+5
|
* Propagate old comment on new followChocobozzz2017-12-2814-38/+48
|
* Add comments federation testsChocobozzz2017-12-271-1/+1
|
* Add video comment componentsChocobozzz2017-12-271-2/+2
|
* Begin unit testsChocobozzz2017-12-221-10/+11
|
* Add comments controllerChocobozzz2017-12-222-1/+135
|
* Set port if not specified in webfingerChocobozzz2017-12-191-2/+2
|
* Begin moving video channel to actorChocobozzz2017-12-193-40/+14
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+2
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Use sequelize scopesChocobozzz2017-12-141-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-1312-49/+50
|
* Make some fields optional when uploading a videoChocobozzz2017-12-071-3/+3
|
* Fix client searchChocobozzz2017-12-051-3/+2
|