aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add video caption upload documentation and improve error messageRigel Kent2020-01-091-4/+4
| | | | fixes #2038
* Use lower instead of ilike to login usersChocobozzz2020-01-091-2/+6
|
* Return an error on invalid count paginationChocobozzz2020-01-094-10/+25
|
* Optimize list my playlists SQL queryChocobozzz2020-01-092-21/+25
|
* Optimize notification endpointChocobozzz2020-01-091-11/+11
|
* Add outbox page size parameterRigel Kent2020-01-094-4/+36
|
* Add correct status on not found videoChocobozzz2020-01-091-1/+4
|
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-0811-27/+36
|
* Add ability to skip count queryChocobozzz2020-01-0812-19/+53
|
* Optimize videos list SQL queries workflowChocobozzz2020-01-081-9/+12
|
* Optimize videos list SQL queryChocobozzz2020-01-081-1/+8
|
* Update http signatureChocobozzz2020-01-074-6/+17
|
* Update validator dependencyChocobozzz2020-01-0726-29/+28
|
* Add warning if admin disables webtorrentChocobozzz2020-01-061-1/+1
|
* Accept . _ and 0-9 plugin namesChocobozzz2020-01-061-1/+1
|
* Share playlists stateChocobozzz2020-01-061-2/+2
|
* Tests for totalRepliesFromVideoAuthorRigel Kent2020-01-032-1/+33
|
* Improve SQL query for my special playlistsChocobozzz2020-01-034-41/+53
|
* Add infohash cacheChocobozzz2020-01-035-5/+32
|
* Fix totalRepliesFromVideoAuthor SQL requestChocobozzz2020-01-031-1/+3
|
* Add miniature quick actions to add video to Watch later playlistRigel Kent2020-01-023-8/+31
|
* Add test to search in my videosChocobozzz2019-12-301-0/+18
|
* Fix URL normalization in import scriptChocobozzz2019-12-301-1/+1
|
* Auto add https:// in import script URLsChocobozzz2019-12-301-17/+24
|
* Fix my-account{videos,video-playlists} loading mecanismRigel Kent2019-12-291-1/+1
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+12
|
* Add search bars for a user's videos and playlist libraryRigel Kent2019-12-282-4/+23
|
* Add comment filtering by reply countRigel Kent2019-12-273-3/+17
|
* Cache some SQL queriesChocobozzz2019-12-272-3/+32
|
* Fix playlist searchChocobozzz2019-12-272-15/+25
|
* Case insensitive tags searchChocobozzz2019-12-271-1/+1
|
* Add playlist search option and search input for add-to-video-playlist dropdownRigel Kent2019-12-263-6/+45
| | | | fixes #2138
* Fix search SQL query where duplicationChocobozzz2019-12-231-1/+1
|
* Add index for recently added SQL queryChocobozzz2019-12-231-1/+6
|
* Optimize local sql queryChocobozzz2019-12-231-32/+9
|
* Litte SQL optimzation in videos listChocobozzz2019-12-231-24/+24
|
* Don't notify on muted instanceChocobozzz2019-12-194-19/+262
|
* Fix lint & testsChocobozzz2019-12-181-5/+7
|
* Remove CSP for embedChocobozzz2019-12-181-2/+1
|
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-182-2/+2
| | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928
* (nodeinfo) add server config to the nodeinfo metadataRigel Kent2019-12-172-30/+118
|
* Fix video import with long thumbnail urlChocobozzz2019-12-173-4/+46
|
* autoplay next video support for playlistsRigel Kent2019-12-135-1/+42
|
* Add max file size, max files and ip anonymize log optionsChocobozzz2019-12-122-4/+9
|
* Add internal privacy modeChocobozzz2019-12-1215-74/+194
|
* Use a migration script to generate HLS torrent filesChocobozzz2019-12-122-56/+1
|
* Don't add the unique preferredUsername index for nowChocobozzz2019-12-121-7/+7
| | | | We'll do it in the next release so admins can prepare it
* Fix logs regexChocobozzz2019-12-121-1/+2
|
* Fix comments feedChocobozzz2019-12-111-7/+10
|
* Serve audit logs to clientChocobozzz2019-12-116-58/+173
|