| Commit message (Expand) | Author | Age | Files | Lines |
* | common/fileutil: Convert namespace to Common::FS | Lioncash | 2020-08-16 | 2 | -15/+15 |
* | Merge pull request #4474 from lioncash/hle-profile | David | 2020-08-04 | 1 | -17/+26 |
|\ |
|
| * | profile_manager: Make use of std::nullopt | Lioncash | 2020-08-03 | 1 | -4/+4 |
| * | profile_manager: Make use of designated initializers | Lioncash | 2020-08-03 | 1 | -13/+22 |
* | | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 2020-08-03 | 1 | -4/+2 |
|/ |
|
* | acc: ListOpenContextStoredUsers partial stub | David Marcec | 2020-06-28 | 5 | -4/+14 |
* | account: Update function tables and add missing classes (#4145) | VolcaEM | 2020-06-22 | 5 | -42/+384 |
* | Merge pull request #3822 from ogniK5377/GetAccountId | bunnei | 2020-05-04 | 1 | -5/+8 |
|\ |
|
| * | acc: Return a unique value per account for GetAccountId | David Marcec | 2020-04-29 | 1 | -5/+8 |
* | | Merge pull request #3821 from ogniK5377/InitializeApplicationInfo-fix | bunnei | 2020-05-02 | 2 | -22/+15 |
|\ \ |
|
| * | | acc: Fix InitializeApplicationInfo | David Marcec | 2020-04-29 | 2 | -22/+15 |
| |/ |
|
* | | Updated comment to reflect ListQualifiedUsers better | David Marcec | 2020-04-28 | 1 | -1/+3 |
* | | account: ListQualifiedUsers | David Marcec | 2020-04-28 | 5 | -3/+13 |
|/ |
|
* | service: Update function tables | Lioncash | 2020-04-20 | 2 | -0/+3 |
* | core: Initialize several structs that make use of Common::UUID. | bunnei | 2020-01-04 | 3 | -21/+22 |
* | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 2 | -0/+4 |
|\ |
|
| * | service: Update function tables | Lioncash | 2019-11-12 | 2 | -0/+4 |
* | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 2 | -5/+5 |
|/ |
|
* | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | 2019-09-22 | 1 | -7/+7 |
* | Merge pull request #2667 from DarkLordZach/profile-editor | bunnei | 2019-09-14 | 5 | -10/+130 |
|\ |
|
| * | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 2019-07-03 | 3 | -1/+13 |
| * | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 2019-07-03 | 1 | -1/+73 |
| * | profile_manager: Add setter for ProfileBase and ProfileData | Zach Hilman | 2019-07-03 | 2 | -0/+13 |
| * | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 2019-07-03 | 1 | -8/+31 |
* | | Addressed issues | David Marcec | 2019-06-28 | 2 | -17/+12 |
* | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 2019-06-27 | 4 | -6/+114 |
|/ |
|
* | service/acc: Silence truncation warnings | Lioncash | 2019-06-21 | 1 | -3/+3 |
* | Addressed issues | David Marcec | 2019-06-17 | 2 | -7/+12 |
* | Cleanup | David Marcec | 2019-06-16 | 10 | -27/+36 |
* | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 2019-06-16 | 3 | -4/+32 |
* | constants: Extract backup JPEG used by account services | Zach Hilman | 2019-06-07 | 1 | -16/+4 |
* | mii_manager: Cleanup and optimization | Zach Hilman | 2019-04-25 | 1 | -4/+4 |
* | common: Extract UUID to its own class | Zach Hilman | 2019-04-25 | 3 | -78/+28 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 4 | -0/+24 |
* | Merge pull request #1801 from ogniK5377/log-before-execute | bunnei | 2018-11-29 | 1 | -2/+3 |
|\ |
|
| * | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -2/+3 |
* | | profile_manager: Save and load ProfileData from disk | Zach Hilman | 2018-11-26 | 3 | -17/+19 |
|/ |
|
* | Merge pull request #1697 from lioncash/acc | bunnei | 2018-11-15 | 2 | -15/+23 |
|\ |
|
| * | profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() | Lioncash | 2018-11-14 | 1 | -4/+5 |
| * | profile_manager: Move UUID Format function definitions into the cpp file | Lioncash | 2018-11-14 | 2 | -11/+18 |
* | | service/acc: Correct error case within TrySelectUserWithoutInteraction() | Lioncash | 2018-11-14 | 1 | -2/+4 |
|/ |
|
* | fixed spelling error | David Marcec | 2018-11-07 | 1 | -1/+1 |
* | Added missing log | David Marcec | 2018-11-07 | 1 | -0/+1 |
* | Implement acc:TrySelectUserWithoutInteraction | David Marcec | 2018-11-07 | 5 | -3/+25 |
* | Merge pull request #1615 from lioncash/input | bunnei | 2018-11-02 | 1 | -1/+2 |
|\ |
|
| * | configure_system: Contrain profile usernames to 32 characters | Lioncash | 2018-10-31 | 1 | -1/+2 |
* | | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1576 from lioncash/acc-warn | bunnei | 2018-10-25 | 1 | -25/+27 |
|\ |
|
| * | service/acc: Move fallback image to file scope | Lioncash | 2018-10-25 | 1 | -14/+13 |
| * | service/acc: Silence compiler warnings | Lioncash | 2018-10-25 | 1 | -5/+8 |
| * | service/acc: Early return in failure case in LoadImage() | Lioncash | 2018-10-25 | 1 | -8/+8 |
* | | profile_manager: Use std::optional instead of boost::optional | Lioncash | 2018-10-24 | 2 | -42/+47 |
|/ |
|
* | profile_manager: Create save data if it doesn't exist on use | Zach Hilman | 2018-10-24 | 2 | -13/+37 |
* | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 3 | -7/+28 |
* | configure_system: Clear selection after user delete | Zach Hilman | 2018-10-24 | 1 | -1/+1 |
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 3 | -24/+123 |
* | acc: Load user images from config dir | Zach Hilman | 2018-10-24 | 1 | -9/+45 |
* | profile_manager: Load users from emulator settings | Zach Hilman | 2018-10-24 | 2 | -5/+7 |
* | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 2018-09-19 | 1 | -5/+4 |
* | Merge pull request #1348 from ogniK5377/GetImageSize | bunnei | 2018-09-19 | 1 | -1/+9 |
|\ |
|
| * | Implemented GetImageSize | David Marcec | 2018-09-18 | 1 | -1/+9 |
* | | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 2018-09-19 | 1 | -2/+3 |
|/ |
|
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 2 | -20/+23 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-09-13 | 1 | -4/+2 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 10 | -0/+16 |
* | acc: Replace profile_manager include with a forward declaration | Lioncash | 2018-08-21 | 2 | -2/+6 |
* | acc: Simplify WriteBuffer call within LoadImage() | Lioncash | 2018-08-21 | 1 | -3/+3 |
* | acc: Correct IProfile's constructor initializer list order | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | acc: Remove unused DEFAULT_USER_ID | Lioncash | 2018-08-21 | 1 | -3/+0 |
* | profile_manager: Use INVALID_UUID in the initializer of last_opened_user | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | profile_manager: Use type aliases for username data, profile data, and user arrays | Lioncash | 2018-08-21 | 2 | -19/+22 |
* | profile_manager: Take ProfileInfo by const reference where applicable | Lioncash | 2018-08-21 | 2 | -8/+8 |
* | profile_manager: Make array parameter to CreateNewUser a const reference | Lioncash | 2018-08-21 | 2 | -2/+2 |
* | profile_manager: Remove unnecessary static | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | profile_manager: Simplify UUID's two param constructor, operator==, and operator bool | Lioncash | 2018-08-21 | 1 | -6/+4 |
* | profile_manager: Move UUID generation function to the cpp file | Lioncash | 2018-08-21 | 2 | -10/+12 |
* | profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() | Lioncash | 2018-08-20 | 1 | -2/+2 |
* | Better UUID randomness | David Marcec | 2018-08-11 | 1 | -2/+7 |
* | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 2018-08-11 | 1 | -4/+2 |
* | Added better explanations in the profile manager | David Marcec | 2018-08-11 | 2 | -1/+34 |
* | Code cleanup for profile manager | David Marcec | 2018-08-11 | 3 | -40/+47 |
* | Removed const from ProfileBase Invalidate | David Marcec | 2018-08-11 | 1 | -1/+1 |
* | fixed invalid uuid bool operator | David Marcec | 2018-08-11 | 1 | -1/+1 |
* | Added GetOpenUserCount | David Marcec | 2018-08-11 | 3 | -3/+14 |
* | Removed all for loops from the profile manager | David Marcec | 2018-08-11 | 1 | -9/+4 |
* | Added missing ListAllUsers count | David Marcec | 2018-08-11 | 1 | -1/+2 |
* | If statement style change | David Marcec | 2018-08-11 | 1 | -11/+19 |
* | Second round of account changes | David Marcec | 2018-08-11 | 3 | -18/+21 |
* | First round of account changes | David Marcec | 2018-08-11 | 3 | -49/+55 |
* | Refactored profile manager sharing | David Marcec | 2018-08-11 | 10 | -20/+28 |
* | Merge remote-tracking branch 'origin/master' into better-account | David Marcec | 2018-08-11 | 1 | -1/+22 |
|\ |
|
| * | Service/Account: stub LoadImage function | mailwl | 2018-08-08 | 1 | -1/+22 |
* | | Added IsUserRegistrationRequestPermitted | David Marcec | 2018-08-11 | 7 | -3/+19 |
* | | Don't add user if the uuid already exists | David Marcec | 2018-08-09 | 1 | -0/+4 |
* | | Open first user added | David Marcec | 2018-08-08 | 1 | -1/+3 |
* | | Inital pass of account backend implementation | David Marcec | 2018-08-08 | 3 | -12/+22 |
* | | GetProfileBase and GetProfileBaseAndData added | David Marcec | 2018-08-08 | 3 | -44/+106 |
* | | began initial implementation of "ProfileManager" | David Marcec | 2018-08-08 | 4 | -44/+200 |
* | | Switched uuids from u128 to new UUID struct | David Marcec | 2018-08-08 | 2 | -10/+49 |
|/ |
|
* | acc: Add missing function table entries for GetUserCount | Lioncash | 2018-08-08 | 2 | -2/+2 |
* | acc: Stub GetUserCount. (#973) | bunnei | 2018-08-08 | 3 | -1/+9 |
* | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 2018-08-03 | 1 | -3/+27 |
* | core: Make converting constructors explicit where applicable | Lioncash | 2018-07-24 | 1 | -1/+1 |
* | HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. | Subv | 2018-07-20 | 1 | -6/+8 |
* | Merge pull request #728 from Subv/acc_profile | bunnei | 2018-07-20 | 1 | -7/+16 |
|\ |
|
| * | HLE/ACC: Return an IProfile that is consistent with what was requested. | Subv | 2018-07-19 | 1 | -5/+15 |
| * | HLE/ACC: Change the default user id to be consistent with what we tell games on startup. | Subv | 2018-07-19 | 1 | -2/+1 |
* | | Merge pull request #727 from Subv/acc_users | bunnei | 2018-07-20 | 1 | -4/+6 |
|\ \ |
|
| * | | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | 2018-07-19 | 1 | -4/+6 |
| |/ |
|
* / | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 1 | -1/+1 |
|/ |
|
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -10/+10 |
* | acc: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -10/+10 |
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 9 | -36/+18 |
* | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2018-04-17 | 1 | -0/+8 |
* | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services | mailwl | 2018-04-10 | 10 | -127/+336 |
* | acc_u0: Stub ListOpenUsers service function. | bunnei | 2018-02-19 | 2 | -1/+11 |
* | service: Remove remaining uses of BufferDescriptor*. | bunnei | 2018-02-14 | 1 | -2/+1 |
* | acc_u0: Implement ListAllUsers. | bunnei | 2018-02-09 | 2 | -2/+15 |
* | logger: Add "account" service logging category. | bunnei | 2018-02-04 | 1 | -8/+8 |
* | acc_u0: Stub out GetLastOpenedUser. | bunnei | 2018-02-04 | 2 | -0/+10 |
* | acc:u0 : stub GetAccountId | mailwl | 2018-02-04 | 1 | -1/+9 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -6/+6 |
* | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 1 | -2/+2 |
* | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | 2018-01-19 | 2 | -0/+76 |
* | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | 2018-01-17 | 4 | -0/+80 |