Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make copyrights and AUTHORS consistent | June McEnroe | 2022-09-18 |
| | |||
* | Reverse order of search results | June McEnroe | 2021-05-07 |
| | | | | I guess I didn't realize I could do this with no performance penalty. | ||
* | Add export option | June McEnroe | 2020-07-17 |
| | | | | | | | Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. | ||
* | Big refactor, remove struct Scope | June McEnroe | 2020-07-16 |
| | |||
* | Factor out search page URLs | June McEnroe | 2020-07-16 |
| | |||
* | Fix HEAD responses | June McEnroe | 2020-07-16 |
| | | | | | You need to call khttp_body for the CGI response to be valid, otherwise nginx will just 502 Bad Gateway it. | ||
* | Don't use KHTML_PRETTY | June McEnroe | 2020-07-12 |
| | | | | It's kinda of unpredictable and can lead to unintended whitespace. | ||
* | Handle search query errors | June McEnroe | 2020-07-12 |
| | |||
* | Handle no search results | June McEnroe | 2020-07-12 |
| | |||
* | Add search paging links | June McEnroe | 2020-07-12 |
| | |||
* | Reorganize code and add earlier messages link | June McEnroe | 2020-07-12 |
| | |||
* | Fix search query | June McEnroe | 2020-07-11 |
| | |||
* | Clean up page handlers | June McEnroe | 2020-07-11 |
| | |||
* | Factor out "scope" of pages | June McEnroe | 2020-07-11 |
| | | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited. | ||
* | Implement basic search page | June McEnroe | 2020-07-10 |
| | |||
* | Split code and add breadcrumb nav | June McEnroe | 2020-07-09 |