Commit graph

155 commits

Author SHA1 Message Date
bff7cff59f postit: persist settings save and apply ApiUrl changes without restart
All checks were successful
Forgejo Release / release (push) Successful in 11m52s
2026-09-06 14:17:40 +01:00
daf766d762 prepare 1.0.8-rc12: avatar loading, authority binding, and command header 2026-09-04 21:56:04 +01:00
a680ce533b render the avatar upload status 2026-09-04 20:28:54 +01:00
c4f65f664b setup the avatar 2026-09-04 20:25:06 +01:00
d5d1f686f3 code spaces 2026-09-04 15:02:11 +01:00
3c3323ccd4 refactoring the command 2026-09-04 14:53:00 +01:00
8edef1ef91 refactoring the command form creation 2026-09-04 13:19:31 +01:00
da7e93a19a renaming 2026-09-02 14:52:17 +01:00
3b9d296a52 Platform.TryGetCurrentLocationAsync 2026-09-02 14:41:05 +01:00
d5b2930092 display my queries 2026-08-31 04:27:39 +01:00
341b49cbfa hitting the performer 2026-08-31 04:15:10 +01:00
fbc72f0c85 RdvQuery from PostIt 2026-08-31 03:37:09 +01:00
3c51e66e50 Exploration des activités 2026-08-31 02:14:04 +01:00
da994435cb List the activities 2026-08-31 00:25:53 +01:00
8d7bb8f6b6 An activity interface 2026-08-30 23:55:09 +01:00
ce5d3ce810 bug fix painting the signature 2026-08-30 21:05:43 +01:00
b44e54caf2 display the circle names 2026-08-30 19:44:25 +01:00
9e0908e126 load the ACL 2026-08-30 19:37:55 +01:00
9c5341c304 code reorg 2026-08-30 17:03:59 +01:00
6cd5346101 chore(release): bump version via gitversion for 1.0.8-rc8 2026-08-29 19:10:37 +01:00
ad0f946121 PostIt publishes 2026-08-29 19:07:02 +01:00
82e9d9023c Validation de l’email d’inscription ajoutée
Vvalidation au point le plus sûr : le modèle de formulaire, avec un garde-fou côté contrôleur pour normaliser la valeur avant création du compte.

* Ajout de [EmailAddress] dans RegisterModel.cs
* Nettoyage de model.Email avec Trim() avant le ModelState.IsValid dans AccountController.cs
* Ajout d’un test de régression dans EMailling.cs

Additionnellement, le job de test est corrigé pour laisser vivre le test en plateforme Android, hors CI
2026-08-29 16:23:58 +01:00
c23e62c4c0 chore(release): bump version via gitversion for 1.0.8-rc7 2026-08-29 15:43:53 +01:00
a426c47006 Merge branch 'fix/postit-acl-and-pub' into release/1.0.8-rc6 2026-08-29 15:42:12 +01:00
14dcd31da1 Persistance de SearchText ajoutée 2026-08-29 14:34:43 +01:00
9db5d8116d chore(release): bump version via gitversion for 1.0.8-rc6 2026-08-29 09:50:07 +01:00
a3b7c5701d dont boot twice the app 2026-08-29 02:41:59 +01:00
834df97451 dead code cleanup 2026-08-28 20:58:10 +01:00
34d7ac8947 chore(release): bump version via gitversion for 1.0.8-rc4 2026-08-26 23:08:23 +01:00
b6532ea000 disable the Xamarin.UITest 2026-08-26 19:23:27 +01:00
04607aeaab fixes the tests 2026-08-25 23:01:00 +01:00
d78e3ab860 Do not fail at attaching developer tools 2026-08-25 21:15:04 +01:00
c16345674b Package renamed impact 2026-08-25 20:30:39 +01:00
790faad27b Fixes the Android Login process 2026-08-25 19:20:03 +01:00
776fb10903 refacto Makefiles and MainView setup 2026-08-25 14:53:25 +01:00
a0f0fb1282 test are still ok! 2026-08-25 14:16:49 +01:00
72c1dede61 restore the TextEditor 2026-08-24 01:43:47 +01:00
2977f74980 don't wait from App Nav push ok on loggin succeded 2026-08-24 01:23:15 +01:00
93604a9498 show the window 2026-08-24 00:30:29 +01:00
49d3c8da81 Simpler is better 2026-08-24 00:18:07 +01:00
d5c7419219 restores the legacy behavior 2026-08-24 00:03:14 +01:00
3206523365 Merge branch 'feat/ui-testing' into release/1.0.8-rc3 2026-08-23 23:26:59 +01:00
569ed6b304 chore(release): bump version via gitversion for 1.0.8-rc3 2026-08-23 23:19:48 +01:00
fbedd882dd ignore the failling test
Some checks failed
Forgejo Release / release (push) Failing after 4s
2026-08-23 23:09:37 +01:00
6ccd298588 refacto static extension for Service provider 2026-08-23 23:07:40 +01:00
ae86bf51b0 test are green !?! 2026-08-23 21:28:26 +01:00
4596206e3d more reliable 2026-08-23 18:34:34 +01:00
56247e3d17 Fixes the test suite 2026-08-22 18:31:30 +01:00
18b87d65df build(android): align with .NET 11 SDK + drop unused AndroidX refs
Follow-up to the a70d2f78 'sdk version bump' (net10.0 -> net11.0
across the whole solution) and the work to get PostIt.Android building
under the .NET 11 preview SDK installed locally (~/.dotnet):

- Drop Xamarin.AndroidX.Browser and Xamarin.AndroidX.Core.SplashScreen
  from PostIt/Directory.Packages.props. They are not pulled by
  Avalonia.Android 12.1.1 (its nuspec declares AppCompat + Window only),
  are not referenced by any PostIt code, and we already removed the
  SplashScreen XML attributes from styles.xml in commit 00c0cb7f.

- PostIt.Android.csproj: bump SupportedOSPlatformVersion 23.0.0 ->
  24.0.0. Required by the Microsoft.Android.Sdk.Linux 37.0.0-preview.7
  target (Android API 24 is the new minimum under .NET 11); below that
  the build emits NETSDK warnings about an EoL target SDK level.

Build status (PostIt.Android, Debug, android-x64, EmbedAssemblies):
  0 errors, 15 warnings, ~4m24s cold. The locally-installed .NET 11
  SDK 11.0.100-preview.7.26381.103 needs /opt/android-sdk/platforms
  /android-37.0 to exist; Paul has set up a symlink to the
  android-37.1 (Android 17 preview) install until Microsoft catches
  up the SDK manifest.

PostIt.Tests: 49/62 passing after the migration; 13 new failures,
most of them HttpListener teardown noise around the OIDC stub
authority suite. Out of scope of this commit.
2026-08-22 18:04:27 +01:00
a70d2f789e sdk version bump 2026-08-22 16:58:08 +01:00