Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-29 | Update some comments and docstrings in SyncHandler | Richard van der Hoff | 1 | -1/+11 | |
2018-05-29 | fix tests | Richard van der Hoff | 1 | -0/+1 | |
2018-05-29 | Exempt AS-registered users from doing gdpr | Richard van der Hoff | 2 | -0/+4 | |
2018-05-29 | extend tox testing for py3 to avoid regressions | Krombel | 1 | -1/+28 | |
2018-05-29 | pep8 | Matthew Hodgson | 1 | -0/+1 | |
2018-05-29 | fix another dumb typo | Matthew Hodgson | 1 | -2/+2 | |
2018-05-29 | disable CPUMetrics if no /proc/self/stat | Matthew Hodgson | 1 | -0/+3 | |
fixes build on macOS again | |||||
2018-05-29 | fix dumb typo | Matthew Hodgson | 1 | -4/+4 | |
2018-05-28 | fix up tests | Amber Brown | 1 | -3/+3 | |
2018-05-28 | update to more consistently use seconds in any metrics or logging | Amber Brown | 4 | -38/+38 | |
2018-05-28 | invalid syntax :( | Amber Brown | 1 | -2/+1 | |
2018-05-28 | add comment about why unreg | Amber Brown | 1 | -0/+2 | |
2018-05-28 | update metrics to be in seconds | Amber Brown | 4 | -37/+38 | |
2018-05-25 | Fix default for send_server_notice_to_guests | Richard van der Hoff | 1 | -1/+1 | |
bool("False") == True... | |||||
2018-05-25 | Avoid sending consent notice to guest users | Richard van der Hoff | 2 | -1/+12 | |
we think it makes sense not to send the notices to guest users. | |||||
2018-05-25 | Let users leave the server notice room after joining | Richard van der Hoff | 2 | -12/+19 | |
They still can't reject invites, but we let them leave it. | |||||
2018-05-24 | py3-ize state.py | Adrian Tschira | 1 | -23/+25 | |
2018-05-24 | Misc. py3 fixes | Adrian Tschira | 5 | -11/+13 | |
Signed-off-by: Adrian Tschira <nota@notafile.com> | |||||
2018-05-24 | more iteritems | Adrian Tschira | 1 | -4/+6 | |
2018-05-24 | Py3 storage/_base.py | Adrian Tschira | 1 | -17/+22 | |
Signed-off-by: Adrian Tschira <nota@notafile.com> | |||||
2018-05-24 | Remove users from user directory on deactivate | David Baker | 2 | -0/+11 | |
2018-05-24 | Update CHANGES.rst v0.30.0 github/release-v0.30.0 release-v0.30.0 | Neil Johnson | 1 | -5/+5 | |
2018-05-24 | Update CHANGES.rst | Neil Johnson | 1 | -1/+1 | |
2018-05-24 | update for v0.30.0 | Neil Johnson | 1 | -4/+23 | |
2018-05-24 | bump version | Neil Johnson | 1 | -1/+1 | |
2018-05-23 | pepeightttt | Amber Brown | 1 | -0/+1 | |
2018-05-23 | add back CPU metrics | Amber Brown | 1 | -1/+35 | |
2018-05-23 | fixes | Amber Brown | 3 | -13/+13 | |
2018-05-23 | Allow overriding the server_notices user's avatar | Richard van der Hoff | 3 | -9/+32 | |
probably should have done this in the first place, like @turt2live suggested. | |||||
2018-05-23 | consent_tracking.md: clarify link | Richard van der Hoff | 1 | -1/+1 | |
2018-05-23 | minor post-review tweaks | Richard van der Hoff | 2 | -5/+5 | |
2018-05-23 | fix typo | Richard van der Hoff | 1 | -1/+1 | |
2018-05-23 | Use the localpart in the consent uri | Richard van der Hoff | 1 | -1/+3 | |
... because it's shorter. | |||||
2018-05-23 | Support for putting %(consent_uri)s in messages | Richard van der Hoff | 3 | -7/+50 | |
Make it possible to put the URI in the error message and the server notice that get sent by the server | |||||
2018-05-23 | mention public_baseurl | Richard van der Hoff | 1 | -0/+9 | |
2018-05-23 | Block attempts to send server notices to remote users | Richard van der Hoff | 1 | -0/+4 |