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 |
|
b3yond
|
4aae0ba1df
|
You can now edit markdown in settings. #18
|
2018-05-25 16:50:02 +02:00 |
|
b3yond
|
b43779e6c8
|
fixed markdiown render issues. Closing #22
|
2018-05-25 16:31:08 +02:00 |
|
b3yond
|
d70a4759e3
|
more markdown fixes
|
2018-05-25 16:27:30 +02:00 |
|
b3yond
|
9c02b21fe8
|
small markdown fixes
|
2018-05-25 16:15:44 +02:00 |
|
b3yond
|
d633506c83
|
you can now set goodlist & blacklist in settings. render city page #18. fixed #24 and #25.
|
2018-05-25 15:57:20 +02:00 |
|
b3yond
|
ab8a64d625
|
You can now set data for the city page. #22
|
2018-05-25 14:44:45 +02:00 |
|
sid
|
7b8924406d
|
added basic telegram backend support
|
2018-05-25 02:38:27 +02:00 |
|
b3yond
|
8db4c108ae
|
implemented twitter DMs
|
2018-04-15 11:58:19 +02:00 |
|
b3yond
|
1c13be1ef4
|
implemented mastodon DMs, city, and backend.shutdown function
|
2018-04-15 11:26:48 +02:00 |
|
b3yond
|
cdabc7f226
|
fixed db scheme error
|
2018-04-14 18:12:55 +02:00 |
|
b3yond
|
c3229b0825
|
fixed several id typos
|
2018-04-14 17:56:48 +02:00 |
|
b3yond
|
40a0e968aa
|
request token is a dict, not a string
|
2018-04-14 17:19:20 +02:00 |
|
b3yond
|
d8b2b811da
|
started mail rewrite
|
2018-03-29 00:13:00 +02:00 |
|
b3yond
|
4844b92b9c
|
reworked twitterbot according to new scheme
|
2018-03-28 23:33:04 +02:00 |
|
b3yond
|
21f1e9ddb3
|
small bugfixes
|
2018-03-28 20:24:21 +02:00 |
|
Thomas L
|
e38a32d888
|
Refactoring.
|
2018-03-28 17:36:35 +02:00 |
|