summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-25Client + Locales: Update cleanup+renew canceled erorr messagejwijenbergh
2023-09-25Client: Update translations from Weblatejwijenbergh
2023-09-25Client: Update translations from Weblatejwijenbergh
2023-09-25go.mod/go.sum: update depsjwijenbergh
2023-09-25Exports: Log no tokens returned as debugjwijenbergh
2023-09-25Docs Exports: Add some example input/outputjwijenbergh
2023-09-25Changes: Update for unreleased v2jwijenbergh
2023-09-25Docs API: Update state machine figurejwijenbergh
2023-09-25Exports: Update spacing in docsjwijenbergh
2023-09-25Exports: Update docsjwijenbergh
2023-09-25Genexportsdoc: Set executable flagjwijenbergh
2023-09-25Export Docs: Update bullets spacingjwijenbergh
2023-09-25Docker + Workflows: Move to deploy repojwijenbergh
2023-09-25Docs: Add autogenerated exports docjwijenbergh
2023-09-25Exports: Format and rewrite some commentsjwijenbergh
2023-09-25go.mod/go.sum: Run go mod tidyjwijenbergh
2023-09-25Client: Refresh server endpoints on renew and cleanupjwijenbergh
2023-09-25Server: Have separate implementations for refreshing endpointsjwijenbergh
2023-09-25go.mod/go.sum: updatejwijenbergh
2023-09-25Wrappers Python: Remove translations printjwijenbergh
2023-09-25Server: Set OAuth endpoints on refreshjwijenbergh
This fixes OAuth endpoints after e.g. an update from 2.x to 3.x
2023-09-25Client: Update translations from Weblatejwijenbergh
2023-09-25Client + l18n: Make some errors internal onlyjwijenbergh
2023-09-25Client: Update translations from Weblatejwijenbergh
2023-09-25README: Add weblate infojwijenbergh
2023-09-25Sync translations: fix shellcheck warningjwijenbergh
2023-09-25Locales: Add a script to sync translations and use itjwijenbergh
2023-09-25Client: Update translations from Weblatejwijenbergh
2023-09-25Client + Exports + Python: Add a startup boolean to getconfigjwijenbergh
To be used for autoconnect on startup. If autoconnect on startup set to true This ignores any callbacks that require user input (profile, authorization & location callbacks)
2023-09-25CI Docker: Update go to latest versionjwijenbergh
2023-09-25Client: Be less strict on chosen server transitionjwijenbergh
2023-09-25Client: Return immediately on profile validity check errorjwijenbergh
2023-09-25i18n: Expand variadic args slice in printer sprintfjwijenbergh
2023-09-25Client FSM: Allow self-transition to No Serverjwijenbergh
2023-09-25gitignore: Add some pathsjwijenbergh
2023-09-25Client Test: Only use temporary directoriesjwijenbergh
So that we do not clutter the filesystem without cleanup
2023-09-25Client FSM: Add loading server to authorizedjwijenbergh
2023-09-25Client: Remove bogus chosen server transition for renewjwijenbergh
This is not correct, we already do chosen server in the callback function
2023-09-25Add a script to update translations from weblatejwijenbergh
2023-09-25Client: Added Slovenian localization from Weblatejwijenbergh
Thanks: @rozmansi
2023-09-25Client: Save internal state regularlyjwijenbergh
Fixes #22
2023-09-25Client i18n: Add Sloveniajwijenbergh
2023-09-25Docs API: Move from handler to class based transitions in tutorialjwijenbergh
2023-09-25Docker: Update Fedora from 36 to 38jwijenbergh
2023-09-25Client Test: Remove OAuth parameter testsjwijenbergh
These are in the wrong place. Also they're now broken with the i18n custom error types. They should be implemented in the OAuth part of the code. This will be done in the separate OAuth repository that I am now building
2023-09-25Wrappers Python: Use class callback handlerjwijenbergh
2023-09-25Wrappers Python: Add back event handlerjwijenbergh
Now all the states are back in V2 again, we should have the event handler back as well
2023-09-25Initial i18n implementationjwijenbergh
2023-09-25Client: Call Deregistered transition on Deregister()jwijenbergh
2023-09-25FSM: Allow to always go back to the initial statejwijenbergh