Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pretend self-bans don't exist in the views too | Erkin Alp Güney | 2022-02-04 | 1 | -1/+4 |
| | |||||
* | ban moderator schema actually change | Erkin Alp Güney | 2022-02-04 | 1 | -2/+12 |
| | |||||
* | ban moderator schema change | Erkin Alp Güney | 2022-02-04 | 1 | -0/+1 |
| | |||||
* | some important changes | Erkin Alp Güney | 2022-02-04 | 1 | -4/+4 |
| | |||||
* | Try to commit this one again, this time over the web | Erkin Alp Güney | 2022-02-04 | 1 | -4/+8 |
| | |||||
* | remove pretense of nonexistence from main view route for now to make it ↵ | Erkin Alp Güney | 2022-02-04 | 1 | -2/+0 |
| | | | | compile while thinking of a fix | ||||
* | Extend the pretense of non-existence of self-bans to API view route too | Erkin Alp Güney | 2022-02-02 | 1 | -0/+2 |
| | |||||
* | Better protection against self-bans | Erkin Alp Güney | 2022-02-02 | 1 | -2/+3 |
| | |||||
* | Make self-bans irreversible | Erkin Alp Güney | 2022-02-02 | 1 | -1/+4 |
| | |||||
* | Allow self-ban of non-owners | Erkin Alp Güney | 2022-02-02 | 1 | -1/+34 |
| | |||||
* | Update index.html | ImAaronFR | 2022-01-31 | 1 | -5/+5 |
| | | | Compatible client version with Role Icons | ||||
* | Add dummy endpoints to prevent client loading some settings panels indefinitely | TheArcaneBrony | 2022-01-24 | 4 | -0/+48 |
| | |||||
* | revert dependabot PRs that update node-fetch to v3 | Madeline | 2022-01-24 | 1 | -2/+2 |
| | |||||
* | Add unhandled channel types to IsTextChannel method | Madeline | 2022-01-23 | 1 | -2/+6 |
| | |||||
* | Closed-join guilds | Erkin Alp Güney | 2022-01-23 | 1 | -1/+2 |
| | | | | Resolves #537 Signed-off-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Bump node-fetch from 2.6.6 to 2.6.7 in /api/scripts/stresstest | dependabot[bot] | 2022-01-23 | 1 | -6/+14 |
| | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Bump node-fetch from 2.6.2 to 3.1.1 in /api | dependabot[bot] | 2022-01-23 | 2 | -81/+747 |
| | | | | | | | | | | | | | | Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Branding updates | Featyre | 2022-01-22 | 2 | -4/+8 |
| | |||||
* | Revert previous commit | Chris Chrome | 2022-01-16 | 1 | -16/+16 |
| | |||||
* | Further debranding of premium tiers | Erkin Alp Güney | 2022-01-14 | 1 | -16/+16 |
| | |||||
* | Fix typo in commit 277b28c | Madeline | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | Fix the feature check | Erkin Alp Güney | 2022-01-12 | 1 | -0/+2 |
| | |||||
* | Add cross channel replies | Erkin Alp Güney | 2022-01-12 | 1 | -2/+4 |
| | | | Resolves #533 | ||||
* | fix the message endpoint always returning Empty message error | ced777ric | 2022-01-11 | 1 | -1/+1 |
| | | | | (cherry picked from commit 8b8344e860920f3c3b911dfde1a7a078fef43c9b) | ||||
* | Message fixes | Character limits and embed fixes (#581) | Madeline | 2022-01-11 | 2 | -8/+14 |
| | | | | | | | * Adds message character limits (#503) * Fixed message `embeds` being ignored for `embed` * Update Message.ts Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | Correct the invite response | Thesourtimes | 2022-01-06 | 1 | -1/+1 |
| | |||||
* | Add Role Icons (#574) | Chris Chrome | 2022-01-05 | 1 | -2/+9 |
| | | | | | | | | | * Role Icons Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> * Cache coherency rules Co-authored-by: MANIKILLER <manikillrorg@gmail.com> Co-authored-by: ImAaronFR <96433859+ImAaronFR@users.noreply.github.com> | ||||
* | Update documents | Thesourtimes | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | Fix schemas handler | Thesourtimes | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Organize @fosscord/api utils in directories | Thesourtimes | 2022-01-01 | 13 | -11/+13 |
| | |||||
* | Updated stop.ts | unknownPerson115 | 2021-12-29 | 1 | -1/+1 |
| | | | | | | | now using bitwise operators and dividing the `rights` value so you can have other rights whilst having the `OPERATOR` right for example: `3` is `1` and `2` combined NOTE: a potential issue has been uncovered while testing; if you have more than 1 thread the server will only stop 1 thread and the rest of the server will continue to run | ||||
* | Updated stop.ts | unknownPerson115 | 2021-12-29 | 1 | -6/+7 |
| | | | | | | updated stop.ts so it checks for user rights instead of the SYSTEM flag which can possibly cause some unnecessary complications when it comes to instance management *also has been tested with multiple tokens to be sure that this does NOT permit normal users to POST to the /stop API route **NOTE**: instance owners will have to re-run `npm run setup` for these changes to take effect | ||||
* | Merge pull request #553 from TheArcaneBrony/master | Chris Chrome | 2021-12-26 | 5 | -6/+119 |
|\ | | | | | Remove fs-extras, add Sentry support, fix compile errors, fix some typos | ||||
| * | Add env name in sentry, set default sentry endpoint | The Arcane Brony | 2021-12-26 | 1 | -7000/+15200 |
| | | |||||
| * | Restore package locks | The Arcane Brony | 2021-12-26 | 2 | -0/+19133 |
| | | |||||
| * | Replace nanocolors with picocolors | The Arcane Brony | 2021-12-25 | 2 | -2/+2 |
| | | |||||
| * | Add Sentry, fix compile errors | The Arcane Brony | 2021-12-22 | 2 | -4/+6 |
| | | |||||
| * | Repo cleanup, remove fs-extras | The Arcane Brony | 2021-12-21 | 4 | -27333/+111 |
| | | |||||
* | | Update api/src/routes/stop.ts | unknownPerson115 | 2021-12-25 | 1 | -7/+2 |
| | | | | | | Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com> | ||||
* | | Create stop.ts (for /stop API route) | unknownPerson115 | 2021-12-25 | 1 | -0/+30 |
| | | | | | | | | | | patched up the route and polished it note: THIS API IS ONLY FOR DEVELOPMENT PURPOSES | ||||
* | | Comment about the hotfix | Kuna | 2021-12-24 | 1 | -0/+2 |
| | | |||||
* | | (Finally) make a temporary fix for IP leak | Thesourtimes | 2021-12-24 | 1 | -3/+13 |
| | | |||||
* | | Fix typo | Kuna | 2021-12-24 | 1 | -1/+1 |
| | | |||||
* | | Fix IP leaks from bans route | Thesourtimes | 2021-12-24 | 1 | -2/+14 |
|/ | |||||
* | Update downloads.ts | Kuna | 2021-12-18 | 1 | -0/+1 |
| | |||||
* | General work on API | Thesourtimes | 2021-12-18 | 8 | -390/+1880 |
| | |||||
* | Add the new discovery route | Thesourtimes | 2021-12-15 | 1 | -0/+20 |
| | |||||
* | Stresstest Script | TimSchweiz | 2021-12-09 | 9 | -0/+989 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Update index.ts | Kuna | 2021-12-07 | 1 | -1/+2 |
| | |||||
* | Fix previous commit | Thesourtimes | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Minor API work | Thesourtimes | 2021-12-05 | 1 | -0/+8 |
| | |||||
* | Make INTERNAL_EMPLOYEE_ONLY functional | Thesourtimes | 2021-12-05 | 1 | -1/+6 |
| | |||||
* | Merge pull request #530 from erkinalp/patch-3 | Samuel | 2021-11-30 | 1 | -1/+1 |
|\ | |||||
| * | Eventually fixed all the errors in the RandomInviteID | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
| * | fix the bigint asintn | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #527 from erkinalp/patch-3 | Samuel | 2021-11-30 | 1 | -1/+1 |
|\| | |||||
| * | Fix assignment incompatibility | Erkin Alp Güney | 2021-11-30 | 1 | -1/+1 |
| | | |||||
* | | Add a new test-client related endpoint | Thesourtimes | 2021-11-30 | 1 | -0/+13 |
|/ | |||||
* | Fix the type errors | Erkin Alp Güney | 2021-11-30 | 1 | -5/+6 |
| | | | Forgot that you cannot mix and match bigint and float | ||||
* | Merge pull request #519 from erkinalp/master | Samuel | 2021-11-29 | 1 | -0/+19 |
|\ | | | | | Snowflake-based invite generation | ||||
| * | snowflake-based invite generation | Erkin Alp Güney | 2021-11-28 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #518 from Xenorio/master | Samuel | 2021-11-29 | 1 | -0/+0 |
|\ \ | | | | | | | Fix plugins folder not being found | ||||
| * | | Fix plugins folder not being found | Xenorio | 2021-11-28 | 1 | -0/+0 |
| |/ | | | | | | | | | This adds a .gitkeep file so the plugins folder is being delivered when cloning | ||||
* | | Merge pull request #523 from fosscord/translation | Samuel | 2021-11-29 | 2 | -16/+16 |
|\ \ | |/ |/| | |||||
| * | New translations common.json (Russian) | Samuel | 2021-11-29 | 1 | -6/+6 |
| | | |||||
| * | New translations auth.json (Russian) | Samuel | 2021-11-29 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #491 from TheArcaneBrony/master | Samuel | 2021-11-21 | 6 | -58/+92 |
|\ \ | | | | | | | Add plugin & css support, add styling to differentiate from discord.com | ||||
| * | | Add user.css | The Arcane Brony | 2021-11-14 | 1 | -0/+1 |
| | | | |||||
| * | | Inline plugin support | The Arcane Brony | 2021-11-11 | 2 | -3/+5 |
| | | | |||||
| * | | Fix autoregister, add inline plugins | The Arcane Brony | 2021-11-11 | 1 | -0/+0 |
| | | | |||||
| * | | Attempt to fix auto register | The Arcane Brony | 2021-11-11 | 1 | -5/+6 |
| | | | |||||
| * | | Add plugin & css support, add styling to differentiate from discord.com | The Arcane Brony | 2021-11-11 | 3 | -58/+88 |
| |/ | |||||
* | | Update index.ts | Samuel | 2021-11-21 | 1 | -2/+3 |
| | | |||||
* | | Fix the minor issues on route | Thesourtimes | 2021-11-18 | 4 | -12/+16 |
| | | |||||
* | | Minor API stuff | uurgothat | 2021-11-17 | 2 | -3/+13 |
| | | |||||
* | | Add instance route | uurgothat | 2021-11-17 | 4 | -0/+40 |
|/ | |||||
* | Merge pull request #496 from fosscord/translation | Samuel | 2021-11-11 | 57 | -616/+650 |
|\ | | | | | New Crowdin updates | ||||
| * | New translations auth.json (Serbo-Croatian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations common.json (Serbo-Croatian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Vietnamese) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Ukrainian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Turkish) | Samuel | 2021-10-24 | 1 | -5/+5 |
| | | |||||
| * | New translations common.json (Swedish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Croatian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Slovak) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Norwegian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Dutch) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Lithuanian) | Samuel | 2021-10-24 | 1 | -2/+2 |
| | | |||||
| * | New translations common.json (Korean) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Japanese) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Italian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Hungarian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Russian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Finnish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Hindi) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Esperanto) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Greek) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (German) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations auth.json (Russian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Norwegian) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Dutch) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Lithuanian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Korean) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Japanese) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Italian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Hungarian) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Slovak) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Greek) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Danish) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Czech) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Bulgarian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Belarusian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Arabic) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Spanish) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Finnish) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (French) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations common.json (Danish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Czech) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Bulgarian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Belarusian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Arabic) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Spanish) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (French) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations common.json (Romanian) | Samuel | 2021-10-24 | 1 | -14/+14 |
| | | |||||
| * | New translations auth.json (Swedish) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Hindi) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Croatian) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Vietnamese) | Samuel | 2021-10-24 | 1 | -10/+10 |
| | | |||||
| * | New translations auth.json (Chinese Simplified) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Ukrainian) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations auth.json (Esperanto) | Samuel | 2021-10-24 | 1 | -9/+9 |
| | | |||||
| * | New translations auth.json (Romanian) | Samuel | 2021-10-24 | 1 | -8/+8 |
| | | |||||
| * | New translations common.json (Telugu) | Samuel | 2021-10-24 | 1 | -0/+18 |
| | | |||||
| * | New translations auth.json (Telugu) | Samuel | 2021-10-24 | 1 | -0/+16 |
| | | |||||
* | | move checLocale and other js tp checkLocale | Thesourtimes | 2021-11-11 | 2 | -47/+48 |
| | | |||||
* | | Put autoregister scripts on a seperate asset file | Thesourtimes | 2021-11-11 | 2 | -58/+58 |
| | | |||||
* | | API versions 6 & 7 with minor logging additions | Thesourtimes | 2021-11-10 | 1 | -0/+2 |
| | | |||||
* | | Update Authentication.ts | Kuna | 2021-10-24 | 1 | -1/+0 |
| | | |||||
* | | make templates configurable + authorization | uurgothat | 2021-10-24 | 2 | -35/+14 |
| | | |||||
* | | Merge branch 'master' of https://github.com/fosscord/fosscord-server | uurgothat | 2021-10-24 | 157 | -17400/+13549 |
|\| | |||||
| * | Merge branch 'master' into translation | Samuel | 2021-10-24 | 30 | -16244/+12057 |
| |\ | |||||
| | * | :bug: fix locales | Flam3rboy | 2021-10-24 | 1 | -1/+33 |
| | | | |||||
| | * | :arrow_up: update packages | Flam3rboy | 2021-10-24 | 1 | -6529/+3103 |
| | | | |||||
| | * | Proxy support for external network access | KagurazakaNyaa | 2021-10-24 | 5 | -82/+714 |
| | | | |||||
| | * | Change user agent | RiversideRocks | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| | * | prettier formatted /api | developomp | 2021-10-20 | 60 | -10537/+9112 |
| | | | |||||
| * | | New translations auth.json (Spanish, Latin America) | Samuel | 2021-10-23 | 1 | -5/+5 |
| | | | |||||
| * | | New translations auth.json (Spanish) | Samuel | 2021-10-23 | 1 | -3/+3 |
| | | | |||||
| * | | New translations common.json (Spanish, Latin America) | Samuel | 2021-10-22 | 1 | -14/+14 |
| | | | |||||
| * | | New translations auth.json (Spanish, Latin America) | Samuel | 2021-10-22 | 1 | -9/+9 |
| | | | |||||
| * | | New translations common.json (Spanish, Latin America) | Samuel | 2021-10-22 | 1 | -14/+14 |
| | | | |||||
| * | | New translations auth.json (Spanish, Latin America) | Samuel | 2021-10-22 | 1 | -9/+9 |
| | | | |||||
| * | | New translations common.json (Guarani) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Guarani) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Hausa) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Hausa) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Swahili) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Swahili) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Latin) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Latin) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Tagalog) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Tagalog) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Maori) | Samuel | 2021-10-22 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Maori) | Samuel | 2021-10-22 | 1 | -0/+16 |
| | | | |||||
| * | | New translations auth.json (Hungarian) | Samuel | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | New translations auth.json (Czech) | Samuel | 2021-10-21 | 1 | -2/+2 |
| | | | |||||
| * | | New translations common.json (Venetian) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Punjabi) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Punjabi) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Tamil) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Tamil) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Marathi) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Marathi) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Uyghur) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Uyghur) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Tibetan) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations auth.json (Berber) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Berber) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Serbo-Croatian) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Serbo-Croatian) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Javanese) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Javanese) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Venetian) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Tibetan) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations common.json (Mapudungun) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Mapudungun) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Quechua) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Quechua) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Kazakh) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Kazakh) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Norwegian Nynorsk) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Norwegian Nynorsk) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Mongolian) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Mongolian) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Basque) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Basque) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Kurmanji (Kurdish)) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Kurmanji (Kurdish)) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (German, Switzerland) | Samuel | 2021-10-21 | 1 | -14/+14 |
| | | | |||||
| * | | New translations auth.json (German, Switzerland) | Samuel | 2021-10-21 | 1 | -10/+10 |
| | | | |||||
| * | | New translations common.json (Azerbaijani) | Samuel | 2021-10-21 | 1 | -0/+18 |
| | | | |||||
| * | | New translations auth.json (Azerbaijani) | Samuel | 2021-10-21 | 1 | -0/+16 |
| | | | |||||
| * | | New translations common.json (Turkish) | Samuel | 2021-10-21 | 1 | -6/+6 |
| | | | |||||
| * | | New translations auth.json (Turkish) | Samuel | 2021-10-21 | 1 | -4/+4 |
| | | | |||||
| * | | New translations common.json (Polish) | Samuel | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | New translations auth.json (Polish) | Samuel | 2021-10-21 | 1 | -2/+2 |
| | | | |||||
| * | | New translations common.json (Urdu (India)) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Lithuanian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Korean) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Japanese) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Italian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Hungarian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Hebrew) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Finnish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Greek) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Dutch) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (German) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Czech) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Catalan) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Bulgarian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Belarusian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Arabic) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Afrikaans) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Spanish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Danish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (French) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Norwegian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Portuguese) | Samuel | 2021-10-20 | 1 | -14/+14 |
| | | | |||||
| * | | New translations common.json (Sinhala) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Esperanto) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Hindi) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Croatian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Persian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Indonesian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Portuguese, Brazilian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Polish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Vietnamese) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Chinese Simplified) | Samuel | 2021-10-20 | 1 | -14/+14 |
| | | | |||||
| * | | New translations common.json (Ukrainian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Turkish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Swedish) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Serbian (Cyrillic)) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Slovak) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Russian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Chinese Traditional) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | New translations common.json (Romanian) | Samuel | 2021-10-20 | 1 | -17/+17 |
| | | | |||||
| * | | Update source file common.json | Samuel | 2021-10-20 | 1 | -17/+17 |
| |/ | |||||
| * | New translations auth.json (Lithuanian) | Samuel | 2021-10-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #485 from fosscord/translation | Samuel | 2021-10-19 | 3 | -21/+21 |
| |\ |