Skip to content

Commit

Permalink
Change CAGE to OxCaptcha, allows transparent backgrounds
Browse files Browse the repository at this point in the history
Removed user themes, theme is now automatic according to the OS Theme
  • Loading branch information
Nonononoki committed Feb 25, 2021
1 parent fc35384 commit 19a6ab0
Show file tree
Hide file tree
Showing 34 changed files with 1,398 additions and 269 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@
<artifactId>jasypt-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>com.github.cage</groupId>
<artifactId>cage</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>nl.martijndwars</groupId>
<artifactId>web-push</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/nonononoki/alovoa/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public class User implements UserDetails {
private String profilePicture;

private double totalDonations;

private int theme;

private boolean admin;

Expand Down
26 changes: 0 additions & 26 deletions src/main/java/com/nonononoki/alovoa/entity/user/UserSettings.java

This file was deleted.

Loading

0 comments on commit 19a6ab0

Please sign in to comment.