Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-22 | fix forms on password reset page | Markus Cisler | 1 | -11/+17 | |
2013-09-22 | fix forms on so called medium device desktops | Markus Cisler | 6 | -100/+100 | |
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 9 | -74/+101 | |
2013-09-16 | Duser: Rework optional functions | Florian Pritz | 1 | -1/+1 | |
Not implemented functions return null and code using these no longer has to check if they are implemented, but it has to handle null properly. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Display domain of email address when resetting password | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-12 | apikeys: allow any chars in comment | Florian Pritz | 1 | -1/+1 | |
No real point in restricting those, just leads to people wanting to use special chars that don't work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API keys link to nav | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API key support | Florian Pritz | 1 | -0/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Add sucess alert when saving profile | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | profile: reword save button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | reset_password_form: fix wrong button text | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Improve help text for upload id limits | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Switch to bootstrap div form code instead of tables | Florian Pritz | 5 | -67/+107 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | profile view: mark update button as primary button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile and change password links to nav | Florian Pritz | 2 | -1/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -0/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Use the alert-error class for some error message in views/user | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 4 | -0/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 5 | -19/+39 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+3 | |
Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Add information about acceptable usage and accounts. | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add register function | Florian Pritz | 2 | -1/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 5 | -0/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |