summary refs log tree commit diff
path: root/util/src/entities/User.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-437/+0
|
* Literally don't be an idiotMadeline2022-09-251-5/+3
|
* Add adjustEmail call to setEmailMadeline2022-09-201-6/+10
|
* Small fix for tag digit and undefined emailDebian2022-09-191-0/+7
|
* Primitive banned words blockingMadeline2022-09-121-9/+13
|
* fosscord-server/pulls/858Madeline2022-08-211-2/+19
|
* Merge branch 'feat/notesTable' into slowcordMadeline2022-07-231-3/+1
|\
| * Moved user notes into separate tableMadeline2022-07-231-3/+1
| |
* | Merge branch '2fa' into slowcordMadeline2022-07-201-1/+7
|\ \
| * | 2faMadeline2022-07-201-1/+7
| |/
* | Disable compact modeMadeline2022-07-031-1/+1
| |
* | Added a configurable default rights valueMadeline2022-05-311-1/+1
|/
* Extended settings will not be type checkedErkin Alp Güney2022-05-151-1/+1
|
* Extended settingsErkin Alp Güney2022-05-151-0/+5
|
* Resolves #715Madeline2022-04-091-1/+1
|
* Update User.tsErkin Alp Güney2022-04-091-7/+7
|
* User Notes (#707)Madeline2022-04-051-0/+4
| | | | | | | | * Notes implementation. Bug: Client does not save note locally after uploading to server. Client does save after reloading page. Is this due to the response being sent by PUT? * I don't know why the client doesn't do optimistic UI updates with this, or any updates at all without reloading the page * Added USER_NOTE_UPDATE event, thanks @TheRealGeoDash2019 !
* fix(util): working invisible status typeNobody2022-03-081-1/+1
|
* changed user.premium_since to also load from the database.Iratu2022-02-181-0/+5
|
* A few minor changesErkin Alp Güney2022-01-271-10/+9
|
* category + discovery + custom status fix, new configFeatyre2022-01-241-7/+2
|
* Incrementing user discriminatorsDaniel Huber2022-01-041-16/+33
| | | | Closes #328
* :art: reformattedFlam3rboy2021-10-171-6/+11
|
* :bug: fix Emoji missing in identifyFlam3rboy2021-10-101-1/+0
|
* :art: clean up imports + classesFlam3rboy2021-10-101-3/+6
|
* :bug: fix user projectionFlam3rboy2021-10-051-0/+1
|
* :sparkles: add User.register() methodFlam3rboy2021-10-051-9/+93
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-serverFlam3rboy2021-10-041-1/+5
|\
| * :sparkles: User instance rightsFlam3rboy2021-10-031-1/+3
| |
| * :sparkles: new user flagsFlam3rboy2021-10-011-0/+2
| |
* | :sparkles: custom user flags offsetFlam3rboy2021-10-041-0/+2
|/
* :sparkles: add option to disable all rate limitsFlam3rboy2021-09-201-3/+1
|
* :bug: fix .delete -> add onDelete: "CASCADE"Flam3rboy2021-09-201-2/+8
|
* Implemented DMs and group DMsAlTech982021-09-161-1/+1
|
* :bug: fix In() queryFlam3rboy2021-09-131-3/+11
|
* Update User.tsFlam3rboy2021-09-071-0/+5
|
* :arrow_up: update test clientFlam3rboy2021-09-041-1/+1
|
* :art: update entitiesFlam3rboy2021-09-031-1/+1
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-23/+43
|
* :sparkles: delete _ids from entitiesFlam3rboy2021-08-311-12/+10
|
* fix utilFlam3rboy2021-08-291-19/+19
|
* :sparkles: update utilFlam3rboy2021-08-291-72/+102
|
* :construction: typeormFlam3rboy2021-08-271-2/+2
|
* :sparkles: use RelationIdFlam3rboy2021-08-261-7/+34
|
* :sparkles: unit testFlam3rboy2021-08-261-1/+1
|
* :sparkles: typeorm entitiesFlam3rboy2021-08-241-0/+188