aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings
Commit message (Collapse)AuthorAgeFilesLines
* Increase global font sizeChocobozzz2022-06-168-35/+19
|
* Rename input toggle hidden to input textChocobozzz2022-06-104-11/+11
| | | | It's more than just an hidden toggle
* Migrate to bootstrap 5Chocobozzz2022-06-103-30/+28
|
* Support ICU in TS componentsChocobozzz2022-06-081-1/+1
|
* Rename studio to editorChocobozzz2022-03-221-2/+2
|
* Add video edition finished notificationChocobozzz2022-03-221-2/+4
|
* Some fixes for themesChocobozzz2022-03-152-2/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Improve account removal message for usersChocobozzz2022-02-221-2/+7
|
* Fix theme update when logged inChocobozzz2021-12-091-10/+10
|
* Improve notification settings UIChocobozzz2021-11-263-31/+77
|
* Migrate client to eslintChocobozzz2021-08-184-10/+15
|
* Fix client lintChocobozzz2021-08-176-42/+45
|
* Move to sass moduleChocobozzz2021-06-286-12/+12
|
* Move to sass @useChocobozzz2021-06-286-12/+12
|
* Use HTML config when possibleChocobozzz2021-06-041-4/+2
|
* Resumable video uploads (#3933)kontrollanten2021-05-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: resumable video uploads relates to #324 * fix review comments * video upload: error handling * fix audio upload * fixes after self review * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/middlewares/validators/videos/videos.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * update after code review * refactor upload route - restore multipart upload route - move resumable to dedicated upload-resumable route - move checks to middleware - do not leak internal fs structure in response * fix yarn.lock upon rebase * factorize addVideo for reuse in both endpoints * add resumable upload API to openapi spec * add initial test and test helper for resumable upload * typings for videoAddResumable middleware * avoid including aws and google packages via node-uploadx, by only including uploadx/core * rename ex-isAudioBg to more explicit name mentioning it is a preview file for audio * add video-upload-tmp-folder-cleaner job * stronger typing of video upload middleware * reduce dependency to @uploadx/core * add audio upload test * refactor resumable uploads cleanup from job to scheduler * refactor resumable uploads scheduler to compare to last execution time * make resumable upload validator to always cleanup on failure * move legacy upload request building outside of uploadVideo test helper * filter upload-resumable middlewares down to POST, PUT, DELETE also begin to type metadata * merge add duration functions * stronger typings and documentation for uploadx behaviour, move init validator up * refactor(client/video-edit): options > uploadxOptions * refactor(client/video-edit): remove obsolete else * scheduler/remove-dangling-resum: rename tag * refactor(server/video): add UploadVideoFiles type * refactor(mw/validators): restructure eslint disable * refactor(mw/validators/videos): rename import * refactor(client/vid-upload): rename html elem id * refactor(sched/remove-dangl): move fn to method * refactor(mw/async): add method typing * refactor(mw/vali/video): double quote > single * refactor(server/upload-resum): express use > all * proper http methud enum server/middlewares/async.ts * properly type http methods * factorize common video upload validation steps * add check for maximum partially uploaded file size * fix audioBg use * fix extname(filename) in addVideo * document parameters for uploadx's resumable protocol * clear META files in scheduler * last audio refactor before cramming preview in the initial POST form data * refactor as mulitpart/form-data initial post request this allows preview/thumbnail uploads alongside the initial request, and cleans up the upload form * Add more tests for resumable uploads * Refactor remove dangling resumable uploads * Prepare changelog * Add more resumable upload tests * Remove user quota check for resumable uploads * Fix upload error handler * Update nginx template for upload-resumable * Cleanup comment * Remove unused express methods * Prefer to use got instead of raw http * Don't retry on error 500 Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to stylelintChocobozzz2021-04-282-2/+2
|
* Add ability to update the bannerChocobozzz2021-04-081-1/+1
|
* Add new plugin/peertube version notifsChocobozzz2021-03-241-2/+6
|
* username field consistencyChocobozzz2021-01-183-15/+11
|
* add username information in profile settingsRigel Kent2021-01-174-1/+28
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-1/+14
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix some accessibility issuesChocobozzz2020-12-222-5/+4
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-046-32/+38
|
* more explicit error messages for file uploadsRigel Kent2020-12-031-1/+7
|
* Profile settings title consistencyChocobozzz2020-11-262-9/+9
|
* fix user preferences column width for notifications table (#3352)Kimsible2020-11-241-6/+4
| | | Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Upgrade client dependenciesChocobozzz2020-11-191-2/+8
| | | | Migrate removed primeng theme to custom CSS
* Add watch messages if live has not startedChocobozzz2020-11-091-1/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-173-15/+15
|
* Add restore scroll position on user-dropdown anchors links and scroll to top ↵Kim2020-08-171-2/+0
| | | | | | | | | | | | | | | | | | | on active sub-menu links (#3066) * Add restore scroll position on router same url * Remove settings top anchor * Add scrollToTop on active links fixed sub-menu * Add restore scroll position on notification avatar links * Toggle menu and close pophover when click on active dropdown menu-left link * Add onSameUrlRestoreScrollPosition on user dropdown channels link * Same behavior scrollTop and scroll to anchor everywhere Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Migrate to $localizeChocobozzz2020-08-146-49/+37
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add new anchors in my-settings and handle offset sub-menu height (#3032)Kim2020-08-101-0/+2
| | | | | | | | | | | | | * Add anchors setting and handle offset with sub-meu * Use PeerTube scroll logic * Add anchor for top my-settings * Improve scroller with smooth behavior and css offset * Fix anchor position when using history navigation Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix testsChocobozzz2020-07-311-3/+3
|
* Add migrations for abuse messagesChocobozzz2020-07-311-1/+3
|
* Display user quota progress bars above upload form (#2981)Kim2020-07-243-72/+3
| | | | | | | | | | | | | | | | | * 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>
* Add migrationsChocobozzz2020-07-101-2/+2
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* fix video update button, add color to danger zoneRigel Kent2020-07-013-2/+6
|
* allow muting from the miniature optionsRigel Kent2020-06-281-3/+10
| | | | initial implementation with a listing refresh except on search results
* fix quota representation in profile settingsRigel Kent2020-06-282-4/+5
|
* Reorganize client shared modulesChocobozzz2020-06-2315-408/+23
|
* Fix scrolling with hash in urlChocobozzz2020-06-161-1/+7
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-7/+8
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-3/+3
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix external auth email/password updateChocobozzz2020-05-202-2/+3
| | | | Also check if an actor does not already exist when creating the user
* Fix broken views on mobile and small screens (#2671)Kim2020-04-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video 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>
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-0/+1
| | | | for index url