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

Axolotl presage #985

Merged
merged 214 commits into from
Jan 31, 2024
Merged

Axolotl presage #985

merged 214 commits into from
Jan 31, 2024

Commits on Jan 21, 2023

  1. remove the old go backend

    nanu-c committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    bcdf3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ca075 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    b9d47a0 View commit details
    Browse the repository at this point in the history
  2. fix route

    nanu-c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9778037 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c74a022 View commit details
    Browse the repository at this point in the history
  4. update presage commit

    nanu-c committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9472ae9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 25, 2023

  1. Merge pull request #988 from nalysius/send-message

    Add the ability to send text messages
    nanu-c committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    af79e89 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    5df5a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c50bbd View commit details
    Browse the repository at this point in the history
  3. hide empty messages

    nanu-c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    dbeec75 View commit details
    Browse the repository at this point in the history
  4. Add group fixes from presage

    nanu-c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    535fdf5 View commit details
    Browse the repository at this point in the history
  5. Show reactions

    nanu-c committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f277b4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    302bfa0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5ad672 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    ecfe194 View commit details
    Browse the repository at this point in the history
  2. fix message ownership

    nanu-c committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2e4a574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    960b7df View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    7c71514 View commit details
    Browse the repository at this point in the history
  2. Don't add uuid to sent message

    nanu-c committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2da6abc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4538a78 View commit details
    Browse the repository at this point in the history
  4. add dbus to ut feature

    nanu-c committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    149a495 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    9dfd929 View commit details
    Browse the repository at this point in the history
  2. improve message display

    nanu-c committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4175242 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    7b0564a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41ea491 View commit details
    Browse the repository at this point in the history
  3. initate db in main

    nanu-c committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1c2dffa View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Add the feature to send an attachment

    The send message handler has been partially moved to messages.rs
    to wrap the logic in a function send_message(). By doing so, both
    the send message and the send attachment handlers use the same
    function and avoid duplicate code.
    
    In the future, it should be easy to change the send attachment feature
    to:
    1. Wait for the user to confirm before sending the attachment.
    2. Add text with the attachment.
    
    On the front end, the button to add an attachment has no style, it's just
    a default button.
    nalysius committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1e43aa7 View commit details
    Browse the repository at this point in the history
  2. Make it compile

    jonnius committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    734584a View commit details
    Browse the repository at this point in the history
  3. Simplify main function

    jonnius committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5805983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbf84e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request #993 from jonnius/axolotl_presage_jonny

    Make it compile
    nanu-c committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    031ccdd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    08f8009 View commit details
    Browse the repository at this point in the history
  2. set correct patth for yarn

    nanu-c committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a981de0 View commit details
    Browse the repository at this point in the history
  3. show sender names in groups

    nanu-c committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    deb7f2b View commit details
    Browse the repository at this point in the history
  4. fix building for feature ut

    nanu-c committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8993f7e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 12, 2023

  1. WIP: get pin

    nanu-c committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    7fbac2a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Feb 14, 2023

  1. use npm instead of yarn in ci

    nanu-c committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a5dc9f8 View commit details
    Browse the repository at this point in the history
  2. fix building with clickable

    nanu-c committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3fce241 View commit details
    Browse the repository at this point in the history
  3. use needs

    nanu-c committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    870ba40 View commit details
    Browse the repository at this point in the history
  4. try to fix ci

    nanu-c committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c9b6dc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Add dump db example

    nanu-c committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d9baad3 View commit details
    Browse the repository at this point in the history
  2. fix auto updating chats

    nanu-c committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1b28b3a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Save outgoing attachments on the disk

    Attachments are stored in <configDir>/textsecure.nanuc/attachments/
    and the filename is the CdnId, the attachment identifier obtained from
    Signal.
    
    In the meantime, a function has been created to get the path to the
    app, instead of copy and paste the code each time.
    nalysius committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c97df81 View commit details
    Browse the repository at this point in the history
  2. Transmit the message attachment to the front-end

    The attachment's content type (audio, image, file) and the
    filename (the attachment_id from Signal) are sent to the front-end.
    With a HTTP server (todo) and some changes in the front-end (todo), the
    attachment could be displayed.
    
    Note: only the first attachment of the message is used currently. It's
    possible for someone using Signal to send several pictures in one
    message, so some adjustments will be done to show all the attachments.
    nalysius committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    592a7e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Transmits all the attachments to the front-end

    Previously, only the first attachment of a message was sent to the
    front-end. Now the "attachments" field is an array, either empty or with
    attachments.
    nalysius committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    46cee4c View commit details
    Browse the repository at this point in the history
  2. Display the messages with attachments

    The files with attachments (image, audio, file) are now displayed in
    the messages list.
    nalysius committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1a7972d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Add a field is_sent to an AxolotlMessage

    This field is not computed yet, it's only set to true. We'll have
    to compute it in the future, but at least it avoid the loading picture
    on all attachments.
    nalysius committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    1147058 View commit details
    Browse the repository at this point in the history
  2. Display the attachments in the messages list

    An HTTP server listens and the /attachments/ path is mapped to the
    attachments/ directory. It's an easy way to get the files, and could
    be used later for avatars.
    nalysius committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6f2aa7e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. register via phone number

    nanu-c committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    312345b View commit details
    Browse the repository at this point in the history
  2. register via phone number #2

    nanu-c committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8775b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd78b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

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

Commits on Mar 13, 2023

  1. Merge pull request #996 from jonnius/axolotl_presage_jonny

    Make the mode an enum
    nanu-c committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0e2ee2b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix building with new presage

    nanu-c committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ff9e701 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

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

Commits on Apr 23, 2023

  1. use upstream presage

    nanu-c committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6e6c319 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. use metathread data

    nanu-c committed May 9, 2023
    Configuration menu
    Copy the full SHA
    37515cd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. wip: add thread ttle sync

    nanu-c committed May 14, 2023
    Configuration menu
    Copy the full SHA
    dd25271 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    ef7798d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f25212 View commit details
    Browse the repository at this point in the history
  3. fix sending attachments

    nanu-c committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f33333a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1002 from nalysius/view-attachment

    Fix the display of attachments
    nanu-c committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ae8b456 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

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

Commits on Jun 10, 2023

  1. enable receiving attachmens

    nanu-c committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a9efa27 View commit details
    Browse the repository at this point in the history
  2. update presage

    nanu-c committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3db8e9c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    09b51bd View commit details
    Browse the repository at this point in the history
  2. chat list cosmetics

    nanu-c committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    e12ad72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9372c82 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    25729f2 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    nanu-c committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0b2a33c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df41560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6007b View commit details
    Browse the repository at this point in the history
  5. fix axolotl-web tests

    nanu-c committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a3c18b4 View commit details
    Browse the repository at this point in the history
  6. fix axolotl-web dependencies

    nanu-c committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    45e7abe View commit details
    Browse the repository at this point in the history
  7. checkout code in ci

    nanu-c committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    eee5f53 View commit details
    Browse the repository at this point in the history
  8. add gtk3 to ci

    nanu-c committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9a4988a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. ci: add libsoup-3.0-dev

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    47a7038 View commit details
    Browse the repository at this point in the history
  2. add more tauri dependencies

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e23ab01 View commit details
    Browse the repository at this point in the history
  3. ci add more dependencies

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0ba8667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1dcf91 View commit details
    Browse the repository at this point in the history
  5. ci: fix a-web path

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    847ffcd View commit details
    Browse the repository at this point in the history
  6. ci:next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b5fbea1 View commit details
    Browse the repository at this point in the history
  7. ci: next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e7671cf View commit details
    Browse the repository at this point in the history
  8. ci: next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1e4c0e9 View commit details
    Browse the repository at this point in the history
  9. fix artefacts

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    37f091a View commit details
    Browse the repository at this point in the history
  10. ci: adjust artefacts path

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    45577b4 View commit details
    Browse the repository at this point in the history
  11. ci: next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9d32e92 View commit details
    Browse the repository at this point in the history
  12. ci: next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    69557c3 View commit details
    Browse the repository at this point in the history
  13. ci: next try

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5c113a9 View commit details
    Browse the repository at this point in the history
  14. ci: Adjust clickable container

    nanu-c committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d5f71d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. ci: enable debian build

    nanu-c committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5cd7521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3289990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02440f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0172734 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. ci: debian add linker env

    nanu-c committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    148e8d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bd11b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0144a View commit details
    Browse the repository at this point in the history
  4. ci: run in debian docker

    nanu-c committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c74a87e View commit details
    Browse the repository at this point in the history
  5. ci: debian disable

    nanu-c committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4c25db8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caeb8a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03dbf2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cb7315 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    400775f View commit details
    Browse the repository at this point in the history
  10. ci: debian don't use cache

    nanu-c committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1e7f2ae View commit details
    Browse the repository at this point in the history
  11. Fix builds

    darkdragon-001 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    134e484 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    2b918b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1051 from darkdragon-001/fix-linker

    Fix builds
    nanu-c committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    7b00e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6e1332 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce49b37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18f1d5 View commit details
    Browse the repository at this point in the history
  6. ci: appimage fix path

    nanu-c committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b2cb622 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5f8c62 View commit details
    Browse the repository at this point in the history
  8. Apply workaround

    darkdragon-001 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    3586277 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1053 from darkdragon-001/improve-packaging

    Use matrix to simplify packaging workflow
    nanu-c committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    55e3b43 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. run linter

    nanu-c committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    641ffdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a734af View commit details
    Browse the repository at this point in the history
  3. install tauri cli

    nanu-c committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    081e21b View commit details
    Browse the repository at this point in the history
  4. ci: Add more builds

    nanu-c committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8688807 View commit details
    Browse the repository at this point in the history
  5. ci: install vite

    nanu-c committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fcb0421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    046ddc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0ff52a View commit details
    Browse the repository at this point in the history
  8. cI: only upload packaged app

    nanu-c committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    06311ed View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update axolotl_presage for Debian packaging

    Please merge after final "go" in the comments.
    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    35dad57 View commit details
    Browse the repository at this point in the history
  2. Update axolotl.desktop

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2cfddf5 View commit details
    Browse the repository at this point in the history
  3. Delete axolotl.sh

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    33b1dd5 View commit details
    Browse the repository at this point in the history
  4. Delete postinst

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9644fc9 View commit details
    Browse the repository at this point in the history
  5. Update control

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    27089a4 View commit details
    Browse the repository at this point in the history
  6. Update axolotl.install

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3ca3147 View commit details
    Browse the repository at this point in the history
  7. Update package.yaml

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    80687d1 View commit details
    Browse the repository at this point in the history
  8. Update Makefile

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    15d3f73 View commit details
    Browse the repository at this point in the history
  9. Update package.yaml

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7887d7f View commit details
    Browse the repository at this point in the history
  10. Update Cargo.toml

    nuehm-arno committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9bc1877 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Update Cargo.toml

    nuehm-arno committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0a6170d View commit details
    Browse the repository at this point in the history
  2. Update build.yaml

    nuehm-arno committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b4638a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Update Makefile

    nuehm-arno committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a6905c1 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    nuehm-arno committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    80477e6 View commit details
    Browse the repository at this point in the history
  3. Update package.yaml

    nuehm-arno committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8fb82cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1061 from nanu-c/axolotl_presage_deb_packaging_fix

    Update axolotl_presage for Debian packaging
    nanu-c committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    d4daab3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    7f50fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95560e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    eb1c017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a750a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5836c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4a8cb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #1072 from jonnius/separate-functions

    Separate functions
    nanu-c committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fbf80e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix iterceptor in ut

    nanu-c committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    539cf88 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. fix registration

    nanu-c committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ff93c93 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    2774548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcc1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e6726f View commit details
    Browse the repository at this point in the history
  4. Fix linter remarks

    jonnius committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    729c328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b592a24 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

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

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    3aadc5a View commit details
    Browse the repository at this point in the history
  2. spawn the manager locally

    nanu-c committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    33d124c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e47aea7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

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

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. Merge pull request #1095 from jonnius/f.update-nodejs-installation

    Replace deprecated nodejs installation script by recommended way
    nanu-c committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1de6683 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #1084 from jonnius/non-send-backend

    Relieve backend from the need of being `Send`
    nanu-c committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b10e614 View commit details
    Browse the repository at this point in the history
  2. update presage

    nanu-c committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5cde068 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    2e740b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d382979 View commit details
    Browse the repository at this point in the history
  3. WIP restructuring

    jonnius committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    4e1d91b View commit details
    Browse the repository at this point in the history
  4. Finish registration

    jonnius committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7a699a7 View commit details
    Browse the repository at this point in the history
  5. Small beautification

    jonnius committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c8b53c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37afa5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10b5549 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4b42ca View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Oct 8, 2023

  1. Merge pull request #1085 from jonnius/registration-fix

    Fix registration process
    nanu-c committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    34625c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Make axolotl more reliable

    * unifiy thread and id
    * Add support for uuid as reference for incoming/outgoing messages
    * Remove non working buttons
    * Add some autoupdates to anonymus threads
    nanu-c committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4066649 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Merge pull request #1071 from jonnius/small-lint

    Install axolotlweb artifacts into its install dir (UT)
    nanu-c committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    38d6890 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    8057f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05bc67e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362e127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    819efbd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Ci: Fix relase upload (#1112)

    * show artifacts folder
    
    * ci: fix extract clickable version
    
    * ci manual dispatch
    
    * streamline version number
    
    * fix more version numbers
    
    * ci fix deb relase file path
    
    * don't upload release twice to github
    nanu-c committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ea7ca3e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. change namespace to axolotl

    nanu-c committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ed15b06 View commit details
    Browse the repository at this point in the history
  2. rename namespace part2

    nanu-c committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8606707 View commit details
    Browse the repository at this point in the history
  3. Update presage +tauri

    nanu-c committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1afe7fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fad965 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix clickable build

    nanu-c committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d98e560 View commit details
    Browse the repository at this point in the history
  2. linter fix

    nanu-c committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    460e69f View commit details
    Browse the repository at this point in the history
  3. update clickable version

    nanu-c committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0f03829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe3459a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d30193b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

Commits on Nov 16, 2023

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

Commits on Nov 18, 2023

  1. Merge pull request #1119 from jonnius/node-local

    WIP: Avoid npm nodejs version conflict in Clickable images
    nanu-c committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    31eac94 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    e21309c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    224ba69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1625c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d72e05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f7e922 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix package-lock.json

    Remove conflicting yarn.lock
    darkdragon-001 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    253a0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe1fe67 View commit details
    Browse the repository at this point in the history
  3. Refactor Flatpak build

    darkdragon-001 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5daf132 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge pull request #1146 from darkdragon-001/flatpak

    Fix Flatpak build
    nanu-c committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    48dc80a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    b56acf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ab28f View commit details
    Browse the repository at this point in the history
  3. fix: linter errors

    nanu-c committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    cd64c2e View commit details
    Browse the repository at this point in the history
  4. fix: clippy errros

    nanu-c committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    666b94b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2807a70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8300e28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61360aa View commit details
    Browse the repository at this point in the history