aboutsummaryrefslogtreecommitdiff
path: root/mu4web (unfollow)
Commit message (Collapse)Author
2023-08-07Fix some linter warnings.Hugo Hörnquist
2023-08-07Add tests.Hugo Hörnquist
2023-08-07Add mail relation tree.Hugo Hörnquist
2023-08-07Introduce dl function.Hugo Hörnquist
2023-08-07Stop reusing salt for passwords.Hugo Hörnquist
2023-08-07Cleanup comment.Hugo Hörnquist
2023-08-07Allow render of HTML fragment from external module.Hugo Hörnquist
2023-08-07Add some no-cover comments.Hugo Hörnquist
2023-08-07Cleanup of components.Hugo Hörnquist
2023-08-07Add a number of utility functions.Hugo Hörnquist
These will be important in future commits.
2023-07-27Add hover text in search result view.Hugo Hörnquist
Hovering a field now shows its text. Adding title for empty elements isn't the best (when data is empty, usualy due to someone not filling in the subject field), but having empty <a> tags is just as bad.
2023-07-27Revert change for search result table.Hugo Hörnquist
Changed from tuple to list to apease linter. I however forgot that for HTML types, lists are treated as sequences of items, while tuples are tags...
2023-07-25Move html components to own module.Hugo Hörnquist
2023-07-25Add entry point and README.Hugo Hörnquist
2023-07-25Fix and harden linter checks.Hugo Hörnquist
Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
2023-05-02Configure linters.Hugo Hörnquist
Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
2023-04-24Hopefully fix installation issues.Hugo Hörnquist
2023-04-24Change imports to relative.Hugo Hörnquist
A testrun through `gunicorn mu4web.main:app` showed that we could either get it working by setting PYTHONPATH=$PWD/mu4web, or by changing all imports to relative. However, deploying it to the main python path didn't seem to work. Probably since i'm referencing local modules as global.
2023-02-07Also rewrite script, a, and img tags without cid uri:s.Hugo Hörnquist
2023-02-07Add various TODOsHugo Hörnquist
2023-02-07Add support for CID linked images.Hugo Hörnquist
2022-12-09Change info gathering to proper db reads.Hugo Hörnquist
Running `xapian info` and parsing the output breaks way to easily, here we instead just open the database file and look for ourselves.
2022-12-09Got code working on Python 3.9Hugo Hörnquist
2022-12-01Minor cleanups.Hugo Hörnquist
2022-12-01Force search results to fit inside one line.Hugo Hörnquist
2022-12-01Made mail header set configurable.Hugo Hörnquist
2022-12-01Resolve TODO about source of randomness.Hugo Hörnquist
2022-12-01Further translations.Hugo Hörnquist
2022-12-01Create settings file.Hugo Hörnquist
2022-12-01Add "- Mu4Web" to page titles.Hugo Hörnquist
2022-12-01General cleanaup.Hugo Hörnquist
2022-12-01Move maildir stuff to own directory.Hugo Hörnquist
2022-12-01Fix scanning of maildirs.Hugo Hörnquist
2022-12-01Remove debug prints.Hugo Hörnquist
2022-12-01Add ability to get raw message.Hugo Hörnquist
2022-12-01Specify default sorting.Hugo Hörnquist
2022-12-01Handle login prompt for logged in users.Hugo Hörnquist
2022-12-01Add "remember me".Hugo Hörnquist
2022-12-01Allow selecting of sort key for search results.Hugo Hörnquist
2022-12-01Documentation and cleanup.Hugo Hörnquist
2022-12-01Sugest download for unknown filetypes.Hugo Hörnquist
2022-11-30Embedding and attachements.Hugo Hörnquist
2022-11-30Minor style improvements.Hugo Hörnquist
2022-11-30Minor cleanup.Hugo Hörnquist
2022-11-30Add maildir listing on frontpage.Hugo Hörnquist
2022-11-30Move stylesheet to other file.Hugo Hörnquist
2022-11-30Work.Hugo Hörnquist
2022-11-29Fix crash on invalid username.Hugo Hörnquist
2022-11-29Properly specify version requirements, and add directory layout.Hugo Hörnquist