Commit graph

  • 59020bcf78 Merge branch 'mention_fixup' of github.com:superseriousbusiness/gotosocial into mention_fixup tsmethurst 2021-08-27 15:25:13 +0200
  • 811225a93b tidy up status dereferencing tsmethurst 2021-08-27 15:22:02 +0200
  • 5a33e06d08 rework mention creation a bit tsmethurst 2021-08-26 22:41:14 +0200
  • add6eb6e2b
    Gin logging (#165) tobi 2021-08-27 13:26:45 +0200
  • 55270fd624 Merge branch 'gin_logging' of github.com:superseriousbusiness/gotosocial into gin_logging #165 tsmethurst 2021-08-27 12:25:32 +0200
  • 0d1ab95a8e go fmt tsmethurst 2021-08-27 12:23:38 +0200
  • e62d005f70 finalize logging tsmethurst 2021-08-27 12:23:02 +0200
  • 45adfe85c7 log user agent tsmethurst 2021-08-27 12:09:24 +0200
  • eace923fb4 set logger tsmethurst 2021-08-26 17:50:29 +0200
  • e14355e2a0 more messing about tsmethurst 2021-08-26 16:57:51 +0200
  • bbc7c3b822 start messing around with logger tsmethurst 2021-08-26 15:05:43 +0200
  • d7de108a26 go fmt tsmethurst 2021-08-27 12:23:38 +0200
  • 2b85b85121 finalize logging tsmethurst 2021-08-27 12:23:02 +0200
  • e25594540c log user agent tsmethurst 2021-08-27 12:09:24 +0200
  • 87328b6218
    fix new tx within tx (#163) kim 2021-08-27 10:38:24 +0100
  • 381f8308c2 Merge branch 'bugfix/tx-within-tx' into feature/add-sqlite-support #154 kim (grufwub) 2021-08-27 10:06:24 +0100
  • aef516e5e4 fix new tx within tx #163 kim (grufwub) 2021-08-27 10:04:59 +0100
  • 8c5a906881 only use nullzero if string/timme.Time kim (grufwub) 2021-08-27 09:50:02 +0100
  • b09f20c838 fix basicDB.Put() to properly process error kim (grufwub) 2021-08-27 09:07:34 +0100
  • 25af975343 Merge branch 'bugfix/status-mention-population' into feature/add-sqlite-support kim (grufwub) 2021-08-27 08:41:47 +0100
  • 26887b31e8 fix ptr being incorrectly assigned to #162 kim (grufwub) 2021-08-27 08:39:30 +0100
  • 5c9d9e1c54 slightly improved mentiondb err handling kim (grufwub) 2021-08-27 07:40:13 +0100
  • 57ccbb9e38 Fix possible issue on db.ErrNoEntries AND non-zero query count kim (grufwub) 2021-08-27 07:33:10 +0100
  • 9d8faa490b use more SQL-implementation agnostic query kim (grufwub) 2021-08-26 23:13:33 +0100
  • 850c564de1 remove unnecessary notnulls kim (grufwub) 2021-08-26 21:46:24 +0100
  • 6ba383b4c6 rework mention creation a bit tsmethurst 2021-08-26 22:41:14 +0200
  • 718503eb08 fix returning nil error processing sqlite errors kim (grufwub) 2021-08-26 21:27:18 +0100
  • b654a1235a Merge remote-tracking branch 'upstream/main' into feature/add-sqlite-support kim (grufwub) 2021-08-26 21:07:42 +0100
  • 30f688dbe2
    some more little fixes for all to enjoy (#161) tobi 2021-08-26 22:06:34 +0200
  • 40c03be6d1 some more little fixes for all to enjoy #161 tsmethurst 2021-08-26 21:35:38 +0200
  • 4b26b1174e Merge remote-tracking branch 'upstream/main' into feature/add-sqlite-support kim (grufwub) 2021-08-26 20:15:00 +0100
  • 77a578528f ensure ,notnull,nullzero on all columns with default values kim (grufwub) 2021-08-26 20:11:15 +0100
  • 2162f21636
    fix broken db queries in auth (#160) tobi 2021-08-26 19:56:40 +0200
  • daca844ad0 fix broken db queries in auth #160 tsmethurst 2021-08-26 19:43:24 +0200
  • 5809dedc8b Merge remote-tracking branch 'upstream/main' into feature/add-sqlite-support kim (grufwub) 2021-08-26 17:57:35 +0100
  • 1582cf8bad
    fix null returned session (#159) tobi 2021-08-26 18:55:39 +0200
  • 8068a5e73e fix null returned session #159 tsmethurst 2021-08-26 18:42:11 +0200
  • 63412d565b Merge remote-tracking branch 'upstream/main' into feature/add-sqlite-support kim (grufwub) 2021-08-26 16:53:33 +0100
  • d58c2b7b0d set logger tsmethurst 2021-08-26 17:50:29 +0200
  • 2eefaa0227
    oops (#157) tobi 2021-08-26 17:46:24 +0200
  • 0bc538b737 remove unneeded nested sprintf within debugf kim (grufwub) 2021-08-26 16:41:40 +0100
  • cf6d2beb82 fix error with instance not created on startup (#156) tobi 2021-08-26 17:22:41 +0200
  • 800c89ca35 oops #157 tsmethurst 2021-08-26 17:29:43 +0200
  • 14ebc94fd9
    fix error with instance not created on startup (#156) tobi 2021-08-26 17:22:41 +0200
  • 274eed0ea3 fix error with instance not created on startup #156 tsmethurst 2021-08-26 17:09:26 +0200
  • 1a828727c2 fix catching wrong error... add code comments kim (grufwub) 2021-08-26 16:08:40 +0100
  • 3a4b001e58 more messing about tsmethurst 2021-08-26 16:57:51 +0200
  • 0000c2c4a5 wrap bun.DB in dbConn for dbconn specific error processing etc kim (grufwub) 2021-08-26 15:11:48 +0100
  • 2905a13d16 start messing around with logger tsmethurst 2021-08-26 15:05:43 +0200
  • fc561ef308 improve formatting of new licenses kim (grufwub) 2021-08-26 11:58:07 +0100
  • 5747af915e return error instead of panic on sql.Open("sqlite") kim (grufwub) 2021-08-26 11:55:02 +0100
  • 4ed448662e add licenses to README kim (grufwub) 2021-08-26 11:54:26 +0100
  • d39d93e852
    update drone yml (#153) tobi 2021-08-26 12:36:08 +0200
  • e9de6a2526 Merge branch 'main' into feature/add-sqlite-support kim (grufwub) 2021-08-26 11:30:53 +0100
  • 3651516467 Update DB configuration to mention new sqlite options kim (grufwub) 2021-08-26 11:27:59 +0100
  • fc2c85dd84 update drone yml #153 tsmethurst 2021-08-26 12:20:54 +0200
  • 03479312f1
    Improved build script (#152) kim 2021-08-26 11:19:52 +0100
  • cec939f2c2 add initial sqlite support, add modernc.org/sqlite to vendored libs kim (grufwub) 2021-08-26 11:18:02 +0100
  • 9e1673d35d Improved build script #152 #151 kim (grufwub) 2021-08-26 11:02:36 +0100
  • ddc120d5e6
    fix public timeline bug (#150) tobi 2021-08-26 11:28:16 +0200
  • 2d1c51d579 fix public timeline bug #150 tsmethurst 2021-08-26 11:18:29 +0200
  • 2dc9fc1626
    Pg to bun (#148) tobi 2021-08-25 15:34:33 +0200
  • e8a8dd1c27 little fixes #148 tsmethurst 2021-08-25 15:24:35 +0200
  • 9b3e17b274 small fix tsmethurst 2021-08-25 13:47:28 +0200
  • 4e054233da more big changes tsmethurst 2021-08-25 13:36:54 +0200
  • b9746a30f3 seems stable now tsmethurst 2021-08-25 13:31:44 +0200
  • ef7e0cfe4f tests passing tsmethurst 2021-08-24 23:07:14 +0200
  • 465aa3da86 and yet more tsmethurst 2021-08-24 19:52:02 +0200
  • 526a14a92d more tsmethurst 2021-08-24 16:54:54 +0200
  • 0f7cfa75f3 changing more stuff tsmethurst 2021-08-24 12:52:52 +0200
  • 29b4adfb69 start moving to bun tsmethurst 2021-08-23 16:54:26 +0200
  • 071eca20ce
    Manually approves followers (#146) tobi 2021-08-23 12:46:05 +0200
  • f46e3ee356 serialize manuallyApprovesFollowers #146 tsmethurst 2021-08-23 12:31:54 +0200
  • 9f1a01c0ce manuallyapprovesfollowers tsmethurst 2021-08-23 12:29:27 +0200
  • 9bc1e1049a update go-fed tsmethurst 2021-08-23 12:29:17 +0200
  • 5641a11132 update go-fed tsmethurst 2021-08-23 12:29:10 +0200
  • 4920229a3b
    Database updates (#144) tobi 2021-08-20 12:26:56 +0200
  • 58f71fa1a5 some more updates #144 tsmethurst 2021-08-20 11:59:40 +0200
  • b95db2bd8f little reminder tsmethurst 2021-08-19 22:07:37 +0200
  • 32ed58a100 rename some stuff tsmethurst 2021-08-19 22:05:24 +0200
  • a2c4c0ec03 fix up some tests tsmethurst 2021-08-19 17:00:19 +0200
  • cf1dcdf46a use ttlcache tsmethurst 2021-08-19 16:16:16 +0200
  • 73fc5cf2f0 vendor ttlcache tsmethurst 2021-08-19 16:16:06 +0200
  • accc8971d1 tidy up tsmethurst 2021-08-19 15:40:33 +0200
  • 3e72a9757b i broke SOMETHING but what, it's a mystery tsmethurst 2021-08-18 17:27:41 +0200
  • 702d534136 and yet more tsmethurst 2021-08-18 14:21:19 +0200
  • 896461dec3 and some more tsmethurst 2021-08-18 12:41:43 +0200
  • 81ea286254 more updates tsmethurst 2021-08-18 12:08:24 +0200
  • a3322b2bf3 more fiddling tsmethurst 2021-08-17 19:03:41 +0200
  • 15153ee0c8 continue moving db stuff around tsmethurst 2021-08-17 15:23:28 +0200
  • f409f7c65a start moving some database stuff around tsmethurst 2021-08-17 11:18:43 +0200
  • ce190d867c
    Text/status parsing fixes (#141) Tobi Smethurst 2021-08-16 19:17:56 +0200
  • 04b080303f update + test markdown parsing #141 tsmethurst 2021-08-16 19:05:49 +0200
  • 59c2c6cac2 vendor minify tsmethurst 2021-08-16 19:05:29 +0200
  • 53b0331048 aaaaaa tsmethurst 2021-08-16 16:13:30 +0200
  • ff406be68f
    Timeline loop fix (#140) Tobi Smethurst 2021-08-15 18:43:08 +0200
  • 12e67c5404 fix drone.yml #140 tsmethurst 2021-08-15 18:26:10 +0200
  • a90cf75f8a go fmt tsmethurst 2021-08-15 18:12:13 +0200
  • f8f446456c make the timeline code a bit lazier tsmethurst 2021-08-15 18:05:38 +0200
  • 2b633bc9ff update some sturf tsmethurst 2021-08-15 16:16:26 +0200