b3yond
|
758ff1db46
|
implemented mastodon DMs, city, and backend.shutdown function
|
2018-04-15 11:26:48 +02:00 |
|
b3yond
|
9b01ac7eac
|
save db in a persistent folder, /var/run is not persistent in every OS
|
2018-04-15 09:41:27 +02:00 |
|
b3yond
|
898f229145
|
Twitter OAuth dance works now!!1111 wuuuuhhuuuu
|
2018-04-14 18:16:05 +02:00 |
|
b3yond
|
0b41b43421
|
fixed db scheme error
|
2018-04-14 18:12:55 +02:00 |
|
b3yond
|
24beedf467
|
fixed several id typos
|
2018-04-14 17:56:48 +02:00 |
|
Thomas L
|
fd2a389d12
|
add error message for empty form.
|
2018-04-14 17:53:08 +02:00 |
|
b3yond
|
25c57039ea
|
fixed small, but nasty bug
|
2018-04-14 17:49:19 +02:00 |
|
b3yond
|
20cfe159e9
|
query is a dict, not a function
|
2018-04-14 17:38:49 +02:00 |
|
Thomas L
|
57cf3bd7d6
|
no return needed, redirect throws
|
2018-04-14 17:34:43 +02:00 |
|
Thomas L
|
1af14a5db4
|
Merge branch 'multi-deployment' of dl6tom.de:public/ticketfrei into multi-deployment
|
2018-04-14 17:32:15 +02:00 |
|
Thomas L
|
22de5e7e4e
|
add default triggerpattern
|
2018-04-14 17:31:53 +02:00 |
|
b3yond
|
4d556ec595
|
don't do except all -.- rather repair the fcking logging.
|
2018-04-14 17:31:01 +02:00 |
|
b3yond
|
bf7c21c113
|
request token is a dict, not a string
|
2018-04-14 17:19:20 +02:00 |
|
b3yond
|
45d4cd2062
|
fixed url() call
|
2018-04-14 17:00:30 +02:00 |
|
b3yond
|
034513718f
|
generate url with dedicated function
|
2018-04-14 16:36:57 +02:00 |
|
b3yond
|
261496c097
|
fixed config key error
|
2018-04-14 16:34:02 +02:00 |
|
b3yond
|
19cc64d00d
|
added logging for unstable functions
|
2018-04-14 16:31:45 +02:00 |
|
b3yond
|
27497e7129
|
log python errors to extra file
|
2018-04-14 15:22:05 +02:00 |
|
Thomas L
|
d280130b29
|
fix login and registration.
|
2018-03-29 21:58:55 +02:00 |
|
Thomas L
|
78331212e6
|
improve sendmail function.
|
2018-03-29 02:40:22 +02:00 |
|
b3yond
|
10fb150c21
|
merge
|
2018-03-29 02:00:28 +02:00 |
|
b3yond
|
29c35be8a5
|
reworked mailbot to implement bot.py
|
2018-03-29 01:50:05 +02:00 |
|
Thomas L
|
bfc311b6c9
|
omit bare except.
|
2018-03-29 01:25:17 +02:00 |
|
Thomas L
|
4981223ee8
|
catch some error cases.
|
2018-03-29 01:13:53 +02:00 |
|
Thomas L
|
9339015101
|
fix account confirmation.
|
2018-03-29 00:59:13 +02:00 |
|
Thomas L
|
4850860f82
|
use local mail daemon for confirmation links
|
2018-03-29 00:57:17 +02:00 |
|
b3yond
|
c9fd91de74
|
getting logging stuff
|
2018-03-29 00:39:45 +02:00 |
|
b3yond
|
affd209a3b
|
changed logging to new scheme in sendmail.py
|
2018-03-29 00:33:29 +02:00 |
|
b3yond
|
ca55223be9
|
Merge branch 'multi-deployment' of dl6tom.de:public/ticketfrei into multi-deployment
|
2018-03-29 00:31:38 +02:00 |
|
b3yond
|
5670c92d33
|
added logging to sendmail.py
|
2018-03-29 00:31:21 +02:00 |
|
Thomas L
|
2b6b3a2263
|
log to stderr
|
2018-03-29 00:24:56 +02:00 |
|
b3yond
|
0aa1d79621
|
changed default config after deployment learnings
|
2018-03-29 00:21:14 +02:00 |
|
b3yond
|
788f55860b
|
Merge branch 'multi-deployment' of dl6tom.de:public/ticketfrei into multi-deployment
|
2018-03-29 00:13:11 +02:00 |
|
b3yond
|
ba6e13a2be
|
started mail rewrite
|
2018-03-29 00:13:00 +02:00 |
|
Thomas L
|
8e08eb9c2e
|
fix recursive import
|
2018-03-29 00:12:19 +02:00 |
|
b3yond
|
c71bc8574a
|
solved loop bug
|
2018-03-28 23:50:55 +02:00 |
|
b3yond
|
bc41d7460c
|
Merge branch 'multi-deployment' of dl6tom.de:public/ticketfrei into multi-deployment
|
2018-03-28 23:47:02 +02:00 |
|
b3yond
|
9425fde917
|
clean up
|
2018-03-28 23:46:06 +02:00 |
|
Thomas L
|
88afab1270
|
cleanup
|
2018-03-28 23:40:26 +02:00 |
|
Tech
|
5db529702c
|
Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment
|
2018-03-28 23:33:43 +02:00 |
|
b3yond
|
66bb1f86a3
|
reworked twitterbot according to new scheme
|
2018-03-28 23:33:04 +02:00 |
|
b3yond
|
49bd00fba3
|
clean up after refactor
|
2018-03-28 22:12:57 +02:00 |
|
b3yond
|
ec3053a0ab
|
small bugfixes
|
2018-03-28 20:24:21 +02:00 |
|
Tech
|
036c742f34
|
Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment
|
2018-03-28 18:47:44 +02:00 |
|
Thomas L
|
1dd75c10d5
|
Refactoring.
|
2018-03-28 17:36:35 +02:00 |
|
Thomas L
|
890e720c91
|
Merge branch 'multi-deployment' of dl6tom.de:public/ticketfrei into multi-deployment
|
2018-03-27 23:37:19 +02:00 |
|
Tech
|
a3e33c36c6
|
added deployment instructions and fixed some deployment issues.
|
2018-03-27 20:02:47 +02:00 |
|
Tech
|
670a1a6d8f
|
Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment
|
2018-03-27 19:21:47 +02:00 |
|
b3yond
|
51dec7e072
|
tested deployment and brought learnings to README. added nginx config.
|
2018-03-27 01:04:07 +02:00 |
|
Tech
|
c3f9f86d3f
|
Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment
|
2018-03-26 22:24:06 +02:00 |
|