Commit Graph

34 Commits (9ba42f63f1694c86e47b46f8cfef701ad1ce842c)

Author SHA1 Message Date
bergquist c817aecd66 provisioning: only update dashboard if hash of json changed 8 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 8 years ago
Karsten Weiss da5654ad04 Simplify if expression (gosimple) 8 years ago
Marcus Efraimsson 53cd39fde5 Shouldn't be able to overwrite a dashboard if you don't have permissions (#10900) 8 years ago
bergquist 651103bdda chore: adds comment for exported function 8 years ago
bergquist 8954559cbd dashboard: whitelist allowed chars for uid 8 years ago
Marcus Efraimsson 4829ea0e9f util: remove retry logic in shortid_generator 8 years ago
Marcus Efraimsson e229f8aea8 dashboards: extract short uid generator to util package. #7883 8 years ago
bergquist 7a497fd617 move systemd ready notification to server.go 8 years ago
Johannes Grassler d28ca54129 Use systemd notification where applicable 8 years ago
jomenxiao 3f95180c98 fix render http[get] params error 8 years ago
bergquist d4e8e22fda test: adds tests for password encodiing 8 years ago
Agniva De Sarker 143b56b5ac Use hex.EncodeToString to encode to hex 8 years ago
Daniel Lee b1506a2b09 securejson: decrypt should not modify src 8 years ago
Torkel Ödegaard e8a20643d6 feat: store last seen date for users and present in stats and user lists, closes #9007 9 years ago
Dan Cech b489e93d94 Config Array Syntax (#8204) 9 years ago
bergquist 961c31a747 test(util): add unit test for string util 10 years ago
Daker Fernandes Pinheiro 2d09dfd34f Using variadic argument to StringFallback implementation 10 years ago
bergquist 00dd0e8a9d fix(plugins): fixes missed dist loading for plugindir 10 years ago
bergquist 4c83dba183 go fmt.... 10 years ago
bergquist eb79436ab7 feat(plugins): mounts dist folder if exists in plugin 10 years ago
Daniel Lee 74decb4bdc fix(dataproxy): no trailing slash if proxypath is empty 10 years ago
Anthony Woods c8c337cead use PBKDF2 to esnure key is 23bytes. 10 years ago
Anthony Woods 092bb69c41 instead of padding with 0's, cycle through the secret. 10 years ago
Anthony Woods ab3b586838 add encryption util functions 10 years ago
Julien Maitrehenry 4bb656b704 #2834 - follow symlink 10 years ago
Torkel Ödegaard 775e044e69 feat(invite): progress on invite feature, #2353 11 years ago
Torkel Ödegaard 6088f83408 feat(invite): inital pass on sending new user invite email, #2353 11 years ago
Torkel Ödegaard ae0f8c77d1 Auth: You can now authenicate against api with username / password using basic auth, Closes #2218 11 years ago
Torkel Ödegaard 89418a155a More work on email and notification infra #1456 11 years ago
Torkel Ödegaard ad2065afc7 Began work on deb and rpm packaging, #1476 11 years ago
Torkel Ödegaard 9710771f16 Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 11 years ago
Torkel Ödegaard 257519490a Worked on login remember cookie, and redirect after login 11 years ago
Torkel Ödegaard 3226a3a58e Fixed hashing of passwords, Closes #3 11 years ago