Commit Graph

  • 2f530378e6 https gitgud pages link master Thomas Lynch 2023-02-10 19:41:34 +1100
  • 53f09afd6d update log models for postLinks board Thomas Lynch 2022-12-27 21:09:10 +1100
  • 3f938c1608 Webhook test commit Thomas Lynch 2022-12-09 00:46:35 +1100
  • 40b5af5689 Bugfix type for return of managereports, create struct with options for post actions Thomas Lynch 2022-12-05 22:31:53 +1100
  • 1c5e06d8fe Move & rename manage boards list to manage.go instead of boardlist.go Thomas Lynch 2022-12-04 15:19:46 +1100
  • bef26fa57d Improve some models types (using scuffedtime more often just to be safe), extra fields, set them as omitempty when optional Thomas Lynch 2022-12-04 15:10:10 +1100
  • bffc697b97 Add managereports endpoints for global and board specific reports fetching Thomas Lynch 2022-12-04 15:07:57 +1100
  • 1668af570a add build dep Thomas Lynch 2022-11-27 18:48:00 +1100
  • 519dd178d9 Basic gui experimentation Thomas Lynch 2022-11-26 15:19:23 +1100
  • f4dd1ae9e7 Update .gitlab-ci.yml file, remove build artifacts, no need for those atm and just wasting gitgud disk space :x Thomas Lynch 2022-11-20 12:14:16 +0000
  • a4d16fc25f Guess it has to use pkg folder Thomas Lynch 2022-11-20 20:40:41 +1100
  • 5f45d0ed3b update .gitlab-ci.yml Thomas Lynch 2022-11-20 20:33:46 +1100
  • 93ae52b689 update .gitlab-ci.yml, update godoc_static Thomas Lynch 2022-11-20 20:32:41 +1100
  • 620a9c1cad update .gitlab-ci.yml, update README Thomas Lynch 2022-11-20 20:27:45 +1100
  • 48c2a790d9 update .gitlab-ci.yml Thomas Lynch 2022-11-20 20:24:48 +1100
  • d128ae7009 update .gitlab-ci.yml Thomas Lynch 2022-11-20 20:18:33 +1100
  • 796deb2889 Change godoc_static default ouytput folder to public got gitlab pages Thomas Lynch 2022-11-20 20:14:48 +1100
  • 3aa77a6e78 update .gitlab-ci.yml Thomas Lynch 2022-11-20 20:08:25 +1100
  • 795a438195 Attempt gitlab pages build of go doc output Thomas Lynch 2022-11-20 20:02:51 +1100
  • cbe3e9194f change example to local dev instance Thomas Lynch 2022-11-20 19:38:39 +1100
  • 0d1d3a54dc Allow fetching global by not passing or passing empty board options to getmanagerecent, improve the returned post struct and nested reports, etc Thomas Lynch 2022-11-20 14:49:12 +1100
  • 71f2ff6f87 Add mod flag for /modpost, improve error return and handling slightly, add manage/recent.json and example Thomas Lynch 2022-11-20 14:34:52 +1100
  • 8fb5f2e3a9 Add csrf token method, sets c.CsrfToken Make posting handle multipart bodies, (set content type in api method) Implement posting, multipart form with files, etc Thomas Lynch 2022-11-20 11:35:17 +1100
  • 1fc700836e Add simple gitlab-ci.yml Thomas Lynch 2022-11-19 17:01:16 +1100
  • fe38d8cf7a Add most stuff under the "public endpoints" api section Thomas Lynch 2022-11-19 16:29:41 +1100
  • 4b5a75477a add GetIndex, GetLogsList, GetLogs and associated models ensure LogDate has String() method for converting to string with zero padded y, m, d add/update README Thomas Lynch 2022-11-19 13:27:42 +1100
  • 5418bc6479 Catalogs, threads, parse json array response of threads (For catalog), ahndle scuffed time format for bumped/date/edited Thomas Lynch 2022-11-18 22:41:18 +1100
  • c86ef11ff4 Loop through set-cookie header and set in client only if its actually connect.sid Thomas Lynch 2022-11-17 22:52:04 +1100
  • 3fac0d046f Allow passing embedded "ReturnHeaders" object to get response headers in handlers if necessary e.g. captcha cookie? Parse set-cookie header and store session cookie in client if set-cookie contains connect.sid cookie Remove some json definitions for option arguments to client methods Thomas Lynch 2022-11-17 22:46:59 +1100
  • 0bd911d6bf move post and board models to separate folder Thomas Lynch 2022-11-14 23:33:49 +1100
  • 515d671827 gofmt Thomas Lynch 2022-11-14 22:05:38 +1100
  • 97b3a747af Add overboard catalog and index fetching Thomas Lynch 2022-11-14 22:05:31 +1100
  • d5749b982c Change url query string building to more proper method with url.Values{} and will also handle multipel values properly e.g. sites Globalmanage board list (no auth yet) Thomas Lynch 2022-11-13 23:44:29 +1100
  • d9450400d3 Initial commit Thomas Lynch 2022-11-13 21:51:38 +1100