summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
AgeCommit message (Expand)AuthorFilesLines
2016-11-01c/user: Drop $this->view_dirFlorian Pritz1-17/+15
2016-11-01Remove special handling of cli clientsFlorian Pritz1-5/+1
2016-08-21Allow users to delete their accountsFlorian Pritz1-0/+61
2016-07-29Return 403 instead of 401 for missing authenticationFlorian Pritz1-1/+1
2016-07-14muser: Add add_user functionFlorian Pritz1-14/+2
2016-07-14controller/user: Use our function for email verifcationFlorian Pritz1-2/+1
2016-07-14Move username/email validation functions to muserFlorian Pritz1-29/+4
2016-07-14Fix incorrect username validation0.9.17Florian Pritz1-1/+1
2016-07-13Throw public exception when accessing CLI only functionsFlorian Pritz1-2/+2
2016-07-13controllers/user: Deduplicate email verificationFlorian Pritz1-5/+14
2016-07-13controllers/user: Deduplicate username verificationFlorian Pritz1-2/+15
2016-06-05Fix redirect on login after registering new accountFlorian Pritz1-0/+2
2016-04-01muser: Add set_passwordFlorian Pritz1-4/+1
2015-09-28Fix login redirect with multipate URLFlorian Pritz1-1/+1
2015-08-18Fix redirect URI when using multiple tabsFlorian Pritz1-7/+12
2015-06-05Keep email reset keys after useFlorian Pritz1-2/+0
2015-06-05Allow users to change their emailFlorian Pritz1-2/+132
2015-04-18Added config option max_invitation_keysAlexander Finkhäuser1-1/+1
2015-02-14Use assoc array for service/user/apikeysFlorian Pritz1-1/+1
2015-02-03Use exceptions instead of show_errorFlorian Pritz1-5/+5
2015-02-03Remove unstable json apiFlorian Pritz1-9/+0
2015-01-16add initial user apiFlorian Pritz1-39/+3
2014-10-29Simplify creation of initial userFlorian Pritz1-0/+67
2014-10-29Make email sender configurableFlorian Pritz1-8/+1
2014-10-19Clean up the postgres changesFlorian Pritz1-7/+6
2014-09-19where_in for in array queries a proper count usageRafael Bodill1-3/+3
2014-09-19Fix timestamp adjusting for a list of arraysRafael Bodill1-2/+6
2014-09-18User controller queries built dynamicallyRafael Bodill1-74/+72
2014-09-18Query builder in user login and controllerRafael Bodill1-5/+7
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