summary refs log tree commit diff
path: root/cdn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license syntax in 'package.json' filesKaKi872022-06-021-1/+1
* Do stuff for npm workspaceThesourtimes2022-04-262-20/+2
* Bump minimist from 1.2.5 to 1.2.6 in /cdndependabot[bot]2022-03-301-6/+6
* Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably...Madeline2022-03-062-2/+2
* Bump follow-redirects from 1.14.6 to 1.14.8 in /cdn (#635)dependabot[bot]2022-02-151-6/+6
* revert dependabot PRs that update node-fetch to v3Madeline2022-01-241-2/+2
* Bump node-fetch from 2.6.6 to 2.6.7 in /cdndependabot[bot]2022-01-232-11/+19
* Update role-icons.tsErkin Alp Güney2022-01-091-2/+1
* Add Role Icons (#574)Chris Chrome2022-01-052-0/+106
* Update documentsThesourtimes2022-01-041-1/+1
* Add env name in sentry, set default sentry endpointThe Arcane Brony2021-12-261-1/+1
* Restore package locksThe Arcane Brony2021-12-261-0/+13863
* Replace nanocolors with picocolorsThe Arcane Brony2021-12-252-2/+2
* Improve build scripts, strip more fs-extrasThe Arcane Brony2021-12-211-2/+2
* Repo cleanup, remove fs-extrasThe Arcane Brony2021-12-211-21451/+0
* :arrow_up: update packagesFlam3rboy2021-10-241-4903/+2149
* Fix missing dependenciesKagurazakaNyaa2021-10-241-24007/+24203
* prettier formatted /cdndevelopomp2021-10-206-104/+164
* :zap: use better-sqlite3 as default dbFlam3rboy2021-10-181-234/+14142
* Revert "fix: make the CDN build correctly"Flam3rboy2021-10-184-20/+13
* Merge branch 'docker-fix' of https://github.com/hbjydev/fosscord-server into ...Diego Magdaleno2021-10-174-24131/+10184
|\
| * fix: make the CDN build correctlyHayden Young2021-10-174-14626/+231
* | :bug: fix docker imageFlam3rboy2021-10-171-1/+2
* | :arrow_up: update mnjsfFlam3rboy2021-10-162-8/+8
* | :lock: update modulesFlam3rboy2021-10-151-968/+173
|/
* :bug: fix unittestsFlam3rboy2021-10-151-480/+14622
* chore: merge master into cdn-s3Hayden Young2021-10-155-425/+2975
|\
| * :bug: fix cdn route not working without hashFlam3rboy2021-10-102-3/+26
| * :bug: fix tsc compilerFlam3rboy2021-10-101-4/+10
| * :art: clean up dependenciesFlam3rboy2021-10-102-1074/+3
* | fix: don't set location by defaultHayden Young2021-10-142-8/+15
* | chore: remove unused importHayden Young2021-10-141-1/+1
* | feat: implement an S3-based storage APIHayden Young2021-10-144-6095/+3591
|/
* :bug: fix cdnFlam3rboy2021-10-093-4/+4
* :art: fix imports with new build scriptFlam3rboy2021-10-095-5/+11
* :bug: fix buildFlam3rboy2021-10-091-2/+2
* :sparkles: bundle build scriptFlam3rboy2021-10-082-32/+70
* Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-...Flam3rboy2021-10-071-0/+3
|\
| * :bug: fix types + swcrc configsFlam3rboy2021-10-072-2/+7
| * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-071-8/+11
* | :bug: fix swc configFlam3rboy2021-10-073-11/+15
|/
* Compiler testThe Arcane Brony2021-10-065-2/+665
* :arrow_up: update packagesFlam3rboy2021-10-061-2/+2
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-052-8/+8
* :arrow_up: update mnjsfFlam3rboy2021-10-052-10/+10
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-042-8/+8
* replace chalk with nanocolorsuurgothat2021-10-043-1/+15
* Rainbow the logsuurgothat2021-10-041-1/+2
* :sparkles: add private and public endpointFlam3rboy2021-09-251-1/+2
* :lock: XSS content type: htmlFlam3rboy2021-09-251-2/+15
* :bug: fix (pre) install scriptsFlam3rboy2021-09-232-5/+6
* :art: rewrite importsFlam3rboy2021-09-203-1/+49
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-0/+3
|\
| * :truck: move file handle to utilityFlam3rboy2021-09-191-0/+1
| * Fix icon, owner_id change and channel deletion for group DMsAlTech982021-09-171-0/+3
* | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-184-14/+184
|/
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-1026/+1167
* Delete attachments of deleted messages, fix #273AlTech982021-09-131-0/+1
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-126-85/+129
* Increased CDN max upload to 10mbAlTech982021-09-091-0/+2
* Revert "Increased CDN max upload to 10mb, fix #318"conner2021-09-091-2/+0
* Removed urlencoded bodyparserAlTech982021-09-091-1/+0
* Increased CDN max upload to 10mbAlTech982021-09-081-0/+3
* :arrow_up: update mpath because of a security vulnerabilityFlam3rboy2021-09-041-4/+4
* :bug: fix #289Flam3rboy2021-09-032-16/+14
* :arrow_up: update dependenciesFlam3rboy2021-09-032-10/+10
* fixed globalSetup for jestxnacly2021-09-011-17/+25
* added unittests for filestorage [cdn]xnacly2021-08-292-1/+29
* added /external unit tests [cdn]xnacly2021-08-291-1/+57
* fixed missing imports and programming issues [cdn]xnacly2021-08-291-17/+10
* added todo to fileStorage [cdn]xnacly2021-08-291-0/+2
* added /avatars unittests [cdn]xnacly2021-08-291-1/+56
* fixed tests for cdnxnacly2021-08-291-2/+1
* fix cdnFlam3rboy2021-08-291-3/+2
* added all unittests for attachmentsxnacly2021-08-181-2/+12
* added unittests for ping and attachmentsxnacly2021-08-181-22/+22
* remove console.info from jest outputxnacly2021-08-181-0/+1
* revert b1c459bxnacly2021-08-181-1/+1
* added unittests for attachments [post]xnacly2021-08-182-5/+74
* moved importxnacly2021-08-181-2/+1
* fixed wrong wording in HTTPErrorxnacly2021-08-181-1/+1
* added a common error to CONTRIBUTE.mdxnacly2021-08-181-0/+4
* fixed timeout request by not throwing an issuexnacly2021-08-181-1/+1
* Merge branches 'master' and 'master' of https://github.com/fosscord/fosscord-...Flam3rboy2021-08-187-13/+6656
|\
| * Merge branch 'master' of git://github.com/fosscord/fosscord-serverxnacly2021-08-181-1/+1
| |\
| * | added unittest setup + ping route testxnacly2021-08-187-13/+6656
* | | revert 2cff55fFlam3rboy2021-08-181-1/+1
| |/ |/|
* | :bug: update build scriptFlam3rboy2021-08-181-1/+1
|/
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+2
* :bug: build bundleFlam3rboy2021-08-151-1/+0
* :bug: fix bundle postinstallFlam3rboy2021-08-151-1/+1
* :arrow_up: update mongoose typesFlam3rboy2021-08-152-1087/+337
* :bug: fix server bundleFlam3rboy2021-08-152-35/+198
* :bug: fix typesFlam3rboy2021-08-151-1/+1
* update packagesFlam3rboy2021-08-151-2/+9
* :bug: fix tsc missingFlam3rboy2021-08-151-1/+1
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-152-313/+137
* move devDependencies to dependenciesFlam3rboy2021-08-141-3/+2
* :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-0/+3856
* :bug: fix types + packagesFlam3rboy2021-08-131-2/+0
* Merge branch 'master' into pr/darkhpp/261-2Flam3rboy2021-08-135-17/+17
|\
| * rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-136-16/+67
* | Fix namingdarkhpp2021-08-131-1/+1
* | [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-132-3430/+2
|/
* :sparkles: cdnFlam3rboy2021-08-1217-0/+4036