aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
Commit message (Collapse)AuthorAgeFilesLines
* some more snakebite and fix up include/account - forgot about that inline ↵friendica2014-02-181-3/+6
| | | | array stuff
* service class downgrade to the default service class on account expiration ↵friendica2014-02-181-0/+52
| | | | if using a non-default service class and account has expired.
* fix the admin interface to pending registrationsfriendica2014-01-211-2/+2
|
* more work on dav - deletion and a bit more progress on OS storagefriendica2014-01-071-0/+1
|
* Missing include for new_keypairThomas Willingham2013-08-101-0/+1
|
* move sitekey creation to the account creation function instead of during ↵friendica2013-08-091-0/+7
| | | | channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
* fix registration email (sitename)friendica2013-07-181-1/+1
|
* fix setting account_roles for admin accountfriendica2013-05-151-1/+1
|
* photo driver issue when updating contact photos - old class structure used ↵friendica2013-05-051-1/+1
| | | | instead of photo_factory()
* fix admin assignfriendica2013-05-051-2/+2
|
* minor fixes related to postgres developmentfriendica2013-05-051-1/+2
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* Whinging whining stupid fucks.friendica2013-02-121-8/+0
|
* Sort out registrations requiring approvalfriendica2013-02-111-3/+9
|
* smarty support in intltext, fix old pending accounts query in ping, log ↵friendica2013-02-091-2/+5
| | | | failed email register notify
* more register_approve stuff - like the admin page. Hopefully this won't ↵friendica2013-02-081-0/+5
| | | | conflict with Thomas's admin page "list users" changes
* perhaps REGISTER_VERIFY will work now. I'll test it and make certain it ↵friendica2013-02-081-0/+99
| | | | works some day. But not today.
* No bloody comment.friendica2013-02-081-1/+1
|
* check for mcrypt during install, allow admin email account to be admin *if* ↵friendica2013-01-271-0/+16
| | | | it's the first account.
* add Smarty templates for international templatesZach Prezkuta2013-01-101-11/+0
|
* registration issuefriendica2013-01-071-4/+4
|
* bypass smarty for intletext templatesfriendica2013-01-071-0/+10
|
* fixed several little nit bugs that cropped up during deploymentfriendica2012-12-061-1/+1
|
* provide auto admin registration as before, but allow the current admin to ↵friendica2012-10-041-1/+18
| | | | create other admins
* Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵friendica2012-08-271-1/+5
| | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different.
* a few minor changesfriendica2012-08-261-23/+14
|
* cleanup the rest of the new register logicfriendica2012-08-221-3/+78
|
* NaCl passwords - (db update)friendica2012-08-211-3/+28
|
* reversed error logicfriendica2012-08-161-3/+3
|
* zregister, cont.friendica2012-08-161-0/+11
|
* add invitiation logic to registrations - this is starting to look goodfriendica2012-08-161-20/+37
|
* more zregister cleanup and theme separationfriendica2012-08-161-2/+25
|
* registration dangling code fragment that should've been removedfriendica2012-08-151-14/+33
|
* cleanup of mod_zregister, basic functionality working - new accounts getting ↵friendica2012-08-151-10/+17
| | | | stored.
* moving forward againfriendica2012-08-081-19/+4
|
* more account infrastructurefriendica2012-07-221-0/+99