Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 3e57fb172fbf580da04131355326681e118cc82b https://github.com/galaxyproject/galaxy/commit/3e57fb172fbf580da041313553266... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-10-31 (Wed, 31 Oct 2018) Changed paths: M client/galaxy/scripts/mvc/history/options-menu.js M client/galaxy/scripts/mvc/user/user-preferences.js M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Quick 'make everything private' implementation. Takes a single history or operates on all of a user's histories. Intentionally doesn't use an API, rather a simple webcontroller endpoint, because I think we'll want to handle this with group operations and the like down the road, and will enhance existing APIs Commit: a07a1c3a566571b9b83dc7a99fae1ed0d275f020 https://github.com/galaxyproject/galaxy/commit/a07a1c3a566571b9b83dc7a99fae1... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-10-31 (Wed, 31 Oct 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Make logic more concise, fix typo, add commentary. Commit: 43689c1f3fc8e2fc49c3d6dfc033f70fe06e4c32 https://github.com/galaxyproject/galaxy/commit/43689c1f3fc8e2fc49c3d6dfc033f... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-10-31 (Wed, 31 Oct 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Update message to reflect all histories functionality. Commit: a3fd7084e2f02a9e9bc5383cd7f76532450774e9 https://github.com/galaxyproject/galaxy/commit/a3fd7084e2f02a9e9bc5383cd7f76... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-09 (Fri, 09 Nov 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Exclude library associated datasets from history make-all-private functionality. Commit: cc53b07253538e192b8196dee300aefaf8e2fde5 https://github.com/galaxyproject/galaxy/commit/cc53b07253538e192b8196dee300a... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-09 (Fri, 09 Nov 2018) Changed paths: M client/galaxy/scripts/mvc/history/options-menu.js M client/galaxy/scripts/mvc/user/user-preferences.js Log Message: ----------- Update messaging to indicate library datasets are not included in the privacy pass. Commit: 5d38e558f27b2ec14088376ec1a07c3bf4b25d08 https://github.com/galaxyproject/galaxy/commit/5d38e558f27b2ec14088376ec1a07... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-09 (Fri, 09 Nov 2018) Changed paths: M client/galaxy/scripts/mvc/history/options-menu.js M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Resolve two issues from refactoring. Commit: 9b481ba9d7d34e101d54ae1ed0821f6a05b27be0 https://github.com/galaxyproject/galaxy/commit/9b481ba9d7d34e101d54ae1ed0821... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-09 (Fri, 09 Nov 2018) Changed paths: M client/galaxy/scripts/apps/analysis.js Log Message: ----------- Client format Commit: 4894ab9c80ae39f8b5527860618e973daee00a61 https://github.com/galaxyproject/galaxy/commit/4894ab9c80ae39f8b5527860618e9... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-12-07 (Fri, 07 Dec 2018) Changed paths: M client/galaxy/scripts/mvc/user/user-preferences.js Log Message: ----------- Add pointer to user permissions interface on finish of make datasets private Commit: e8d2b334a03c395b8c0abf54208b0e28368d0f81 https://github.com/galaxyproject/galaxy/commit/e8d2b334a03c395b8c0abf54208b0... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-12-07 (Fri, 07 Dec 2018) Changed paths: M client/galaxy/scripts/mvc/history/options-menu.js M client/galaxy/scripts/mvc/user/user-preferences.js M lib/galaxy/webapps/galaxy/controllers/history.py Log Message: ----------- Merge pull request #6952 from dannon/history_privacy Quick 'make all datasets private' implementation. Compare: https://github.com/galaxyproject/galaxy/compare/bddfe3889031...e8d2b334a03c **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.