Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-08-10 | Adjust t/12-journey-edit.t (journeys->add: backend_id is mandatory) | Birte Kristina Friesel | -3/+8 | |
2024-07-26 | Multi-backend support | Birte Kristina Friesel | -0/+3 | |
Squashed commit of the following: commit 92518024ba295456358618c0e8180bd8e996fdf1 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:39:46 2024 +0200 add_or_update station: remove superfluos 'new backend id := old backend id' commit df21c20c6e4c86454f8a9ac69121404415217f2a Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:35:51 2024 +0200 revert connection targets min_count to 3 commit be335cef07d0b42874f5fc1de4a1d13396e8e807 Author: Birte Kristina Friesel <birte.friesel@uos.de> Date: Fri Jul 26 18:20:05 2024 +0200 mention backend selection in API documentation commit 9f41828fb4f18fd707e0087def3032e8d4c8d7d8 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:19:23 2024 +0200 use_history: not all backends provide route data in departure monitor commit 09714b4d89684b8331d0e96f564a4c7432318f70 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:44 2024 +0200 disambiguation: pass correct hafas parameter commit 8cdf1120fc32155dc6525be64601b7c10a9c7f52 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:11:28 2024 +0200 _checked_in: hide Zuglauf link for non-db checkins commit 7455653f541198e0e0a6d11aed421487ffdb6285 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 20:01:47 2024 +0200 debug output commit b9cda07f85601a58ea32dbdacdd5399f302db52b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Thu Jul 25 19:09:07 2024 +0200 fix remaining get_connection_targets / get_connecting_trains_p invocations commit 2759d7258c37c7498905cfe19f6b4c4f6d16bd21 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Jul 24 20:50:12 2024 +0200 support non-DB HAFAS backends (WiP) | ||||
2024-06-09 | tests: EMST has been renamed to EMSTP.2.6.21 | Birte Kristina Friesel | -4/+4 | |
2023-08-16 | update tests for 61b33446cd255235b6ae19823461322d7607ab59 | Birte Kristina Friesel | -8/+8 | |
2023-08-12 | fix tests (use relative datetimes for proper past visibility handling) | Birte Kristina Friesel | -8/+8 | |
2023-07-18 | update relations test. oops.1.33.4 | Birte Kristina Friesel | -2/+2 | |
2023-07-16 | account: add a list of sent follow requests | Birte Kristina Friesel | -70/+400 | |
2023-07-03 | update ALL the copyright notices! | Derf Null | -9/+9 | |
2023-06-29 | add profile / past journey visibility tests | Derf Null | -0/+558 | |
2023-06-29 | move journey visibility to separate test | Derf Null | -275/+461 | |
2023-06-28 | add journey visibility tests | Derf Null | -13/+305 | |
2023-06-28 | visibility test: add a small description of current test | Derf Null | -4/+7 | |
2023-06-26 | t/22-visibility: also check ajax status and profile | Derf Null | -0/+48 | |
2023-06-26 | use small stations database for some tests | Derf Null | -0/+6 | |
2023-06-26 | Move hash_password to Model/Users | Derf Null | -21/+12 | |
2023-06-26 | add visibility and share token test | Derf Null | -0/+427 | |
2023-06-25 | Login: return HTTP 400 on invalid password or unconfirmed account | Derf Null | -2/+2 | |
2023-06-24 | time to flush the name cache | Derf Null | -5/+5 | |
2023-06-04 | adjust relations test for subj/obj and follower return values changes | Derf Null | -50/+77 | |
2023-06-04 | update registration test for new CSRF validation | Derf Null | -1/+1 | |
2023-06-03 | Users: support notifications about pending follow requests | Derf Null | -0/+46 | |
2023-06-01 | Users: Add unfollow action | Derf Null | -0/+76 | |
2023-05-31 | prepare for follow relations and follow-only checkins | Derf Null | -0/+375 | |
2021-04-20 | fix tests | Daniel Friesel | -0/+17 | |
2020-11-27 | Add a bunch of licensing data | Daniel Friesel | -0/+25 | |
2020-10-06 | Stats: Fix handling of negative cumulative arrival/departure delays1.18.1 | Daniel Friesel | -0/+94 | |
2020-08-28 | add journey edit test | Daniel Friesel | -1/+201 | |
2020-08-22 | split up registration and journey stats tests | Daniel Friesel | -100/+170 | |
2019-11-24 | improve get_user_travels performance, most notably when rendering map1.10.3 | Daniel Friesel | -0/+4 | |
only create DateTime objects when needed | ||||
2019-11-18 | add journey: make realtime data optional (default to schedule data)1.10.1 | Daniel Friesel | -0/+30 | |
Closes #25 | ||||
2019-08-23 | Add proper journey comment support | Daniel Friesel | -1/+3 | |
2019-05-26 | Unit tests with time zones? Forget about it… | Daniel Friesel | -2/+2 | |
2019-05-26 | add journey entry and statistics tests | Daniel Friesel | -0/+64 | |
2019-05-03 | adjust tests for /account/... URL changes | Daniel Friesel | -3/+3 | |
2019-04-30 | use a separate table for registration tokens | Daniel Friesel | -3/+5 | |
2019-04-29 | Add password reset functionality | Daniel Friesel | -0/+40 | |
Closes #5 | ||||
2019-04-22 | Finish transition from DBI to Mojo::Pg | Daniel Friesel | -1/+0 | |
2019-04-22 | add "change password" tests | Daniel Friesel | -0/+44 | |
2019-04-22 | Add test for account (un)deletion | Daniel Friesel | -2/+28 | |
2019-04-22 | Skip database tests if no database is configured | Daniel Friesel | -0/+4 | |
2019-04-18 | basic test: No DB needed; perltidy | Daniel Friesel | -6/+6 | |
2019-04-18 | Add a registration test | Daniel Friesel | -0/+90 | |
2019-04-18 | Add a basic test for static content | Daniel Friesel | -0/+37 | |