yuli
|
156a53f016
|
make getJSONPostData function to be more generic
|
2024-10-16 16:18:32 +03:00 |
|
yuli
|
74d842311a
|
refactor databunker init steps
|
2024-08-24 21:11:47 +03:00 |
|
yuli
|
f31bde4cd8
|
use log.Prints instead of fmt.Printf
|
2024-08-23 18:34:19 +03:00 |
|
yuli
|
940f359fc8
|
code optimization
|
2024-08-19 00:40:11 +03:00 |
|
yuli
|
3fe6c1c603
|
code optimization
|
2024-08-19 00:03:06 +03:00 |
|
yuli
|
cb7df56e61
|
refactor code
|
2024-08-12 21:07:20 +03:00 |
|
yuli
|
8b2cd99cce
|
using log function
|
2024-08-06 17:16:37 +03:00 |
|
Yuli Stremovsky
|
7a9a7b836a
|
code optimization - use sorted list instead of creating complicated maps
|
2023-07-02 23:45:17 +03:00 |
|
Yuli Stremovsky
|
7562c03bc4
|
format code
|
2023-06-30 00:40:39 +03:00 |
|
root
|
fee929bb2a
|
add possibility to load secret from file, delete the secret file after loading
|
2022-01-30 19:03:47 +00:00 |
|
root
|
e1800fbafa
|
fix go linter errors
|
2022-01-02 09:59:52 +00:00 |
|
stremovsky
|
e9446555e2
|
🚀 rename variable to make code more readoble
|
2021-12-24 13:56:55 +02:00 |
|
root
|
901901bba8
|
adding support for an array of operations
|
2021-11-26 12:03:45 +00:00 |
|
root
|
591ed86616
|
convert float ro string
|
2021-06-13 18:58:04 +00:00 |
|
root
|
cb4ff2d2be
|
format code with gofmt
|
2021-06-07 20:48:25 +00:00 |
|
root
|
7592e1e62c
|
fix golint warning
|
2021-06-07 20:28:40 +00:00 |
|
root
|
7d60a6a026
|
fix typo
|
2021-06-07 20:23:15 +00:00 |
|
root
|
343f0aae11
|
fix messages
|
2021-06-02 21:43:16 +00:00 |
|
root
|
7a4d2c1774
|
cleanup log events
|
2021-06-02 21:23:02 +00:00 |
|
root
|
45e79280c1
|
add record expiration support
|
2021-04-27 19:15:36 +00:00 |
|
root
|
74e55eda4e
|
adding custom index support
|
2021-04-24 19:49:42 +00:00 |
|
root
|
bbbabd2ec8
|
refactor error message
|
2021-03-07 18:39:48 +00:00 |
|
root
|
738b052aba
|
code optimization
|
2021-02-24 18:40:50 +00:00 |
|
root
|
f2ec6a1e21
|
fix error message
|
2020-12-02 21:06:53 +00:00 |
|
root
|
7be688baee
|
new session code
|
2020-11-24 21:44:27 +00:00 |
|
root
|
2f38724af0
|
make sure to generate 6 digit random number
|
2020-08-18 20:27:25 +00:00 |
|
root
|
042368245d
|
create helper functions
|
2020-07-25 20:25:10 +00:00 |
|
Yuli
|
4aabbad0fe
|
change brief regex
|
2020-07-03 00:02:06 +03:00 |
|
Yuli
|
00b7bddec8
|
all consent api was split into 3 object to make it more GDPR friendly
|
2020-07-01 12:13:16 +03:00 |
|
yuli
|
c17ce3102d
|
Support user provided masterkey for db setup
|
2020-05-10 21:07:35 +00:00 |
|
Yuli
|
14c975a787
|
fix formatting
|
2020-05-08 11:19:59 +03:00 |
|
yuli
|
b510599444
|
finish index change code
|
2020-04-29 07:37:22 +00:00 |
|
yuli
|
53cd301b47
|
Review index change code
|
2020-04-29 07:20:28 +00:00 |
|
yuli
|
84d0f6bee7
|
add helper function to parse index value
|
2020-04-28 22:25:53 +00:00 |
|
yuli
|
3c024faabb
|
validate body size
|
2020-04-28 15:50:41 +00:00 |
|
yuli
|
d2587079fc
|
make sure json is not posted when content-type is x-www-form-urlencoded
|
2020-04-28 15:42:13 +00:00 |
|
Yuli
|
cd7886093a
|
add support for underscore in the app name
|
2020-03-21 21:16:11 +02:00 |
|
Yuli
|
f1e427a14e
|
review POST data parsing
|
2020-02-24 10:50:10 +02:00 |
|
Yuli
|
65d45daa40
|
add sms test
|
2020-02-12 23:42:17 +02:00 |
|
Yuli
|
40997785c5
|
fix bug
|
2020-02-03 13:15:22 +02:00 |
|
Yuli
|
3dcae55dee
|
fix bug
|
2020-02-02 20:50:52 +02:00 |
|
Yuli
|
6a8c56a025
|
fix typo
|
2020-02-01 22:20:56 +02:00 |
|
Yuli
|
f8a8423f87
|
ranme ConsentChange to ConsentWithdraw
|
2020-01-31 10:33:29 +02:00 |
|
Yuli
|
dca199ce0c
|
fix stringPatternMatch() and create test
|
2020-01-30 20:56:26 +02:00 |
|
Yuli
|
68e17ceaa3
|
fix format
|
2020-01-30 11:59:23 +02:00 |
|
Yuli
|
099e057022
|
add function to match human patterns
|
2020-01-30 11:50:58 +02:00 |
|
Yuli
|
ac6bd11a76
|
revert custom package name, add new API
|
2020-01-27 10:18:19 +02:00 |
|
root
|
52a8138b3a
|
change namespace
|
2020-01-18 21:08:46 +00:00 |
|
stremovsky
|
3221803e66
|
add admin approval layer for forget-me requests
|
2020-01-10 15:55:47 +02:00 |
|
stremovsky
|
62456dcdaf
|
fix golint warnings
|
2020-01-07 21:25:22 +02:00 |
|