| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a selector for categories and sections | hellekin | 2020-10-09 | 1 | -0/+10 |
* | Add permissions | hellekin | 2020-10-09 | 2 | -1/+11 |
* | Scope routes to Agent | hellekin | 2020-10-09 | 8 | -23/+111 |
* | Add Classifications and Resource validations | hellekin | 2020-10-09 | 11 | -31/+147 |
* | Add categories, sections, and import data | hellekin | 2020-10-08 | 8 | -1/+475 |
* | Fix z-index for map and article | hellekin | 2020-10-08 | 2 | -1/+1 |
* | Fix typo | hellekin | 2020-10-08 | 1 | -1/+1 |
* | Merge branch 'map-style' | hellekin | 2020-10-08 | 8 | -32/+177 |
|\ |
|
| * | Make map more beautiful | hellekin | 2020-10-08 | 8 | -32/+177 |
* | | Changed 'has_ony' to 'has_one' | Nemael | 2020-10-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'taxonomies' | hellekin | 2020-10-08 | 10 | -1/+147 |
|\ |
|
| * | Add model foundation for classifications | hellekin | 2020-10-08 | 10 | -1/+147 |
* | | Removed the hand-picked markers because they caused errors | Nemael | 2020-10-08 | 1 | -3/+3 |
* | | Map added but no dynamic points placed, the current points are hand-picked fr... | Nemael | 2020-10-08 | 1 | -0/+48 |
|/ |
|
* | Attempt to a fix for the edit resource page | Nemael | 2020-10-08 | 1 | -2/+2 |
* | Added leaflet gem and changed a bit the Edit Ressource page to be able to edi... | Nemael | 2020-10-08 | 2 | -4/+10 |
* | Fix form, add flash | hellekin | 2020-10-06 | 5 | -3/+88 |
* | First pass at Resources... | hellekin | 2020-10-06 | 4 | -4/+19 |
* | First pass at listing Resources | hellekin | 2020-10-06 | 4 | -2/+77 |
* | Facilitate development with puma in the browser | hellekin | 2020-10-06 | 1 | -30/+26 |
* | User Kaminari gem for pagination | hellekin | 2020-10-06 | 3 | -0/+29 |
* | Add a favicon so we can find the tab :) | hellekin | 2020-10-06 | 1 | -0/+0 |
* | Document importation of resources | hellekin | 2020-10-06 | 2 | -10/+32 |
* | Fix resources migration | hellekin | 2020-10-06 | 2 | -1/+4 |
* | Update parser fields | hellekin | 2020-10-06 | 1 | -3/+3 |
* | Ignore generated Locations.geojson | hellekin | 2020-10-06 | 1 | -0/+3 |
* | Add Resource model | hellekin | 2020-10-06 | 6 | -1/+34 |
* | Populate database with Agents: rails db:seed | hellekin | 2020-10-06 | 1 | -0/+11 |
* | Improved the parser file and added some more comments, created a readme.txt f... | Nemael | 2020-10-06 | 2 | -0/+99 |
* | Files to parse with parser.rb to create the Locations.geojson file which cont... | Nemael | 2020-10-06 | 14 | -0/+248990 |
* | Production environment with systemd and chruby requires this... | hellekin | 2020-10-06 | 1 | -0/+3 |
* | Add better integration with systemd | hellekin | 2020-10-06 | 3 | -0/+8 |
* | Refactor authentication method to make it a bit more readable | hellekin | 2020-10-06 | 1 | -35/+67 |
* | Remove broken code | hellekin | 2020-10-06 | 1 | -6/+0 |
* | Ensure SSO return host is correct in production | hellekin | 2020-10-06 | 1 | -1/+1 |
* | [deploy] Restore ActionMailer since it breaks during deploy... | hellekin | 2020-10-06 | 1 | -3/+3 |
* | Add code for deployment | hellekin | 2020-10-06 | 2 | -5/+28 |
* | Fix URL | hellekin | 2020-10-06 | 1 | -1/+1 |
* | [SECURITY] Update Ruby to v2.6.6 (take two) | hellekin | 2020-10-06 | 2 | -2/+2 |
* | [SECURITY] Update Ruby to v2.6.6 | hellekin | 2020-10-06 | 1 | -1/+1 |
* | First pass at something visible | hellekin | 2020-10-06 | 23 | -14/+347 |
* | Extract Role check to a background job | hellekin | 2020-10-06 | 2 | -9/+57 |
* | Add instance methods | hellekin | 2020-10-06 | 1 | -0/+10 |
* | Add Talk API Keys | hellekin | 2020-10-06 | 1 | -1/+1 |
* | Ensure only one Agent exists for a given group | hellekin | 2020-10-06 | 1 | -0/+1 |
* | Use Discourse API gem | hellekin | 2020-10-06 | 2 | -0/+12 |
* | Add Authentication logic | hellekin | 2020-10-05 | 8 | -1/+133 |
* | Add Agent and Agency models | hellekin | 2020-10-05 | 5 | -1/+83 |
* | Configure Discourse SSO | hellekin | 2020-10-05 | 7 | -1/+37 |
* | Use pry and bitfields | hellekin | 2020-10-05 | 2 | -0/+16 |