Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | implement builder pattern in tipsy shim | Hendrik Leppelsack | 2015-09-23 | 1 | -0/+1 | |
* | | | Update mimetypes | Lukas Reschke | 2015-09-22 | 1 | -34/+23 | |
|/ / | ||||||
* | | fix missing checkboxes in file comparator | Hendrik Leppelsack | 2015-09-21 | 1 | -0/+5 | |
* | | Typo | Olivier Paroz | 2015-09-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #19008 from owncloud/jquery_avatar_tests | Thomas Müller | 2015-09-18 | 2 | -1/+241 | |
|\ | ||||||
| * | Added js tests for jquery.avatar | Roeland Jago Douma | 2015-09-14 | 2 | -1/+241 | |
* | | fix missing checkboxes in share dialog | Hendrik Leppelsack | 2015-09-17 | 1 | -6/+12 | |
* | | Port share.css styles to the sidebar panel | Vincent Petry | 2015-09-16 | 2 | -3/+2 | |
* | | Fix cruds button in share dialog | Vincent Petry | 2015-09-16 | 1 | -2/+3 | |
* | | Removed obsolete tests | Vincent Petry | 2015-09-16 | 1 | -76/+2 | |
* | | Fix allow reshare for owner when sharing with self through group | Vincent Petry | 2015-09-16 | 2 | -2/+22 | |
* | | More unit tests for share dialog | Vincent Petry | 2015-09-16 | 6 | -400/+202 | |
* | | Update JS unit tests for share dialog (WIP) | Vincent Petry | 2015-09-16 | 7 | -1103/+1157 | |
* | | Remove unused/obsoleted OC.Share code | Vincent Petry | 2015-09-16 | 1 | -424/+0 | |
* | | Implement email autocomplete for link share | Vincent Petry | 2015-09-16 | 1 | -0/+27 | |
* | | Implement email share link | Vincent Petry | 2015-09-16 | 2 | -2/+59 | |
* | | Implement "notify by email" checkbox in share dialog | Vincent Petry | 2015-09-16 | 2 | -3/+40 | |
* | | Clear field after adding user | Vincent Petry | 2015-09-16 | 1 | -0/+1 | |
* | | Fix shares list events | Vincent Petry | 2015-09-16 | 3 | -31/+29 | |
* | | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 2 | -20/+47 | |
* | | Add expiration date handling in share tab | Vincent Petry | 2015-09-16 | 3 | -25/+139 | |
* | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -80/+0 | |
* | | make permission/cruds checkboxes work | Arthur Schiwon | 2015-09-16 | 3 | -37/+36 | |
* | | toggle visibility of detailed cruds permissions | Arthur Schiwon | 2015-09-16 | 2 | -6/+7 | |
* | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -24/+0 | |
* | | make unshare work | Arthur Schiwon | 2015-09-16 | 3 | -43/+34 | |
* | | make 'Allow editing' (aka public upload) checkbox work | Arthur Schiwon | 2015-09-16 | 3 | -41/+18 | |
* | | fix allow upload checkbox appeareance | Arthur Schiwon | 2015-09-16 | 2 | -2/+2 | |
* | | implements setting and removing password for link shares, including forced ones | Arthur Schiwon | 2015-09-16 | 4 | -74/+54 | |
* | | mark url on click | Arthur Schiwon | 2015-09-16 | 2 | -5/+6 | |
* | | share and unshare via link (not yet password). also some internal changes to ... | Arthur Schiwon | 2015-09-16 | 8 | -108/+121 | |
* | | 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 | 4 | -10/+93 | |
* | | display expiration info | Arthur Schiwon | 2015-09-16 | 4 | -23/+60 | |
* | | show link share | Arthur Schiwon | 2015-09-16 | 4 | -14/+88 | |
* | | fixed set of possible permissions for remote shares | Arthur Schiwon | 2015-09-16 | 2 | -7/+18 | |
* | | old OC.Share.addShareWith now reimplemented | Arthur Schiwon | 2015-09-16 | 3 | -133/+27 | |
* | | sharee list view: better handle collections | Arthur Schiwon | 2015-09-16 | 2 | -8/+37 | |
* | | continue to reimplement sharee list view. still WIP | Arthur Schiwon | 2015-09-16 | 5 | -19/+327 | |
* | | started to implement sharee list view. not completed yet, do not cry please. | Arthur Schiwon | 2015-09-16 | 3 | -3/+124 | |
* | | cleanup | Arthur Schiwon | 2015-09-16 | 1 | -4/+0 | |
* | | set default value and remove now superflous method | Arthur Schiwon | 2015-09-16 | 1 | -19/+5 | |
* | | no auto-fetch in model | Arthur Schiwon | 2015-09-16 | 2 | -1/+1 | |
* | | simplification, and throwing where throwing is needed | Arthur Schiwon | 2015-09-16 | 4 | -12/+8 | |
* | | integraton noshare part into ShareDialogLinkShareView | Arthur Schiwon | 2015-09-16 | 2 | -44/+33 | |
* | | less stupid initalization of subviews | Arthur Schiwon | 2015-09-16 | 1 | -11/+11 | |
* | | split off expirationView | Arthur Schiwon | 2015-09-16 | 2 | -39/+108 | |
* | | split off linkShareView | Arthur Schiwon | 2015-09-16 | 2 | -80/+157 | |
* | | ShareDialogResharerInfoView improvements | Arthur Schiwon | 2015-09-16 | 3 | -9/+10 | |
* | | split ShareDialogResharerInfoView from base view | Arthur Schiwon | 2015-09-16 | 3 | -43/+137 |