Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | honour service class restrictions for total_identities, total_channels ↵ | friendica | 2014-09-15 | 1 | -0/+23 |
| | | | | ("friends") and total_feeds both when importing channels and subsequently when syncing clones. Limits are based on the local system - additional entries are silently dropped. | ||||
* | argument order reversed in downgrade_accounts | friendica | 2014-09-09 | 1 | -2/+2 |
| | |||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -3/+4 |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | ||||
* | implement service class for feed polling frequenecy, fixed a service class ↵ | friendica | 2014-09-03 | 1 | -0/+88 |
| | | | | bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand | ||||
* | more diaspora heavy lifting | friendica | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | finish implementing email verification. Currently it only applies if ↵ | friendica | 2014-07-09 | 1 | -1/+8 |
| | | | | REGISTER_OPEN is in effect. | ||||
* | some initial work towards email address verification | friendica | 2014-07-03 | 1 | -0/+84 |
| | |||||
* | some more snakebite and fix up include/account - forgot about that inline ↵ | friendica | 2014-02-18 | 1 | -3/+6 |
| | | | | array stuff | ||||
* | service class downgrade to the default service class on account expiration ↵ | friendica | 2014-02-18 | 1 | -0/+52 |
| | | | | if using a non-default service class and account has expired. | ||||
* | fix the admin interface to pending registrations | friendica | 2014-01-21 | 1 | -2/+2 |
| | |||||
* | more work on dav - deletion and a bit more progress on OS storage | friendica | 2014-01-07 | 1 | -0/+1 |
| | |||||
* | Missing include for new_keypair | Thomas Willingham | 2013-08-10 | 1 | -0/+1 |
| | |||||
* | move sitekey creation to the account creation function instead of during ↵ | friendica | 2013-08-09 | 1 | -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) | friendica | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | fix setting account_roles for admin account | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | photo driver issue when updating contact photos - old class structure used ↵ | friendica | 2013-05-05 | 1 | -1/+1 |
| | | | | instead of photo_factory() | ||||
* | fix admin assign | friendica | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | minor fixes related to postgres development | friendica | 2013-05-05 | 1 | -1/+2 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Whinging whining stupid fucks. | friendica | 2013-02-12 | 1 | -8/+0 |
| | |||||
* | Sort out registrations requiring approval | friendica | 2013-02-11 | 1 | -3/+9 |
| | |||||
* | smarty support in intltext, fix old pending accounts query in ping, log ↵ | friendica | 2013-02-09 | 1 | -2/+5 |
| | | | | failed email register notify | ||||
* | more register_approve stuff - like the admin page. Hopefully this won't ↵ | friendica | 2013-02-08 | 1 | -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 ↵ | friendica | 2013-02-08 | 1 | -0/+99 |
| | | | | works some day. But not today. | ||||
* | No bloody comment. | friendica | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | check for mcrypt during install, allow admin email account to be admin *if* ↵ | friendica | 2013-01-27 | 1 | -0/+16 |
| | | | | it's the first account. | ||||
* | add Smarty templates for international templates | Zach Prezkuta | 2013-01-10 | 1 | -11/+0 |
| | |||||
* | registration issue | friendica | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | bypass smarty for intletext templates | friendica | 2013-01-07 | 1 | -0/+10 |
| | |||||
* | fixed several little nit bugs that cropped up during deployment | friendica | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | provide auto admin registration as before, but allow the current admin to ↵ | friendica | 2012-10-04 | 1 | -1/+18 |
| | | | | create other admins | ||||
* | Now logging in with Red zaccount/zentity instead of Friendica user. Yay. ↵ | friendica | 2012-08-27 | 1 | -1/+5 |
| | | | | Most existing Friendica functionality is now stuffed since the Red structures are quite different. | ||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -23/+14 |
| | |||||
* | cleanup the rest of the new register logic | friendica | 2012-08-22 | 1 | -3/+78 |
| | |||||
* | NaCl passwords - (db update) | friendica | 2012-08-21 | 1 | -3/+28 |
| | |||||
* | reversed error logic | friendica | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | zregister, cont. | friendica | 2012-08-16 | 1 | -0/+11 |
| | |||||
* | add invitiation logic to registrations - this is starting to look good | friendica | 2012-08-16 | 1 | -20/+37 |
| | |||||
* | more zregister cleanup and theme separation | friendica | 2012-08-16 | 1 | -2/+25 |
| | |||||
* | registration dangling code fragment that should've been removed | friendica | 2012-08-15 | 1 | -14/+33 |
| | |||||
* | cleanup of mod_zregister, basic functionality working - new accounts getting ↵ | friendica | 2012-08-15 | 1 | -10/+17 |
| | | | | stored. | ||||
* | moving forward again | friendica | 2012-08-08 | 1 | -19/+4 |
| | |||||
* | more account infrastructure | friendica | 2012-07-22 | 1 | -0/+99 |