Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-12 | Verify Google JWT tokens without Google libraries | ||
2021-03-25 | login page refactoring | ||
* drop jQuery * merge styles * show login error message | |||
2021-03-24 | Service: handle invalid from headers in emails | ||
2021-03-24 | ActivityPub: add workaround for Nextcloud Service | ||
Remove when their fix will be merged - https://github.com/nextcloud/social/pull/1230 | |||
2021-03-24 | Fix url logging in HttpMediaTypeNotAcceptableException handler | ||
2021-03-24 | Cleanup HttpMediaTypeNotAcceptableException handler | ||
* move ExceptionHandler to ControllerAdvice * add test * reindent using VSCode | |||
2021-03-24 | Handle HttpMediaTypeNotAcceptableException | ||
2021-03-23 | Fix email processing flow | ||
2020-12-30 | api: add fetchUser endpoint | ||
2020-12-25 | Refactoring | ||
2020-12-23 | Fix title locale on Settings page | ||
2020-12-07 | springfox -> springdoc | ||
2020-11-24 | Fix title localization on some web pages | ||
2020-11-20 | Fix previous fix™️ | ||
2020-11-20 | Process Referer header without javax.servlet reference | ||
* starting to remove javax.servlet dependency | |||
2020-11-19 | Fix blacklist checking when commenting over API | ||
2020-11-19 | Display "reply" button to user when message author ignored him | ||
* user replies are still muted for author | |||
2020-10-20 | Revert "/user/tag? => /user/search?" | ||
This reverts commit aa0070140058603de7d60c8e039bb4a535399f3a. | |||
2020-10-20 | Revert "Append * to keyword search" | ||
This reverts commit 85c5c69ffb5a14258eafb4c67c550f6018b3c621. | |||
2020-10-20 | Clean up JDT warnings | ||
2020-10-19 | Revert "serialVersionUID for all Serializable classes" | ||
This reverts commit af94a01336a8ec2c44a220548bb9ab409976b69d. | |||
2020-10-19 | serialVersionUID for all Serializable classes | ||
2020-10-19 | Fix some JDT warnings | ||
2020-10-08 | Apply some IDEA suggestions | ||
2020-10-02 | Update copyright years | ||
2020-10-02 | More IDEA code inspection fixes | ||
2020-10-02 | Apply fixes from some IDEA code inspections | ||
2020-06-05 | Append * to keyword search | ||
2020-06-03 | sape: switch to xml output | ||
2020-05-21 | Show correct signup errors | ||
2020-05-03 | Minor cleanup | ||
2020-04-09 | /user/tag? => /user/search? | ||
2020-04-04 | Initialize all components from configuration | ||
2020-04-03 | Reorganize layout and code cleanup | ||
2020-04-03 | Extract sape code into ControllerAdvice | ||