Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Fix h2 configuration | ||
2020-05-21 | Show correct signup errors | ||
2020-05-18 | Fix startup exception | ||
2020-05-18 | add image MIME type filter into post form | ||
2020-05-18 | fix image size limit message | ||
2020-05-05 | Fix desktop header width | ||
2020-05-03 | Minor cleanup | ||
2020-04-29 | Button style | ||
2020-04-29 | Use bottom padding | ||
2020-04-28 | Fix dialogs z-index | ||
2020-04-28 | Fix sidebar search width | ||
2020-04-28 | Overflow for desktop sidebar (this also fixes blurry fonts) | ||
2020-04-28 | CSS Grid -> position: fixed | ||
2020-04-24 | Sidebar fixes | ||
2020-04-24 | Fix page width | ||
2020-04-24 | New desktop layout | ||
2020-04-24 | ie and gap fixes | ||
2020-04-23 | Revert "overflow fixes for old iOS" | ||
This reverts commit 4d5b1f8b3d0877233c595787e015fe40d98cc94c. # Conflicts: # src/main/assets/style.css | |||
2020-04-23 | Fix overflow in photos | ||
2020-04-23 | Fix CSS warnings | ||
2020-04-23 | Fix link borders | ||
2020-04-23 | Fix sidebar scrolling | ||
2020-04-23 | overflow fixes for old iOS | ||
2020-04-17 | Drop scrollbar styling | ||
2020-04-15 | Move ads out of noindex blocks | ||
2020-04-15 | Ellipses ctitle | ||
2020-04-14 | Fix horizontal scroll | ||
2020-04-14 | Fix user toolbar on mobile | ||
2020-04-14 | Initial grid layout | ||
2020-04-14 | Fix toolbar style | ||
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 | ||
2020-04-03 | Cleanup some IDEA warnings | ||
2020-03-20 | enable spring boot actuator for admin users | ||
2020-03-10 | mailto form of List-Unsubscribe header | ||
2020-03-10 | Mail unsubscribe API | ||
2020-03-10 | Dirty fix for dropbox urls | ||
2020-03-10 | Embed Instagram media | ||
2020-03-07 | Use autoconfigured Executor | ||
2020-03-07 | Fix TaskExecutor bean name | ||
2020-03-07 | Load EmailManager conditionally | ||
2020-03-07 | Reorganize project layout | ||
2020-03-02 | XMPP: fix bean name | ||
2020-03-02 | XMPP: ExecutorService -> Executor | ||
2020-03-02 | Simplify configuration | ||
2020-03-02 | Revert "Using micronaut annotation processors to AOT compilation" | ||
This reverts commit d1589c033ea59aaa991ea4eb48370b3f4dfb72dd. | |||
2020-03-02 | Revert "Fix TaskExecutor configuration" | ||
This reverts commit 5c25da83e3f15d0b61dff91af0b0fc9233e87ee6. | |||
2020-02-27 | spring.jackson.serialization.write-empty-json-arrays=true | ||