Age | Commit message (Expand) | Author | Files | Lines |
2015-03-19 | Make user/get_action/invalid-action exception public | Florian Pritz | 1 | -1/+1 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 1 | -3/+3 |
2015-02-03 | use function instead of variable | Florian Pritz | 1 | -2/+2 |
2015-02-03 | generalize authentication handling | Florian Pritz | 1 | -12/+10 |
2014-09-19 | Fix user/register mistaken query handling | Rafael Bodill | 1 | -1/+1 |
2014-09-18 | Integrating query builder in models | Rafael Bodill | 1 | -23/+18 |
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 1 | -7/+12 |
2013-09-15 | Add default get_email to Duser_Driver | Florian Pritz | 1 | -4/+0 |
2013-09-04 | Replace is_cli_client() with stateful_client where applicable | Florian Pritz | 1 | -2/+1 |
2013-09-04 | Set login session data in one go | Florian Pritz | 1 | -4/+6 |
2013-09-04 | Only renew uri flashdata when needed. | Florian Pritz | 1 | -1/+1 |
2013-09-02 | muser: always verify api credentials; improve error messages | Florian Pritz | 1 | -17/+18 |
2013-08-11 | Remove api keys dependency on username | Florian Pritz | 1 | -5/+2 |
2013-08-11 | Add API key support | Florian Pritz | 1 | -9/+58 |
2013-07-15 | Rework auto login for cli clients | Florian Pritz | 1 | -32/+41 |
2013-07-15 | user/test_login: Allow clients to test login credentials | Florian Pritz | 1 | -0/+1 |
2013-07-14 | get_upload_id_limits(): return proper default values | Florian Pritz | 1 | -1/+1 |
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -0/+59 |
2013-07-13 | duser: add get_email() | Florian Pritz | 1 | -0/+9 |
2013-02-14 | Move cli client login code to muser constructor | Florian Pritz | 1 | -0/+21 |
2013-02-13 | Change license to AGPL | Florian Pritz | 1 | -1/+1 |
2013-01-30 | Remove userid from session upon logout | Florian Pritz | 1 | -0/+1 |
2013-01-30 | Modularize authentication system | Florian Pritz | 1 | -37/+3 |
2013-01-25 | Refactor querying action table | Florian Pritz | 1 | -0/+16 |
2013-01-24 | m/user/username_exists: fix bug on empty/false argument | Florian Pritz | 1 | -0/+4 |
2013-01-09 | Fix some indentation issues | Florian Pritz | 1 | -1/+1 |
2013-01-09 | Fix copyright information | Florian Pritz | 1 | -0/+7 |
2012-08-28 | Only create new sessions when the are really needed | Florian Pritz | 1 | -3/+38 |
2012-07-12 | Explicitly select fields in db queries | Florian Pritz | 1 | -1/+1 |
2012-07-12 | Store userid in session | Florian Pritz | 1 | -6/+2 |
2012-07-12 | Display nice error message if username exists already | Florian Pritz | 1 | -0/+15 |
2012-04-14 | Make sure we keep the uri flashdata | Florian Pritz | 1 | -0/+1 |
2012-04-14 | Allow to keep and reclaim uploads without being logged in | Florian Pritz | 1 | -1/+11 |
2012-04-11 | Use phpass for password hashing | Florian Pritz | 1 | -2/+5 |
2012-04-11 | Fix password verification | Florian Pritz | 1 | -1/+9 |
2012-04-09 | muser: decrease cost parameter for crypt | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 1 | -1/+2 |
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 1 | -2/+4 |
2012-04-09 | Improve handling of cli clients without account | Florian Pritz | 1 | -2/+6 |
2012-04-09 | more user changes | Florian Pritz | 1 | -0/+1 |
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+70 |