Commit Graph

73 Commits (0766e6cb366a464327c8e20f2da987e71d5bcebc)

Author SHA1 Message Date
Nick Gerakines b5f716135b Changed oauth table names per PR feedback. T705 5 years ago
Nick Gerakines cf87ae9096 Code cleanup in prep for PR. T710 5 years ago
Nick Gerakines 462f87919a Feature complete on MVP slack auth integration. T710 5 years ago
Nick Gerakines 13121cb266 Merging T705-oauth into T710-oauth-slack. T705,T710 5 years ago
Nick Gerakines 4266154749 Code cleanup from PR 255 feedback. T705 5 years ago
Nick Gerakines bf3b6a5ba0 Unit tests, integration testing, and code cleanup for oauth support. Part of T705. 5 years ago
Nick Gerakines 7a0863f71b Added oauth handlers and tests with mocks. Part of T705. 5 years ago
Matt Baer 7f96e8c384 Rename UserSuspended to UserSilenced 5 years ago
Matt Baer f7550a0da8 Change more suspension check logic 5 years ago
Rob Loranger f85f0751a3
address PR comments 5 years ago
Rob Loranger d954b7c8e3
add user invite instructions 5 years ago
Rob Loranger 77f7b4a522
Add account suspension features 5 years ago
Rob Loranger 55dc1917fe
use established future posts pattern 5 years ago
Rob Loranger ca957c4b6d
fix missing collection hostname 5 years ago
Rob Loranger b373aad298
prevent future posts from showing in pins 5 years ago
Matt Baer f8d57d9e75 Return correct `public` state on collection creation 5 years ago
Matt Baer afadf6fdf6 Set default visibility in datastore.CreateCollection 5 years ago
Matt Baer df078c569d Accept config.Config in datastore.CreateUser() 5 years ago
Matt Baer ff7828c558 Link hashtags to Reader when Chorus mode enabled 5 years ago
Matt Baer a75b45f060 Support configuring default collection visibility 5 years ago
Matt Baer f6f116d672 Fix missing hostname when publishing via API 5 years ago
Matt Baer 909976dd90 Don't consider post unpublished when title exists 5 years ago
Michael Demetriou a102f97c3e Fix #96 5 years ago
Michael Demetriou aeab30db8a Fix #96 6 years ago
Matt Baer 758269e3d8 Move key generation and Keychain to key pkg 6 years ago
Michael Demetriou 9570388d1d Fix #96 6 years ago
Noëlle Anthony f271e53925 Update GetPosts() docstring 6 years ago
Noëlle Anthony 95e84a1d0e Change GetPosts() to have includePinned parameter, change all calls to match 6 years ago
Matt Baer 9e43b04f04 Make Keychain struct public 6 years ago
Matt Baer d8937e89a8 Make App struct public 6 years ago
Matt Baer 9cb0f80921 Support changing instance page titles 6 years ago
Matt Baer a850fa14cd Move instance page editing to dedicated section 6 years ago
Matt Baer 372b4e5dcd Fix nil pointer when navigating to bad invite URL 6 years ago
Matt Baer 70e823d6ab Support user invites 6 years ago
Matt Baer 062ae0e16a Initialize db on single-user instance config 6 years ago
Matt Baer 8a555567a6 Fix tagged posts SQLite query 6 years ago
Matt Baer 1c58c64c7c Fix SQLite deadlock when creating user 6 years ago
Matt Baer bf7d422039 Add pager to admin user list 6 years ago
Matt Baer 3d301c97e9 Fix admin user paging query 6 years ago
Matt Baer 0e722de82c Add admin user list 6 years ago
Matt Baer fca3019e4b Support building without SQLite support 6 years ago
Matt Baer 3ae45bc156 Fix spacing around copyright notices 6 years ago
Matt Baer 1274914207 Add copyright / license notices to .go files 6 years ago
Matt Baer 25a68d0c0e Add Reader section 6 years ago
Matt Baer c6851fee50 Fix duplicate key checks in SQLite 6 years ago
Matt Baer 4b780361bf Fix upsert queries on SQLite 6 years ago
Matt Baer 026604b3dd Fix pinned post content truncation with SQLite 6 years ago
Matt Baer daaa4564bb Fix post `created` date in SQLite 6 years ago
Matt Baer 6f4c004e8c Fix SQLite date format string 6 years ago
Matt Baer bc1b3fdfb7 Move NOW() calls to datastore.now() method 6 years ago