Commit graph

521 commits

Author SHA1 Message Date
b3yond 6cb0b07486 updated the issue template 2019-01-11 13:44:27 +01:00
b3yond 054e59e3ee added call to GET version (commit hash) 2019-01-11 13:38:47 +01:00
b3yond 5a782e47fb Merge pull request #72 from ticketfrei/confirm-37
check if account already exists to avoid double use of confirmation mail
2019-01-11 13:33:04 +01:00
b3yond 184cc3b4a4 replaced attribute with get call 2019-01-11 13:23:37 +01:00
b3yond a45dccdc9b nicer error messages 2019-01-11 13:21:47 +01:00
b3yond 7cd0dc845a check if account already exists #37 2019-01-11 12:15:28 +01:00
b3yond e86a7ea612 formatting #70 2019-01-11 11:41:20 +01:00
b3yond 5e198603bd Merge pull request #71 from patcon/patch-1
Add mission to README
2019-01-11 11:39:37 +01:00
Patrick Connolly 15cb948cc1 Add mission to README. 2019-01-07 14:51:37 -05:00
git-sid 5c2ca271d6 Fix pep8 non-compliant linebreak 2019-01-07 19:05:39 +01:00
git-sid fe5c24d7fa Replace 3 dots with ellipsis to save space 2019-01-07 19:05:32 +01:00
b3yond 96b4975b1f fixing the original TypeError 2018-12-31 15:33:50 +01:00
b3yond be568b7827 when you get crashes bc of your log messages -. 2018-12-31 15:32:19 +01:00
b3yond 6a206f1c0f more verbose telegram error messages 2018-12-31 15:27:11 +01:00
b3yond 10836109b0 removed redundant table declaration 2018-12-28 14:43:18 +01:00
b3yond 5e5429dcfe introduce extra var bc can't write to private attribute 2018-11-12 12:32:28 +01:00
b3yond 6d94c1b540 removed wrong comment - not only testing, also docker containers use this 2018-11-07 09:22:02 +01:00
b3yond c6ce423841 setting host to 0.0.0.0 - it never worked with smth else anyway 2018-11-07 01:57:47 +01:00
b3yond a534bc4e06 if an env var is an empty string, use values from example config 2018-11-06 18:08:51 +01:00
b3yond ec2e218655 make config.py output directly applicable 2018-11-06 17:50:57 +01:00
b3yond ffcb2506f6 beauty overhaul of config.py 2018-11-06 16:23:47 +01:00
b3yond e8ac1ca1c4 fix small bug, print current config if directly called #64 2018-11-06 16:22:11 +01:00
b3yond 631396e764 if no config.toml, set config through environment #64 2018-11-06 16:17:47 +01:00
b3yond 25b9108e7f updated example config options + 1 little fix 2018-11-06 08:56:24 +01:00
b3yond 7a7d405072 fix mailbot crash:
File "/srv/ticketfrei/active_bots/mailbot.py", line 37, in post
    if rec not in report.author:
TypeError: argument of type 'NoneType' is not iterable
2018-10-26 18:20:01 +02:00
b3yond 3d869e57ac added 502 to unlogged Telegram error codes 2018-10-26 17:27:00 +02:00
b3yond 6d52400577 polishing the wording of RSS subscription 2018-10-26 17:25:25 +02:00
git-sid 729909bfd3 add rss feed notification option to info page 2018-10-19 08:26:20 +02:00
b3yond 4bb30224a9 add another issue template 2018-10-18 17:09:21 +02:00
b3yond 9fc55f0bbf Merge pull request #57 from ticketfrei/issue-templates
Update issue templates
2018-10-18 17:06:14 +02:00
b3yond f86559c0e1 Update issue templates 2018-10-18 17:04:06 +02:00
b3yond 6688eb9bfd fix screenshot links in default city page 2018-10-13 20:01:51 +02:00
b3yond 71a34863b1 mastodon seen toots work differently now; function deprecated 2018-10-13 19:34:16 +02:00
b3yond e821b7365e reworked front page text 2018-10-13 19:01:54 +02:00
b3yond 5f49dc2b5e brought README.md up to date 2018-10-13 18:56:09 +02:00
b3yond 75f508dcdf excepted return message 34 so it doesn't get logged #39 2018-10-11 22:22:37 +02:00
b3yond 87fe7c1d59 excepted with wrong Exception 2018-10-11 21:30:55 +02:00
b3yond 7fbf7521fc called wrong user method 2018-10-11 21:29:02 +02:00
b3yond 73ce2b53a9 fixing bug; twitterDM object wasn't created 2018-10-11 21:24:53 +02:00
b3yond 9121b49d0a check if mention is in reply to anything #41 2018-10-08 23:32:33 +02:00
b3yond ea95384a10 Revert "crawl the username only once from twitter and save to db #45"
This reverts commit 9836ec7752.
2018-10-08 23:27:45 +02:00
b3yond a89d1ce654 Merge remote-tracking branch 'origin/master' 2018-10-08 22:14:35 +02:00
b3yond 1f09a92c58 crawl the username only once from twitter and save to db #45 2018-10-08 21:31:25 +02:00
b3yond cbf5502f99 fix repost bug 2018-10-08 21:26:39 +02:00
b3yond 8dc6290262 fix repost bug 2018-10-08 15:09:18 +02:00
b3yond 385941a2c6 ignore PGP signatures; I hope those messages get posted now #40 2018-10-08 15:02:27 +02:00
b3yond 35c3052fcd really fix shutdown in #40 2018-10-07 23:28:29 +02:00
b3yond 0337869dd0 fix shutdown in #40 2018-10-07 23:27:06 +02:00
b3yond 2cc5824bb9 Merge pull request #50 from ticketfrei/rate-limit-39
missing newlines in /etc/aliases
2018-10-07 23:05:52 +02:00
b3yond 9b39fb7996 missing newlines in /etc/aliases 2018-10-07 23:01:14 +02:00