aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Do not reuse reset password linksChocobozzz2020-08-123-0/+19
|
* Add kabile to supported languagesChocobozzz2020-08-111-1/+3
|
* Make channelName optionnal in tests only and validatorskimsible2020-08-111-14/+11
| | | | | | | | Fix tests channel displayName Make channelName in createUser optionnal on server side to not break api Fix auto channelName with createUser in tests
* Make channelName optionnal only for the APIkimsible2020-08-111-1/+1
|
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
|
* Add channelName to user-create server-side and modelskimsible2020-08-111-1/+5
|
* Refactor video extensions logic in serverChocobozzz2020-08-116-52/+87
|
* add and document new additional video extensions supported at uploadRigel Kent2020-08-102-6/+37
|
* Fix twitter embedChocobozzz2020-08-071-1/+7
|
* Add ability to share playlists in modalChocobozzz2020-08-072-1/+3
|
* Handle playlist oembedChocobozzz2020-08-077-212/+449
|
* Handle playlist methods in embed apiChocobozzz2020-08-071-4/+5
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-7/+8
|
* Fix lintChocobozzz2020-08-073-5/+12
|
* Reorganize shared modelsChocobozzz2020-08-0711-40/+48
|
* Upgrade to angular 10Chocobozzz2020-08-071-0/+1
|
* Fix resolution for portrait videosChocobozzz2020-08-032-6/+7
|
* Increase redundancy check params timeoutChocobozzz2020-07-311-1/+1
|
* Fix video only HLS on iosChocobozzz2020-07-311-2/+6
|
* Fix client testsChocobozzz2020-07-311-61/+59
|
* Fix testsChocobozzz2020-07-311-2/+2
|
* Add openapi docChocobozzz2020-07-315-10/+7
|
* Add migrations for abuse messagesChocobozzz2020-07-316-16/+87
|
* Add abuse messages/states notificationsChocobozzz2020-07-3115-38/+426
|
* Add abuse messages management in my accountChocobozzz2020-07-319-23/+109
|
* Add abuse message management in adminChocobozzz2020-07-311-0/+2
|
* Add server API to abuse messagesChocobozzz2020-07-3124-185/+931
|
* Increase timeout for moderation notificationsChocobozzz2020-07-311-6/+6
|
* Correctly test ldapChocobozzz2020-07-311-2/+2
|
* Don't run in parallel cli and plugin testsChocobozzz2020-07-312-9/+11
|
* Use parallel to run tests in parallelChocobozzz2020-07-314-39/+0
|
* Don't rely on youtube for testsChocobozzz2020-07-316-40/+39
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Add fcbk open-graph and twitter-card metas for accounts, video-channels, ↵Kim2020-07-314-79/+371
| | | | | | | | | | | | | | | | | playlists urls (#2996) * Add open-graph and twitter-card metas to accounts and video-channels * Add open-graph and twitter-card to video-playlists watch view * Refactor meta-tags creation server-side * Add client.ts tests for account, channel and playlist tags * Correct lint forbidden spaces * Correct test regression on client.ts Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* test search for subscriptions and video-channelsRigel Kent2020-07-294-6/+60
|
* adapt notifications buttons for small screensRigel Kent2020-07-292-3/+7
|
* harmonize search for librariesRigel Kent2020-07-296-15/+70
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-293-8/+37
| | | | statuses
* allow sorting notificationsRigel Kent2020-07-291-2/+2
|
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-204-7/+10
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-204-7/+10
| |
* | Relax migrationsChocobozzz2020-07-111-7/+0
| |
* | Merge branch 'release/2.3.0' into developChocobozzz2020-07-103-6/+35
|\|
| * Fix video import testsChocobozzz2020-07-101-1/+1
| |
| * Handle webp images from youtube-dlChocobozzz2020-07-102-5/+34
| |
* | Add ability to report accountChocobozzz2020-07-103-7/+10
| |
* | Add ability to report comments in front endChocobozzz2020-07-102-2/+4
| |
* | Add new abuses testsChocobozzz2020-07-1020-345/+760
| |
* | Use raw sql for abusesChocobozzz2020-07-103-137/+219
| |
* | Add migrationsChocobozzz2020-07-1025-145/+621
| |
* | Implement abuses check paramsChocobozzz2020-07-1016-131/+588
| |