| Commit message (Expand) | Author | Age | Files | Lines |
* | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 2022-02-05 | 1 | -29/+28 |
* | profile: Migrate to the new UUID implementation | Morph | 2022-02-05 | 1 | -46/+47 |
* | general: Get the current process program id directly from the system | Morph | 2021-11-04 | 1 | -4/+2 |
* | general: Rename GetTitleID to GetProgramID | Morph | 2021-11-04 | 1 | -2/+2 |
* | Merge pull request #7282 from ameerj/core-includes | bunnei | 2021-11-04 | 1 | -2/+0 |
|\ |
|
| * | core: Remove unused includes | ameerj | 2021-11-04 | 1 | -2/+0 |
* | | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | 2021-11-04 | 1 | -1/+1 |
* | | service: acc: Stub acc:u0 '160' | Morph | 2021-11-04 | 1 | -0/+7 |
|/ |
|
* | common/uuid: Add validity checking functions to interface | Lioncash | 2021-09-22 | 1 | -2/+1 |
* | Addressed issues | Chloe Marcec | 2021-09-08 | 1 | -7/+6 |
* | account: EnsureTokenIdCacheAsync | Chloe Marcec | 2021-09-06 | 1 | -19/+48 |
* | common: uuid: Return a lower-case hex string in Format | Morph | 2021-07-27 | 1 | -11/+11 |
* | service: Append service name prefix to common filenames | Morph | 2021-07-14 | 1 | -1/+1 |
* | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 2021-06-02 | 1 | -3/+3 |
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -27/+27 |
* | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 2021-05-26 | 1 | -11/+17 |
* | hle: kernel: Rename Process to KProcess. | bunnei | 2021-05-06 | 1 | -1/+1 |
* | acc/lbl: Remove unused variables | Lioncash | 2021-04-23 | 1 | -4/+0 |
* | dauth_o: Update to 11.x | Morph | 2021-04-07 | 1 | -6/+11 |
* | acc: Stub GetNintendoAccountUserResourceCacheForApplication | Morph | 2021-02-21 | 1 | -1/+17 |
* | acc: Stub StoreSaveDataThumbnail | Chloe Marcec | 2021-01-19 | 1 | -3/+58 |
* | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 2021-01-15 | 1 | -1/+1 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -40/+48 |
* | patch_manager: Remove usages of the global system instance | Lioncash | 2020-11-18 | 1 | -2/+4 |
* | ipc_helpers: Remove usage of the global system instance | Lioncash | 2020-11-08 | 1 | -0/+1 |
* | service: acc: Stub IManagerForApplication::StoreOpenContext. | bunnei | 2020-10-15 | 1 | -1/+7 |
* | acc: Stub LoadOpenContext | Morph | 2020-09-21 | 1 | -0/+11 |
* | common/fileutil: Convert namespace to Common::FS | Lioncash | 2020-08-16 | 1 | -4/+4 |
* | 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 | 1 | -0/+9 |
* | account: Update function tables and add missing classes (#4145) | VolcaEM | 2020-06-22 | 1 | -0/+341 |
* | 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 | 1 | -21/+14 |
|\ \ |
|
| * | | acc: Fix InitializeApplicationInfo | David Marcec | 2020-04-29 | 1 | -21/+14 |
| |/ |
|
* | | Updated comment to reflect ListQualifiedUsers better | David Marcec | 2020-04-28 | 1 | -1/+3 |
* | | account: ListQualifiedUsers | David Marcec | 2020-04-28 | 1 | -0/+9 |
|/ |
|
* | core: Initialize several structs that make use of Common::UUID. | bunnei | 2020-01-04 | 1 | -1/+1 |
* | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -3/+3 |
* | 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 | 1 | -9/+115 |
|\ |
|
| * | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 2019-07-03 | 1 | -0/+11 |
| * | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 2019-07-03 | 1 | -1/+73 |
| * | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 2019-07-03 | 1 | -8/+31 |
* | | Addressed issues | David Marcec | 2019-06-28 | 1 | -17/+10 |
* | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 2019-06-27 | 1 | -3/+77 |
|/ |
|
* | service/acc: Silence truncation warnings | Lioncash | 2019-06-21 | 1 | -3/+3 |
* | Addressed issues | David Marcec | 2019-06-17 | 1 | -6/+11 |
* | Cleanup | David Marcec | 2019-06-16 | 1 | -10/+13 |
* | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 2019-06-16 | 1 | -1/+28 |
* | constants: Extract backup JPEG used by account services | Zach Hilman | 2019-06-07 | 1 | -16/+4 |
* | common: Extract UUID to its own class | Zach Hilman | 2019-04-25 | 1 | -9/+9 |
* | service: Update service function tables | Lioncash | 2019-04-11 | 1 | -0/+4 |
* | 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 | 1 | -13/+4 |
|/ |
|
* | 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 | 1 | -0/+21 |
* | 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 |
* | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 1 | -2/+7 |
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 1 | -18/+13 |
* | acc: Load user images from config dir | Zach Hilman | 2018-10-24 | 1 | -9/+45 |
* | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 2018-09-19 | 1 | -5/+4 |
* | Implemented GetImageSize | David Marcec | 2018-09-18 | 1 | -1/+9 |
* | acc: Replace profile_manager include with a forward declaration | Lioncash | 2018-08-21 | 1 | -1/+3 |
* | 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 |
* | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 2018-08-11 | 1 | -4/+2 |
* | Code cleanup for profile manager | David Marcec | 2018-08-11 | 1 | -2/+5 |
* | Added GetOpenUserCount | David Marcec | 2018-08-11 | 1 | -1/+2 |
* | Added missing ListAllUsers count | David Marcec | 2018-08-11 | 1 | -1/+2 |
* | First round of account changes | David Marcec | 2018-08-11 | 1 | -1/+1 |
* | Refactored profile manager sharing | David Marcec | 2018-08-11 | 1 | -8/+9 |
* | 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 | 1 | -0/+7 |
* | | Inital pass of account backend implementation | David Marcec | 2018-08-08 | 1 | -8/+3 |
* | | GetProfileBase and GetProfileBaseAndData added | David Marcec | 2018-08-08 | 1 | -43/+34 |
* | | began initial implementation of "ProfileManager" | David Marcec | 2018-08-08 | 1 | -7/+10 |
* | | Switched uuids from u128 to new UUID struct | David Marcec | 2018-08-08 | 1 | -10/+12 |
|/ |
|
* | acc: Stub GetUserCount. (#973) | bunnei | 2018-08-08 | 1 | -0/+7 |
* | 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 |
* | | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | 2018-07-19 | 1 | -4/+6 |
|/ |
|
* | 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 | 1 | -4/+2 |
* | 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 | 1 | -1/+129 |
* | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | 2018-01-17 | 1 | -0/+16 |