Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-08 | MAINT-8586 XUI cleanup | Andrey Kleshchev | |
2018-03-29 | MAINT-2929 Group Role Permission "Eject Members from this Group" Is Poorly ↵ | maxim_productengine | |
Described | |||
2017-06-20 | MAINT-7507 FIXED When assigning abilities to a group role, ticking "Manage ↵ | Mnikolenko Productengine | |
ban list" causes other selected abilities to untick | |||
2017-06-07 | MAINT-7447 restore filter functionality in Abilities tab | Mnikolenko Productengine | |
2017-06-06 | MAINT-7447 FIXED Selecting a group ability refreshes the list and deselects ↵ | Mnikolenko Productengine | |
your choice | |||
2017-02-15 | MAINT-7118 Swapping legacy people API with new cache | andreykproductengine | |
2017-02-20 | MAINT-7142 Use '/completename' in teleport offer and eject messages | Mnikolenko Productengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-06-08 | MAINT-5237 FIXED Everyone Roles are not allowed to view the member's list | AndreyL ProductEngine | |
but the Viewer claims that it is retrieving the member list | |||
2015-06-02 | MAINT-2007 FIXED Restored the code for ejecting confirmation. Confirmation ↵ | Mnikolenko ProductEngine | |
on banning was added. | |||
2015-05-27 | MAINT-5225 FIXED Viewer makes unnecessary requests to get group members | AndreyL ProductEngine | |
2014-08-05 | DRTVWR-373 Merge with viewer-release 3.7.13 | maksymsproductengine | |
2014-07-10 | merge changes for 3.7.12-release | maksymsproductengine | |
2014-07-07 | Merge downstream code and become 3.7.12 | simon | |
2014-07-02 | MAINT-4203 FIXED [Group Bans] Member list shows newly banned ex-residents | andreykproductengine | |
2014-06-25 | MAINT-4178 FIXED [Group Bans] The viewer allows you to attempt to ban when ↵ | andreykproductengine | |
the ban list already contains 500 entries, which fails. | |||
2014-06-19 | MAINT-4174 FIXED "Ban Resident(s)" button in Banned residents tab is active ↵ | andreykproductengine | |
for members without ban permissions, after viewing 'Banned Residents' tab in a group where they do have ban permissions | |||
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-28 | MAINT-3957 FIXED Group owner issue | Mnikolenko ProductEngine | |
2014-04-28 | MAINT-3957 FIXED Group owner issue | Mnikolenko ProductEngine | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-11 | restore the relevant fixes for STORM-2011 | Oz Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-10 | MAINT-3710 FIXED List of members is removed from General tab. Title column ↵ | Mnikolenko ProductEngine | |
is added to the list in Members tab. Roles tab is renamed to Roles & Members and Roles sub-tab is default now. | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-05-13 | - [MAINT-3710] Changed back the default group tab to use ROLES rather than ↵ | Baker Linden | |
MEMBERS (did a bad merge, it got overwritten) | |||
2014-05-09 | [MAINT-3424] - Display dates in SLT, rather than UTC | Baker Linden | |
- Attempted fix, I'm close but didn't want to outright remove everything, so for now it's commented in. | |||
2014-05-08 | viewer-release merge (to 3.7.8) | Baker Linden | |
2014-05-06 | [MAINT-3424] Quick & dirty fix attempt -- probably won't work, but it's close | Baker Linden | |
2014-04-29 | [MAINT-3982] - Eject/Ban button issues | Baker Linden | |
- Ban and Eject buttons should now work properly | |||
2014-04-29 | Refactoring some variables to use a constant rather than F's because that's ↵ | Baker Linden | |
the nice thing to do. Reviewer: Cho | |||
2014-04-04 | [GroupBan] [MAINT-3810] Viewer crash when inviting nearby agents via right click | Baker Linden | |
- Fixed an issue where residents would be unable to be invited to a group. - Fixed a crash when trying to invite a resident to a group via right-click menu | |||
2014-03-25 | [GroupBan] | Baker Linden | |
- Fixed stuff... again - Put "Ban Members" button back in Member tab Reviewer: Richard | |||
2014-03-11 | Fixed up some compile errors after merge | Baker Linden | |
2014-03-11 | 3.7.4. merge | Baker Linden | |
2014-03-11 | - Added null checks in a couple places. | Baker Linden | |
2014-02-19 | [MAINT-3751] - Can't uncheck Ban ability from role | Baker Linden | |
- Fixed an issue where, once granted the ban ability, it could not become unchecked. | |||
2014-02-06 | [GroupBan] When adding "Manage Ban List" ability additionally grant ↵ | Baker Linden | |
requisite abilities - Viewer side implementation for MAINT-3467 complete | |||
2013-10-30 | [MAINT-3384] - Ban list UI is partially enabled for users without group ban ↵ | Baker Linden | |
ability - Fixed the issue where "Ban Resident" button was enabled for members without the group ban ability | |||
2013-10-29 | - Fixed the allowed_by_all to use all 64 bits | Baker Linden | |
- Changed some text to be more clarifying and to remove temp strings. | |||
2013-10-02 | Added check to ensure the group member has the ability to delete ban entries | Baker Linden | |
2013-09-13 | - Added ban date to ban list ui | Baker Linden | |
- Code cleanup | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-09 | - Start of code cleanup | Baker Linden | |
- Added refresh button to ban list panel - Added an additional signal to LLNameListCtrl to indicate when the entire name cache is complete. | |||
2013-08-30 | - Got all major functionality working | Baker Linden | |
- Changed PUT and DEL to POST which accepts an enum for a create or delete | |||
2013-08-29 | Initial commit for GroupBan | Baker Linden | |
- Lots of crap isn't working as intended yet. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-08 | STORM-1952: Fix name sometimes appearing as (waiting) by generating a slurl ↵ | Cinders | |
instead of fetching a name | |||
2013-06-11 | STORM-1952: Add a confirmation modal when ejecting a member from a group | Cinders | |