-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Large refactor, use Uni types, auth, cleanup (#59)
- Loading branch information
Showing
1,721 changed files
with
37,389 additions
and
13,854 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
kotlin.daemon.jvmargs=-Xmx6G | ||
org.gradle.jvmargs=-Xmx6G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Active Changes | ||
|
||
This document lists the changes that you will need to actively handle, through feature flags. | ||
|
||
|
||
|
||
## 0.19.4 | ||
- Hide post support | ||
- Alt text support. | ||
- Voting types rework: | ||
A user can now individually set which voting type they want to see. | ||
(Upvotes, downvotes, total_score, ratio) This means there is now two `show_scores` account settings. | ||
But each has different behaviour. The old behaviour is to hide all voting types and the new one is to hide only the total. | ||
|
||
|
||
## 0.19.0 | ||
- Log out support (invalidates the current JWT) | ||
- Instance block support | ||
- 2FA rework, one must now provide a valid 2FA code to enable 2FA. Added routes to support this. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.