aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix non-fixed header and menu when overflow-x body on touchscreens (#2711)Kim2020-05-115-14/+111
| | | | | | | | | * Make my-account-videos responsive on small screens * Make my-account-channels responsive for small screens * Make search result responsive on small screen Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix regression my-account menu overflow-x on screen width < 800px (#2707)Kim2020-05-115-10/+23
| | | | | | | | | | | | | | * Fix: correct my-account menu overflow-x on touchscreens * Add menuLeftDisplayed support for account-sub-menu * Handle menu in screen service + clean top-menu-dropdown * Add comment on menuWidth menu service to allow backtracking Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* Fix displaying more dropdown on touchscreenkimsible2020-05-112-0/+14
|
* Add edit button to scroll watch playlist on touchscreenskimsible2020-05-114-5/+94
|
* Merge branch 'master' into developChocobozzz2020-05-110-0/+0
|\
| * Merge branch 'release/2.1.0'Chocobozzz2020-02-2713-42/+69
| |\
| | * Bumped to version v2.1.1v2.1.1Chocobozzz2020-02-273-3/+3
| | |
| | * Update changelogChocobozzz2020-02-271-0/+15
| | |
* | | Add unique key on actor preferredUsernameChocobozzz2020-05-111-7/+7
| | |
* | | Allow to auto follow a specific URLChocobozzz2020-05-115-4/+10
| | |
* | | Fix safari e2e testsChocobozzz2020-05-113-8/+9
| | |
* | | Add test for auto mute list routerChocobozzz2020-05-112-8/+79
| | |
* | | Improve E2E testsChocobozzz2020-05-113-6/+11
| | |
* | | Cleanup oauth tokens cacheChocobozzz2020-05-111-0/+8
| | |
* | | Fix E2E testsChocobozzz2020-05-101-2/+5
| | |
* | | Fix gitlab ci tests postgresqlChocobozzz2020-05-101-3/+2
| | |
* | | Remove dots for long texts in multilineChocobozzz2020-05-101-25/+0
| | | | | | | | | | | | It's confusing, as we don't understand what are these dots: http://lutim.cpy.re/1AkiPBVf.png
* | | Display video redundancy entries as table link objectsRigel Kent2020-05-083-11/+20
| | |
* | | Align follower handle display on instance display in tablesRigel Kent2020-05-086-8/+27
| | |
* | | Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-0830-274/+1682
| | |
* | | Improve auto mute testsChocobozzz2020-05-072-4/+57
| | |
* | | Fix refresh tokenChocobozzz2020-05-071-3/+1
| | |
* | | Add auto mute plugin testsChocobozzz2020-05-074-0/+150
| | |
* | | Fix CLI buildChocobozzz2020-05-071-1/+1
| | |
* | | Add moderation helpers to pluginsChocobozzz2020-05-0734-150/+484
| | |
* | | Add last login date to usersChocobozzz2020-05-0710-9/+107
| | |
* | | Fix gitlab ci postgresql serviceChocobozzz2020-05-071-2/+3
| | |
* | | Use video abuse filters on client sideChocobozzz2020-05-0713-153/+342
| | |
* | | Update client dependenciesChocobozzz2020-05-062-706/+886
| | |
* | | Fix relative links in video descriptionChocobozzz2020-05-061-26/+25
| | |
* | | Fix comments feed with musted accountsChocobozzz2020-05-062-2/+21
| | |
* | | Add ability to override login signup messageChocobozzz2020-05-066-10/+14
| | |
* | | Support pagination rowsPerPage change in instance account/server blocklistsRigel Kent2020-05-062-2/+2
| | |
* | | Add ability to update embed captionsChocobozzz2020-05-067-9/+98
| | |
* | | parseQueryStringFilter cleanupChocobozzz2020-05-063-20/+16
| | |
* | | Fix mobile miniature information marginChocobozzz2020-05-061-2/+6
| | |
* | | Fix gitlab ci external testsChocobozzz2020-05-061-1/+1
| | |
* | | Fix lintChocobozzz2020-05-061-5/+5
| | |
* | | Add ability for video owners to delete commentsChocobozzz2020-05-053-10/+54
| | |
* | | Increase video comments limitChocobozzz2020-05-052-3/+3
| | |
* | | Fix playlist description lengthChocobozzz2020-05-052-1/+27
| | |
* | | Fix HLS audio only transcodingChocobozzz2020-05-053-1/+3
| | |
* | | Sort outbox by desc created at orderChocobozzz2020-05-051-1/+1
| | |
* | | Fix textarea sizeChocobozzz2020-05-052-2/+8
| | |
* | | Increase size of username/display name in admin users listChocobozzz2020-05-051-3/+2
| | |
* | | Add auth plugin info in users listChocobozzz2020-05-055-2/+31
| | |
* | | Fix nightly docker buildChocobozzz2020-05-051-1/+2
| | |
* | | Add federation compat question in faqChocobozzz2020-05-051-0/+6
| | |
* | | Fix plugin-auth migrationRigel Kent2020-05-052-1/+1
| | |
* | | Fix video-abuse-details avatar display and user-list dropdown placementRigel Kent2020-05-052-3/+3
| | |