aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Move map to tophellekin2021-01-222-2/+2
|
* Fix category colors for Dewey taxonomyhellekin2021-01-221-11/+11
| | | | Original colors are kept as comments for future reference.
* Upgrade Rails and add StimulusJS supporthellekin2021-01-2268-277/+1103
|
* Add compatibilty CSS for leaflethellekin2020-11-131-0/+1
|
* Add leaflet plugin to fix webpack compatibilityhellekin2020-11-133-2/+9
|
* Fix .ruby-version file to 2.6.6hellekin2020-11-121-1/+1
|
* Add Stimulus Map and Taxonomy (WIP)hellekin2020-11-1219-88/+246
| | | | | | | | This commit add StimulusJS interaction for the map and taxonomy, as well as styling. It provides preliminary work to hook up live data on the map from the taxonomy.
* Merged masterhellekin2020-11-1275-9/+3441
|\
| * Allow using INCOMMON as a module namehellekin2020-10-291-0/+1
| |
| * Add agent selector widget and taxonomy navigator (WIP)hellekin2020-10-293-0/+11
| |
| * Add original list of Dewey Maps categorieshellekin2020-10-291-0/+526
| |
| * Add public assetshellekin2020-10-294-0/+84
| |
| * REUSE: Add LAL-1.3 to CSV files and relicense app/views to AGPL-3.0-or-laterhellekin2020-10-291-1/+5
| |
| * REUSE: Fix list of default fileshellekin2020-10-291-2/+2
| |
| * REUSE: Add CC-BY-SA-4.0 to schemahellekin2020-10-291-0/+4
| |
| * REUSE: Add AGPL-3.0-or-later to routeshellekin2020-10-291-0/+3
| |
| * REUSE: Add LAL-1.3 to translation stringshellekin2020-10-291-0/+4
| |
| * REUSE: Add MIT to original Rails fileshellekin2020-10-293-0/+12
| |
| * REUSE: Add CC-BY-SA-4.0 to documentationhellekin2020-10-293-0/+16
| |
| * REUSE: Add AGPL-3.0-or-later on remaining IN COMMON codehellekin2020-10-294-0/+16
| |
| * REUSE: Add LAL-1.3 to app/viewshellekin2020-10-291-1/+1
| |
| * REUSE: Add AGPL-3.0-or-later to app/*hellekin2020-10-2931-2/+311
| |
| * REUSE: Add LAL-1.3 license to SCSShellekin2020-10-2912-0/+153
| |
| * REUSE: Add general confighellekin2020-10-291-5/+40
| |
| * REUSE: Add licenseshellekin2020-10-296-0/+1569
| | | | | | | | | | | | | | | | | | CC-0 -> public domain for insignificant files CC-BY-SA-4.0 -> for documentation LAL-1.3 -> for creative content MIT -> for existing Ruby on Rails files ODbL-1.0 -> for database schema ODC-By-1.0 -> for database content
| * Add REUSE.softwarehellekin2020-10-282-0/+623
| | | | | | | | | | | | | | REUSE compliance makes it easier to maintain source code copyright and licensing information. See https://reuse.software/
| * Merge branch 'markdown'hellekin2020-10-274-1/+51
| |\
| | * Add Markdown to format Resource.descriptionhellekin2020-10-272-1/+44
| | |
| | * User commonmarker gemhellekin2020-10-272-0/+7
| | | | | | | | | | | | | | | | | | | | | This adds support for Markdown for Resource descriptions. CommonMark: https://commonmark.org/ Gem documentation: https://gjtorikian.github.io/commonmarker/
| * | Added sanitization of data, puts instead of null or / data. Also strips ↵Nemael2020-10-241-6/+18
| |/ | | | | | | trailing whitespaces. It only sanitizes phone_number, website and email because they these data are following a format. Name, address, etc... are not sanitized
* | Add map supporthellekin2020-11-115-23/+45
| | | | | | | | | | | | | | | | | | | | | | | | This commit creates a dedicated Map model and moves the JavaScript from view to a Stimulus controller. - Stimulus.js https://stimulusjs.org - Leaflet.js https://leafletjs.org Upcoming resources: - https://discourse.stimulusjs.org/t/leafletjs-with-stimulusjs-on-rails-6/1343/4 - https://github.com/ghybs/leaflet-defaulticon-compatibility
* | Remove example controllerhellekin2020-11-111-18/+0
| |
* | Adjust Style for mobile and stimulushellekin2020-11-117-4/+119
| |
* | Add Leaflet through yarnhellekin2020-11-102-0/+6
| |
* | Add stimulus.jshellekin2020-10-235-0/+62
| |
* | Remove bork agent_selector_form helperhellekin2020-10-092-11/+0
| |
* | Remove debug infohellekin2020-10-091-1/+0
| |
* | Grant maintainer to group ownerhellekin2020-10-091-0/+2
|/
* Enable switching Agenthellekin2020-10-095-5/+48
| | | | | | | Switching current Agent can help with roles and resource access. Go to your dashboard by clicking the avatar. Select agent and hit "Select"
* Fix Resource editionhellekin2020-10-096-19/+24
|
* Fix flashes stylehellekin2020-10-091-5/+12
|
* Wrap debug with loginhellekin2020-10-091-4/+6
| | | | To avoid breaking on logout
* Avoid errors on missing Taxonomyhellekin2020-10-092-5/+5
|
* [WIP] Add Resource business logichellekin2020-10-091-50/+60
| | | | | | | | Currently there's a bug throwing: TypeError (nil is not a symbol nor a string) When creating a Resource...
* Add some statshellekin2020-10-091-0/+20
|
* Add a selector for categories and sectionshellekin2020-10-091-0/+10
|
* Add permissionshellekin2020-10-092-1/+11
| | | | | - `current_agent` is now a full instance of Agent - provide helpers to verify current user roles
* Scope routes to Agenthellekin2020-10-098-23/+111
| | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views.
* Add Classifications and Resource validationshellekin2020-10-0911-31/+147
| | | | | | | | | | | | | | | | - Turn `has_and_belongs_to_many` into `has_many :through`: now, resources and sections are related through Classifications. - Refactor usage of jsonb column to use ActiveRecord validations - Attention! store_accessor: NOTE: If you are using structured database data types (eg. PostgreSQL hstore/json, or MySQL 5.7+ json) there is no need for the serialization provided by .store. Simply use .store_accessor instead to generate the accessor methods. Be aware that these columns use a string keyed hash and do not allow access using a symbol. NOTE: The default validations with the exception of uniqueness will work. For example, if you want to check for uniqueness with hstore you will need to use a custom validation to handle it. https://api.rubyonrails.org/classes/ActiveRecord/Store.html
* Add categories, sections, and import datahellekin2020-10-088-1/+475
|