summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
AgeCommit message (Expand)AuthorFilesLines
2014-07-23Move migration code to CLI callable functionFlorian Pritz1-0/+5
2014-04-12Add foreign keys to databaseFlorian Pritz1-1/+1
2014-02-23user/create_apikey: Use empty comment if unsetFlorian Pritz1-0/+1
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-4/+13
2013-10-22Remove unnecessary TODOFlorian Pritz1-1/+0
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz1-2/+0
2013-09-08user/create_apikey: Add JSON supportFlorian Pritz1-0/+5
2013-09-04Remove left over var_dump()Florian Pritz1-2/+0
2013-09-04Remove unneeded "as" in sql queryFlorian Pritz1-1/+1
2013-09-04Generalize request_type() to static_storage()Florian Pritz1-1/+1
2013-09-02Provide json output for api functionsFlorian Pritz1-0/+8
2013-09-02Display domain of email address when resetting passwordFlorian Pritz1-1/+2
2013-08-22Deduplicate initialisation code in controllersFlorian Pritz1-15/+3
2013-08-12apikeys: allow any chars in commentFlorian Pritz1-3/+2
2013-08-11Allow more chars in apikey commentFlorian Pritz1-2/+2
2013-08-11Add API key supportFlorian Pritz1-0/+65
2013-07-15user/test_login: Allow clients to test login credentialsFlorian Pritz1-0/+12
2013-07-14Add sucess alert when saving profileFlorian Pritz1-2/+11
2013-07-13Switch to bootstrap div form code instead of tablesFlorian Pritz1-2/+2
2013-07-13Add profile page to allow changing the upload id limitsFlorian Pritz1-0/+59
2013-02-13Change license to AGPLFlorian Pritz1-1/+1
2013-01-30Modularize authentication systemFlorian Pritz1-0/+4
2013-01-25Refactor querying action tableFlorian Pritz1-21/+2
2013-01-24Add password reset function/pages/linksFlorian Pritz1-0/+131
2013-01-24Repurpose invitations table to actionsFlorian Pritz1-12/+15
2013-01-09Fix some indentation issuesFlorian Pritz1-5/+5
2013-01-09Fix copyright informationFlorian Pritz1-0/+7
2012-12-16c/user: register() prevent DB error if username is non-asciiFlorian Pritz1-4/+4
2012-10-22switch design to bootstrap; minor fixes along the wayFlorian Pritz1-17/+17
2012-08-28Only create new sessions when the are really neededFlorian Pritz1-0/+1
2012-07-12Add cron function for user controllerFlorian Pritz1-0/+14
2012-07-12c/user: improve error messagesFlorian Pritz1-6/+2
2012-07-12u/register: improve error message for invalid usernameFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz1-1/+1
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+4
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz1-0/+6
2012-05-03user/hash_password: add form to support normal browsersFlorian Pritz1-2/+16
2012-04-11Show confirmation after loginFlorian Pritz1-0/+4
2012-04-09user/register: restrict username to max 32 charsFlorian Pritz1-1/+1
2012-04-09user/register: restrict username to a-z0-9Florian Pritz1-2/+2
2012-04-09add register functionFlorian Pritz1-0/+73
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz1-1/+1
2012-04-09Implement simple referral systemFlorian Pritz1-0/+49
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz1-1/+1
2012-04-09Redirect to / if log in successfulFlorian Pritz1-4/+1
2012-04-09more user changesFlorian Pritz1-0/+2
2012-04-09start working on usersFlorian Pritz1-0/+74