Commit Graph

51 Commits (503e04d37569b78c47fa3fcdb5216fbdc723c540)

Author SHA1 Message Date
Torkel Ödegaard f8a10fa7af Updated account and profile pages, very temporary solution, do not like it at all 10 years ago
Torkel Ödegaard e3764ad951 Fixed failing dashboard sql test 10 years ago
Torkel Ödegaard 8e1b753664 Added limit to dashboard list panel and search 10 years ago
Torkel Ödegaard 0f63c04beb Fixed bug in user creation and admin role 10 years ago
Torkel Ödegaard 10820f31c2 Changed go package path 10 years ago
Torkel Ödegaard 076905d14e Added isStarred to search result hit, very inefficient loading right now but can be cached later on 10 years ago
Torkel Ödegaard d8db5189c1 More work on events, still have to convert pascal case event type name to rabbitmq dot notation, but after that should be done 10 years ago
Torkel Ödegaard 525179eb85 Added on wire event format 10 years ago
Torkel Ödegaard dace35d31d Missed setting account name 10 years ago
Torkel Ödegaard 3752379106 Worked on event system, needs a little more work 10 years ago
Torkel Ödegaard 60541a455f Worked on search filter flag IsStarred, and updated frontend with new dashboard list panel 10 years ago
woodsaj a712f1a231 Add inital implementation of Notification events. 10 years ago
Torkel Ödegaard 97758380e0 Worked on stars in search results 10 years ago
Torkel Ödegaard ad3d15e28d Worked on dashboard starring and unstarring, renamed favorite model to star 10 years ago
Torkel Ödegaard 1d6413bfae More work on backend for user favorites 10 years ago
Torkel Ödegaard e02e60171e Began work on user favorites backend support & storage 10 years ago
Torkel Ödegaard a5e450a0dd Worked on anonymous access 10 years ago
Torkel Ödegaard 757b185398 Worked on ease of use for non multi tenant scenarios, Closes #20 10 years ago
Torkel Ödegaard 257519490a Worked on login remember cookie, and redirect after login 10 years ago
Torkel Ödegaard 95305e7e11 Changed from goconfig to its new counter part go-ini 10 years ago
Torkel Ödegaard 951ce0a102 API token -> API key rename 10 years ago
Torkel Ödegaard 5ba2423626 Worked on account update view 10 years ago
Torkel Ödegaard 3c8c53194f Sign up and login work 10 years ago
Torkel Ödegaard 9e6df378c3 worked on account creation 11 years ago
Torkel Ödegaard eec178458b Validation check for not removing the last account admin 11 years ago
Torkel Ödegaard 4ea5d80099 Various fixes to data access 11 years ago
Torkel Ödegaard 0a695ba17a Final work on migration, now there is no usage of xorm table sync 11 years ago
Torkel Ödegaard afb847acc8 a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 11 years ago
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 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 1f987c1903 Began work on real sql schema definitions, and migration engine 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 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 68cc3f86dd Handle default datasource management 11 years ago
Torkel Ödegaard d562dcd90c Default datasource and event system test 11 years ago