summary refs log tree commit diff
path: root/src/routes/channels (follow)
Commit message (Expand)AuthorAgeFilesLines
* :construction: message acknowledgeFlam3rboy2021-07-301-19/+25
* [Fix] All messages should have edited_timestamp even if nullDiego Magdaleno2021-07-211-1/+1
* findOne auto throws error if it doesn't exist'Flam3rboy2021-07-1010-53/+27
* :sparkles: empty messages check + allowed mentionsFlam3rboy2021-06-232-4/+8
* :zap: add explicit types to req and resFlam3rboy2021-05-3111-28/+28
* :bug: fix getPublicUserFlam3rboy2021-05-301-0/+2
* :sparkles: Channel permission overwritesFlam3rboy2021-05-301-7/+38
* :sparkles: message attachmentsFlam3rboy2021-05-302-18/+33
* automatically embed links in messageFlam3rboy2021-05-281-1/+3
* :construction: permissionsFlam3rboy2021-05-281-1/+39
* fix message loadingFlam3rboy2021-05-261-1/+3
* :sparkles: use new configFlam3rboy2021-05-242-6/+12
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-232-2/+2
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-222-2/+2
* Fix merge issues, update to reflect config changes and package.jsonDiego Magdaleno2021-05-227-58/+353
* Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-212-4/+2
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-192-4/+6
* Some refactor, fix channel_delete event and @everyone role appearing on membe...notsapinho2021-05-111-5/+9
* :sparkles: Channel get RouteFlam3rboy2021-04-271-29/+28
* :art: refactor to use easier permission apiFlam3rboy2021-04-272-43/+35
* Merge pull request #87 from aryan0078/masterFlam3rboy2021-04-262-4/+65
|\
| * Typing + create pin + get pinYour Name2021-04-272-4/+65
* | :construction: WIPstefan0801062021-04-261-5/+9
|/
* Channel Delete + Update RouteYour Name2021-04-261-14/+41
* :sparkles: added dev serverFlam3rboy2021-04-251-1/+1
* :art: formatting filesFlam3rboy2021-04-251-0/+1
* :bug: add event for Message Delete routeFlam3rboy2021-04-251-1/+13
* :sparkles: Message delete routeFlam3rboy2021-04-251-0/+17
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-04-2413-19/+96
|\
| * :construction: add guild channel delete routestefan0801062021-04-241-1/+26
| * :bug: fix directory nameFlam3rboy2021-04-233-0/+0
| * :construction: WebhookFlam3rboy2021-04-2310-2/+41
| * :art: clean up permission checks to use .hasThrow()Flam3rboy2021-04-238-14/+27
| * npm i @fosscord/server-utilFlam3rboy2021-04-223-4/+4
* | :bug: fix type in Channel MessagesFlam3rboy2021-04-241-1/+1
|/
* :zap: use mongoose autopopulateFlam3rboy2021-04-071-19/+5
* :bug: fix message routeFlam3rboy2021-04-071-2/+16
* :bug: fix lean not working with virtualsFlam3rboy2021-04-072-21/+32
* :bug: fix messageFlam3rboy2021-04-061-2/+4
* :bug: fix bigint id in message routeFlam3rboy2021-04-061-1/+5
* :art: Convert id bigint to stringFlam3rboy2021-04-063-10/+10
* .lean() all mongodb requestsFlam3rboy2021-04-062-1/+2
* :bug: rewrite importsFlam3rboy2021-03-303-11/+11
* move routes to top level no more /api/v8 -> use reverse proxy insteadFlam3rboy2021-03-3010-0/+268