summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
AgeCommit message (Collapse)AuthorLines
2021-06-12allow users to change their nameDaniel Friesel-2/+5
2020-11-21testing a more organized history navigation1.18.9Daniel Friesel-4/+4
2020-10-04It's Public Beta Time!Daniel Friesel-3/+1
2020-10-04Traewelling: Warn when bearer token is about to expireDaniel Friesel-3/+9
2020-09-30Template adjustments; hide traewelling from public view for nowDaniel Friesel-4/+9
2020-09-30Allow linking a Träwelling account, auto-sync Träwelling→travelynxDaniel Friesel-0/+22
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.
2020-09-04profile: limit history to four weeks by defaultDaniel Friesel-7/+13
2020-09-03add public profile page and public journey detailsDaniel Friesel-3/+3
2020-07-27Move user model to a separate moduleDaniel Friesel-1/+1
2020-02-19allow showing past journeys on shared status pageDaniel Friesel-0/+9
2020-01-28Release import API1.14.0Daniel Friesel-2/+0
2019-12-31Release Travel API1.13.0Daniel Friesel-1/+1
2019-12-20account: use correct token type for travel APIDaniel Friesel-2/+2
2019-12-19disable import and checkin API endpoints in production modeDaniel Friesel-0/+2
2019-12-14Add travel (checkin/checkout/undo) APIDaniel Friesel-1/+1
2019-12-14Add API entry point for journey importDaniel Friesel-2/+25
2019-12-08Allow status visibility to be limited to travelynx usersDaniel Friesel-2/+5
2019-12-08account: typoDaniel Friesel-1/+1
2019-12-06optionally show journey comment in public user statusDaniel Friesel-0/+3
Closes #19
2019-05-20show journey suggestions on departure board as well1.6.0Daniel Friesel-0/+16
2019-05-16Further color improvementsmarudor-1/+1
2019-05-16Add dark mode (only available with prefers-color-scheme currently)marudor-2/+2
2019-05-11account: fix uninitialized value warningDaniel Friesel-1/+1
2019-05-10Add webhook to account pageDaniel Friesel-3/+28
2019-05-03use /account/... links for mail/password changeDaniel Friesel-2/+2
2019-05-02Public API documentationDaniel Friesel-66/+3
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-6/+3
2019-05-02account: move edit links to the leftDaniel Friesel-3/+4
2019-04-30Prepare settings and templates for opt-in public travel statusDaniel Friesel-0/+14
2019-04-30allow users to change their mail address0.19Daniel Friesel-2/+19
Closes #6
2019-04-30Move invalid input errors into common sub-templateDaniel Friesel-24/+1
2019-04-24Bump API to v1Daniel Friesel-12/+22
2019-04-06hide unimplemented API endpoints in account view0.12Daniel Friesel-4/+4
2019-04-06Add password change formDaniel Friesel-5/+5
2019-03-20use camelCase instead of snake_case in public APIDaniel Friesel-3/+3
2019-03-19API: Status: group properties, add station UIC/lon/latDaniel Friesel-8/+16
2019-03-18demand a valid password for account deletionDaniel Friesel-8/+36
2019-03-18never call get_user_data directlyDaniel Friesel-1/+1
2019-03-16Account: WordingDaniel Friesel-10/+28
2019-03-16Add JSON APIDaniel Friesel-0/+119
2019-03-12implement account deletionDaniel Friesel-9/+27
2019-03-08account: Note that deletion is not implemented yetDaniel Friesel-0/+9
2019-03-08add logout link to account pageDaniel Friesel-14/+30
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-1/+1
2019-03-04prepare DB schema for public registration0.04Daniel Friesel-3/+4
2019-03-03Add account info and data exportDaniel Friesel-0/+27