summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-27core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi1-1/+1
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman773-24/+22
2022-06-27core: Replace all instances of ResultCode with Resultgerman776-20/+20
2022-04-23general: Convert source file copyright comments over to SPDXMorph15-45/+30
2022-03-19common: Reduce unused includesameerj1-0/+1
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph4-69/+68
2022-02-05profile: Migrate to the new UUID implementationMorph4-92/+94
2022-01-21service/acc: Update unknown function namesLioncash2-4/+4
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+2
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-2/+2
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german773-3/+3
2021-11-04service: acc: Stub acc:u0 '160'Morph3-0/+9
2021-11-04core: Remove unused includesameerj1-2/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph2-9/+15
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash2-6/+6
2021-09-08Mark is_complete as atomicChloe Marcec2-4/+5
2021-09-08Addressed issuesChloe Marcec3-15/+14
2021-09-06address name shadowing with systemChloe Marcec1-2/+2
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec3-19/+152
2021-07-27common: uuid: Return a lower-case hex string in FormatMorph1-11/+11
2021-07-14service: Append service name prefix to common filenamesMorph2-2/+2
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+2
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-3/+3
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph2-28/+28
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2-28/+33
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-04service: Resolve cases of member field shadowingLioncash8-20/+22
2021-04-23acc/lbl: Remove unused variablesLioncash1-4/+0
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-07dauth_o: Update to 11.xMorph1-6/+11
2021-04-07acc_u1: Update to 12.xMorph1-13/+15
2021-04-07acc_su: Update to 12.xMorph1-17/+19
2021-02-21acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph1-1/+17
2021-01-29Fix user changing to 0 if validgerman1-2/+8
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec5-6/+66
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp3-15/+15
2020-11-27service: Eliminate usages of the global system instanceLioncash2-43/+50
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-2/+4
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-10-21Revert "core: Fix clang build"bunnei1-8/+5
2020-10-18core: Fix clang buildLioncash1-5/+8
2020-10-15service: acc: Stub IManagerForApplication::StoreOpenContext.bunnei1-1/+7
2020-09-21acc: Stub LoadOpenContextMorph3-1/+13
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash2-15/+15
2020-08-03profile_manager: Make use of std::nulloptLioncash1-4/+4
2020-08-03profile_manager: Make use of designated initializersLioncash1-13/+22
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-4/+2
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec5-4/+14
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM5-42/+384
2020-04-29acc: Return a unique value per account for GetAccountIdDavid Marcec1-5/+8
2020-04-29acc: Fix InitializeApplicationInfoDavid Marcec2-22/+15
2020-04-28Updated comment to reflect ListQualifiedUsers betterDavid Marcec1-1/+3
2020-04-28account: ListQualifiedUsersDavid Marcec5-3/+13
2020-04-20service: Update function tablesLioncash2-0/+3
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei3-21/+22
2019-11-12service: Update function tablesLioncash2-0/+4
2019-11-12service: Resolve sign conversion errorsLioncash2-5/+5
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi1-7/+7
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman3-1/+13
2019-07-03acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman1-1/+73
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman2-0/+13
2019-07-03acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman1-8/+31
2019-06-28Addressed issuesDavid Marcec2-17/+12
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec4-6/+114
2019-06-21service/acc: Silence truncation warningsLioncash1-3/+3
2019-06-17Addressed issuesDavid Marcec2-7/+12
2019-06-16CleanupDavid Marcec10-27/+36
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec3-4/+32
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman1-16/+4
2019-04-25mii_manager: Cleanup and optimizationZach Hilman1-4/+4
2019-04-25common: Extract UUID to its own classZach Hilman3-78/+28
2019-04-11service: Update service function tablesLioncash4-0/+24
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman3-17/+19
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-2/+3
2018-11-14service/acc: Correct error case within TrySelectUserWithoutInteraction()Lioncash1-2/+4
2018-11-14profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile()Lioncash1-4/+5
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash2-11/+18
2018-11-07fixed spelling errorDavid Marcec1-1/+1
2018-11-07Added missing logDavid Marcec1-0/+1
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec5-3/+25
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash1-1/+2
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-1/+1
2018-10-25service/acc: Move fallback image to file scopeLioncash1-14/+13
2018-10-25service/acc: Silence compiler warningsLioncash1-5/+8
2018-10-25service/acc: Early return in failure case in LoadImage()Lioncash1-8/+8
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash2-42/+47
2018-10-24profile_manager: Create save data if it doesn't exist on useZach Hilman2-13/+37
2018-10-24acc: Fix account UUID duplication errorZach Hilman3-7/+28
2018-10-24configure_system: Clear selection after user deleteZach Hilman1-1/+1
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman3-24/+123
2018-10-24acc: Load user images from config dirZach Hilman1-9/+45
2018-10-24profile_manager: Load users from emulator settingsZach Hilman2-5/+7
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevisionDavid Marcec1-5/+4
2018-09-19Invalid default value of username in yuzu_cmd (#1334)Philippe Babin1-2/+3
2018-09-18Implemented GetImageSizeDavid Marcec1-1/+9
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2-20/+23
2018-09-13service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash10-0/+16
2018-08-21acc: Replace profile_manager include with a forward declarationLioncash2-2/+6
2018-08-21acc: Simplify WriteBuffer call within LoadImage()Lioncash1-3/+3
2018-08-21acc: Correct IProfile's constructor initializer list orderLioncash1-1/+1
2018-08-21acc: Remove unused DEFAULT_USER_IDLioncash1-3/+0
2018-08-21profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash1-1/+1
2018-08-21profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash1-1/+1
2018-08-21profile_manager: Use type aliases for username data, profile data, and user arraysLioncash2-19/+22
2018-08-21profile_manager: Take ProfileInfo by const reference where applicableLioncash2-8/+8
2018-08-21profile_manager: Make array parameter to CreateNewUser a const referenceLioncash2-2/+2
2018-08-21profile_manager: Remove unnecessary staticLioncash1-1/+1
2018-08-21profile_manager: Simplify UUID's two param constructor, operator==, and operator boolLioncash1-6/+4
2018-08-21profile_manager: Move UUID generation function to the cpp fileLioncash2-10/+12
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()Lioncash1-2/+2
2018-08-11Better UUID randomnessDavid Marcec1-2/+7
2018-08-11Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec1-4/+2
2018-08-11Added better explanations in the profile managerDavid Marcec2-1/+34
2018-08-11Code cleanup for profile managerDavid Marcec3-40/+47
2018-08-11Removed const from ProfileBase InvalidateDavid Marcec1-1/+1
2018-08-11fixed invalid uuid bool operatorDavid Marcec1-1/+1
2018-08-11Added GetOpenUserCountDavid Marcec3-3/+14
2018-08-11Removed all for loops from the profile managerDavid Marcec1-9/+4
2018-08-11Added missing ListAllUsers countDavid Marcec1-1/+2
2018-08-11If statement style changeDavid Marcec1-11/+19
2018-08-11Second round of account changesDavid Marcec3-18/+21
2018-08-11First round of account changesDavid Marcec3-49/+55
2018-08-11Refactored profile manager sharingDavid Marcec10-20/+28
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec7-3/+19
2018-08-09Don't add user if the uuid already existsDavid Marcec1-0/+4
2018-08-08Open first user addedDavid Marcec1-1/+3
2018-08-08Inital pass of account backend implementationDavid Marcec3-12/+22
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec3-44/+106
2018-08-08began initial implementation of "ProfileManager"David Marcec4-44/+200
2018-08-08Service/Account: stub LoadImage functionmailwl1-1/+22
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec2-10/+49
2018-08-08acc: Add missing function table entries for GetUserCountLioncash2-2/+2
2018-08-08acc: Stub GetUserCount. (#973)bunnei3-1/+9
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David1-3/+27
2018-07-24core: Make converting constructors explicit where applicableLioncash1-1/+1
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv1-6/+8
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv1-5/+15
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv1-2/+1
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv1-4/+6
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-10/+10
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash1-10/+10
2018-04-20service: Use nested namespace specifiers where applicableLioncash9-36/+18
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+8
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl10-127/+336
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei2-1/+11
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei1-2/+1
2018-02-09acc_u0: Implement ListAllUsers.bunnei2-2/+15
2018-02-04logger: Add "account" service logging category.bunnei1-8/+8
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei2-0/+10
2018-02-04acc:u0 : stub GetAccountIdmailwl1-1/+9
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-6/+6
2018-01-25service: Fix all incorrect IPC response headers.bunnei1-2/+2
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats2-0/+76
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei4-0/+80