Commit Graph

70 Commits (master)

Author SHA1 Message Date
Egg 32278bed15 fix logging 2023-06-30 13:30:32 +02:00
Egg 97e0566759 out of date and seemingly wrong encoding 2023-06-30 12:58:33 +02:00
missytake 7af7c2a18d create initial seen_tweets entry 2020-07-27 02:39:38 +02:00
missytake be72923f07 Repair blocklist (#110)
* fixing blocklist

* added logging of blocklist events

* goodlist logging

* twitter DMs are broken

* fixed blocklist & tested it

* disabling twitterDMs should be in a separate PR.
2020-06-17 10:51:05 +00:00
b3yond 9f1812c911 better crypto 2019-01-27 17:53:37 +01:00
b3yond 194d271cbc hardened the token and fixed the signature 2019-01-27 16:31:59 +01:00
b3yond 9e6e8aadfe give CSRF token to template engine 2019-01-27 15:56:19 +01:00
b3yond d0feecc9b2 write and read CSRF cookie 2019-01-27 15:39:49 +01:00
b3yond 1f810b5b06 apparently I didn't find all calls to db.secret 2019-01-12 00:34:03 +01: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 6688eb9bfd fix screenshot links in default city page 2018-10-13 20:01:51 +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 1f09a92c58 crawl the username only once from twitter and save to db #45 2018-10-08 21:31:25 +02:00
b3yond 86622c66cb reverting #39 - make rate limits per account, not app 2018-10-07 22:10:48 +02:00
b3yond df007cd7e3 globals are in a separate python file now #39 #45 2018-10-06 10:44:07 +02:00
b3yond a459ba92c1 fixing #39 - saving last request in global var, not db. 2018-10-06 00:56:12 +02:00
b3yond 626ea8ab09 only save newer tweets, don't override with older 2018-09-24 23:16:05 +02:00
b3yond fbeafc55ac get text from db, not rows 2018-09-24 22:27:11 +02:00
b3yond 37aa6ea0a5 bug in pattern matching 2018-09-24 21:11:28 +02:00
b3yond 74de0ee5da fuck sql 2018-09-24 21:02:10 +02:00
b3yond da2ddc2900 changed toot logic 2018-09-24 20:54:57 +02:00
b3yond 2686860ea2 sqlite3 syntax error because of trailing " 2018-09-24 17:14:23 +02:00
b3yond 0d9c6439a7 Merge pull request #36 from git-sid/multi-deployment
merge small stylechanges
2018-09-15 18:58:08 +02:00
git-sid 7e6043f4a2 Make code even more PEP8 compliant
It could be made even more compliant, but that would actually decrease
readability imo.
2018-09-14 12:45:49 +02:00
git-sid d77d68753c WIP: #31 fix: blacklist -> blocklist.
Replace all relevant instances of "blacklist" with blocklist.
Untested due to OS restricitions. Please check before merge.
2018-09-14 09:44:21 +02:00
b3yond 228c0f1264 added telegram to default city page text. 2018-09-09 21:36:27 +02:00
b3yond 120030460e default values are bad practice 2018-09-09 20:28:13 +02:00
b3yond b80fa78a17 fixed seen_toot problem 2018-09-09 20:22:41 +02:00
b3yond 4924519ba7 fixed telegram spam problem!!111 2018-09-09 18:06:12 +02:00
b3yond dbfff0bad0 fixing more telegram bugs 2018-09-09 17:51:07 +02:00
b3yond 378e11bf59 Merge remote-tracking branch 'origin/multi-deployment' into multi-deployment 2018-09-09 17:29:29 +02:00
b3yond bd804a432d Making Twitter Rate Limiting intelligent #35 2018-09-09 17:29:06 +02:00
git-sid c93c7a47b8 added offset to telegram message polling to prevent duplicated responses 2018-09-09 17:22:00 +02:00
b3yond 2baa42d8f3 telegram troubleshooting and fine-tuning 2018-09-09 16:58:07 +02:00
git-sid 885ba8930f fixed telegram api bug (from -> sender) 2018-09-09 13:25:42 +02:00
b3yond d295c42122 finished #23 code. rw city page info display. Unsubscribe = Delete 2018-09-08 11:14:00 +02:00
b3yond 882d086a83 wrote unsubscribe function, but BE & FE have different secrets 2018-08-09 15:01:51 +02:00
b3yond da7ead65fa the mailbot can now receive messages from /var/mail/test 2018-08-08 17:09:26 +02:00
b3yond fca383806d started to build a mailbot implementing bot.py 2018-08-08 14:04:31 +02:00
b3yond 4ef9579a7d Advertising mail notifications on the city page 2018-08-08 10:55:51 +02:00
b3yond 2dece1fddd you can now subscribe to mail notifications! Also db bugfixes. 2018-08-08 10:24:20 +02:00
b3yond 3617ffb94a added mail subscriber function, confirm missing 2018-07-22 13:56:15 +02:00
b3yond 68363ec979 bots are safely imported in the backend, except twitterDMs 2018-07-14 16:39:53 +02:00
b3yond 02a6e0509b Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment 2018-06-25 21:13:47 +02:00
b3yond 8efbad7fdb small changes to default markdown 2018-06-25 21:13:43 +02:00
b3yond db8110de6e added telegram to frontend 2018-06-24 00:00:48 +02:00
sid c9b5fd1d5c Merge branch 'multi-deployment' into multi-deployment 2018-05-28 21:18:22 +02:00
b3yond 152ef16ab1 only markdown shit still missing, is displaying äöü on production server. 2018-05-25 19:21:30 +02:00
b3yond 09a1f0ce5c last markdown fixes, I swear! 2018-05-25 17:12:41 +02:00