]> Untitled Git - lemmy-ui.git/commit
Private instances (#523)
authorDessalines <dessalines@users.noreply.github.com>
Thu, 30 Dec 2021 15:26:45 +0000 (10:26 -0500)
committerGitHub <noreply@github.com>
Thu, 30 Dec 2021 15:26:45 +0000 (10:26 -0500)
commitb96e16b4e9a8baeddc3c97f449ef6c1cad1fbe29
treedbb0b6e9ba77380150733ca3894ce63d516b91eb
parent4c6713d3f2c1c29002add380950e85642fe90a18
Private instances (#523)

* Updating translations.

* Adding registration applications.

* Updating translations.

* Adding verify email route.

* Fix missing signup question bug.

* Updating translations.

* A few fixes from comments on lemmy PR.

* v0.15.0-rc.4

* Some suggestions from PR.

* v0.15.0-rc.5

* Adding optional auth to modlog fetches.

* v0.15.0-rc.6

* Hide deny / approve buttons
23 files changed:
lemmy-translations
package.json
src/server/index.tsx
src/shared/components/app/navbar.tsx
src/shared/components/comment/comment-report.tsx [moved from src/shared/components/comment/comment_report.tsx with 92% similarity]
src/shared/components/common/markdown-textarea.tsx
src/shared/components/common/registration-application.tsx [new file with mode: 0644]
src/shared/components/common/symbols.tsx
src/shared/components/home/home.tsx
src/shared/components/home/login.tsx
src/shared/components/home/signup.tsx
src/shared/components/home/site-form.tsx
src/shared/components/modlog.tsx
src/shared/components/person/password-change.tsx [moved from src/shared/components/home/password_change.tsx with 100% similarity]
src/shared/components/person/registration-applications.tsx [new file with mode: 0644]
src/shared/components/person/reports.tsx
src/shared/components/person/settings.tsx
src/shared/components/person/verify-email.tsx [new file with mode: 0644]
src/shared/components/post/post-report.tsx [moved from src/shared/components/post/post_report.tsx with 92% similarity]
src/shared/routes.ts
src/shared/services/UserService.ts
src/shared/utils.ts
yarn.lock