Commit Graph

  • 2bbe7c0770 Add a little pizzazz 🎉 Martin Kleinschrodt 2022-01-30 16:35:58 +0100
  • df86788672 Display invite preview in signup/login/unlock view; add final "success" step to singup flow Martin Kleinschrodt 2022-01-30 15:56:50 +0100
  • 21f6e480a3 Add additional signup step for choosing name and agreeing to TOS Martin Kleinschrodt 2022-01-29 17:26:39 +0100
  • 7a39522c3c
    Merge pull request #393 from padloc/feature/first-e2e-test Bruno Bernardino 2022-01-27 10:37:26 +0000
  • 81ba6ebbc8
    Remove unnecessary things #393 Bruno Bernardino 2022-01-27 10:33:03 +0000
  • 0413a7cbe3
    Force typing in a couple of places, and don't force in others. Bruno Bernardino 2022-01-26 18:15:13 +0000
  • 905c703368
    Signup test is working all the time, now. Bruno Bernardino 2022-01-26 18:01:40 +0000
  • 8ecb82c395
    Finished setting up the signup and login tests. Bruno Bernardino 2022-01-24 18:13:10 +0000
  • 9e684c2cb7
    Switch around because it's the order of closing, not starting, that matters. Bruno Bernardino 2022-01-21 19:08:35 +0000
  • 8d26a77e97
    Fix exit code for test Bruno Bernardino 2022-01-21 19:04:22 +0000
  • f905ab77c6
    First e2e test (via cypress) Bruno Bernardino 2022-01-21 18:51:27 +0000
  • a14ab29a61
    Merge pull request #392 from padloc/fix/web-extension-beta-build Bruno Bernardino 2022-01-21 17:25:02 +0000
  • e5672a62af
    Allow setting a build for web extension beta builds #392 Bruno Bernardino 2022-01-21 16:45:02 +0000
  • b97e49ed30
    Merge pull request #390 from padloc/feature/fix-tests Bruno Bernardino 2022-01-19 18:54:25 +0000
  • 19cabc1841
    Fix tests #390 Bruno Bernardino 2022-01-19 16:13:30 +0000
  • 656711fcfc
    Merge pull request #389 from padloc/fix/issue-338 Martin Kleinschrodt 2022-01-17 19:54:17 +0100
  • 1589b05baa
    CI: Full Release (#376) Bruno Bernardino 2022-01-17 17:32:21 +0000
  • 42583684c4 Make sure to replace current history entry instead of pushing new one #389 Martin Kleinschrodt 2022-01-17 17:42:17 +0100
  • 42850e23a5 If item with the current id is not found, redirect to list view Martin Kleinschrodt 2022-01-17 17:34:50 +0100
  • 96ccb569ec Navigate to new item location after moving to new vault Martin Kleinschrodt 2022-01-17 17:23:49 +0100
  • 2d03c92590
    Try to do prerelease for electron #376 Bruno Bernardino 2022-01-17 16:06:50 +0000
  • f7c502e1c4
    Set electron builder env var to accept prerelease Bruno Bernardino 2022-01-17 14:13:41 +0000
  • 1a83b985cf
    Fix electron publishing the built artifacts when releasing. Bruno Bernardino 2022-01-17 14:10:06 +0000
  • b1a5f6701c
    Simplify release action Bruno Bernardino 2022-01-17 13:50:37 +0000
  • 64acc0ac73
    Merge branch 'v4' into feature/full-release Bruno Bernardino 2022-01-17 13:46:11 +0000
  • a3759db0f0
    Merge pull request #387 from padloc/fix/issue-385 Martin Kleinschrodt 2022-01-17 11:56:29 +0100
  • 18e19cdcbf Don't redirect to matching items unless: - There are new matching items since last time the popup was opened OR - We're on the items view already AND there is no active search context #387 Martin Kleinschrodt 2022-01-17 09:48:31 +0100
  • 3065b43e10
    Remove automatic version commit from action, keep it manual. Bruno Bernardino 2022-01-16 17:13:09 +0000
  • f2aad09fcf Remember search context when leaving search input; restore when navigating back to items Martin Kleinschrodt 2022-01-16 14:06:50 +0100
  • 3535215bc8 Only force-navigate to maching items list if there are new matching items since last time the popup was opened of if we're on the list view already Martin Kleinschrodt 2022-01-16 13:29:35 +0100
  • 4f84698576
    Fix iOS build with proper certificates and provisioning files Bruno Bernardino 2022-01-16 10:58:52 +0000
  • efb42a80dd v4.0.0 Bruno Bernardino 2022-01-14 17:43:05 +0000
  • 71bdcd1a10
    Merge branch 'v4' into feature/full-release Bruno Bernardino 2022-01-14 17:38:35 +0000
  • 2e55671d20
    Skip iOS, bring back everything else Bruno Bernardino 2022-01-14 17:36:10 +0000
  • 02f44b3624
    Merge pull request #384 from padloc/fix/issue-383 Martin Kleinschrodt 2022-01-14 18:27:42 +0100
  • 335479c3a5
    Try one last thing Bruno Bernardino 2022-01-14 15:44:03 +0000
  • bbb897910c Add PL_APP_NAME to environment plugin #384 Martin Kleinschrodt 2022-01-14 16:25:09 +0100
  • 720a56d902 Put window.matchMedia(...).addEventListener(...) into try ... catch block for those browsers that don't support that api yet (looking at you, Safari) Martin Kleinschrodt 2022-01-14 16:23:26 +0100
  • b811b4bb13
    Try correct encantation of commands Bruno Bernardino 2022-01-14 15:21:12 +0000
  • e7b919e7a5
    Try setting up Xcode first Bruno Bernardino 2022-01-13 16:23:21 +0000
  • dce28300d0
    Try setting the team for xcode as well Bruno Bernardino 2022-01-13 16:15:45 +0000
  • 30489d814a
    Try automatic provisioning again with updates? Bruno Bernardino 2022-01-13 16:01:57 +0000
  • d536d3d171
    Try allowing provisioning updates Bruno Bernardino 2022-01-13 15:52:39 +0000
  • 141b108ae8
    Remove automatic provisioning Bruno Bernardino 2022-01-13 15:46:02 +0000
  • 82a9814990
    Merge branch 'v4' into feature/full-release Bruno Bernardino 2022-01-13 15:32:20 +0000
  • f157dfcddd
    Try automatic provisioning Bruno Bernardino 2022-01-13 15:31:46 +0000
  • 7f0689ce9d
    Try going against the documentation for iOS... Bruno Bernardino 2022-01-13 15:21:29 +0000
  • c5e6948be8
    Merge pull request #382 from padloc/fix/issue-349 Martin Kleinschrodt 2022-01-13 15:51:58 +0100
  • c22cb274aa
    Try running just the iOS build, for faster debugging Bruno Bernardino 2022-01-13 14:13:22 +0000
  • df0fafc839
    Enable certificate Bruno Bernardino 2022-01-13 12:36:55 +0000
  • 9e37ee565d Fix prettier complaint #382 Martin Kleinschrodt 2022-01-13 08:53:52 +0100
  • f14c4f2ac1 Make sure popover menus near the viewport edge aren't cut off Fix tags indicating group/vault/member count on group/vault/member items Other visual consistency improvements Martin Kleinschrodt 2022-01-13 08:48:46 +0100
  • 1289794cc8
    Try to fix Android for now Bruno Bernardino 2022-01-12 22:07:25 +0000
  • 8b3e368b32
    Setup Apple/Xcode stuff for building iOS. Provision is still missing. Bruno Bernardino 2022-01-12 21:47:19 +0000
  • e817071cef
    Add provisioning for iOS, remove quotes for Android Bruno Bernardino 2022-01-12 21:19:26 +0000
  • 92cf2a1fa8
    Separate commands to identify the problematic one. Bruno Bernardino 2022-01-12 21:04:26 +0000
  • 93bb86f267
    Try without lerna. Bruno Bernardino 2022-01-12 20:49:26 +0000
  • 155e4c57aa
    Trying to fix the iOS build, still. Bruno Bernardino 2022-01-12 20:23:16 +0000
  • f6056c8269
    Fix iOS build Bruno Bernardino 2022-01-12 20:01:48 +0000
  • 090db99d71
    Fix build for web extension Bruno Bernardino 2022-01-12 19:22:16 +0000
  • 9f052c000b
    Fix iOS build Bruno Bernardino 2022-01-12 19:18:55 +0000
  • fdd816e2b1
    Merge pull request #380 from padloc/fix/issue-369 Martin Kleinschrodt 2022-01-12 13:55:25 +0100
  • 76fd443f3c
    Keep it as a single release, please! Bruno Bernardino 2022-01-12 12:09:25 +0000
  • 1f399eeeb7
    Try to keep it to a single release Bruno Bernardino 2022-01-11 17:38:48 +0000
  • c191c14b93
    Fix deployment for electron, web extension, and potentially iOS Bruno Bernardino 2022-01-11 17:10:26 +0000
  • e0384194ab Fix prettier complaint #380 #377 Martin Kleinschrodt 2022-01-11 17:22:45 +0100
  • 832e3aafef Hide favicon in item view on narrow screens Martin Kleinschrodt 2022-01-11 17:08:50 +0100
  • 43a6e16cf7 Consistently handle top and bottom inset; Add proper inset to attachment dialog. Martin Kleinschrodt 2022-01-11 17:03:20 +0100
  • e448c5ad42
    Remove creating a tag, since it was automatically created by lerna already Bruno Bernardino 2022-01-11 15:46:32 +0000
  • 7a8703fadc
    Install dependencies for Tauri publishing Bruno Bernardino 2022-01-11 15:23:22 +0000
  • c910458ddb
    No need to commit and push again Bruno Bernardino 2022-01-11 15:06:35 +0000
  • fa8da2337c
    Move the git identification earlier Bruno Bernardino 2022-01-11 14:58:00 +0000
  • adf3960f72
    Add user+email for automatic commit. Bruno Bernardino 2022-01-11 14:54:10 +0000
  • a395cd3094
    Disable automatic push, add names. Bruno Bernardino 2022-01-11 13:48:25 +0000
  • 09614294b5
    Enable action Bruno Bernardino 2022-01-11 13:44:53 +0000
  • 40f1e77d51 Add ios device orientation settings to config.xml; use more appropriate statusbar-spacing on devices with notch Martin Kleinschrodt 2022-01-11 10:04:47 +0100
  • 8a0dce51a2 Fix syntax error Martin Kleinschrodt 2022-01-11 08:07:01 +0100
  • 508817c703 Replace some left-over hardcoded user-visible mentions of "Padloc" Martin Kleinschrodt 2022-01-11 08:03:01 +0100
  • 1937f45918
    Add Cordova release. Bruno Bernardino 2022-01-10 15:23:49 +0000
  • 99f1485a09
    Fix build problems Bruno Bernardino 2022-01-09 13:41:20 +0000
  • 24df751ecb
    Implement vendor version via PL_VENDOR_VERSION env variable Bruno Bernardino 2022-01-09 13:29:49 +0000
  • 738d9dcbea
    Add a few more items to the automatic release, and disable NPM for now, as per comments. Bruno Bernardino 2022-01-08 09:43:45 +0000
  • d29031d8c9
    CI: Full Release Bruno Bernardino 2022-01-07 16:23:26 +0000
  • 98a59e8824
    Merge pull request #373 from padloc/feature/build-crx-web-extension Martin Kleinschrodt 2022-01-05 08:35:35 +0100
  • 1a9adcdb0f
    Simplify build env var logic. #373 Bruno Bernardino 2022-01-04 19:24:46 +0000
  • a1bb8c8a29
    Tweak CI process for tests to build web extension, and for web extension building to add the dev build version when not building for production Bruno Bernardino 2022-01-04 19:16:04 +0000
  • 181dd663c4
    Merge pull request #375 from padloc/chore/upgrade-lit Martin Kleinschrodt 2022-01-04 17:54:17 +0100
  • 25e833a210 Fix prettier check #375 Martin Kleinschrodt 2022-01-04 17:36:44 +0100
  • 64de7ad941 Upgrade lit dependency to v2.0.2 Martin Kleinschrodt 2022-01-04 17:30:16 +0100
  • b44093c0ab
    Change zip file name for crx Bruno Bernardino 2022-01-04 11:17:38 +0000
  • 35b9e68453
    Try 3 digits max Bruno Bernardino 2022-01-04 10:40:54 +0000
  • 634861a948
    Tweak version build number, so it's within Mozilla's limits Bruno Bernardino 2022-01-04 10:20:33 +0000
  • 0b5879ddbf
    One more try, mozilla Bruno Bernardino 2022-01-04 10:10:43 +0000
  • 8cc877fa50
    Update build number Bruno Bernardino 2022-01-04 10:05:52 +0000
  • ee77c5b221
    Don't use the commit sha for the builds, because it's too long for Firefox signing Bruno Bernardino 2022-01-04 09:45:28 +0000
  • 95d29c6e01
    Automatically update build manifest before releasing new web extension versions Bruno Bernardino 2022-01-04 09:35:37 +0000
  • 4fae5e3c2a
    Try different id format Bruno Bernardino 2022-01-04 09:09:08 +0000
  • c38b89ba1a
    Disable Firefox signing for non-beta/prod builds, and include id Bruno Bernardino 2022-01-04 09:00:41 +0000
  • 8f6dda9e62
    Build Signed CRX Web Extension Bruno Bernardino 2022-01-04 08:28:58 +0000
  • b592eab0a9
    Merge pull request #371 from padloc/feature/tauri-updates Bruno Bernardino 2022-01-03 22:13:23 +0000