summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* restyle checkboxes in sidebarHendrik Leppelsack2015-09-253-10/+10
|
* fix multiselectHendrik Leppelsack2015-09-251-0/+3
|
* Merge pull request #18517 from owncloud/17753_to_masterThomas Müller2015-09-241-2/+2
|\ | | | | Fix preview of old file on public upload conflicts
| * Fix preview of old file on public upload conflictsOlivier Paroz2015-09-201-2/+2
| |
* | Merge pull request #19305 from owncloud/share-hasusersharesThomas Müller2015-09-242-2/+72
|\ \ | | | | | | Fix ShareItemModel.hasUserShares to only check shares of current item
| * | Fix ShareItemModel.hasUserShares to only check shares of current itemVincent Petry2015-09-232-2/+72
| | | | | | | | | | | | | | | | | | | | | | | | The shares array is based on what the server returns and can contain share info for parent folders. hasUserShares is now fixed to ignore parent folders and only checks for shares on the current item.
* | | Expiration date was always a stringVincent Petry2015-09-242-5/+5
|/ /
* | Fix parsing int attributes from share.php responseVincent Petry2015-09-232-7/+70
| | | | | | | | | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers
* | Merge pull request #19220 from individual-it/fix_19164Thomas Müller2015-09-231-0/+2
|\ \ | | | | | | re initialize OC.Share.currentShares OC.Share.itemShares
| * | re initialize OC.Share.currentShares OC.Share.itemShares Individual IT Services2015-09-211-0/+2
| |/ | | | | | | otherwise old values are kept. fix for #19164
* | Merge pull request #19279 from owncloud/share-fixbogusentryThomas Müller2015-09-231-0/+3
|\ \ | | | | | | Fix bogus entry that appears when switching with arrow keys
| * | Fix bogus entry that appears when switching with arrow keysVincent Petry2015-09-221-0/+3
| | |
* | | implement builder pattern in tipsy shimHendrik Leppelsack2015-09-231-0/+1
| | |
* | | Update mimetypesLukas Reschke2015-09-221-34/+23
|/ /
* | fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-0/+5
| |
* | TypoOlivier Paroz2015-09-191-1/+1
|/
* Merge pull request #19008 from owncloud/jquery_avatar_testsThomas Müller2015-09-182-1/+241
|\ | | | | JS tests for jquery.avatar
| * Added js tests for jquery.avatarRoeland Jago Douma2015-09-142-1/+241
| | | | | | | | * Ceil avatar request size
* | fix missing checkboxes in share dialogHendrik Leppelsack2015-09-171-6/+12
| |
* | Port share.css styles to the sidebar panelVincent Petry2015-09-162-3/+2
| |
* | Fix cruds button in share dialogVincent Petry2015-09-161-2/+3
| | | | | | | | Only toggle the current row
* | Removed obsolete testsVincent Petry2015-09-161-76/+2
| |
* | Fix allow reshare for owner when sharing with self through groupVincent Petry2015-09-162-2/+22
| |
* | More unit tests for share dialogVincent Petry2015-09-166-400/+202
| |
* | Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-167-1103/+1157
| |
* | Remove unused/obsoleted OC.Share codeVincent Petry2015-09-161-424/+0
| | | | | | | | The sharing dialog has been moved to ShareDialogView
* | Implement email autocomplete for link shareVincent Petry2015-09-161-0/+27
| |
* | Implement email share linkVincent Petry2015-09-162-2/+59
| |
* | Implement "notify by email" checkbox in share dialogVincent Petry2015-09-162-3/+40
| |
* | Clear field after adding userVincent Petry2015-09-161-0/+1
| |
* | Fix shares list eventsVincent Petry2015-09-163-31/+29
| | | | | | | | | | Some events need preventing default like unshare, but setting permissions doesn't.
* | Bring back the share icon and update its statusVincent Petry2015-09-162-20/+47
| | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
* | Add expiration date handling in share tabVincent Petry2015-09-163-25/+139
| |
* | cleanupArthur Schiwon2015-09-161-80/+0
| |
* | make permission/cruds checkboxes workArthur Schiwon2015-09-163-37/+36
| |
* | toggle visibility of detailed cruds permissionsArthur Schiwon2015-09-162-6/+7
| |
* | cleanupArthur Schiwon2015-09-161-24/+0
| |
* | make unshare workArthur Schiwon2015-09-163-43/+34
| |
* | make 'Allow editing' (aka public upload) checkbox workArthur Schiwon2015-09-163-41/+18
| |
* | fix allow upload checkbox appeareanceArthur Schiwon2015-09-162-2/+2
| |
* | implements setting and removing password for link shares, including forced onesArthur Schiwon2015-09-164-74/+54
| |
* | mark url on clickArthur Schiwon2015-09-162-5/+6
| |
* | share and unshare via link (not yet password). also some internal changes to ↵Arthur Schiwon2015-09-168-108/+121
| | | | | | | | reduce unnecessary rendering
* | format groups and remotes in autocomplete listArthur Schiwon2015-09-161-1/+19
| |
* | now you even can shareArthur Schiwon2015-09-164-10/+93
| |
* | display expiration infoArthur Schiwon2015-09-164-23/+60
| |
* | show link shareArthur Schiwon2015-09-164-14/+88
| |
* | fixed set of possible permissions for remote sharesArthur Schiwon2015-09-162-7/+18
| |
* | old OC.Share.addShareWith now reimplementedArthur Schiwon2015-09-163-133/+27
| |
* | sharee list view: better handle collectionsArthur Schiwon2015-09-162-8/+37
| |