| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add secure_cookies configuration option\n\n- Added SecureCookies bool ↵ | Adam Mathes | 12 days | 1 | -1/+7 |
| | | | | | field to config.Settings\n- Added --secure-cookies command line flag\n- Updated CSRFMiddleware to use config setting instead of hardcoded value\n- Default is false for local development, set to true for production HTTPS\n- Updated config.example and README.md with documentation\n- Updated tests to pass config to CSRFMiddleware\n\nThis allows users to easily switch between insecure cookies (for local dev)\nand secure cookies (for production HTTPS) via config file or command line. | ||||
| * | Refactor: project structure, implement dependency injection, and align v2 UI ↵ | Adam Mathes | 12 days | 2 | -0/+276 |
| | | | | | with v1 | ||||
| * | remove weird multi-cmd stuff, single binary with standard go-flags is much ↵ | Adam Mathes | 2017-02-25 | 4 | -65/+0 |
| | | | | | easier to understand/maintain | ||||
| * | change to personal namespace | Adam Mathes | 2017-02-07 | 4 | -8/+8 |
| | | |||||
| * | oops, nekoimport | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | fix import | Adam Mathes | 2017-02-02 | 1 | -1/+1 |
| | | |||||
| * | more path fix | Adam Mathes | 2017-02-02 | 1 | -2/+2 |
| | | |||||
| * | fix includes | Adam Mathes | 2017-02-02 | 3 | -5/+5 |
| | | |||||
| * | add import cmd for feed list to start | Adam Mathes | 2017-01-26 | 1 | -0/+27 |
| | | |||||
| * | fix cmds | Adam Mathes | 2017-01-26 | 3 | -0/+38 |
| | | |||||
| * | better cookie handling | Adam Mathes | 2017-01-26 | 2 | -28/+0 |
| | | |||||
| * | neko v2 initial commit | Adam Mathes | 2017-01-23 | 2 | -0/+28 |
