Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch examples to curl since httpie has a 512MB limit (#3012) | Jinn Koriech | 2020-07-28 | 1 | -15/+18 |
| | | | Co-authored-by: Rigel Kent <par@rigelk.eu> | ||||
* | correct regressions on sub-menu for account and admin (#3004) | Kim | 2020-07-24 | 2 | -7/+9 |
| | |||||
* | Display user quota progress bars above upload form (#2981) | Kim | 2020-07-24 | 11 | -77/+141 |
| | | | | | | | | | | | | | | | | | * Move user-quota to my-user-quota shared component * Add user-quota to upload form * Increase progress bar height and make it focusable * Correct syntax parenthesis * Add explicit title to user-quota bars + tooltip with quota values * Hide user-quota in second upload step * Customize focus styles on user-quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Hide generic channel display name and avatar on watch view (#2988) | Kim | 2020-07-24 | 5 | -13/+57 |
| | | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | fix position for sub-menus with actor | Rigel Kent | 2020-07-23 | 1 | -0/+2 |
| | | | | fixes ed5bb517266c80904c44bf44a335f1003f5aa277 | ||||
* | separate menu options from their values, remove their chevron | Rigel Kent | 2020-07-23 | 1 | -6/+6 |
| | |||||
* | Fix compilation | Chocobozzz | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Improve navigation sub-menu and tabs effects (#2971) | Kim | 2020-07-23 | 29 | -97/+169 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Improve nav border and colors on active and non-active * Remove margin-top effect on active nav * Use opacity / bold instead of color change on nav * Remove dropdown items label in sub-menu and add a class active * Position sub-menu to fixed * Autoclose dropdown sub-menu only on outside click * Remove open dropdown on hover in sub-menu * Show reusable h1 for dropdown item in sub-menu * Put reusable sub-menu h1 styles to mixins * Add icons to sub-menu dropdown-item h1 * Make all the sub-menu accessible with focus Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Update my-account sub-menus icons (#2977) | Kim | 2020-07-23 | 7 | -8/+30 |
| | | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix: disable vertical scroll instead of hide on desktop browsers | kimsible | 2020-07-23 | 2 | -0/+12 |
| | |||||
* | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-21 | 8 | -18/+44 |
|\ | |||||
| * | Bumped to version v2.3.0v2.3.0 | Chocobozzz | 2020-07-21 | 3 | -3/+3 |
| | | |||||
| * | Update changelog | Chocobozzz | 2020-07-21 | 1 | -0/+5 |
| | | |||||
| * | Update changelog | Chocobozzz | 2020-07-21 | 1 | -11/+32 |
| | | |||||
| * | Fix E2E tests | Chocobozzz | 2020-07-21 | 4 | -4/+4 |
| | | |||||
* | | Fix embed p2p warning localization | Chocobozzz | 2020-07-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-20 | 22 | -109/+138 |
|\| | |||||
| * | Fix accessibility action buttons and display on imports and followers list | kimsible | 2020-07-20 | 5 | -24/+6 |
| | | |||||
| * | Correct missing test in user-edit template | kimsible | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | Correct action button selection mode styles | kimsible | 2020-07-20 | 1 | -3/+6 |
| | | |||||
| * | Correct maximized icon padding since new icons set implemented | kimsible | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | Fix: display username in password-reset and verify-email notifs | kimsible | 2020-07-20 | 4 | -7/+10 |
| | | |||||
| * | Fix issues with external links in search page | Chocobozzz | 2020-07-20 | 9 | -52/+81 |
| | | |||||
| * | Fallback to built in HLS if possible | Chocobozzz | 2020-07-20 | 1 | -21/+33 |
| | | |||||
* | | Relax migrations | Chocobozzz | 2020-07-11 | 1 | -7/+0 |
| | | |||||
* | | Merge branch 'release/2.3.0' into develop | Chocobozzz | 2020-07-10 | 3 | -6/+35 |
|\| | |||||
| * | Fix video import tests | Chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | Handle webp images from youtube-dl | Chocobozzz | 2020-07-10 | 2 | -5/+34 |
| | | |||||
* | | Update openapi | Chocobozzz | 2020-07-10 | 1 | -43/+48 |
| | | |||||
* | | Update contributing guide | Chocobozzz | 2020-07-10 | 2 | -7/+45 |
| | | |||||
* | | Add ability to report account | Chocobozzz | 2020-07-10 | 33 | -215/+515 |
| | | |||||
* | | Add ability to report comments in front end | Chocobozzz | 2020-07-10 | 22 | -160/+485 |
| | | |||||
* | | Add new abuses tests | Chocobozzz | 2020-07-10 | 29 | -375/+858 |
| | | |||||
* | | Use raw sql for abuses | Chocobozzz | 2020-07-10 | 4 | -146/+228 |
| | | |||||
* | | Add migrations | Chocobozzz | 2020-07-10 | 34 | -183/+675 |
| | | |||||
* | | Implement abuses check params | Chocobozzz | 2020-07-10 | 22 | -162/+665 |
| | | |||||
* | | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 103 | -1162/+2137 |
|/ | |||||
* | Fix embed url | Chocobozzz | 2020-07-10 | 6 | -7/+17 |
| | |||||
* | Fix lint | Chocobozzz | 2020-07-10 | 1 | -2/+2 |
| | |||||
* | Translated using Weblate (Chinese (Traditional)) | chocobozzz | 2020-07-10 | 1 | -558/+394 |
| | | | | | | | Currently translated at 99.1% (1424 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/ | ||||
* | Translated using Weblate (Russian) | chocobozzz | 2020-07-10 | 1 | -1/+1 |
| | | | | | | | Currently translated at 69.2% (994 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/ | ||||
* | Translated using Weblate (Swedish) | Filip Bengtsson | 2020-07-10 | 1 | -1/+1 |
| | | | | | | | Currently translated at 97.6% (1402 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/ | ||||
* | Translated using Weblate (Hungarian) | NorbiPeti | 2020-07-10 | 1 | -1/+1 |
| | | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/ | ||||
* | Translated using Weblate (Spanish) | Iñigo A | 2020-07-10 | 1 | -5/+5 |
| | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/es/ | ||||
* | Translated using Weblate (Swedish) | Filip Bengtsson | 2020-07-10 | 1 | -78/+66 |
| | | | | | | | Currently translated at 97.5% (1401 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/ | ||||
* | Translated using Weblate (Spanish) | Iñigo A | 2020-07-10 | 1 | -12/+12 |
| | | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/ | ||||
* | Translated using Weblate (Spanish) | Iñigo A | 2020-07-10 | 1 | -200/+186 |
| | | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/ | ||||
* | Translated using Weblate (Spanish) | Berto Te | 2020-07-10 | 1 | -4/+4 |
| | | | | | | | Currently translated at 100.0% (1436 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/ | ||||
* | Translated using Weblate (Thai) | Phongpanot | 2020-07-10 | 1 | -2/+2 |
| | | | | | | | Currently translated at 77.5% (76 of 98 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/th/ | ||||
* | Translated using Weblate (Swedish) | Filip Bengtsson | 2020-07-10 | 1 | -2663/+2658 |
| | | | | | | | Currently translated at 93.0% (1336 of 1436 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/ |