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 decode-uri-component from 0.2.0 to 0.2.2 in /twake/plugins #2657

Open
wants to merge 289 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 Feb 21, 2022

  1. 🛠 Fix multiple bugs and update version (#1965)

    * Fix #1818
    
    * Fix #1963
    
    * Fix #1861
    
    * Fix #1964
    
    * Fix #1790
    
    * Keep company total member up to date #1901
    
    * Fix frontend loop
    
    * Version update and changelogs
    
    * Fix tests
    
    * No parameters
    
    * Just one
    
    * Remove unused and broken decorator
    
    * Improve mentions logging
    
    * Fix events for mentions
    
    * Add spellcheck to editor
    
    * Update changelog
    
    * Using right pubsub service
    
    * Add more logs
    
    * More logs
    
    * Fix typo
    
    * Fix recent_workspaces camelcase
    
    * Update default notification in mentions
    
    * Fixing tests
    
    * Fix mention specs
    
    * Add timout
    
    * Set notification level on creation
    
    * Should be good
    
    * Fix member update event
    RomaricMourgues committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    10e139a View commit details
    Browse the repository at this point in the history
  2. #1934 Implement channel members state in frontend (#1940)

    * #1934 Move channel members types in features/channel-members/types
    
    * #1934 Update channel-members-api-client.ts
    
    * #1934 Add channel members state in features/channel-members
    
    * #1934 Add use channel members hook in features/channel-members
    
    * #1934 Implement channel members and pending emails state
    
    * #1934 Add use channel guests hook
    
    * #1927 Upgrade antd from 4.16.13 to 4.18.3
    
    * #1928 Upgrade react-i18next from 11.12.0 to 11.15.3
    
    * #1934 Implement Channel Members real time
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    stephanevieira75 and RomaricMourgues committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    2905aed View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. 🛠 Multiple QA fixes (#1980)

    * Fix issues
    
    * Fix #1976
    RomaricMourgues committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    3869ec9 View commit details
    Browse the repository at this point in the history
  2. 🛠 Fix magic link and user invite limit notice

    * Fix translation and limit value
    
    * Fix how we manage active features
    
    * Fix join error 500
    
    * Fix set request_url
    
    * Add link to go to the console see all the company members
    
    * Disable elasticsearch source
    RomaricMourgues committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7923bd4 View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix invite token error (#1983)

    * Fix err 500 on join
    
    * Fix useless call to backend
    
    * Improve mentions test
    RomaricMourgues committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cdbc69b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. 🐳 Update start.sh (#1989)

    add more verbose messages to start.sh
    schneik80 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f03a721 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 3, 2022

  1. 🛠 Fix redis adapter version (#1987)

    * Finaly, do not change all the versions
    
    * Get back to master versions
    
    * Types are magically ok now
    
    * Update amqplib
    
    * Update lock
    
    * Add redis to the list
    
    * Retry new versions
    
    * Add logs
    
    * Correctly init fastify and socket.io
    
    * Fix duplicated io
    
    * Try to see readyness issue
    
    * Put back code
    
    * Put back code
    
    * Fastify init before
    
    * Test 2
    
    * Add a onReady function
    
    * Add binding
    
    * Not undefined
    
    * Add allowEIO3: true
    
    * Add some logs
    
    * Fix auth process
    
    * Execute all the tests
    RomaricMourgues committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    28cd040 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. 🛠 Multiple fixes (#2000)

    * Send mobile configuration from backend
    
    * Fix #1985
    
    * Implements #1929
    
    * Fix #1997
    
    * Fix removing users
    
    * Fix #1969
    
    * Fix #1999
    
    * Remove console log
    RomaricMourgues committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1dd64f5 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Update libs (#2002)

    * Update dependancies
    
    * Update sass
    
    * Fix new types in Antd
    RomaricMourgues committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a90bf75 View commit details
    Browse the repository at this point in the history
  3. 🛠 Db update config (#1986)

    * Set consistency level to quorum
    
    * Fix test configuration
    
    * Create utilities to fix db broken repair
    
    * Add fix thread tool
    
    * Prepare cluster migrator
    
    * Soon it will work
    
    * Fix import
    
    * Select only the dest columns
    
    * Add more fixes
    
    * Fix and add emojis
    
    * Add forceUpdateAll parameter
    
    * WIP
    
    * Add counters table ignored
    
    * Remove logs forgotten in #1987
    
    * Add special fields handlers
    
    * Fixes from server tests
    
    * Add a script to copy messages specifically
    RomaricMourgues committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1d832c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. 🛠 Channel + search changes (#2006)

    * Channel + search changes
    
    * Add logs when es index is droped
    
    * Add option to reindex messages, also add options to the search endpoint
    
    * Add files in message searchable content
    
    * Fix addUsersToChannel in tests
    
    * Fix other stuff
    
    * Is this stuff used in tests ?
    
    * Fix search messages
    
    * Fix search prefixes
    
    * Fix tests for mongo too
    RomaricMourgues committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8898eee View commit details
    Browse the repository at this point in the history
  2. 🛠 Multiple fixes (#2009)

    * Avoid sending "members" in api response for non direct channels
    
    * Fix mobile redirection again
    
    * Fix css
    
    * Fix bug
    
    * Fix snake case / camel case
    
    * Fix tests for applications
    RomaricMourgues committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    75d200d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55bd41f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a8df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. 🛠 Search improve (#2012)

    * search impove
    
    * fix tests for casandra
    
    * fixed cache stuff
    
    * sender and has_files impl
    
    * some small last fixes
    
    * some small last fixes
    romanesko committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    c7bdb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261f082 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. 🌟 #1960 Implement users list search in frontend (#1996)

    * #1960 Implement users list search in frontend
    
    * #1960 Implement workspace list in user object
    
    * #1960 Add missing translations in workspace members table
    
    * #1960 Filter results in channel participants popup
    
    * #1960 Add guests in user list state
    
    * #1960 Allow mentions to use user list state
    
    * #1960 Add ellipsis in member channel row
    
    * #1960 Resolve threads
    stephanevieira75 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0abae68 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. 🌟 Cool improvements and last minute fixes (#2022)

    * Fix is writing css
    
    * Re-implement mentions highlighting
    
    * Typo + prepare large version of files
    
    * Update popup page view
    
    * Finish large view of files
    
    * Fix typo
    
    * Fix css for isWriting
    
    * Back to previous yarn.lock
    
    * FIx download route using findOne
    
    * Fix sending message before upload finishes
    
    * Update changelog.md
    RomaricMourgues committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    9c31d08 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Prepare version 2022.Q2.910 (#2025)

    * 🌍Translated using Weblate (French)
    
    Currently translated at 100.0% (872 of 872 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 97.3% (849 of 872 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
    
    🌍Translated using Weblate (German)
    
    Currently translated at 97.3% (849 of 872 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 100.0% (872 of 872 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 872 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.1% (865 of 872 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 95.8% (836 of 872 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 95.9% (837 of 872 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 95.9% (837 of 872 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 95.9% (837 of 872 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 95.9% (837 of 872 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 96.4% (841 of 872 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 99.0% (864 of 872 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (871 of 872 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 95.9% (837 of 872 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 97.3% (849 of 872 strings)
    
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
    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
    
    * Fix missing pinned messages
    
    * Update version
    
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
    4 people committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e932875 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Mar 31, 2022

  1. 🛠 Fix width for not large pictures (#2026)

    * Start cleanup
    
    * Fix width for not large pictures
    
    * Improve preview generation, jwt cleaning, apps command
    
    * Make channels menus async loaded to have faster channels
    
    * Fixing state management bugs
    
    * FIx openDiscussion
    
    * Fix direct channels list not everywhere
    
    * Remove channels.js deprecated service
    
    * Put back auto select channel
    
    * Fix preview file before send + load bar
    
    * Add ascii folding
    
    * Update pinned view API and add flat option
    
    * Update dockers
    
    * Fix the dockers
    
    * Fix package.json and backend build
    
    * Fix docker
    
    * Add logs
    
    * Fix mongo search test
    
    * FIx typo in elasticsearch
    
    * Add logs for ES
    
    * Try to show the log
    
    * Fix #2031
    
    * Fix #2031
    
    * Fix direct chat not reordered automatically
    
    * Fix "Bar" channel is empty and won't load
    
    * Show the logs in es tests
    
    * Fix to locale lower case
    
    * Remove useless logs
    
    * Make sure users are deleted from where they should be deleted
    
    * Update comment + rm console.log
    RomaricMourgues committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    868c632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49d2e8 View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix 500 error on badge recovery (#2050)

    * Fix 500 error on ensureBadgesAreReachable
    
    * Fix error
    
    * Fix indexing command error
    RomaricMourgues committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3f54a1e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    31af948 View commit details
    Browse the repository at this point in the history
  2. 🌟 Refacto application management in frontend (#2028)

    * app management
    
    * #2001 Refacto application management in frontend part 1
    
    * #2001 Refacto application management in frontend part 2
    
    * #2001 Fix backend applications schema
    
    * #2001 Add translations part 1
    
    * Add options to run-all.js
    
    * Fix create application schema
    
    * Fix request auth on apps
    
    * Fix response code for tests
    
    * #2001 Add missing translations
    
    Co-authored-by: romka <8026787@gmail.com>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    3 people committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    584ab81 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. 🛠 Put back minimal stuff for search (#2054)

    * Put back minimal stuff for search
    
    * Fix mention search with accents
    
    * Fix mention search with accents
    RomaricMourgues committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    253526d View commit details
    Browse the repository at this point in the history
  2. 🛠 Fix include users (#2063)

    * Fix include_users for flat=1 api
    
    * Debug
    
    * Fix tests
    RomaricMourgues committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0f7cd72 View commit details
    Browse the repository at this point in the history
  3. 🌟 #2020 : Move main connectors to node + create new connectors contai…

    …ner (#2021)
    
    * Little fixs to create an applications and send message as an application
    
    * Implement hooks from Twake to app
    
    * Fix app company access
    
    * Add checks when sending hooks
    
    * Try to fix missing thread in notifyApp
    
    * Add thread in notify apps
    
    * Make sure object is null when thread isn't defined
    
    * Make sure object is null when thread isn't defined
    
    * Bootstraping plugins server
    
    * Add install command
    
    * Fix build
    
    * Fix tests
    
    * Fix for integations
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    
    * update package-lock
    
    * Frontend button fix
    
    Co-authored-by: tissarni <tissarni>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    tissarni and RomaricMourgues committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2a1bed6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. 🛠 Include user in FlatFileFromMessage | FlatPinnedFromMessage (#2064)

    * Include user in FlatFileFromMessage | FlatPinnedFromMessage
    
    * Fix stuff on applications side
    
    * Fix closing ephemeral in direct channel
    RomaricMourgues committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    002bfde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da3520 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. 🛠 make possible getting channels of a specific user as application (#…

    …2069)
    
    * Change it
    
    * Fix access right for applications events
    
    * Make sure application are loaded when creating new workspace
    
    * Fix big mistake with badges
    
    * Fix context in application egt
    RomaricMourgues committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e946835 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. 🛠 Global resolver (#2023)

    * global resolver
    
    * global resolver
    
    * global resolver
    
    * global resolver
    
    * global resolver
    
    * global resolver
    
    * global-resolver merge issues
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/src/services/channels/services/channel/service.ts
    #	twake/backend/node/src/services/messages/services/messages.ts
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/src/services/channels/services/channel/service.ts
    #	twake/backend/node/src/services/messages/services/messages.ts
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/src/services/channels/services/channel/service.ts
    #	twake/backend/node/src/services/messages/services/messages.ts
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/package-lock.json
    #	twake/backend/node/src/services/applications/api.ts
    #	twake/backend/node/src/services/applications/services/applications.ts
    #	twake/backend/node/src/services/applications/services/index.ts
    #	twake/backend/node/src/services/applications/web/controllers/applications.ts
    #	twake/backend/node/src/services/applications/web/controllers/company-applications.ts
    #	twake/backend/node/src/services/applicationsapi/index.ts
    #	twake/backend/node/src/services/applicationsapi/web/controllers/index.ts
    #	twake/backend/node/src/services/messages/services/engine/index.ts
    #	twake/backend/node/src/services/messages/web/controllers/threads.ts
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/package-lock.json
    #	twake/backend/node/src/services/applications/api.ts
    #	twake/backend/node/src/services/applications/services/applications.ts
    #	twake/backend/node/src/services/applications/services/index.ts
    #	twake/backend/node/src/services/applications/web/controllers/applications.ts
    #	twake/backend/node/src/services/applications/web/controllers/company-applications.ts
    #	twake/backend/node/src/services/applicationsapi/index.ts
    #	twake/backend/node/src/services/applicationsapi/web/controllers/index.ts
    #	twake/backend/node/src/services/messages/services/engine/index.ts
    #	twake/backend/node/src/services/messages/web/controllers/threads.ts
    
    * Merge branch 'develop' of https://github.com/linagora/Twake into global-resolver
    
    # Conflicts:
    #	twake/backend/node/package-lock.json
    #	twake/backend/node/src/services/applications/api.ts
    #	twake/backend/node/src/services/applications/services/applications.ts
    #	twake/backend/node/src/services/applications/services/index.ts
    #	twake/backend/node/src/services/applications/web/controllers/applications.ts
    #	twake/backend/node/src/services/applications/web/controllers/company-applications.ts
    #	twake/backend/node/src/services/applicationsapi/index.ts
    #	twake/backend/node/src/services/applicationsapi/web/controllers/index.ts
    #	twake/backend/node/src/services/messages/services/engine/index.ts
    #	twake/backend/node/src/services/messages/web/controllers/threads.ts
    romanesko committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    564681b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0c0c4 View commit details
    Browse the repository at this point in the history
  3. ⚡️ Fix badges (#2085)

    * Fix small error
    
    * Fix disapearing badges
    RomaricMourgues committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8a16cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    ec713cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2092 from romanesko/fix-1950-workspace-logo

    🛠 fix getting config for console
    romanesko committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    7bba622 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. 🛠 Minor fixes due to canary fails (#2106)

    * Fix securirty issue
    
    * Fix ensure badge is reachable
    
    * Fix missing user name in mentions
    
    * Fix channels bar load time and bold channels
    
    * Fix search for start direct chat with user
    
    * Fix #2083
    RomaricMourgues committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a54568b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    a1e4c2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cefe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. 🌟 2071: Create BlockCompiler + update blocks-type and use block compi…

    …ler (#2109)
    
    * Create BlockCompiler + update blocks-type and use block compiler
    
    * delete console.log
    
    * return derectly blocks instead of twacode object
    
    Co-authored-by: tissarni <tissarni>
    tissarni committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    6cc1814 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

Commits on May 4, 2022

  1. 🌟 #1958 Bootstrap Knowledge graph service in backend (#2081)

    * #1958 Bootstrap Knowledge graph service in backend
    
    * #1958 Implement subscribe & publish events for workspace and channel creation
    
    * #1958 Implement subscribe & publish events for user, message and company creation
    
    * #1958 Fix error when send data to the Knowledge graph api and add active option in the default.json knowledge graph object
    
    * #1958 Last improvements
    
    * #1958 Rename company_idx to forwarded_companies in default.json
    
    * #1958 Fix tests and error related to configuration
    stephanevieira75 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    bc01338 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. #2127

    romanesko committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8d1b2b5 View commit details
    Browse the repository at this point in the history
  2. #2127

    romanesko committed May 5, 2022
    Configuration menu
    Copy the full SHA
    c2838e2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    3a96966 View commit details
    Browse the repository at this point in the history
  2. 🛠 Fix scroll glitches and implement jump to message feature (#2113)

    * Try to reduce glitches
    
    * Fix rotation of thumbnails
    
    * Still not working but at least virtuoso is updated
    
    * Create use-highlight-message
    
    * Ability to jump to message from url
    
    * Super buggy but works
    
    * Clean url if channel change
    
    * Finaly something kind of working 🎉
    
    * Duplicate work for threads
    
    * Fix dependancies
    
    * Implement "Go to last message" button
    
    * Make sure we don't set time at wrong place
    
    * Improving as we can
    
    * Put back real time partially
    
    * Update useEffect to useGlobalEffect
    
    * Almost fully working !
    
    * Fix load to top issue and realtime issue
    
    * Put back thread initial message
    
    * Fix frontend message duplicated
    
    * Remove console.log
    
    * Clean code
    RomaricMourgues committed May 6, 2022
    Configuration menu
    Copy the full SHA
    31f2018 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

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

Commits on May 11, 2022

  1. 🌟 #1912 Implement puppeteer and start testing frontend (#2101)

    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Fix integration test runner
    
    * Improve SPA node provider
    
    * Try something else
    
    * Fix typo
    
    * Try better build of docker node
    
    * Add logs
    
    * Add logs
    
    * install in external directory
    
    * Update integration-test.yml
    
    * Try with unsafe-perm and yarn
    
    * Other command
    
    * Fix typo
    
    * Une docker onpremise
    
    * Typo
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * #1912 Fix integration test
    
    * Update config.ts
    
    * Add logs
    
    * Add logs
    
    * Wait for sign in to ends
    
    * Try again to see what is happening
    
    * Show page url
    
    * Fix static serve issue
    
    * Fix create channel button (?)
    
    * Show page after plusIcon
    
    * Fix integration tests
    
    * Add slow mo
    
    * Clean code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    stephanevieira75 and RomaricMourgues committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c5b9bdd View commit details
    Browse the repository at this point in the history
  2. Setup new yarn.lock

    RomaricMourgues committed May 11, 2022
    Configuration menu
    Copy the full SHA
    efde5b1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/linagora/Twake into feat…

    …ure-files-uploaded-by-user
    RomaricMourgues committed May 11, 2022
    Configuration menu
    Copy the full SHA
    d2fc15c View commit details
    Browse the repository at this point in the history
  4. #2127

    romanesko committed May 11, 2022
    Configuration menu
    Copy the full SHA
    7f88f8f View commit details
    Browse the repository at this point in the history
  5. #2127

    romanesko committed May 11, 2022
    Configuration menu
    Copy the full SHA
    9e812c6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2129 from romanesko/feature-files-uploaded-by-user

    ⭐️ get uploaded files #2127
    romanesko committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6b50492 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. 🌟 #1912 Implement puppeteer and start testing frontend (#2101)

    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Fix integration test runner
    
    * Improve SPA node provider
    
    * Try something else
    
    * Fix typo
    
    * Try better build of docker node
    
    * Add logs
    
    * Add logs
    
    * install in external directory
    
    * Update integration-test.yml
    
    * Try with unsafe-perm and yarn
    
    * Other command
    
    * Fix typo
    
    * Une docker onpremise
    
    * Typo
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * #1912 Fix integration test
    
    * Update config.ts
    
    * Add logs
    
    * Add logs
    
    * Wait for sign in to ends
    
    * Try again to see what is happening
    
    * Show page url
    
    * Fix static serve issue
    
    * Fix create channel button (?)
    
    * Show page after plusIcon
    
    * Fix integration tests
    
    * Add slow mo
    
    * Clean code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    stephanevieira75 and RomaricMourgues committed May 12, 2022
    Configuration menu
    Copy the full SHA
    084e6ff View commit details
    Browse the repository at this point in the history
  2. #2127

    romanesko authored and RomaricMourgues committed May 12, 2022
    Configuration menu
    Copy the full SHA
    0ae2b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9634e2 View commit details
    Browse the repository at this point in the history
  4. 🌟 Search feature (#2122)

    * search feature
    
    * fix getting config for console
    
    * search for users instead of direct channels
    move to channels/messages/users on click
    
    * tests
    
    * Update channel.search.ts
    
    * Add logs and split tests
    
    * More details in logs
    
    * Add more logs
    
    * Fix timout
    
    * fix tests
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    romanesko and RomaricMourgues committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6b97c54 View commit details
    Browse the repository at this point in the history
  5. Setup new yarn.lock

    RomaricMourgues committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6a68a7a View commit details
    Browse the repository at this point in the history
  6. 🌍 Added translation using Weblate (messages (generated) (messages)) (#…

    …2145)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 873 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.8% (872 of 873 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 95.7% (836 of 873 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 95.8% (837 of 873 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 95.8% (837 of 873 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 95.8% (837 of 873 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 95.8% (837 of 873 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 96.3% (841 of 873 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 98.9% (864 of 873 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (872 of 873 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 95.8% (837 of 873 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 97.2% (849 of 873 strings)
    
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Weblate <noreply@weblate.org>
    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/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>
    3 people committed May 12, 2022
    Configuration menu
    Copy the full SHA
    eb280d2 View commit details
    Browse the repository at this point in the history
  7. conflict resolve

    romanesko committed May 12, 2022
    Configuration menu
    Copy the full SHA
    91f8014 View commit details
    Browse the repository at this point in the history
  8. 🛠 Fix suggestion list (#2143)

    * #2127
    
    * #2127
    
    * 🌟 #1912 Implement puppeteer and start testing frontend (#2101)
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Fix integration test runner
    
    * Improve SPA node provider
    
    * Try something else
    
    * Fix typo
    
    * Try better build of docker node
    
    * Add logs
    
    * Add logs
    
    * install in external directory
    
    * Update integration-test.yml
    
    * Try with unsafe-perm and yarn
    
    * Other command
    
    * Fix typo
    
    * Une docker onpremise
    
    * Typo
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * #1912 Fix integration test
    
    * Update config.ts
    
    * Add logs
    
    * Add logs
    
    * Wait for sign in to ends
    
    * Try again to see what is happening
    
    * Show page url
    
    * Fix static serve issue
    
    * Fix create channel button (?)
    
    * Show page after plusIcon
    
    * Fix integration tests
    
    * Add slow mo
    
    * Clean code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    
    * Setup new yarn.lock
    
    * #2127
    
    * #2127
    
    * Fix suggestion list
    
    * Minor improvements
    
    * Fix dockerfile error
    
    Co-authored-by: romka <8026787@gmail.com>
    Co-authored-by: Stéphane Vieira <36481167+stephanevieira75@users.noreply.github.com>
    3 people committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ea5debd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bea90ca View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. 🌟 Feature recent messages (#2149)

    * #2127
    
    * #2127
    
    * 🌟 #1912 Implement puppeteer and start testing frontend (#2101)
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Fix integration test runner
    
    * Improve SPA node provider
    
    * Try something else
    
    * Fix typo
    
    * Try better build of docker node
    
    * Add logs
    
    * Add logs
    
    * install in external directory
    
    * Update integration-test.yml
    
    * Try with unsafe-perm and yarn
    
    * Other command
    
    * Fix typo
    
    * Une docker onpremise
    
    * Typo
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * #1912 Fix integration test
    
    * Update config.ts
    
    * Add logs
    
    * Add logs
    
    * Wait for sign in to ends
    
    * Try again to see what is happening
    
    * Show page url
    
    * Fix static serve issue
    
    * Fix create channel button (?)
    
    * Show page after plusIcon
    
    * Fix integration tests
    
    * Add slow mo
    
    * Clean code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    
    * Setup new yarn.lock
    
    * #2127
    
    * #2127
    
    * inbox feature
    
    * inbox feature
    
    Co-authored-by: Stéphane Vieira <36481167+stephanevieira75@users.noreply.github.com>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    3 people committed May 13, 2022
    Configuration menu
    Copy the full SHA
    598b498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8eba60 View commit details
    Browse the repository at this point in the history
  3. 🛠 Fix search (#2153)

    * #2127
    
    * #2127
    
    * 🌟 #1912 Implement puppeteer and start testing frontend (#2101)
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Update integration-test.yml
    
    * Fix integration test runner
    
    * Improve SPA node provider
    
    * Try something else
    
    * Fix typo
    
    * Try better build of docker node
    
    * Add logs
    
    * Add logs
    
    * install in external directory
    
    * Update integration-test.yml
    
    * Try with unsafe-perm and yarn
    
    * Other command
    
    * Fix typo
    
    * Une docker onpremise
    
    * Typo
    
    * #1912 Implement puppeteer and start testing frontend
    
    * #1912 Implement puppeteer and start testing frontent part 2
    
    * #1912 Fix integration test
    
    * Update config.ts
    
    * Add logs
    
    * Add logs
    
    * Wait for sign in to ends
    
    * Try again to see what is happening
    
    * Show page url
    
    * Fix static serve issue
    
    * Fix create channel button (?)
    
    * Show page after plusIcon
    
    * Fix integration tests
    
    * Add slow mo
    
    * Clean code
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    
    * Setup new yarn.lock
    
    * #2127
    
    * #2127
    
    * fix search issues
    
    Co-authored-by: Stéphane Vieira <36481167+stephanevieira75@users.noreply.github.com>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    3 people committed May 13, 2022
    Configuration menu
    Copy the full SHA
    cb96d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d54147 View commit details
    Browse the repository at this point in the history
  5. fix search issues

    romanesko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    335f138 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2155 from romanesko/fix-search-2

    Fix search 2
    romanesko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    9d4f283 View commit details
    Browse the repository at this point in the history
  7. ⚡️ Move notifications to recoil (#2154)

    * Move notifications to recoil
    
    * Fix error with callbacks
    
    * Fix company menu not closed
    
    * Jump to message from notification now working
    
    * Remove Collections V2 🎉
    
    * Fix case where company isn't defined
    
    * Fix removal of CollectionsV2
    RomaricMourgues committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b368a34 View commit details
    Browse the repository at this point in the history
  8. fix uploaded files list

    romanesko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b01b08a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2157 from romanesko/fix-uploaded-files-list

    fix uploaded files list
    romanesko committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ee536dd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

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

Commits on May 16, 2022

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

Commits on May 18, 2022

  1. 🌟 Backend feature: quote message (#2152)

    * Prepare quote message in backend
    
    * Refactor a bit
    
    * Small typo in search index cli
    
    * Merge typo
    
    * Fix tests
    RomaricMourgues committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2919e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9ac67 View commit details
    Browse the repository at this point in the history
  3. 🌟 Prepare console merge (#2151)

    * Console merge preparation
    
    * Fix issue with roles and prepare fix for email already in use
    
    * Make sure it continue to work for old console
    
    * Update the tests for the new format
    
    * Additional fix reading console merge change logs
    
    * Make user optional in company_created event
    RomaricMourgues committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7490adb View commit details
    Browse the repository at this point in the history
  4. 🛠 fix uploaded files (#2160)

    * fix uploaded files
    
    * fix uploaded files
    
    * fix company_id link
    romanesko committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2c3f793 View commit details
    Browse the repository at this point in the history
  5. 🛠 Fix timezone and other issues (#2172)

    * Fix timezone
    
    * Fix stuff
    RomaricMourgues committed May 18, 2022
    Configuration menu
    Copy the full SHA
    0a31e9c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. 🛠 Fix #2084 (#2175)

    RomaricMourgues committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8db6d60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d06b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1672411 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. 🌟 2164 recent channels (#2180)

    * recent channels impl
    
    * 123
    
    * tests
    
    * Make sure direct workspace doesn't break it all
    
    * Typo
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    romanesko and RomaricMourgues committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0087e63 View commit details
    Browse the repository at this point in the history
  2. 🎥 Adds video thumbnail generation #2169 (#2177)

    * 🎥 added video preview generation ( #2169 )
    
    * added ffmpeg docker installation
    
    * added tests (#2169)
    rezk2ll committed May 20, 2022
    Configuration menu
    Copy the full SHA
    7ca961e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. 🛠 Fix uploaded_files issue on qa (#2182)

    * Fix it
    
    * Implement uploaded files type
    
    * Add tests
    
    * Keep tests for later
    RomaricMourgues committed May 23, 2022
    Configuration menu
    Copy the full SHA
    3030f0b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. ⬆️ Deploy new version to canary (#2183)

    * Deploy new version to canary
    
    * Update changelog.md
    
    Co-authored-by: shepilov <ashepilov@linagora.com>
    2 people authored and RomaricMourgues committed May 24, 2022
    Configuration menu
    Copy the full SHA
    0fa5f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da208f View commit details
    Browse the repository at this point in the history
  3. 🌟 recent contacts (#2185)

    * recent contacts
    
    * +limit
    romanesko committed May 24, 2022
    Configuration menu
    Copy the full SHA
    64de2cd View commit details
    Browse the repository at this point in the history
  4. 🛠 fix limit

    romanesko committed May 24, 2022
    Configuration menu
    Copy the full SHA
    cf0373b View commit details
    Browse the repository at this point in the history
  5. 🌍 Translations update from Hosted Weblate (#2193)

    * 🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 887 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 99.8% (886 of 887 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 93.9% (833 of 887 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 94.0% (834 of 887 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 94.0% (834 of 887 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 94.0% (834 of 887 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 94.0% (834 of 887 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 94.4% (838 of 887 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.0% (861 of 887 strings)
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 99.8% (886 of 887 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 94.1% (835 of 887 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 95.9% (851 of 887 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 96.0% (852 of 887 strings)
    
    🌍Translated using Weblate (Esperanto)
    
    Currently translated at 0.0% (0 of 886 strings)
    
    🌍Translated using Weblate (Sinhala)
    
    Currently translated at 94.0% (833 of 886 strings)
    
    🌍Translated using Weblate (Chinese (Simplified))
    
    Currently translated at 94.1% (834 of 886 strings)
    
    🌍Translated using Weblate (Norwegian Bokmål)
    
    Currently translated at 94.1% (834 of 886 strings)
    
    🌍Translated using Weblate (Turkish)
    
    Currently translated at 94.1% (834 of 886 strings)
    
    🌍Translated using Weblate (Finnish)
    
    Currently translated at 94.1% (834 of 886 strings)
    
    🌍Translated using Weblate (Basque)
    
    Currently translated at 94.5% (838 of 886 strings)
    
    🌍Translated using Weblate (Vietnamese)
    
    Currently translated at 97.1% (861 of 886 strings)
    
    🌍Translated using Weblate (Japanese)
    
    Currently translated at 94.2% (835 of 886 strings)
    
    🌍Translated using Weblate (Spanish)
    
    Currently translated at 96.0% (851 of 886 strings)
    
    🌍Translated using Weblate (German)
    
    Currently translated at 96.1% (852 of 886 strings)
    
    🌍Deleted translation using Weblate (messages (generated) (messages))
    
    🌍Translated using Weblate (Russian)
    
    Currently translated at 98.5% (873 of 886 strings)
    
    🌍Translated using Weblate (Italian)
    
    Currently translated at 98.5% (873 of 886 strings)
    
    🌍Translated using Weblate (French)
    
    Currently translated at 99.8% (885 of 886 strings)
    
    Co-authored-by: Anonymous <noreply@weblate.org>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.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
    
    * Fix #2084
    
    * ⬆️ Deploy new version to canary (#2183)
    
    * Deploy new version to canary
    
    * Update changelog.md
    
    Co-authored-by: shepilov <ashepilov@linagora.com>
    
    * Fix name crash in search
    
    Co-authored-by: Romaric Mourgues <rmourgues@linagora.com>
    Co-authored-by: Anton Shepilov <ashepilov@cardspro.ru>
    Co-authored-by: shepilov <ashepilov@linagora.com>
    Co-authored-by: Roman Bykovskiy <8026787@gmail.com>
    5 people committed May 24, 2022
    Configuration menu
    Copy the full SHA
    6c15114 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. 🛠 fixed PDF and document files not having previews ( #2138 ) (#2184)

    * fixed unoconv not generating previews for documents due to permission issues ( #2138 )
    
    * 📷 show preview for PDF and documents
    
    * fixed wget install
    
    * add large preview
    
    * file preview style improvements
    
    * use original video dimension and ratio to generate thumbnails
    rezk2ll committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2629487 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

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 authored and Labels Bot committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4de02a9 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
    ec9a12b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. 🔎 Increase thumbnails size (#2556)

    RomaricMourgues authored and Labels Bot committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    818dd4a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. 🛠Fix quote reply css (#2563)

    RomaricMourgues authored and Labels Bot committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a1c0b7a 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 authored and Labels Bot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    6643640 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update README.md

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

Commits on Oct 20, 2022

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

Commits on Oct 27, 2022

  1. 📚 Update changelog.md (#2587)

    RomaricMourgues authored and Labels Bot committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    09142bc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. 🛠 Do not return files that doesn't exists anymore (#2592)

    * Do not return files that doesn't exists anymore
    
    * Fix filter
    RomaricMourgues committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ffd60b4 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 authored and Labels Bot committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    34395b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. 🛠 Fix missing notifications (#2614)

    RomaricMourgues authored and Labels Bot committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9f4bedc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    78c4eb9 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 authored and Labels Bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d73da3c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

Commits on Jan 4, 2023

  1. 🔒 Security update (#2678) (#2681)

    * 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
    1 Configuration menu
    Copy the full SHA
    295f5ca 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 authored and Labels Bot committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a13ee80 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Bump cacheable-request and nodemon in /twake/backend/node

    Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.
    
    
    Removes `cacheable-request`
    
    Updates `nodemon` from 2.0.4 to 2.0.20
    - [Release notes](https://github.com/remy/nodemon/releases)
    - [Commits](remy/nodemon@v2.0.4...v2.0.20)
    
    ---
    updated-dependencies:
    - dependency-name: cacheable-request
      dependency-type: indirect
    - dependency-name: nodemon
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    54c88d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge pull request #2736 from linagora/dependabot/npm_and_yarn/twake/…

    …backend/node/cacheable-request-and-nodemon--removed
    
    Bump cacheable-request and nodemon in /twake/backend/node
    guimard committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    1f144a0 View commit details
    Browse the repository at this point in the history
  2. Bump decode-uri-component from 0.2.0 to 0.2.2 in /twake/plugins

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    8970b3f View commit details
    Browse the repository at this point in the history