Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cookiejar from 2.1.2 to 2.1.4 in /twake/backend/node #2700

Open
wants to merge 381 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    92de075 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    9085112 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    0df67a3 View commit details
    Browse the repository at this point in the history
  2. 🌟 Implement media filter and both download and upload origin (#2206)

    * Implement media filter and both download and upload origin
    
    * Add user in the file object
    
    * Fix recent backend endpoints
    
    * Fixing tests
    
    * Fix tests
    RomaricMourgues committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    241c5f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. 🌟 Add more information in the recent files route (#2211)

    * Fix missing information in files
    
    * Fix tests
    
    * Ability to search messages with "media"
    
    * Fix not unique id select one
    
    * Downloaded files with full context
    
    * Fix tests
    
    * Fix potential unreachable messageFileRepo
    
    * Add context with recent files
    RomaricMourgues committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f60f2fc View commit details
    Browse the repository at this point in the history
  2. 🌟 2165 recent contacts UI (#2212)

    * recent
    
    * recent contacts
    
    * recent everything
    
    * FileUploadAPIClient.mimeToType() to get the filetype
    + document to FileUploadAPIClient.mimeToType()
    
    removed unnecessary comments
    
    images recreated as svg and moved out of code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    romanesko and RomaricMourgues committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    009257b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3397ec1 View commit details
    Browse the repository at this point in the history
  4. 🌟 Added link preview service (#2204)

    * 🌟 added link preview service
    
    * unit tests
    
    * moved links preview callback handler to message service
    
    * added publish message in realtime helper
    
    * publish message in realtime after preview generation
    
    * publish message only to channels
    rezk2ll committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8f18380 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c71d4a8 View commit details
    Browse the repository at this point in the history
  6. 🛠 Missing channel and workspace in context (#2218)

    * Missing channel and workspace in context
    
    * Fix undefined cache
    RomaricMourgues committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    208266f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. search bug fixes (#2229)

    romanesko committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    480723d View commit details
    Browse the repository at this point in the history
  2. search bug fixes (#2230)

    romanesko committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3bfdf30 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. 🌟 Added link preview in the frontend (#2228)

    * 🌟 added link preview in the frontend
    
    * 🛠 handle parsed images being objects instead of urls
    
    * 🛠 fixed links detection in message
    
    * 🛠 fixed domain having www and added url to the preview
    
    * 🛠 adjusted preview card style
    
    * 🛠 updated unit tests
    
    * 🛠 improved link preview display
    
    * 🛠 fixed favicon alignment
    
    * show link previews alongside files
    rezk2ll committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    917a8e4 View commit details
    Browse the repository at this point in the history
  2. 🌟 Improve search endpoint (#2231)

    * Ability to search with only one letter
    
    * Add file searchable entity
    
    * Make message_files indexable with cli
    
    * Add ability to search for files
    
    * Fix import issue
    
    * Set user as public object
    
    * Add files search tests
    
    * Fix tests
    
    * Fix one letter search in mongodb
    
    * Fix prefix search with mongo and tests in general
    
    * Finish mongo prefix search
    
    * Fixed user and channel search (maybe)
    
    * Fix mongo tests
    RomaricMourgues committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    9909452 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. 🛠 Search UI fix (#2246)

    * search bug fixes
    
    * search bug fixes
    romanesko committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    374e345 View commit details
    Browse the repository at this point in the history
  2. 🌟 Added remove link preview (#2238)

    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    rezk2ll and RomaricMourgues committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    35a17dc View commit details
    Browse the repository at this point in the history
  3. 🛠 Multiple fixes June 8 (#2239)

    * Fix missing rel="noreferrer"
    
    * Fix #2237
    
    * Fix email pattern not accepted in on-premise
    
    * Fix invalid regex
    
    * Support breaking invitation change on new console
    
    * Add pagination to message search methods
    
    * Now epty files search returns recent files
    
    * Update messages.files.spec.ts
    RomaricMourgues committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8355b43 View commit details
    Browse the repository at this point in the history
  4. 🎨 Fix attached links UI (#2260)

    * Small UI change
    
    * Small UI change
    RomaricMourgues committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6acbefa View commit details
    Browse the repository at this point in the history
  5. 🛠 Fix connectors not opening on main thread (#2261)

    * That's the simple part
    
    * An other part of the problem
    
    * Fix them
    RomaricMourgues committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    69a2459 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8036b97 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    90af0a9 View commit details
    Browse the repository at this point in the history
  2. 2258 bug fixes (#2269)

    romanesko committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f3bb6c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. 🛠Search UI fix 2 (#2270)

    * 2258 bug fixes
    
    * some more bug fixes
    romanesko committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    b33b751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f73e22 View commit details
    Browse the repository at this point in the history
  3. 👨‍💻 Added console helpers to debug the app state #2259 (#2271)

    * 🌟 Added console helper functions to debug the application state in dev mode
    
    * 🌟 Added localstorage to the file dump
    
    * 🌟 Added custom hook to debug recoil state
    
    * 🛠 moved code to 1 single file
    rezk2ll committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    19095aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d1c1b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07b2f94 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. fix access to media (#2288)

    romanesko committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3716521 View commit details
    Browse the repository at this point in the history
  2. 🛠 Search fixes 3 (#2292)

    * fix access to media
    
    * search fixes
    
    * search fixes
    romanesko committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    156275b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    1ea30ff View commit details
    Browse the repository at this point in the history
  2. 👨‍💻 React script v5 (#2291)

    * React-script-v5
    
    * Fix build issues
    
    * Add atoms from https://github.com/RomaricMourgues/react-ts-tailwindcss-base
    
    * Add storybook
    
    * Storybook is working, started few stories
    
    * Resolve all linter issues
    
    * Fix ES lint after merge
    
    * Prepare ability to build storybook for production
    
    * Storybook was missing
    
    * Fix useGlobalEffect
    
    * Fix linter again
    RomaricMourgues committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c10d4c4 View commit details
    Browse the repository at this point in the history
  3. 🌟 Added support for image link preview and added a limit and timeout …

    …to links #2280 #2278 (#2294)
    
    * 🌟 Added content size limit and timeout for urls when generating previews #2280
    
    * 🧹 Added and fixed unit tests #2280
    
    * 🌟 Added support for image links preview #2278
    
    * unit tests #2278
    
    * added timeout and maxContentLength to the html parser #2280
    
    * fixed unit test
    
    * get favicon from the website url when it's an image
    rezk2ll committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3fe8d66 View commit details
    Browse the repository at this point in the history
  4. 🛠 Migration script for messages files (#2297)

    * Migration script for messages files
    
    * Fix command
    RomaricMourgues committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    3e53a14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c91035 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    48fb46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    291132e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ae486 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    745a9b4 View commit details
    Browse the repository at this point in the history
  5. 🛠 search: fix i18n (#2312)

    * search fixes
    
    * small fix
    romanesko committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    773f9e4 View commit details
    Browse the repository at this point in the history
  6. 🛠 Fix #2187 (#2315)

    RomaricMourgues committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ee17fac View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. 🛠 Multiple search related fixes (#2314)

    * Fix #2296
    
    * Prepare #2309
    
    * Fix #2289
    
    * Fix #2309
    
    * Update tests
    
    * Read channel to fix tests
    RomaricMourgues committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    1642b0f View commit details
    Browse the repository at this point in the history
  2. 🎨 Configure tailwind and first atoms (#2317)

    * Create molecules folder and configure tailwind
    
    * Add usable colors
    
    * Fix linter
    RomaricMourgues committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e1354d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98b17c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0529566 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. ⭐️ Add user object in channel member get endpoint (#2313)

    * 🌟 Add user object in channel member get endpoint
    
    * 🌟 Add search parameter in channel member get endpoint
    oubchid committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    7f0cfa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    f6182e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce251d View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix tailwind UI and more (#2337)

    * Fix #2332
    
    * Fix bad file format in response and fix #2329
    
    * Make sure badly formatted files are not returned
    
    * Go back to css
    RomaricMourgues committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    61ae37f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c032105 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. 👨‍💻 molecule/tabs (#2349)

    * 👨‍💻 molecule/tabs
    
    * small fix
    romanesko committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    658e2aa View commit details
    Browse the repository at this point in the history
  2. 👨‍💻 molecule/media (#2348)

    * 👨‍💻 molecule/media
    
    * moved from enum to strings
    romanesko committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    77eafb2 View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix merge console invite right (#2347)

    * Fix it
    
    * FIx typo
    RomaricMourgues committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    102972f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. 🌟 Add/fix several atoms (buttons, inputs, selects, modal, searchbox)

    * Create all the hooks for search modal
    
    * Add search scope for hooks
    
    * Fix tests
    
    * Create the modal story
    
    * Updating input atom
    
    * Update buttons atoms
    
    * Add input groups and icons
    
    * Create the InputDecorationIcon component
    
    * Fixed confirm buttons
    
    * Regenerate tailwind.css
    
    * Fix non-square medias and add cursor to tabs
    
    * Start using new tabs and input atoms and molecules
    
    * Add little counters next to each tabs
    
    * Continuing the work
    RomaricMourgues committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cbdae5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c74a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d8de6c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. 🌟 Added open desktop app when it's a Twake link #2316 (#2345)

    * 🌟 Added logo atom
    
    * 🌟 Added static dir to storybook config
    
    * 🌟 Added opened in desktop view
    
    * 🛠  ui improvements
    
    * 🌟 Added translated strings
    
    * 🌟 desktop app detection methods for chrome, firefox and chrome
    
    * 🛠  detection improvements
    
    * 🛠  added static dir when running storybook
    rezk2ll committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d07234d View commit details
    Browse the repository at this point in the history
  2. 🛠 Fix search 2 (#2356)

    * Implement results for medias
    
    * Continuing the work
    
    * Implemented messages results
    
    * Ability to click on channels and add files actions
    
    * Add statistics to searched channel object
    
    * Show channels in a row in "all"
    
    * Remove console log
    
    * react-highlight-words was missing
    RomaricMourgues committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    766f7c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. 👨‍💻 channel, user, workspaces and companies molecule and atoms (#2363)

    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    romanesko and RomaricMourgues committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d7d9ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6734c61 View commit details
    Browse the repository at this point in the history
  3. 🛠 Improve search part 3 (#2367)

    * Added ellipsis
    
    * Add channels badges
    
    * Update ctrl+K and join channels
    
    * Fixing errors
    
    * Finish channels search in frontend
    
    * Now ability to show a channel we are not yet member of and propose to join it.
    
    * Implement private channel locked content notice
    
    * Fixed some bugs
    RomaricMourgues committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    526f2d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. 🌟 Added download desktop app banner (#2365)

    * 🌟 Added download desktop app banner
    
    * 🌟 Added translations
    
    * 🌟 Added Download app banner component
    
    * 🌟 Added download banner molecule
    
    * formatting
    
    * capitalize twake
    
    * 🛠  Added languages service storybook mock
    rezk2ll committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3cfee81 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    52e3ef9 View commit details
    Browse the repository at this point in the history
  2. 🛠 Fixing bug 2022 07 (#2378)

    * Fix #2373
    
    * Fix #2361 #2362 #2372
    
    * Keep showing channels in channel scope mode
    
    * Fix some bugs from #2374
    
    * Fix linter
    RomaricMourgues committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    3293cdd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. 🛠 Fix bugs backend July 2022 (#2379)

    * Always add users to direct channels
    
    * Forgoten log removal
    
    * Fixed pinned message listing
    
    * Fix infinite calls
    
    * Fix tests
    RomaricMourgues committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    9290791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60add34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8f345 View commit details
    Browse the repository at this point in the history
  4. 🛠 Prepare release on canary (#2382)

    * Fix canary stuff
    
    * Update changelog
    RomaricMourgues committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f4e7c51 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. 🛠 Fix July (4) (#2383)

    * Fix more stuff
    
    * Speed up a bit
    
    * Speed up recent requests
    
    * Fix channels with no names
    RomaricMourgues committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    92b404c View commit details
    Browse the repository at this point in the history
  2. ⚡️ Make search popup recent faster to display (#2384)

    * Fix it
    
    * Adjust query
    RomaricMourgues committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6dca7cf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    0063ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa9f1ee View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. 🛠 Fix search bugs part 4 (#2395)

    * First set of changes
    
    * Fix popup height
    
    * Make sure recent works for channels scopre
    
    * Add not joined public channels if not enough results
    RomaricMourgues committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    01b39b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    c260b15 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. 🛠 Fix QA OIDC url

    RomaricMourgues committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    752d269 View commit details
    Browse the repository at this point in the history
  2. 🛠 Search and co work unit 5 (#2405)

    * Fix channel redirection on notification
    
    * Implement #2400
    
    * Update search method for messages and files
    
    * Result should be recent first, word delimiter fix for links
    
    * Merge
    
    * Fix tests
    
    * Fix test 2
    RomaricMourgues committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    cac4d44 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. 🛠 preview cache and size (#2409)

    * 🌟 Added thumnbail caching
    
    * 🛠  use JPG when generating video previews
    
    * 🛠  set the maximum preview image to the image dimensions
    
    * 🛠  fixed unit tests
    rezk2ll committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    de4bacd View commit details
    Browse the repository at this point in the history
  2. 🛠️ allow debug on mongo-dev (#2408)

    * 🛠  launch debugger by default in dev mode
    
    * 🛠  expose port 9229 on mongo dev for debug
    rezk2ll committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    d4be9e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    27b0cad View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. 🛠 Implement endpoint to get message file and other fixes (#2416)

    * Fix medias migration script
    
    * Fix support for images preview
    
    * Implement new messages-files service
    
    * Implemented the controllers
    
    * Add some comments
    
    * Fix delay requests with async calls
    
    * Maybe fixed open on desktop app
    
    * Fix linter
    RomaricMourgues committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    babaa7a View commit details
    Browse the repository at this point in the history
  2. ⬆️ Prepare version 2022.Q3.1065 (#2417)

    * Upgrade version number and changelog
    
    * Add one item to changelog
    RomaricMourgues committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    5d17eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. 🛠 Fix pagination for message files (#2420)

    * Fix pagination for message files
    
    * Make sure i18n is always up to date
    
    * Fix media / file searation on channel file list
    
    * Fix files duplication
    
    * Fix navigation aroung message files
    
    * Pagination fixed
    
    * Fix router param mistake
    RomaricMourgues committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    10adc15 View commit details
    Browse the repository at this point in the history
  2. 🛠 Pagination for files and more (#2424)

    * Minor fix
    
    * Fix pagination for list files and medias in channel
    RomaricMourgues committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    45e98a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. 🌟 Added channel files and medias view (#2422)

    * 🌟 Added channel files and medias view
    
    * 🌟 Added channel file and medias hooks and components
    
    * 🌟 Added header icons
    
    * 🌟 Added translations
    
    * 🛠  tweaked media and files hooks
    
    * 🌟 Added pagination
    
    * 🛠  style changes
    
    * 🛠  style changes
    
    * 🛠  assert unique files when loading using pagination
    rezk2ll committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    dfbec13 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    a256d5e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. 🌟 Add channel members base state management (#2350)

    * 🌟 Add channel members base state management
    
    * 🌟 Added search hooks + use modal atoms
    
    * 🌟 Add channel member methods inside hook + improvements
    
    * 🌟 Add pending email suggestion
    
    * 🌟 Add modal scrollbar + modal height
    
    * Almost finished
    
    * Implement some additional points
    
    * Improving names
    
    * Add the badges
    
    * Some cleanup
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    898fe9e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. 🌍Translated using Weblate (Esperanto) (#2436)

    Currently translated at 25.9% (235 of 904 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.5% (900 of 904 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 92.1% (833 of 904 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 92.2% (834 of 904 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 95.2% (861 of 904 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.5% (900 of 904 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 92.2% (834 of 904 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 92.2% (834 of 904 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 92.2% (834 of 904 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 92.6% (838 of 904 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 92.3% (835 of 904 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 98.3% (889 of 904 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 94.1% (851 of 904 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 94.2% (852 of 904 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (900 of 900 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (900 of 900 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 26.1% (235 of 900 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.6% (231 of 900 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 900 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 98.5% (887 of 900 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 92.5% (833 of 900 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 92.6% (834 of 900 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 92.6% (834 of 900 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 92.6% (834 of 900 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 92.6% (834 of 900 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 93.1% (838 of 900 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 95.6% (861 of 900 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 98.5% (887 of 900 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 92.7% (835 of 900 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 98.7% (889 of 900 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 94.5% (851 of 900 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 94.6% (852 of 900 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 899 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 98.6% (887 of 899 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 92.6% (833 of 899 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 92.7% (834 of 899 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 92.7% (834 of 899 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 92.7% (834 of 899 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 92.7% (834 of 899 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 93.2% (838 of 899 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 95.7% (861 of 899 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 98.6% (887 of 899 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 92.8% (835 of 899 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 98.8% (889 of 899 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 94.6% (851 of 899 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 94.7% (852 of 899 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 889 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.7% (887 of 889 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 93.7% (833 of 889 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 93.8% (834 of 889 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 93.8% (834 of 889 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 93.8% (834 of 889 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 93.8% (834 of 889 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 94.2% (838 of 889 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 96.8% (861 of 889 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.7% (887 of 889 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 93.9% (835 of 889 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 95.7% (851 of 889 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 95.8% (852 of 889 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 888 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.8% (887 of 888 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 93.8% (833 of 888 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 93.9% (834 of 888 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 93.9% (834 of 888 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 93.9% (834 of 888 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 93.9% (834 of 888 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 94.3% (838 of 888 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 96.9% (861 of 888 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (887 of 888 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 94.0% (835 of 888 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 95.8% (851 of 888 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 95.9% (852 of 888 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (887 of 887 strings)
    
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Taisiya Prudentova <tprudentova@linagora.com>
    Co-authored-by: phlostically <phlostically@mailinator.com>
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/de/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/eo/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/es/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/eu/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/fi/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/fr/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/it/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/ja/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/nb_NO/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/ru/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/si/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/tr/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/vi/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/zh_Hans/
    Translation: Linagora/Twake Chat Web
    
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Taisiya Prudentova <tprudentova@linagora.com>
    Co-authored-by: phlostically <phlostically@mailinator.com>
    5 people committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b310afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e435b00 View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix user live status (#2425)

    * 🧹  Remove user-online cron job
    
    * 🌟 Update online-user entity
    
    * 🌟 Count all sockets across all nodes
    
    * 🌟 Refresh online users from front
    
    * 🌟 Add company to categorize online users
    
    * 🌟 Add online infos into format user method
    
    * 🛠  Fix properties of null
    
    * Fix tests
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    066df00 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. 🛠 Add statistics to recent channels (#2442)

    * Add statistics
    
    * Fix tests maybe
    
    * Remove stats
    
    * Further search
    
    * Further search
    
    * And now ?
    
    * And now 2
    
    * And now ?
    
    * Fixed it
    RomaricMourgues committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    836c69a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    cf28883 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    6ee94b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c5001 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. 🔐 Update dependencies (#2445)

    * Update dependencies
    
    * Revert node-fetch upgrade
    RomaricMourgues committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    01d34eb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. 🌟 Added message quote-reply (#1409) (#2450)

    * 🌟 Added quote-reply molecule
    
    * 🌟 Added message quote-reply state management
    
    * 🌟 Added message quote-reply UI
    
    * 🌟 Added message quote-reply
    
    * 🌟 Added jump to message
    
    * 🧹 cleaning
    
    * 🛠  Fixed quoted message not being reactive
    rezk2ll committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    406d030 View commit details
    Browse the repository at this point in the history
  2. 🌟 Add push reaction notification (#2443)

    * 🌟 Add push reaction notification
    
    * 🌟 Add message content notification
    
    * 🛠  Refactor + Fix user reaction
    
    * Update messages-operations.ts
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    600c2f2 View commit details
    Browse the repository at this point in the history
  3. 🌟 New preview file UI (#2444)

    * Update new console urls with company context
    
    * Start work on new previewer
    
    * Finish main viewer modal
    
    * Finish first basic version of the image/video preview
    
    * Add new icons + buttons atoms
    
    * Finish image viewer
    
    * Reimplement other-apps viewer
    
    * Finish preview of others types but backend isn't ready for message attachment edition or preview
    
    * Add comment
    
    * Fix deps
    RomaricMourgues committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    77d3306 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    656570a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2454 from rezk2ll/quoted-message-debug

    🛠  removed debug message for quoted message
    rezk2ll committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    5569aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    64305f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    fded466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00c1349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af8b1b6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2458 from rezk2ll/#2456

    🛠️ quoted reply improvements
    rezk2ll committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a1bf5d3 View commit details
    Browse the repository at this point in the history
  5. 🌟 message delivery status (#2451) (#2452)

    * 🌟 Added message status molecule
    
    * 🛠  upgraded fortawesome
    
    * 🌟 Added message status type
    
    * 🌟 Added message status to message content UI
    
    * 🌟 Added message delivery
    
    * 🌟 Added message read
    
    * 🌟 Added channel member read cursors
    
    * 🛠  updated package lock
    
    * 🛠  ensure message is propagated correctly
    
    * 🛠  updated package-lock
    
    * 🛠  fixed typo
    rezk2ll committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a7f862b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. 🛠 Add channel to files search response (#2475)

    * Start work
    
    * Add channel in reply
    RomaricMourgues committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    53b72e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048dfd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. 🛠 Fix message input formating (#2479)

    * Remove useless import
    
    * Fix channel in searched files
    
    * Fix knowledge graph format
    
    * Fix lines after bullet points
    RomaricMourgues committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0b96005 View commit details
    Browse the repository at this point in the history
  2. 🌟 Added message delivery status to all channels and added seen by UI (#…

    …2474)
    
    * 🌟 Added message delivery status to all channels and added seen by endpoint
    
    * 🛠  Added a limit to the seen by list result
    
    * 🌟 added message seen by UI
    rezk2ll committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e05e666 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. 🛠 Fix update workspace info (#2455)

    Oubchid committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    9858631 View commit details
    Browse the repository at this point in the history
  2. 🛠 Fix stuff (#2482)

    * Fix new lines still not good on renderer
    
    * Fix line break
    RomaricMourgues committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    4a97262 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    71b754a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3d07fb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. 🛠 Console company-deleted fix (#2497)

    * Fix switch
    
    * Fix console company_deleted issue
    RomaricMourgues committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    383dc4e View commit details
    Browse the repository at this point in the history
  2. 🛠 improved message delivery status (#2495)

    * 🛠  improved message delivery status
    
    * 🛠  fixed seen by ui
    
    * 🛠  fixed unhanlded rejection in tests
    rezk2ll committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    061eac9 View commit details
    Browse the repository at this point in the history
  3. 🎨 UI update

    RomaricMourgues committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    87a777e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    5c34db3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. 🌟 added notification digest: email-pusher platform service (#2507)

    * 🌟 added email-pusher platform service
    
    * 🌟 added notification digest templates
    rezk2ll committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    aa402bc View commit details
    Browse the repository at this point in the history
  2. 🌟 Mail digest feature (#2504)

    * UI update
    
    * Created the email digest logic
    
    * Fixed #2498
    
    * Double checked workspace save logo and name
    
    * Fix tests for digest
    
    * Fixed some of #2404
    
    * Fixed online
    
    * Fix tests
    
    * Focus tests on messages.spec
    
    * dsq
    
    * Fix reactions notification
    
    * Attach notification digest system to email pusher
    RomaricMourgues committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    349d87c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cbb0d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. 🌟 Digest email UI (#2514)

    * Email structure done
    
    * Finish notification design
    
    * Remove console email
    RomaricMourgues committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e44a41b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    375ce5d View commit details
    Browse the repository at this point in the history
  2. 🛠 Minor fixes (#2520)

    * Fix stuff
    
    * Minor fixes
    RomaricMourgues committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f19888d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a14b3f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. 🌟 Add user deactivated notice on Twake (#2511)

    * 🌟 Add user deactivated notice on Twake
    
    * 🌟 Add message read-only mode for deactivated account
    
    * 🌟 Add modal header style
    
    * Fix css / tailwind
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c3607f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    d5628e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. 🛠 QA fixes (#2523)

    * Fix #2465
    
    * Fix #2526
    
    * Fix #2512
    
    * Fix input being slow
    
    * Fix #2404
    
    * Fix #2528 and #2527
    RomaricMourgues committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    335d258 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    366e85a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. 🛠 Fix QA bugs (#2531)

    * Remove useless timeout
    
    * All QA backend issues
    
    * Fix badge
    
    * Fix removing user from channel
    
    * Add notification in user type
    RomaricMourgues committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c408d62 View commit details
    Browse the repository at this point in the history
  2. 🌟 Add notifications preferences (#2535)

    * 🌟 Add notifications preferences
    
    * 🌟 Add notif page + change email notif delay
    
    * 🌟 Add translations
    Oubchid committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5e647b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00fbfcd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. 🛠 Fix white page when no preferences (#2539)

    Oubchid committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    0b68ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf64e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. 🛠 Fix other bugs (#2543)

    * Fix notifications preferences, add realtime update of channel counter
    
    * Fix participants not loading
    
    * Improving #2488
    RomaricMourgues committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3823c1f View commit details
    Browse the repository at this point in the history
  2. Fix migration tool

    RomaricMourgues committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    0c25172 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2534 from rezk2ll/#2521

    🌟 added migration command to set every old messages as seen by everyone in public channels
    rezk2ll committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2c33d9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    348e04a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. 🛠 Update knowledge graph (#2548)

    * Update knowledge graph
    
    * Fix #2546
    
    * Fix #2527
    RomaricMourgues committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    393db0a View commit details
    Browse the repository at this point in the history
  2. 🌟 Add sound type notification (#2544)

    * 🌟 Add sound type notification
    
    * 🌟 Add sound in push desktop notification
    
    * Try to find test error origin
    
    * Fixing frontend tests
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    10f63be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8150d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. 🛠 Fix potential not set cache (#2554)

    * Fix potential not set cache
    
    * Fix minor frontend bug
    
    * Fix old mention stuff
    RomaricMourgues committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    cf569f3 View commit details
    Browse the repository at this point in the history
  2. 🛠 Minor badge fix

    RomaricMourgues committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    369a871 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    6e4e9b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. 🤖 Update KG sync (#2562)

    * Fix numbers formats
    
    * Make sure messages updates and users updates are sent
    
    * Do the same for companies and workspaces
    RomaricMourgues committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0f1b180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900adc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. 🌟 Add read only channel option (#2558)

    * 🌟 Add read only channel option
    
    * 🌟 Add read only in channel schema + fix update param
    
    * 🌟 Update fr.json
    
    * Delete tailwind.css~Stashed changes
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Oubchid and RomaricMourgues committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ab16d4a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. 🌟 Forward messages (#2566)

    * Add forward menu
    
    * Fix #2524
    
    * Fix #2524
    
    * Create modal
    
    * Finish initial version
    
    * Realtime online update
    
    * Realtime online update
    
    * Fix quoted message display
    RomaricMourgues committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5270e4e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. 🛠 Fix online service typo (#2575)

    * 🛠 Fix online service typo
    
    * Remove code
    RomaricMourgues committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    08c0dc5 View commit details
    Browse the repository at this point in the history
  2. 🎨 Add checkbox atom and fix avatar atom (#2576)

    * Add checkbox atom and fix avatar atom
    
    * Make onChange optional
    
    * Depreciate old checkbox
    
    * Fix and add translations
    
    * Fix linter
    RomaricMourgues committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a812bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    81a8486 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. 🎨 Channel settings new UI screens (#2579)

    * Worked on channel settings new UI screens
    
    * Some changes
    
    * Update translations and logic
    
    * Fix channel icon display
    
    * Update back to store in S3 channel thumbnail
    
    * Fix linter
    
    * Fix int tests
    RomaricMourgues committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    861850c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0e24a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. 🌟 New invitation ui (#2577)

    * 🌟 added invitation ui
    
    * 🌟 added allow anyone by email feature
    
    * 🌟 add role check
    
    * 🌟 add invitation domain checks and implements auto join
    
    * 🛠  fixed e2e tests
    
    * 🌟 added invite domain checking
    
    * 🛠  fixed package-lock
    rezk2ll committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    066a3fe View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Update changelog.md

    RomaricMourgues committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8532747 View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    RomaricMourgues committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b65eb28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b69fc7b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. 🛠 2550 fixes (#2591)

    * Fix all from #2550
    
    * Fix #2549
    
    * Fix const / let
    
    * 🛠 Do not return files that doesn't exists anymore (#2592)
    
    * Do not return files that doesn't exists anymore
    
    * Fix filter
    
    * Fix displaying the forwarded message
    
    * Fix #2593
    RomaricMourgues committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    6945455 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. 🛠 Fix scrollbar on Documents (#2599)

    * 🛠 Fix scrollbar on documents
    
    * Fix helpbar
    RomaricMourgues committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    24f1d30 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    c6e4f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d089fd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. 🛠 Fixing bugs (#2605)

    * Fix all bugs
    
    * Fix version of free-email-domains
    RomaricMourgues committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    93b1c1d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. 🛠 Fix invitation bugs (#2619)

    * Fixing invite modal
    
    * Add "users" in realtime event
    
    * Fixing invitation first pass
    RomaricMourgues committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ae44bd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ec1e5de View commit details
    Browse the repository at this point in the history
  2. 🧹 upgrade react and fix lint issues (#2613)

    * 🧹 upgrade to react 18 and use vite
    
    * back to craco
    
    * handle lint warnings
    
    * fix yarn failing in ci
    
    * fix lint issues
    
    * fix dependencies
    
    * remove unused imports
    rezk2ll committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    31bece7 View commit details
    Browse the repository at this point in the history
  3. 📚 Using VitePress for documentation (#2611)

    * 📚 Using VitePress for documentation
    
    * Started putting back and updating documentation from doc.twake.app
    RomaricMourgues committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e02c20e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1165666 View commit details
    Browse the repository at this point in the history
  5. 🛠 fixed lint issues and unused imports (#2625)

    * fixed lint issues and unused imports
    
    * added Lint check to the backend github action
    rezk2ll committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c3a3628 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. 🐳 #2391 plugin server (#2439)

    * merge side project in twake working with jitsi
    
    * all plugins now work
    
    * litle correction in readme
    
    * Update README.md
    
    Co-authored-by: tissarni <tissarni>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    tissarni and RomaricMourgues committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    700080d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. 🛠 Update thread counter in realtime (#2633)

    * Update thread counter in realtime
    
    * Fix CI tests
    
    * Context must be at the end
    RomaricMourgues committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3633fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3308e3e View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix wrong realtime push endpoint (#2635)

    * Fixed it
    
    * Fix tests
    RomaricMourgues committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0e90a61 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. 🌍 Translated using Weblate (Portuguese) (#2638)

    Currently translated at 30.9% (311 of 1006 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 23.6% (238 of 1006 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.3% (999 of 1006 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 82.6% (831 of 1006 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 82.7% (832 of 1006 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 82.7% (832 of 1006 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 82.7% (832 of 1006 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 82.7% (832 of 1006 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 83.1% (836 of 1006 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 91.8% (924 of 1006 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.3% (999 of 1006 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 82.8% (833 of 1006 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 89.5% (901 of 1006 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 84.3% (849 of 1006 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 84.4% (850 of 1006 strings)
    
    🌍Update translation files
    
    Updated by "Cleanup translation files" hook in Weblate.
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 30.9% (311 of 1005 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 23.6% (238 of 1005 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.8% (1003 of 1005 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 82.6% (831 of 1005 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 82.7% (832 of 1005 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 82.7% (832 of 1005 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 82.7% (832 of 1005 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 82.7% (832 of 1005 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 83.1% (836 of 1005 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 91.9% (924 of 1005 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (1003 of 1005 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 82.8% (833 of 1005 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 89.6% (901 of 1005 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 84.4% (849 of 1005 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 84.5% (850 of 1005 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Update config.js
    Merge remote-tracking branch 'origin/develop' into develop
    
    Fix base in config (#2610)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🛠 Fix base in config (#2609)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🛠 Doc test 2 (#2608)
    
    * Fix deployment issue
    
    * Fix it again
    Merge remote-tracking branch 'origin/develop' into develop
    
    Fix deployment issue (#2604)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    📚 Testing VitePress for documentation
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (1004 of 1004 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (1004 of 1004 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 30.9% (311 of 1004 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 23.7% (238 of 1004 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.6% (1000 of 1004 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.6% (1000 of 1004 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 82.7% (831 of 1004 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 82.8% (832 of 1004 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 82.8% (832 of 1004 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 82.8% (832 of 1004 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 82.8% (832 of 1004 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 83.2% (836 of 1004 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 92.0% (924 of 1004 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.7% (1001 of 1004 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.7% (1001 of 1004 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 82.9% (833 of 1004 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 89.7% (901 of 1004 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 84.5% (849 of 1004 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 84.6% (850 of 1004 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 97.1% (974 of 1003 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 96.5% (968 of 1003 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (1003 of 1003 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 31.0% (311 of 1003 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 23.7% (238 of 1003 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 95.5% (958 of 1003 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 82.8% (831 of 1003 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 82.9% (832 of 1003 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 82.9% (832 of 1003 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 82.9% (832 of 1003 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 82.9% (832 of 1003 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 83.3% (836 of 1003 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 92.2% (925 of 1003 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 95.5% (958 of 1003 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 83.0% (833 of 1003 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 89.8% (901 of 1003 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 84.6% (849 of 1003 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 84.7% (850 of 1003 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 31.7% (311 of 981 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 24.2% (238 of 981 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 97.6% (958 of 981 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 84.7% (831 of 981 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 84.8% (832 of 981 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 84.8% (832 of 981 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 84.8% (832 of 981 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 84.8% (832 of 981 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 85.2% (836 of 981 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 94.2% (925 of 981 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 97.6% (958 of 981 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 84.9% (833 of 981 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 91.8% (901 of 981 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 86.5% (849 of 981 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 86.6% (850 of 981 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (961 of 961 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (961 of 961 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 32.5% (313 of 961 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 24.7% (238 of 961 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.0% (952 of 961 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 86.5% (832 of 961 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 86.6% (833 of 961 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 86.6% (833 of 961 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 86.6% (833 of 961 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 86.6% (833 of 961 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 87.0% (837 of 961 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 96.5% (928 of 961 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.0% (952 of 961 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 86.7% (834 of 961 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 93.9% (903 of 961 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 88.4% (850 of 961 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 88.5% (851 of 961 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 32.8% (313 of 954 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 24.9% (238 of 954 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.7% (952 of 954 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 87.2% (832 of 954 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 87.3% (833 of 954 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 87.3% (833 of 954 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 87.3% (833 of 954 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 87.3% (833 of 954 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 87.7% (837 of 954 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.2% (928 of 954 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.7% (952 of 954 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 87.4% (834 of 954 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 94.6% (903 of 954 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 89.0% (850 of 954 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 89.2% (851 of 954 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 32.8% (313 of 953 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 24.9% (238 of 953 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.8% (952 of 953 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 87.3% (832 of 953 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 87.4% (833 of 953 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 87.4% (833 of 953 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 87.4% (833 of 953 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 87.4% (833 of 953 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 87.8% (837 of 953 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.3% (928 of 953 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (952 of 953 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 87.5% (834 of 953 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 89.1% (850 of 953 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 89.2% (851 of 953 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (952 of 952 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.6% (949 of 952 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (952 of 952 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 32.8% (313 of 952 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.0% (238 of 952 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 98.6% (939 of 952 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 87.3% (832 of 952 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 87.5% (833 of 952 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 87.5% (833 of 952 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 87.5% (833 of 952 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 87.5% (833 of 952 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 87.9% (837 of 952 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.4% (928 of 952 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 98.6% (939 of 952 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 87.6% (834 of 952 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 89.2% (850 of 952 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 89.3% (851 of 952 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 32.9% (313 of 950 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.0% (238 of 950 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 98.8% (939 of 950 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 87.5% (832 of 950 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 87.6% (833 of 950 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 87.6% (833 of 950 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 87.6% (833 of 950 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 87.6% (833 of 950 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 88.1% (837 of 950 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.6% (928 of 950 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 98.8% (939 of 950 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 87.7% (834 of 950 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 89.4% (850 of 950 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 89.5% (851 of 950 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 33.0% (313 of 946 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.1% (238 of 946 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.6% (943 of 946 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 88.3% (836 of 946 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 88.4% (837 of 946 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 88.4% (837 of 946 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 88.4% (837 of 946 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 88.4% (837 of 946 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 88.9% (841 of 946 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 98.5% (932 of 946 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.6% (943 of 946 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 88.5% (838 of 946 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 90.2% (854 of 946 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 90.3% (855 of 946 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 33.1% (313 of 945 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.1% (238 of 945 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.7% (943 of 945 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 88.4% (836 of 945 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 88.5% (837 of 945 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 88.5% (837 of 945 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 88.5% (837 of 945 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 88.5% (837 of 945 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 88.9% (841 of 945 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 98.6% (932 of 945 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.7% (943 of 945 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 88.6% (838 of 945 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 90.3% (854 of 945 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 90.4% (855 of 945 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (943 of 943 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 33.1% (313 of 943 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 5.9% (56 of 943 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.2% (238 of 943 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 95.7% (903 of 943 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 88.6% (836 of 943 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 89.1% (841 of 943 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 98.8% (932 of 943 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (942 of 943 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 88.8% (838 of 943 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 94.9% (895 of 943 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 90.5% (854 of 943 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 90.6% (855 of 943 strings)
    
    🌍Update translation files
    
    Updated by "Cleanup translation files" hook in Weblate.
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 5.9% (56 of 943 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.2% (238 of 943 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 95.7% (903 of 943 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 88.6% (836 of 943 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 88.7% (837 of 943 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 89.1% (841 of 943 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 98.8% (932 of 943 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 88.8% (838 of 943 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 94.9% (895 of 943 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 90.5% (854 of 943 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 90.6% (855 of 943 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.6% (940 of 943 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.6% (940 of 943 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.3% (934 of 940 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.3% (238 of 940 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 96.0% (903 of 940 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 88.9% (836 of 940 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 89.0% (837 of 940 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 89.0% (837 of 940 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 89.0% (837 of 940 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 89.0% (837 of 940 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 89.4% (841 of 940 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 99.1% (932 of 940 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.1% (932 of 940 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 89.1% (838 of 940 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 95.2% (895 of 940 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 90.8% (854 of 940 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 90.9% (855 of 940 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 5.9% (56 of 940 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 6.0% (56 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.1% (1 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.1% (1 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.4% (4 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.4% (4 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.4% (4 of 933 strings)
    
    🌍Translated using Weblate (Portuguese)
    
    Currently translated at 0.4% (4 of 933 strings)
    
    🌍Added translation using Weblate (Portuguese)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.5% (238 of 933 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 96.7% (903 of 933 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 89.6% (836 of 933 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 89.7% (837 of 933 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 89.7% (837 of 933 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 89.7% (837 of 933 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 89.7% (837 of 933 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 90.1% (841 of 933 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 99.8% (932 of 933 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (932 of 933 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 89.8% (838 of 933 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 95.9% (895 of 933 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 91.5% (854 of 933 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 91.6% (855 of 933 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 100.0% (932 of 932 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (932 of 932 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 96.8% (903 of 932 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 96.8% (903 of 932 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 96.8% (903 of 932 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.5% (238 of 932 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 96.8% (903 of 932 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 89.6% (836 of 932 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 89.8% (837 of 932 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 89.8% (837 of 932 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 89.8% (837 of 932 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 89.8% (837 of 932 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 90.2% (841 of 932 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 92.7% (864 of 932 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 96.8% (903 of 932 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 89.9% (838 of 932 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 96.0% (895 of 932 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 91.6% (854 of 932 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 91.7% (855 of 932 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.5% (238 of 930 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 97.0% (903 of 930 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 89.8% (836 of 930 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 90.0% (837 of 930 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 90.0% (837 of 930 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 90.0% (837 of 930 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 90.0% (837 of 930 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 90.4% (841 of 930 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 92.9% (864 of 930 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 97.0% (903 of 930 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 90.1% (838 of 930 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 96.2% (895 of 930 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 91.8% (854 of 930 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 91.9% (855 of 930 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 25.6% (238 of 929 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 97.2% (903 of 929 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 89.9% (836 of 929 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 90.0% (837 of 929 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 90.0% (837 of 929 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 90.0% (837 of 929 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 90.0% (837 of 929 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 90.5% (841 of 929 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 93.0% (864 of 929 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 97.2% (903 of 929 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 90.2% (838 of 929 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 96.3% (895 of 929 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 91.9% (854 of 929 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 92.0% (855 of 929 strings)
    
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Luan Araujo <luaanscar@gmail.com>
    Co-authored-by: Pham Tuan <phamtuanchip@gmail.com>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Co-authored-by: Taisiya Prudentova <tprudentova@linagora.com>
    Co-authored-by: Tiago Filipe Henrique Soares <mr.tiagosoares@gmail.com>
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/de/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/eo/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/es/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/eu/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/fi/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/fr/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/it/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/ja/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/nb_NO/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/pt/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/ru/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/si/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/tr/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/vi/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/zh_Hans/
    Translation: Linagora/Twake Chat Web
    
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Luan Araujo <luaanscar@gmail.com>
    Co-authored-by: Pham Tuan <phamtuanchip@gmail.com>
    Co-authored-by: Taisiya Prudentova <tprudentova@linagora.com>
    Co-authored-by: Tiago Filipe Henrique Soares <mr.tiagosoares@gmail.com>
    7 people committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0a09364 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    c93c858 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5973a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c415604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b17bfa View commit details
    Browse the repository at this point in the history
  5. 🤖 Kg changes (#2645)

    * Create kg push listener
    
    * Update documentation
    RomaricMourgues committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a7a1cf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. 🐳 Rebasing Dockerfiles changes to develop branch. (#2639)

    * Refactored Dockerfiles to reduce excessive RUNs
    
    This will make docker builds use less layers for building images.
    Build time will also be increased (due to caching for fewer layers)
    Moved nginx images to multi-stage build and restructured the build steps
    
    * Readded missing slash
    
    * Modified the compose for local development
    
    * Changed to latest LTS and force legacy peer deps
    tk-nguyen committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8fc80c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    4d82c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b8f69 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. 📁 Add Drive backend in node #2622 (#2632)

    * added src alias to tsconfig path
    
    * added Documents service
    
    * added entities
    
    * added filedrive service
    
    * FileDrive service
    
    * added service methods
    
    * added update item size
    
    * fixed import path
    
    * added access check
    
    * adjust query
    
    * fixed saving
    
    * fixed typos
    
    * fixed async operations
    rezk2ll committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    45819b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    9e935eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2661 from rezk2ll/#2622-followup

    add documents service to config
    rezk2ll committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9f47c3f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. 🛠 Drive cassandra related changes (#2662)

    * Initial cassandra changes
    
    * Change the "get" method
    
    * Make it work with Cassandra and fix trash/get features
    
    * Fixed CI
    RomaricMourgues committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d804741 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c75b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9604cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    966984d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    095c0ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b5f167 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. 📁 Added drive access check (#2667)

    * added access check
    
    * enhancements
    
    * access check enhancements
    rezk2ll committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    36a76a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. 📁 #2622 drive enhancements (#2677)

    * fix typo in entity type
    
    * added schema
    
    * added e2e test
    
    * added unit test
    
    * added docs
    
    * added api docs
    
    * tweak e2e test
    
    * added more e2e tests
    
    * fixed an issue with access check if no entities are found
    
    * fixed mocks in unit test
    
    * removed utils
    
    * remove old fields from docs
    rezk2ll committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b91d200 View commit details
    Browse the repository at this point in the history
  2. 🔒 Security update (#2678)

    * Fix https://huntr.dev/bounties/bfd935f4-2d1d-4d3f-8b59-522abe7dd065/
    
    * Fix access control over posting messages to channels / threads
    
    * Fix typo
    
    * Fix some tests
    
    * Fix one of the tests
    
    * Fix test
    
    * Fix another test
    
    * Still fixing the search one
    
    * Fix 2 tests cases
    
    * Fixed some stuff
    
    * Fixed some stuff
    
    * Finished fixing tests
    RomaricMourgues committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    73ba1ac View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. 📁 #2652 added download drive item as a zip archive (#2679)

    * added download drive item as a zip archive
    
    * added docs
    
    * tweaks
    rezk2ll committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f0ce98a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update our license to AGPL v3

    🎉 Yesterday we decided to change our software licenses to AGPL v3.
    
    We will adopt the AGPL v3 (without any modification) for Twake. It concerns 100% of the source code of the software.
    This approach is part of our plan to clarify LINAGORA's positioning and also to facilitate stronger links with our ecosystem.
    RomaricMourgues committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    fd4694f View commit details
    Browse the repository at this point in the history
  2. 🛠 Drive with TailwindUI (#2647)

    * Create hooks for new Drive in node
    
    * Built UI components for Drive
    
    * Fix https://huntr.dev/bounties/e0aaded8-dd59-49f0-b079-291bb7571493/
    
    * FIx unix() is not a function
    
    * Fix some cassandra related stuff
    
    * Fix rebase
    
    * Continuing drive
    
    * Finished basic working version of Drive
    
    * Temp fix for size of document
    
    * Create zip is back
    RomaricMourgues committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d90fab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. 🛠 fix: logger.warning -> logger.warn (#2691)

    Signed-off-by: Tsvetomir Bonev <invakid404@riseup.net>
    
    Signed-off-by: Tsvetomir Bonev <invakid404@riseup.net>
    invakid404 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f8fcb3a View commit details
    Browse the repository at this point in the history
  2. 🎨 Continue Drive UI (#2692)

    * Implement download buttons
    
    * Fix linter
    
    * Finished version manager
    
    * Ability to move files to other folders
    
    * Fix refresh error
    
    * Fix linter issue
    RomaricMourgues committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    f55e679 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. 🛠 #2696 added missing update endpoint (#2697)

    * #2696 added missing update endpoint
    
    * #2696 updated update process
    rezk2ll committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b4f6810 View commit details
    Browse the repository at this point in the history
  2. 📁 Added Drive file search (#2685)

    * added Drive file search
    
    * added content keyword processing
    
    * link services
    
    * added doc links
    
    * fixed search query
    
    * updated docs
    
    * updated process
    
    * added document conversion
    
    * adjust unit test
    
    * clean temporary files
    
    * added pdfparse
    
    * cleanup
    
    * cleanup
    
    * fixed test mock
    rezk2ll committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    faf7bec View commit details
    Browse the repository at this point in the history
  3. 🎨 Drive UI update 3 (#2693)

    * Implement trash and delete confirmations
    
    * Plug the viewer for preview
    
    * Add realtime
    
    * Implement realtime
    
    * Fix default entities in access_info
    
    * Prepare new "access" key
    
    * Update index.ts
    
    * Apply prettier
    
    * Fix merge error
    RomaricMourgues committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0201de6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. 📁 Drive update 4 (#2698)

    * Disable server cache-control
    
    * Minor fixes
    
    * Add files icons
    
    * Add download token generation
    
    * Add public link sharing in access modal
    
    * Minor fix
    
    * Access manager without the creation of users (yet)
    
    * Finished adding user to access manager
    RomaricMourgues committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a0b98aa View commit details
    Browse the repository at this point in the history
  2. 📁Version fixes (#2699)

    * fixed not finding drive item versions
    
    * fixed calculating item size
    
    * enhance size calculation
    
    * fixed version creation
    
    * updated the frontend
    rezk2ll committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    77bac38 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. 📁 Fixed access computation (#2701)

    * Fixed access computation
    
    * Make standalone access level when moving to trash
    
    * Cannot make entity unreachable
    
    * Fix public folder view
    
    * Make sure backend send back complete path including trash/root
    
    * Adding logs for tests
    
    * Create companies and stuff before tests
    RomaricMourgues committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b3cbae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d378ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    296239b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. 📁 Drive fixes (#2704)

    * fixed being able to move a folder inside itself
    
    * auto rename item if an existing item has the same name
    
    * fixed auto size update not updating all parents up to the root
    
    * removed unused fields
    
    * fixed duplicate versions in the view
    
    * handle new name already exists
    
    * check if move is possible
    
    * improved move possibility check
    rezk2ll committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    44227b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    d21701a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    81a017d View commit details
    Browse the repository at this point in the history
  2. #2716 Fixed drive item delete

    rezk2ll committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    70afba7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2718 from rezk2ll/#2716

    📁 #2716 Fixed drive item delete
    rezk2ll committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8e4b405 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f50d83 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. 📚 Doc update (#2720)

    * Update doc to remove doc.twake.app
    
    * Update doc to remove doc.twake.app
    RomaricMourgues committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    062824c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    d2ba9bf View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. 📁 Implement access restriction in frontend (#2725)

    * Implement access restriction in frontend
    
    * Fix channels badges not being updated right
    
    * Fix storybook PRs
    
    * Update the lock files
    RomaricMourgues committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ca47f4b View commit details
    Browse the repository at this point in the history
  2. 📁 Drive fixes (#2722)

    * #2712 Fixed trash size not being shown at initial render
    
    * #2712 Update trash size when moving items into it
    
    * #2721 unselect selected items after performing a bulk operation
    
    * #2714 Fixed item versions creation and display
    
    * file version creation imporvements
    
    * file version creation imporvements
    
    * remove unused imports
    
    * resolve conflict
    rezk2ll committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b456bef View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. 📁 Fixed downloading folder / mix of folders and documents not working (

    …#2726)
    
    * fix: finalizing stream after all files/folders are appended
    
    * fix: lint
    
    * ref: updated counter and prefix args
    MontaGhanmy committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3833f78 View commit details
    Browse the repository at this point in the history
  2. ⭐ Bootstrap service tags (#2687)

    * Bootstrap service tags
    
    * Crude controller + services
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    
    * Tests done except admin/owner management
    
    * Bootstrap doc + somme cleaning + some fix in tests
    
    * Final clean
    
    * fix package-lock and yarn.lock
    
    ---------
    
    Co-authored-by: tissarni <tissarni>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    tissarni and RomaricMourgues committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1e4b959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fbe309 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. added missing assets

    rezk2ll committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1794db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a00057 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2731 from rezk2ll/drive-e2e-tests

    added Drive backend e2e tests
    rezk2ll committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9d276dd View commit details
    Browse the repository at this point in the history
  4. 🐳 [Jest] Updated workflow triggering event (#2732)

    * feat: updated workflow for code coverage
    
    * feat: updated coverage path
    
    * feat: updated coverage workflow
    MontaGhanmy committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5e8e74e View commit details
    Browse the repository at this point in the history
  5. 🐳 [Jest] Added clover report and testing (#2733)

    * feat: testing covergae workflow
    
    * feat: added clover file
    
    * ref: removed comment
    MontaGhanmy committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ba2b5a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    79a5ad7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. 🐳 [Jest] Code coverage report aggregation (#2738)

    * feat: uunit and e2e tests coverage aggregation
    
    * feat: updated coverage reports paths
    MontaGhanmy committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f869d52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6bdf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2740 from MontaGhanmy/coverage_merge_fix_permissi…

    …on_error
    
    🐳 [Jest] Merge reports permission fix
    MontaGhanmy committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f79f696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6074fa5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2742 from MontaGhanmy/remove_coverage_folder_upload

    🐳 [Jest] Removed coverage folder upload
    MontaGhanmy committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    49c0bf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. ref: coverage report path

    MontaGhanmy committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    15d47ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2746 from MontaGhanmy/coverage_report_ref

    🐳 [Jest] Refactoring coverage report
    MontaGhanmy committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ab8df96 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. 📁 added drive file preview modal (#2748)

    * added drive file preview modal
    
    * link components
    
    * use drive display
    
    * link the views
    
    * added controls
    
    * revert the message viewer changes
    rezk2ll committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    8149a77 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. 📁 #2752 fixed breadcrumb navigation overflow (#2753)

    * #2752 fixed breadcrumb navigation overflow
    
    * make it shrink
    rezk2ll committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    95b2813 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. 🌍Translated using Weblate (Portuguese) (#2755)

    Currently translated at 31.0% (312 of 1006 strings)
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    Merge remote-tracking branch 'origin/develop' into develop
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 100.0% (1006 of 1006 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 100.0% (1006 of 1006 strings)
    
    
    
    
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/it/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/pt/
    Translate-URL: https://hosted.weblate.org/projects/linagora/twake-chat-web/ru/
    Translation: Linagora/Twake Chat Web
    
    Co-authored-by: Taisiya Prudentova <tprudentova@linagora.com>
    Co-authored-by: ssantos <ssantos@web.de>
    3 people committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a4e071f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. 📁 Search drive files (#2751)

    * feat: Search drive files
    
    * fref: updated drive search
    
    * feat: added recent drive items & fixed download
    
    * feat: added access control for search and jump button
    
    * fix: lint
    
    * fix: return false if hasAccess doesn't exist
    
    * fix: handling perror and lint
    
    * ref: seperate fe change from be
    MontaGhanmy committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    40057f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be5fe0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. 📁 Tab config page & Disable advanced access management (#2745)

    * Disable advanced access management
    
    * Small refactoring
    
    * Prepare channel tab page
    
    * Added tests
    
    * Prepare frontend logic for tabs configuration
    
    * Add ability to create empty files from connectors
    
    * Update access management for canary
    
    * Fix linter
    
    * Fix import typo
    
    * Fix tests
    
    * Missing an s
    
    * FIx update tab tests
    
    * Changing tests
    
    * Fix test
    
    * Finish Twake Tab token implementation
    
    * Update tests
    
    * FIx typo
    
    * Still fixed the same one
    
    * Fix bad merge import
    RomaricMourgues committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c384db2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2b7069 View commit details
    Browse the repository at this point in the history
  2. 📁 Several Drive fixes (#2762)

    * Add "copy public link" into browser
    
    * Make sure we search in the current company
    
    * Fix unallowed access to Drive listing
    
    * Fix preview modal
    
    * Small change on the canary version note
    RomaricMourgues committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3de6bc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. 📁 Drive fix QA issues (#2764)

    * Partial fixes on #2763
    
    * Fix preview with OnlyOffice
    
    * Fix access level and onlyoffice edition
    RomaricMourgues committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    28ed51f View commit details
    Browse the repository at this point in the history
  2. 📁 Drive qa fix 3 (#2765)

    * Fix creation of empty onlyoffice documents
    
    * Missing context in some place
    RomaricMourgues committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8577d43 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. 📁 Implement #2766 (#2767)

    * Fix wrong feedback when no secret is given for apps
    
    * Temporary fix for onlyoffice on canary
    
    * Fix edit with feature
    RomaricMourgues committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f39bad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e6044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2fa450 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    e0b45b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. 📁 Canary drive fix 1 (#2774)

    * Fix plugins, public write, apps crash
    
    * Asynchronous menus for drive
    
    * Load page before to change it
    
    * Remove id restriction and allow delete only to manage
    
    * Several fixes around versions
    RomaricMourgues authored and Labels Bot committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4dfa59e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e2944 View commit details
    Browse the repository at this point in the history
  3. 📁 Fix renaming and thumbnail (#2776)

    * Fix renaming and thumbnail
    
    * Fixed realtime and context menu
    RomaricMourgues authored and Labels Bot committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    f54f8ee View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. 📁 Added drive migration command (#2769)

    * added drive migration command
    
    * move files
    
    * rest
    
    * changed to staging host
    rezk2ll authored and Labels Bot committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f6d8612 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Fix PHP drive migration command (#2778)

    * added drive migration command
    
    * move files
    
    * rest
    
    * changed to staging host
    
    * Fixes
    
    * final fixes
    
    * export generateAccessToken
    
    * added access control
    rezk2ll authored and Labels Bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9c50ebf View commit details
    Browse the repository at this point in the history
  2. Bump cookiejar from 2.1.2 to 2.1.4 in /twake/backend/node

    Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4.
    - [Release notes](https://github.com/bmeck/node-cookiejar/releases)
    - [Commits](https://github.com/bmeck/node-cookiejar/commits)
    
    ---
    updated-dependencies:
    - dependency-name: cookiejar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7900f3e View commit details
    Browse the repository at this point in the history