Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tokumeico/tokumei
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tokumeico/tokumei
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tokumei-go
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 246 files changed
  • 1 contributor

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    7a25f28 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    4691858 View commit details
    Browse the repository at this point in the history
  2. split posts pkg into multiple files

    other notable changes:
     - add salt to delcodes for extra safety
     - finished Reply.Finalize()
     - rename database tables
    keeferrourke committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    5b9d961 View commit details
    Browse the repository at this point in the history
  3. fixed admin stat command

    keeferrourke committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    0985587 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. implemented preliminary POST handler on /p/

    Other changes:
     - posts now support multiple attachments
    
    TODO:
     - captcha and API keys need be handled by srv/handlers.go: postHandler()
     - add server configurable limit for number of allowed attachments per
       post
    
    Bug fixes:
     - srv/settings.go: changed ReadConfig() to use a pointer receiver;
       config was previously being read into a copy of the Settings struct
       lol
    keeferrourke committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    e1abdbf View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    c83d230 View commit details
    Browse the repository at this point in the history
  2. update copyright year

    keeferrourke committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    51fe7da View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. fix attachment uploads; fix post deletion

    Posts via cURL with attachments were failing due to misunderstanding
    of golang multipart.File types and how they differ from os.*File types.
    Attachments are now properly uploaded to a dynamically created post
    directories.
    
    NB: Post directory permissions are set to 755
    
    Post deletion would leave behind old attachments; this is no longer the
    case.
    keeferrourke committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    560d69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f284bd View commit details
    Browse the repository at this point in the history
  3. add Makefile

    keeferrourke committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    d31128c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1f400e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. fix import paths

    keeferrourke committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    b501529 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. documented build/usage info; updated Makefile

    Makefile now installs dependencies via `go get`.
    keeferrourke committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    c985c59 View commit details
    Browse the repository at this point in the history
Loading