Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | add translations for verification resending | Daniel Schadt | |
2023-05-15 | also add German translation for elevation-jumper | Daniel Schadt | |
2023-05-15 | add translations for fix-elevation-jumps | Daniel Schadt | |
2023-05-09 | add translations for new browse sort | Daniel Schadt | |
2023-04-23 | add translations for remove-breaks transformer | Daniel Schadt | |
2023-04-20 | add unfinished uploads to home page | Daniel Schadt | |
2023-04-03 | add translations for profile page | Daniel Schadt | |
I'm not too happy with the longest/shortest time/duration words (neither in English nor in German), but those will do for now until we can think of better ones. | |||
2023-03-07 | Merge branch 'transformers' | Daniel Schadt | |
2023-02-15 | implement null-elevation-fix transformer | Daniel Schadt | |
2023-02-06 | add tracks per time period on home page | Daniel Schadt | |
2022-12-10 | add a "Remember me" option for logins | Daniel Schadt | |
The default session timeout is at 15 minutes, which can be rather short. Therefore, we now have a "Remember me" option, which optionally saves the authentication in a cookie (signed of course, so nobody can tamper with it). This cookie is set to basically never expire, keeping the user logged in while not messing with the session timeout (which is also used for other things like flash messages). We might think about just removing the session authentication completely and doing everything with cookies, but we'll see about that. We definitely want to keep two separate timeouts, but the cookie helper doesn't seem to provide a way to have single cookies last for longer (short of having a second helper like we currently do). | |||
2022-08-10 | add icons in the browse view for synthetic/organic | Daniel Schadt | |
2022-08-08 | update translations | Daniel Schadt | |
2022-08-02 | use different error when filters return no tracks | Daniel Schadt | |
2022-07-30 | add a button to clear all filters | Daniel Schadt | |
2022-07-28 | add filters to only show own/friends'/tagged track | Daniel Schadt | |
2022-07-28 | change weird "< length <" and "< date <" texts | Daniel Schadt | |
It just looked odd on the actual website. | |||
2022-07-27 | add new translations for filters | Daniel Schadt | |
2022-07-21 | allow descriptions to be added to images | Daniel Schadt | |
Even though the change is "relatively simple", it does add quite a bit of stuff since now we do need metadata in the database. | |||
2022-07-18 | update message catalogs | Daniel Schadt | |
2022-07-11 | move user menu (login, logout, ...) to right side | Daniel Schadt | |
2022-07-09 | add a "Delete" button to tracks | Daniel Schadt | |
2022-07-07 | add a text if no tracks are browsable | Daniel Schadt | |
2022-07-02 | add German translation | Daniel Schadt | |