Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-08 | user/create_apikey: Add JSON support | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-04 | Remove left over var_dump() | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-04 | Remove unneeded "as" in sql query | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-04 | Generalize request_type() to static_storage() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Provide json output for api functions | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Display domain of email address when resetting password | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-22 | Deduplicate initialisation code in controllers | Florian Pritz | 1 | -15/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-12 | apikeys: allow any chars in comment | Florian Pritz | 1 | -3/+2 | |
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 | Allow more chars in apikey comment | Florian Pritz | 1 | -2/+2 | |
"fb-client user@host" will be used by fb-client so this should work... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API key support | Florian Pritz | 1 | -0/+65 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | user/test_login: Allow clients to test login credentials | Florian Pritz | 1 | -0/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Add sucess alert when saving profile | Florian Pritz | 1 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Switch to bootstrap div form code instead of tables | Florian Pritz | 1 | -2/+2 | |
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/+59 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-13 | Change license to AGPL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-30 | Modularize authentication system | Florian Pritz | 1 | -0/+4 | |
This allows to easily add LDAP and other support. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-25 | Refactor querying action table | Florian Pritz | 1 | -21/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 1 | -0/+131 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Repurpose invitations table to actions | Florian Pritz | 1 | -12/+15 | |
This can be used to track data for all kinds of one-time actions like invitations and password resets. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | Fix some indentation issues | Florian Pritz | 1 | -5/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | Fix copyright information | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-12-16 | c/user: register() prevent DB error if username is non-ascii | Florian Pritz | 1 | -4/+4 | |
The DB col is set to ascii_general_ci so if the username doesn't pass the charset check we shouldn't even bother query the db because that can trigger a collation error (utf-8 vs ascii). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 1 | -17/+17 | |
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-08-28 | Only create new sessions when the are really needed | Florian Pritz | 1 | -0/+1 | |
Most sessions are just people viewing a paste. Those don't need a session until they want to log in so we don't have to pollute the database and waste resources. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | Add cron function for user controller | Florian Pritz | 1 | -0/+14 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | c/user: improve error messages | Florian Pritz | 1 | -6/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | u/register: improve error message for invalid username | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | Explicitly select fields in db queries | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | Display nice error message if username exists already | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-12 | fix missing object initialization and properly declare class variables | Florian Pritz | 1 | -0/+6 | |
var is deprecated since ages and in strict mode we have to initialize $this->var as a generic object before using it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -2/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+4 | |
Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to max 32 chars | Florian Pritz | 1 | -1/+1 | |
The db field is 32 chars long. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to a-z0-9 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add register function | Florian Pritz | 1 | -0/+73 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+49 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 1 | -4/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | more user changes | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+74 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |