summaryrefslogtreecommitdiffstats
path: root/core/js/sharedialogexpirationview.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-191-2/+2
|
* [master] In cases where the server dictates the link share expiration the ↵Thomas Müller2016-08-191-1/+4
| | | | date is not updated on consequitive changes and enable/disable actions
* Open exiration date picker directly on toggleRoeland Jago Douma2016-08-091-0/+2
|
* Share dialog use OCS APIVincent Petry2016-01-281-4/+6
|
* Fix DOM element ids in share dialogVincent Petry2015-10-161-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 sidebarRoeland Jago Douma2015-10-041-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 sidebarHendrik Leppelsack2015-09-251-1/+1
|
* More unit tests for share dialogVincent Petry2015-09-161-12/+11
|
* Add expiration date handling in share tabVincent Petry2015-09-161-5/+44
|
* share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-161-3/+19
| | | | reduce unnecessary rendering
* display expiration infoArthur Schiwon2015-09-161-7/+50
|
* show link shareArthur Schiwon2015-09-161-2/+8
|
* simplification, and throwing where throwing is neededArthur Schiwon2015-09-161-3/+2
|
* split off expirationViewArthur Schiwon2015-09-161-0/+93