| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-03-11 | clean up help on passcode register entry, move to top since it is invasive ↵ | Christian Fowler | 1 | -11/+11 | |
| and mandatory | |||||
| 2008-03-11 | clean up help on passcode register entry | Christian Fowler | 1 | -1/+2 | |
| 2008-02-20 | Fix warning about empty from path which happens with referrers like ↵ | Nick Palmer | 1 | -3/+3 | |
| http://site.com | |||||
| 2008-02-19 | set 410 'GONE' http status for This confirmation link is no longer valid. | Christian Fowler | 1 | -2/+3 | |
| 2008-02-19 | Make sure file gets owned by the right user. | Nick Palmer | 1 | -3/+6 | |
| 2008-02-18 | Make users photo storage work properly again. | Nick Palmer | 2 | -7/+12 | |
| Fix after registration redirection since BIT_ROOT_URL has changed. | |||||
| 2008-02-14 | add quick ban option for users - sets status_id to suspended | wjames5 | 4 | -15/+71 | |
| 2008-02-13 | add users_expunge_function service function called during user delete | Christian Fowler | 1 | -3/+4 | |
| 2008-02-09 | remove smarty debug | wjames5 | 1 | -2/+1 | |
| 2008-02-08 | set 403 status for private users | Christian Fowler | 1 | -1/+2 | |
| 2008-02-04 | CommitTrans in expunge if all was good | Christian Fowler | 1 | -4/+4 | |
| 2008-02-03 | Add return to getList for more modern usage of getList. | Nick Palmer | 1 | -4/+7 | |
| 2008-02-02 | call parent::expunge() while deleting user so all content tables get nuked | Christian Fowler | 1 | -11/+4 | |
| 2008-01-31 | Fix primary labels in users attachment browser and make attachments to ↵ | Nick Palmer | 2 | -8/+10 | |
| personal pages work again. | |||||
| 2008-01-03 | allow unchecked of *all* perms assigned to a group. useful for anonymous ↵ | Christian Fowler | 1 | -9/+7 | |
| group in a private site | |||||
| 2008-01-01 | make pagination work in users content list | Jams H Thompson | 1 | -2/+3 | |
| 2007-11-28 | restore accidently removed code and give it a better comment not to be ↵ | MW | 1 | -3/+8 | |
| misunderstood. | |||||
| 2007-11-18 | Add missing phpdoc comments | Lester Caine | 2 | -2/+10 | |
| 2007-11-18 | add level back as 'User Class'. please do NOT remove this without checking ↵ | Christian Fowler | 1 | -1/+3 | |
| with me first | |||||
| 2007-11-15 | clean up some code in verify only used by admin add and import, as they no ↵ | MW | 1 | -12/+6 | |
| longer come here. This include some admin overrides that shouldn't be needed anymore. | |||||
| 2007-11-15 | fix missing case conversion | MW | 1 | -4/+4 | |
| 2007-11-15 | remove old admin_add kludge and replace with proper admin permission check | MW | 1 | -8/+7 | |
| 2007-11-15 | moving user import to an admin page of its own. 2 new files for this, and 1 ↵ | MW | 6 | -184/+225 | |
| new users_lib.php file for common functions. Just 1 so far. | |||||
| 2007-11-14 | Changed admin 'add user' to use same mechanism as batch import, separating ↵ | MW | 3 | -43/+86 | |
| it from the global user registration. Also fixed addition into default group when added/imported. | |||||
| 2007-11-13 | Major improvement of Batch Import of users. Adds 4 new functions to separate ↵ | MW | 5 | -91/+383 | |
| the process from global user registration. 2 of these are split out from BitUser::verifyEmail() to handle validation of email syntax and MX host so they can be reused, which is done by the batch import. Admin can now set if email should be sent to imported users, validate users by email as well as validate email address (MX host check). Import a ready made password hash e.g. from phpBB2 and passwords are auto generated if not specified in the CSV file. Admin can also truely overwrite user records on import, which proper check of existing user_id, login and email (in that order) with mixing the result. I will write up some docs for this to publish on site as well. | |||||
| 2007-11-10 | moved date out of {tr} | laetzer | 1 | -1/+1 | |
| 2007-11-09 | add support for REQUEST var of returnto to allow override redirection URL ↵ | Christian Fowler | 1 | -3/+9 | |
| after login | |||||
| 2007-11-09 | just some code cleanup and indent using tabs | Max Kremmel | 1 | -20/+23 | |
| 2007-11-09 | fix missing smarty assign's for welcome message after change password. | MW | 1 | -3/+7 | |
| 2007-11-09 | make message menu items appear only if messages package is active | Jams H Thompson | 1 | -1/+1 | |
| 2007-11-02 | do not save bitUser::defaults in liberty_content_prefs | Christian Fowler | 1 | -18/+19 | |
| 2007-11-01 | BUG: 1824020: missing DB prefixes | Max Kremmel | 1 | -2/+2 | |
| 2007-11-01 | make sure we updateSession with new session_id and don't use old session_id ↵ | Max Kremmel | 1 | -5/+6 | |
| stored in the cookie - even when using authentication methods other than bitweaver authentication. | |||||
| 2007-10-27 | use fatalError() | Max Kremmel | 1 | -7/+3 | |
| 2007-10-26 | Fix mod_who_is_there so it at least works. | Nick Palmer | 3 | -13/+21 | |
| It returns users multiple times if they are logged on from more than one place still. We might want to fix that at some point. | |||||
| 2007-10-25 | fix fatalError() usage | Max Kremmel | 1 | -3/+3 | |
| 2007-10-25 | Fix up various vd()s to use something more useful. | Nick Palmer | 1 | -3/+3 | |
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 3 | -24/+4 | |
| 2007-09-27 | don't forget to unlink() copy of uploaded image | Max Kremmel | 1 | -3/+6 | |
| 2007-09-26 | move image handling process to a separate function and fix image storing, ↵ | Max Kremmel | 3 | -75/+106 | |
| handling and updating | |||||
| 2007-09-21 | fix user images upload to work with new attachments organization | Christian Fowler | 2 | -30/+38 | |
| 2007-09-21 | print upload of portrait,logo,avatar attachments totally breaking, however ↵ | Christian Fowler | 1 | -6/+7 | |
| not working yet though | |||||
| 2007-09-19 | default to gQueryUser->getField( 'login' ) as preferred layout, and home as ↵ | Christian Fowler | 1 | -3/+6 | |
| the fallback_layout | |||||
| 2007-09-15 | Support extended pretty urls without modifications. | Nick Palmer | 1 | -0/+1 | |
| 2007-09-15 | schema clean up to avoid chicken-n-egg constraint violationsPRE_LIB_ATTACHMENT_REFACTOR | Christian Fowler | 1 | -6/+5 | |
| 2007-09-04 | LEFT JOIN on liberty_content_hits | Christian Fowler | 1 | -8/+9 | |
| 2007-09-04 | delete from users_groups_map when deleting group | Christian Fowler | 1 | -3/+5 | |
| 2007-08-27 | oops. . interferes with php files. | Max Kremmel | 1 | -1/+1 | |
| 2007-08-27 | allow . and - in usernames | Max Kremmel | 1 | -1/+1 | |
| 2007-08-23 | "hover your mouse to" out, <abbr> in | laetzer | 1 | -3/+4 | |
