Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@kevindice kevindice released this 26 Sep 01:41
· 161 commits to master since this release
  • (feat) Add 'New Folder' button - Closes #37 (2ab45fa)
  • Darken selected files on hover (6ba76eb)
  • Finish adapting file CRUD actions to new path format (2c0e93d)
  • Fix token renewal logic and remove unnecessary and improperly executed buffer time (2e69d94)
  • Wrap tr in tbody fix (b48f123)
  • UI tweaks (8e4c038)
  • Update README.md (5f47846)
  • Bump dependencies - Closes #110 Closes #108 (2b35787)
  • Placate tests (8dec21f)
  • Highlight focused files in list view as well (48b8d57)
  • Implement multi-file selection and metadata UI (c7d8c75)
  • Normalize file url format to /// to be consistant with the new server side format (5164c63)
  • Add more profile details (8e701d7)
  • Remove footer (a645a5d)
  • Add button for uploading files (12103aa)
  • UX tweaks (ab2c407)
  • Add some external load test scripts (e9997e2)
  • Move debug toolbar to base requirements.txt (d8f1747)
  • Configure error emails (1dc7f83)
  • Host the auto-config script elsewhere until firewall rule is set (f80c3c3)
  • Remove print statement (10cae54)
  • Fix special character replacement for private key transport (6ac3157)
  • Store hash reference for transient storage deconfliction (bdc0f02)
  • Upload and download via Agave API with agavepy - Closes #76 - Closes #75 (a677e9f)
  • Add dropbox adapter - Closes #77 and #74 (16217f7)
  • Add django smuggler backups package (5befc3b)
  • Conditionally show the SFTP file system add form (f10f3ef)
  • Conditionally show the button to link Agave or link Beocat via Agave (7a0f95c)
  • Add instructions for file system adding (8995e3a)
  • Pipe curl output for compat. (dfb97e8)
  • Add ksu logo svg to main static files (27fca54)
  • Add beocat setup script in non-ignored location (b66bbdf)
  • Add npm caching for dev, stage, and prod environments (a380ae6)
  • Update dependencies (968187d)
  • Simplify beocat shell script credentials setup (27ec16e)
  • Fix code style test (069ef48)
  • Almost finish shell script to JSON configuration (309d3a5)
  • Finish new filesystem submit form (db2dd5b)
  • Clean up agave service (2eef81f)
  • Store file systems form state in component state (3ee921a)
  • Make link dropbox display only if dropbox is unlinked (b9de333)
  • Update fully to babel 7 (5985e3d)
  • Update dependencies (0b13f20)
  • Add file systems management page and consolidate file systems reducers (0d22949)
  • Add horizontal rule with 'or' text (53210b0)
  • Rearrange pages and nav urls (c9eb100)
  • resolve babel versions and reenable hot reload for development (cf2c157)
  • Update npm dependencies (0bb3097)
  • Update notice for new user with no file systems (f464e86)
  • Point to latest version of django allauth (19c89ee)
  • point synapse at tacc agave tenant (cd24b2e)
  • bring dropbox and agave self-referential links to parity (60d8249)
  • update dropbox content proxy to make up for the idiotic Dropbox api design choice of making everything a POST request (00d6c4b)
  • update stage nginx conf (9a20836)
  • Fix file download paths in context menus (6f6e15c)
  • bring stage letsencrypt config into parity with prod (b041310)
  • Configure letsencrypt reverse proxy for production (14d633e)
  • Bring prod and stage docker configs to parity (0cfcea0)
  • Remove react-hot-loader to reduce stage environment complexity (dd16d2d)
  • Remove index.html configuration in webpack.conf.js (6bb91aa)
  • Small change to trigger rebuild (a8c4cf8)
  • More production and staging configuration (21d134c)
  • Update header for prod nginx conf (8b5d6c6)
  • Defocus files when they are moved, deleted, or otherwise no longer in existence (4589532)
  • Simplify docker dev and prod configurations for deployment (9e87062)
  • wip - add directory button (f0f3171)
  • Updated trusted csrf origins (7a77f62)
  • Improve behavior of file downloads - earlier user interaction (99067ae)
  • Bugfix: Unfocus file before deleting so that metadata for that path is not undefined (7a1b26d)
  • Fix broken proxy for nonunicode files (4f9dd5b)
  • Remove body onclick for focus (adf7fdf)
  • Align with tests (3e9c666)
  • Bind only 1 click listener for the body (46eaa8c)
  • Finish directory browser on move/rename modal - Closes #38 (4cc34e1)
  • Satisfy tests (5bbd57c)
  • Minimal metadata panel complete - #41 (7cd3768)
  • remove link for adding new file browser - can figure out a better spot for it later (2d416f5)
  • fix file grid icon flexbox spacing (958d35d)
  • remove unused import (d901aa2)
  • persist visual options in local storage (745c55b)
  • (cleanup) make tests happy (4a4f8cd)
  • Add right click context menu (c6d9701)
  • Implement redux version of symlink re-checking code and improve icon grid styling Closes #59 (aa6bf47)
  • Remove duplication in file lists (8d669e1)
  • Fix test (da7e5e8)
  • Implement grid view - closes #35 (3578c7c)
  • Merge pull request #92 from cnap-cobre/greenkeeper/default/webpack-4.16.5 (461f4e6)
  • chore(package): update webpack to version 4.16.5 (3a4a55e)
  • Fix view bug - TODO: grid view interface (4359394)
  • Add switch for toggling between list and grid view formats #35 (004975a)
  • Change open action to double click (f294ee6)
  • (fix) Fix tests (fec67a4)
  • Enable Hot Module Reloading (HMR) for faster UI development (b1fd9b5)
  • Comment out nav for incomplete pages (8989e25)
  • chore(package): update webpack to version 4.16.4 (3d03a99)
  • Fix tests (40ce08d)
  • Add UI for move and copy actions #38 - Closes #70 (2a1a5a1)
  • Add enter key functionality on rename modal #38 (1961621)
  • Autofocus rename modal input #38 (ecb8ba4)
  • Fix proptypes on test (36c5f76)
  • Add rename functionality - #38 #70 (936b461)
  • Fix formatting for tests (182c6cb)
  • Map modaltype configuration property to concrete modals - Closes #71 (6ccd0a9)
  • Wire up delete functionality #71 and download functionality #72 Closes #72 (849f0b3)
  • Make agaveFileSystems action use new service (be362a1)
  • Rewrite services - #70 (b01af84)
  • Remove dead code (59e7bb9)
  • Merge pull request #64 from cnap-cobre/greenkeeper/default/webpack-4.16.1 (8ce3676)
  • chore(package): update webpack to version 4.16.1 (fb986d9)
  • feat: add react-redux-notify #42 (5ad0caa)
  • Remove old jQuery-based template main js file - closes #60 (9db0a64)