summary refs log tree commit diff
path: root/api/assets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-1318-8562/+0
|
* Forgot some schemas, removed no longer used paths from generate schema scriptTheArcaneBrony2022-08-131-360/+181
|
* Split schemas into files in utilTheArcaneBrony2022-08-131-769/+1248
|
* Fix updated client stuff...TheArcaneBrony2022-08-131-52/+110
|
* Push local state...TheArcaneBrony2022-08-131-13604/+112
|
* replace all var with let (reduces warnings)TheArcaneBrony2022-08-092-2/+2
|
* Fix Missing Directory: preload-pluginsChrisEric1 CECL2022-08-061-0/+1
|
* Merge branch 'master' into 2faTheArcaneBrony2022-08-063-0/+27
|\
| * Merge pull request #809 from Puyodead1/patch/user-modifyTheArcaneBrony2022-08-061-0/+3
| |\ | | | | | | add discriminator to user modify schema
| | * Update schemas.jsonPuyodead12022-07-301-2/+0
| | |
| | * add discriminator to user modify schemaPuyodead12022-07-301-0/+5
| | |
| * | Merge pull request #792 from fosscord/dev/local-cacheTheArcaneBrony2022-08-062-0/+0
| |\ \ | | |/ | |/| Add local disk caching for fetched assets
| | * Add local disk caching for fetched assetsTheArcaneBrony2022-07-172-0/+0
| | |
* | | Merge branch 'master' into 2faMadeline2022-08-011-7/+3
|\| |
| * | fix: not being able to enable communityPuyodead12022-07-261-7/+3
| |/
* / 2faMadeline2022-07-201-0/+1313
|/
* Merge branch 'master' into feat/multiUploadsMadeline2022-07-091-480/+633
|\
| * Filter out schemas that block generation instead, and also include util in filesMadeline2022-07-071-419/+1916
| |
* | Allow multiple attachments in messagesMadeline2022-07-091-0/+1350
|/
* Fixed ability for user to edit any property of themselves, including ↵Madeline2022-04-231-8148/+12478
| | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/
* Make comments more accurate to use-caseLuna Alfien2022-03-271-0/+4
|
* Create fosscord-login.jsLuna Alfien2022-03-271-0/+8
|
* Fix `servers[0].url` in `openapi.json`.SpacingBat32022-03-201-1/+1
| | | A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones.
* close issue #684Erkin Alp Güney2022-03-142-4/+4
|
* fix(api): working invisible status typeNobody2022-03-082-3/+3
|
* changed user.premium_since to also load from the database.Iratu2022-02-181-0/+4
|
* Forgot the openapi.json change.Iratu2022-02-181-1/+2
|
* category + discovery + custom status fix, new configFeatyre2022-01-241-1/+0
|
* Branding updatesFeatyre2022-01-232-4/+8
|
* Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-212-0/+111
|
* Fix plugins folder not being foundXenorio2021-11-281-0/+0
| | | | | This adds a .gitkeep file so the plugins folder is being delivered when cloning
* Add user.cssThe Arcane Brony2021-11-141-0/+1
|
* Fix autoregister, add inline pluginsThe Arcane Brony2021-11-111-0/+0
|
* Add plugin & css support, add styling to differentiate from discord.comThe Arcane Brony2021-11-112-57/+62
|
* move checLocale and other js tp checkLocaleThesourtimes2021-11-111-0/+47
|
* Put autoregister scripts on a seperate asset fileThesourtimes2021-11-111-0/+57
|
* prettier formatted /apidevelopomp2021-10-201-9696/+8148
|
* :sparkles: sticker uploadFlam3rboy2021-10-151-0/+308
|
* :bug: fix modify role.permissionsFlam3rboy2021-10-101-1/+4
|
* :bug: fix emojis routeFlam3rboy2021-10-101-36/+310
|
* :bug: fix set user settingsFlam3rboy2021-10-051-33/+0
|
* :construction: different db enginesFlam3rboy2021-10-041-0/+323
|
* :bug: fix schema + user modify not workingFlam3rboy2021-10-011-459/+142
|
* :bug: fix channel permission overwritesFlam3rboy2021-09-261-88/+88
|
* :art: sort openapi tags by alphabetFlam3rboy2021-09-231-6597/+5994
|
* :sparkles: unit tests expect eventFlam3rboy2021-09-211-5994/+6597
|
* :sparkles: generate openapi documentationFlam3rboy2021-09-213-818/+7199
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-845/+592
|\
| * :bug: fix relationshipsFlam3rboy2021-09-201-247/+7
| |
| * :sparkles: accept invite pageFlam3rboy2021-09-201-1/+0
| |
| * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-41/+22
| |\
| * | Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-171-599/+587
| | |
* | | :sparkles: generate test responsesFlam3rboy2021-09-181-0/+90
| |/ |/|
* | :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-41/+22
|/
* Revert ":construction: webhook"Flam3rboy2021-09-161-251/+4
| | | | This reverts commit f691aa4c5aa47c8a8085c7b01912a1c403ce8732.
* :construction: webhookFlam3rboy2021-09-141-4/+251
|
* Fix invites creationAlTech982021-09-141-1/+4
|
* Fix #356AlTech982021-09-131-7/+28
|
* Delete attachments of deleted messages, fix #273AlTech982021-09-131-1/+5
|
* :bug: fix invites: ajv doesn't treat null as undefinedFlam3rboy2021-09-131-329/+263
|
* :sparkles: #307 doneFlam3rboy2021-09-121-186/+6735
|
* :construction: :sparkles: new body parser (bans route)Flam3rboy2021-09-121-0/+939
|
* Add token authorization method to swagger openapiCyber2021-09-041-6/+13
|
* :arrow_up: update dependenciesFlam3rboy2021-09-031-514/+367
|
* :art: update openapi titleFlam3rboy2021-09-021-4/+4
|
* :sparkles: generate open api schema based on body and db entitiesFlam3rboy2021-09-013-662/+1625
|
* delete assetsFlam3rboy2021-08-1518-1142/+0
|
* :bug: fix server bundleFlam3rboy2021-08-1518-0/+1142
|
* :sparkles: apiFlam3rboy2021-08-129-0/+803