Skip to content
Snippets Groups Projects
  1. Aug 15, 2023
    • Léo Banno-Cloutier's avatar
      datastore: reduce DAO abstraction to remove complexity · 49499411
      Léo Banno-Cloutier authored and Adrien Béraud's avatar Adrien Béraud committed
      StatementList and StatementElement were an attempt at creating our own
      ORM for JAMS. However, doing an database query was very verbose on the
      caller side, and if the 1st, 2nd or 4th field of StatementElement was
      user input, we would be vulnerable to SQL injections. This patch
      hardcoded the SQL queries in the DAO, making it easier on SQL expert to
      audit the queries.
      
      Change-Id: I4699bf3146a077efe03efd178b6190dfe60c72e9
      49499411
  2. Aug 14, 2023
  3. Aug 09, 2023
  4. Aug 08, 2023
    • Léo Banno-Cloutier's avatar
      extras: add setup_jams.sh · 376fe277
      Léo Banno-Cloutier authored
      The script sends 4 requests to the server to automate the initial setup,
      useful during development
      
      Change-Id: I6751e5bc9bf91b97a431674d7d9d75636acd01e3
      376fe277
  5. Aug 01, 2023
  6. Jul 31, 2023
  7. Jul 26, 2023
  8. Jul 24, 2023
  9. Jul 18, 2023
  10. Jul 17, 2023
  11. Jul 14, 2023
    • Léo Banno-Cloutier's avatar
      jams-react-client: minor ui fixes on customization tab · 7a2ed997
      Léo Banno-Cloutier authored
      - encodeURI the backgroundUrl to escape space correctly
      - Fix minor border issues with JamiIdCard
      - Set English as the first language in the LanguagePicker
      - Changed the main enable Checkbox to a Switch
      - hasTips is now true, to match the default on Jami
      
      Change-Id: I0d611e720efd99ec726f321a2bd77aff237543ca
      7a2ed997
  12. Jul 13, 2023
  13. Jul 10, 2023
  14. Jul 05, 2023
  15. Jul 04, 2023
Loading