| 2016-10-12 |
Changed to streaming fork of yaml_db gem.
Jimmy Angelakos
committed
on 12 Oct 2016
|
|---|---|
| 2016-10-07 |
added my customised yaml_db gem to gemfile, adds proper support for streaming documents and allows the load to be run on ram-restricted servers
xsrust
committed
on 7 Oct 2016
|
|
fixed broken link between organisations and users
xsrust
committed
on 7 Oct 2016
|
|
|
updated the update_user_permissions function to make it more performant
xsrust
committed
on 7 Oct 2016
|
|
| 2016-10-06 |
changed schema to be correct for point of migration of data
xsrust
committed
on 6 Oct 2016
|
|
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
xsrust
committed
on 6 Oct 2016
|
|
|
removed trailing ] from plans_controller
xsrust
committed
on 6 Oct 2016
|
|
| 2016-10-05 |
replaced invalid SQL conditionals "&&" with "AND"
Jimmy Angelakos
committed
on 5 Oct 2016
|
| 2016-10-04 |
removed all instances of comparing booleans to 1 or 0 for postgres compatability
xsrust
committed
on 4 Oct 2016
|
|
removed boolean limit as postgres has proper boolean support
Jimmy Angelakos
authored
on 4 Oct 2016
GitHub
committed
on 4 Oct 2016
|
|
|
|
|
| 2016-09-28 |
fixed issue where orgs cannot customise other org's(funders) templates. logic for this auth limiting dosent make me happy as it potentially allows organisations to submit edited json via post and change the other organisations existing sections, even if that option is not available through the ui
xsrust
committed
on 28 Sep 2016
|
| 2016-09-20 |
fixed bug where projects_controller wouldnt compile. there was an end in the middle of the file, terminiateing the class prematurely
xsrust
committed
on 20 Sep 2016
|
| 2016-09-19 |
Merge branch 'fix_ul_html'
Ray Carrick
committed
on 19 Sep 2016
|
|
allow display of html in question
Ray Carrick
committed
on 19 Sep 2016
|
|
| 2016-09-16 |
merged local into remote
xsrust
committed
on 16 Sep 2016
|
|
added authorization to settings/plans and settings/projects
xsrust
committed
on 16 Sep 2016
|
|
|
final updates to routes
xsrust
committed
on 16 Sep 2016
|
|
|
removed json responces from settings/plans and settings/projects controllers
xsrust
committed
on 16 Sep 2016
|
|
|
updated routes to reflect usable actions in controllers
xsrust
committed
on 16 Sep 2016
|
|
|
removed unused controllers: User_org_roles, user_org_types, user_statuses, user_types
xsrust
committed
on 16 Sep 2016
|
|
|
added auth and removed json from project_groups controller. additionally added constraint to projects and plans controllers that all actions must be authenticated through pundit
xsrust
committed
on 16 Sep 2016
|
|
|
added auth and removed json from project_groups controller. additionally added constraint to projects and plans controllers that all actions must be authenticated through pundit
xsrust
committed
on 16 Sep 2016
|
|
|
removed unused json responses and added auth to plans controller
xsrust
committed
on 16 Sep 2016
|
|
|
removed json and added authorization to projects controller
xsrust
committed
on 16 Sep 2016
|
|
|
updated routes to reflect earlier changes i.e. removing unused CRUD, exposed resources and actions
xsrust
committed
on 16 Sep 2016
|
|
|
moved authorization logic from comments controller to policy file. Additionally removed unused crud methods
xsrust
committed
on 16 Sep 2016
|
|
|
moved logic for authorization out of answers controller into the policy
xsrust
committed
on 16 Sep 2016
|
|
|
removed json and added authorization to answers_controller
xsrust
committed
on 16 Sep 2016
|
|
|
removed themes_controller as it was never used
xsrust
committed
on 16 Sep 2016
|