Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-09 | Store traewelling refresh token in database1.34.3 | Birte Kristina Friesel | -3/+4 | |
2023-08-09 | traewelling oauth: pass HTTP redirect_uri in development mode | Birte Kristina Friesel | -2/+4 | |
2023-08-08 | Fix Traewelling OAuth2 behind reverse proxies1.34.1 | Birte Kristina Friesel | -1/+6 | |
a reverse proxy makes mojolicious believe that it is using HTTP, even though it is HTTPS. | ||||
2023-08-07 | Traewelling: replace legacy password login with OAuth2 | Birte Kristina Friesel | -31/+59 | |
This is a breaking change insofar as that traewelling support is no longer provided automatically, but must be enabled by providing a traewelling.de application ID and secret in travelynx.conf. However, as traewelling.de password login is deprecated and wil soon be disabled, travelynx would break either way. So we might or might not see travelynx 2.0.0 in the next days. Automatic token refresh is still todo, but that was the case for password login as well. Closes #64 | ||||
2023-07-03 | update ALL the copyright notices! | Derf Null | -1/+1 | |
2023-06-24 | time to flush the name cache | Derf Null | -1/+1 | |
2023-06-04 | use a separate bad_request page for CSRF errors | Derf Null | -2/+3 | |
2023-02-19 | update ze copyright | Daniel Friesel | -1/+1 | |
2022-02-16 | link traewelling profile from travelynx profile; show traewelling status | Daniel Friesel | -3/+4 | |
2022-02-16 | Traewelling::get: Use named args | Daniel Friesel | -3/+3 | |
2021-01-29 | Switch to AGPL3+ | Daniel Friesel | -1/+1 | |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -0/+3 | |
2020-10-04 | add toot and tweet settings to traewelling checkin | Daniel Friesel | -1/+9 | |
2020-09-30 | Allow linking a Träwelling account, auto-sync Träwelling→travelynx | Daniel Friesel | -0/+104 | |
travelynx→Träwelling is still work-in-progress Squashed commit of the following: commit 97faa6e2e6c8d20fba30f2d0f6e78187ceeb72e6 Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:50:05 2020 +0200 improve traewelling log and tx handling commit 487d7dd728b9d45b731bdc7098cf3358ea2e206e Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:02:41 2020 +0200 add missing traewelling template commit 0148da2f48d9a52dcddc0ab81f83d8f8ac3062ab Author: Daniel Friesel <derf@finalrewind.org> Date: Wed Sep 30 18:02:35 2020 +0200 improve traewelling pull sync commit 4861a9750f9f2d7621043361d0af6b0a8869a0df Author: Daniel Friesel <derf@finalrewind.org> Date: Tue Sep 29 22:14:24 2020 +0200 wip checkin from traewelling commit f6aeb6f06998a2a7a80f63a7b1b688b1a26b66bd Author: Daniel Friesel <derf@finalrewind.org> Date: Tue Sep 29 18:37:53 2020 +0200 refactor traewelling integration. login and logout are less of a hack now. checkin and checkout are not supported at the moment. |