summary refs log tree commit diff
path: root/src/api/routes/users/#user_id/profile.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-211-1/+1
* Signify some imports more explicitlyRory&2026-06-161-1/+1
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating al...Rory&2026-06-131-2/+5
* Move entities to databaseRory&2026-06-121-2/+3
* eslint: reapply after rebasing on #1631Rory&2026-04-191-1/+1
* fix comment typoCyberL12026-04-191-1/+1
* remove oversightCyberL12026-04-191-4/+0
* fix: expose metadata if should be visibleCyberL12026-04-191-1/+2
* fix: expose only public propertiesCyberL12026-04-191-2/+27
* fix: select `visibility` on `connected_accounts`CyberL12026-04-191-0/+11
* Migrate UserUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* fix: wrong query for self member in mutual guildsCyberL12026-02-141-1/+1
* Assert req.params type as solely string (express update)Rory&2026-02-011-1/+1
* fix: don't return default role for user profilesCyberL12026-01-301-0/+2
* fix: relationshipsSelf are now actually selfCyberL12026-01-101-1/+1
* Fix profile APIMathMan052025-12-291-6/+7
* Deprecation: Use object-based relations for typeormRory&2025-12-191-2/+2
* Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults'Rory&2025-12-171-1/+4
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-118/+118
* fix: include `user` object in `guild_member`CyberL12025-12-041-12/+2
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-151-4/+1
* Reorganise schemas a little bitRory&2025-10-151-2/+1
* Update path variablesRory&2025-10-111-0/+184