Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 1 | -5/+6 |
| | | | | | | | | - Rely on class names instead of global ids - When global ids are needed for label+checkbox, append the view id (cid) to the element's id This fixes the checkboxes when multiple sidebars exist in the DOM. | ||||
* | Focus on share field after first display | Vincent Petry | 2015-10-02 | 1 | -1/+8 |
| | |||||
* | Show loading spinner for first fetch of shares | Vincent Petry | 2015-09-28 | 1 | -5/+26 |
| | | | | | Whenever the sidebar first loads shares, show a spinner instead of an empty content | ||||
* | Fix bogus entry that appears when switching with arrow keys | Vincent Petry | 2015-09-22 | 1 | -0/+3 |
| | |||||
* | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 1 | -2/+1 |
| | |||||
* | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 1 | -8/+16 |
| | |||||
* | Clear field after adding user | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | Fix shares list events | Vincent Petry | 2015-09-16 | 1 | -10/+7 |
| | | | | | Some events need preventing default like unshare, but setting permissions doesn't. | ||||
* | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -16/+6 |
| | | | | reduce unnecessary rendering | ||||
* | format groups and remotes in autocomplete list | Arthur Schiwon | 2015-09-16 | 1 | -1/+19 |
| | |||||
* | now you even can share | Arthur Schiwon | 2015-09-16 | 1 | -0/+46 |
| | |||||
* | display expiration info | Arthur Schiwon | 2015-09-16 | 1 | -0/+1 |
| | |||||
* | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 1 | -2/+12 |
| | |||||
* | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 1 | -3/+6 |
| | |||||
* | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -4/+0 |
| | |||||
* | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 1 | -22/+3 |
| | |||||
* | less stupid initalization of subviews | Arthur Schiwon | 2015-09-16 | 1 | -11/+11 |
| | |||||
* | split off expirationView | Arthur Schiwon | 2015-09-16 | 1 | -39/+15 |
| | |||||
* | split off linkShareView | Arthur Schiwon | 2015-09-16 | 1 | -80/+14 |
| | |||||
* | ShareDialogResharerInfoView improvements | Arthur Schiwon | 2015-09-16 | 1 | -4/+4 |
| | |||||
* | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 1 | -43/+19 |
| | |||||
* | show tooltips and load avatar | Arthur Schiwon | 2015-09-16 | 1 | -1/+5 |
| | |||||
* | move remaining global settings to configModel | Arthur Schiwon | 2015-09-16 | 1 | -5/+5 |
| | |||||
* | further work on reimplementing the dialog layout | Arthur Schiwon | 2015-09-16 | 1 | -6/+106 |
| | |||||
* | improve reshare rendering part and move permission calculation to model | Arthur Schiwon | 2015-09-16 | 1 | -35/+27 |
| | |||||
* | switch to async item loading, take care stuff is updated subsequently | Arthur Schiwon | 2015-09-16 | 1 | -0/+12 |
| | |||||
* | remove possibly unreliable code and fix JSdoc | Arthur Schiwon | 2015-09-16 | 1 | -8/+9 |
| | |||||
* | share dialog view takes advantage of OC.Backbone.View | Arthur Schiwon | 2015-09-16 | 1 | -72/+34 |
| | |||||
* | refactor share dialog for multi-purpose use (dropdown, sidebar) and better ↵ | Arthur Schiwon | 2015-09-16 | 1 | -0/+253 |
maintainability |