Commit Graph

130 Commits (8bb9126b77f9108301ea9b8a1a96d3025cf4febd)

Author SHA1 Message Date
Torkel Ödegaard 8bb9126b77 added postgres support for db migrations 11 years ago
Torkel Ödegaard 2379c5b770 Added loglevel to migrator, added dashboard table & index migrations 11 years ago
Torkel Ödegaard 581efa857b Small fixes 11 years ago
Torkel Ödegaard e750508d76 Fixes for update user and add token 11 years ago
Torkel Ödegaard 90925273a0 User / Account model split, User and account now seperate entities, collaborators are now AccountUsers 11 years ago
Torkel Ödegaard f1996a9f1f Initial work on seperation between user and account 11 years ago
Torkel Ödegaard d8e5be5782 Worked on database agnostic table creation for db migrations 11 years ago
Torkel Ödegaard 7d70ffe201 adding more columns for account table migration 11 years ago
Torkel Ödegaard a64a38d7dd Added migration log and migration id, do not execute already executed migrations 11 years ago
Torkel Ödegaard 8bfed7508c More work on sql schema and migrations, starting to get somewhere 11 years ago
Torkel Ödegaard 68a77c4051 More progress on db schema setup and migrations, tricky stuff 11 years ago
Torkel Ödegaard 2daffe2a15 Api import route updated 11 years ago
Torkel Ödegaard 1f987c1903 Began work on real sql schema definitions, and migration engine 11 years ago
Torkel Ödegaard 9a29b04561 Dashboard import/export now works 11 years ago
Torkel Ödegaard c970e82758 Small update to update account command 11 years ago
Torkel Ödegaard 1532eb4278 Fixed png rendering 11 years ago
Torkel Ödegaard ed879df1f4 Corrected spelling of SignedInUser (was SignInUser) 11 years ago
Torkel Ödegaard 2b05dac071 Api Key role is now correcty added do middleware context 11 years ago
Torkel Ödegaard 3912ed5023 Role checking when saving dashboard, making sure that the user has owner or editor role 11 years ago
Torkel Ödegaard 22156fe309 Big refactoring for context.User, and how current user info is fetching, now included collaborator role 11 years ago
Torkel Ödegaard aa9ca68883 Tokens small fixes 11 years ago
Torkel Ödegaard 9feb8a73fd Added binding to tokens api and role validation 11 years ago
Torkel Ödegaard f858f6b621 Add collaborator now handles role, added macaron-contrib/binding for binding and validation 11 years ago
Torkel Ödegaard cd5843e977 Fixed unit tests 11 years ago
Torkel Ödegaard 04bbdbad12 Worked on account update, moved collaborats to its own api url and files 11 years ago
Torkel Ödegaard 804bff55ec Accounts admin view/get api 11 years ago
Torkel Ödegaard fdfcc3ab2a Admin flagged users, create a default admin user on startup if missing 11 years ago
Torkel Ödegaard 5ec07db143 Refactoring of auth middleware, and starting work on account admin 11 years ago
Torkel Ödegaard 67b935188b Fixed failing unit test 11 years ago
Torkel Ödegaard 6f63d63ee0 Working on account collaborators 11 years ago
woodsaj f25cffd24e fix getAccountByToken query. 11 years ago
Torkel Ödegaard 5e18afe916 Refactoring of api routes 11 years ago
Torkel Ödegaard 166ce7d2ae Added Gzip option and the macaron Gzip middleware, but does not seem to work 11 years ago
Torkel Ödegaard 5833867b44 renamed register route to signup 11 years ago
Torkel Ödegaard ced5e5500e mini code cleanup of in auth 11 years ago
woodsaj 7b17e38f5d add Token authentication support 11 years ago
Torkel Ödegaard 8e65f36131 Added system admin skeleton 11 years ago
Torkel Ödegaard 68cc3f86dd Handle default datasource management 11 years ago
Torkel Ödegaard d562dcd90c Default datasource and event system test 11 years ago
Torkel Ödegaard a81a5315e1 Added graphite docker and fig config 11 years ago
Torkel Ödegaard d573ee22f1 Fixed missing godep dependency for unit tests 11 years ago
Torkel Ödegaard 3226a3a58e Fixed hashing of passwords, Closes #3 11 years ago
Torkel Ödegaard 35326e1d92 Worked a little on anonymous access, needs more work 11 years ago
Torkel Ödegaard 9d629f2780 Tested with mysql, added simple fig file, need to write a more substantial fig setup 11 years ago
Torkel Ödegaard 1ae52d2472 Dashboard search by tag, and tag cloud now works, god dam I hate SQL 11 years ago
Torkel Ödegaard bcdbec61d7 Dashboard search works better, tag cloud should be done soon 11 years ago
Torkel Ödegaard 3f266a3e1b Fixed dashboard search 11 years ago
Torkel Ödegaard 3e07605260 added a /api/metrics/test query that returns random walk series 11 years ago
Torkel Ödegaard 0e3f91508e Added validation to stop duplicate dashboards with same name from being saved 11 years ago
Torkel Ödegaard d06174fb56 Added build script written in go that adds build symbols for version, commit and build date 11 years ago