aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Highlight quotation marks depending on depth.HEADmasterHugo Hörnquist2023-10-30
|
* Fix some linter warnings.Hugo Hörnquist2023-08-07
|
* Add tests.Hugo Hörnquist2023-08-07
|
* Add mail relation tree.Hugo Hörnquist2023-08-07
|
* Introduce dl function.Hugo Hörnquist2023-08-07
|
* Stop reusing salt for passwords.Hugo Hörnquist2023-08-07
|
* Cleanup comment.Hugo Hörnquist2023-08-07
|
* Allow render of HTML fragment from external module.Hugo Hörnquist2023-08-07
|
* Add some no-cover comments.Hugo Hörnquist2023-08-07
|
* Cleanup of components.Hugo Hörnquist2023-08-07
|
* Add a number of utility functions.Hugo Hörnquist2023-08-07
| | | | These will be important in future commits.
* Add documentation creation to makefile.Hugo Hörnquist2023-08-06
|
* Add hover text in search result view.Hugo Hörnquist2023-07-27
| | | | | | 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.
* Revert change for search result table.Hugo Hörnquist2023-07-27
| | | | | | 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...
* Move html components to own module.Hugo Hörnquist2023-07-25
|
* Add entry point and README.Hugo Hörnquist2023-07-25
|
* Fix and harden linter checks.Hugo Hörnquist2023-07-25
| | | | | Harden the requirements of mypy, and also check against flake8 docstrings. And fix all errors and warnings resulting from that.
* Configure linters.Hugo Hörnquist2023-05-02
| | | | | | Introduce flake8 and mypy for better error checking. Fix all errors and warnings emitted by those. Also fix type error with `url_for`.
* Hopefully fix installation issues.Hugo Hörnquist2023-04-24
|
* Change imports to relative.Hugo Hörnquist2023-04-24
| | | | | | | | | 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.
* License under AGPL3+Hugo Hörnquist2023-04-24
|
* Also rewrite script, a, and img tags without cid uri:s.Hugo Hörnquist2023-02-07
|
* Add various TODOsHugo Hörnquist2023-02-07
|
* Add support for CID linked images.Hugo Hörnquist2023-02-07
|
* Change info gathering to proper db reads.Hugo Hörnquist2022-12-09
| | | | | Running `xapian info` and parsing the output breaks way to easily, here we instead just open the database file and look for ourselves.
* Add comment that python-pam is recomended.Hugo Hörnquist2022-12-09
|
* Got code working on Python 3.9Hugo Hörnquist2022-12-09
|
* Update make tags to work on BSD.Hugo Hörnquist2022-12-09
|
* Minor cleanups.Hugo Hörnquist2022-12-01
|
* Force search results to fit inside one line.Hugo Hörnquist2022-12-01
|
* Made mail header set configurable.Hugo Hörnquist2022-12-01
|
* Resolve TODO about source of randomness.Hugo Hörnquist2022-12-01
|
* Further translations.Hugo Hörnquist2022-12-01
|
* Create settings file.Hugo Hörnquist2022-12-01
|
* Add "- Mu4Web" to page titles.Hugo Hörnquist2022-12-01
|
* General cleanaup.Hugo Hörnquist2022-12-01
|
* Move maildir stuff to own directory.Hugo Hörnquist2022-12-01
|
* Fix scanning of maildirs.Hugo Hörnquist2022-12-01
|
* Remove debug prints.Hugo Hörnquist2022-12-01
|
* Add ability to get raw message.Hugo Hörnquist2022-12-01
|
* Specify default sorting.Hugo Hörnquist2022-12-01
|
* Handle login prompt for logged in users.Hugo Hörnquist2022-12-01
|
* Add "remember me".Hugo Hörnquist2022-12-01
|
* Allow selecting of sort key for search results.Hugo Hörnquist2022-12-01
|
* Documentation and cleanup.Hugo Hörnquist2022-12-01
|
* Sugest download for unknown filetypes.Hugo Hörnquist2022-12-01
|
* Embedding and attachements.Hugo Hörnquist2022-11-30
|
* Minor style improvements.Hugo Hörnquist2022-11-30
|
* Minor cleanup.Hugo Hörnquist2022-11-30
|
* Add maildir listing on frontpage.Hugo Hörnquist2022-11-30
|