Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some jshint issues in core/js/share* | Roeland Jago Douma | 2016-08-19 | 1 | -2/+2 |
| | |||||
* | [master] In cases where the server dictates the link share expiration the ↵ | Thomas Müller | 2016-08-19 | 1 | -1/+4 |
| | | | | date is not updated on consequitive changes and enable/disable actions | ||||
* | Open exiration date picker directly on toggle | Roeland Jago Douma | 2016-08-09 | 1 | -0/+2 |
| | |||||
* | Share dialog use OCS API | Vincent Petry | 2016-01-28 | 1 | -4/+6 |
| | |||||
* | Fix DOM element ids in share dialog | Vincent Petry | 2015-10-16 | 1 | -7/+9 |
| | | | | | | | | - 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. | ||||
* | Use DD-MM-YYYY consistently in share sidebar | Roeland Jago Douma | 2015-10-04 | 1 | -1/+6 |
| | | | | | | | | | | We used to display the response from the server. Which is in non ISO8601 format. Now this is weird since the datepickers shows us 'DD-MM-YYYY' once a date is chosen. Now use momentJS to properly format the date. * Unit tests updated | ||||
* | restyle checkboxes in sidebar | Hendrik Leppelsack | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 1 | -12/+11 |
| | |||||
* | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 1 | -5/+44 |
| | |||||
* | share and unshare via link (not yet password). also some internal changes to ↵ | Arthur Schiwon | 2015-09-16 | 1 | -3/+19 |
| | | | | reduce unnecessary rendering | ||||
* | display expiration info | Arthur Schiwon | 2015-09-16 | 1 | -7/+50 |
| | |||||
* | show link share | Arthur Schiwon | 2015-09-16 | 1 | -2/+8 |
| | |||||
* | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 1 | -3/+2 |
| | |||||
* | split off expirationView | Arthur Schiwon | 2015-09-16 | 1 | -0/+93 |